XRWS           K   ?  ext_01.cat ext_01.dat md/fs_fow.xml 1036 1748541857 b8d73a2636da9dbd3fe0abd4d9ea2c6d
<?xml version="1.0" encoding="iso-8859-1"?>
<mdscript name="fs_fow" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="md.xsd">
<cues>
<cue name="fs_fow_cue" instantiate="true" checkinterval="10s" namespace="this">
<conditions>
    <check_value value="player.ship.exists"/>
    <check_value value="not player.zone.isclass.highway"/>
</conditions>
<actions>
    <do_if value="not global.$fs_fow_sectors?">
        <set_value name="global.$fs_fow_sectors" exact="table[]"/>
    </do_if>

    <set_value name="$sector" exact="player.sector"/>

    <do_if value="not global.$fs_fow_sectors.{$sector}?">
        <clear_fog_of_war sector="$sector" range="2000km">
            <position value="$sector.coreposition"/>
        </clear_fog_of_war>

        <write_to_logbook category="general" title="'..: Fog of War :..'" text="'Cleared: ' + $sector.name"/>
        <set_value name="global.$fs_fow_sectors.{$sector}" exact="true"/>
    </do_if>
</actions>
</cue>
</cues>
</mdscript>
<?xml version="1.0" encoding="iso-8859-1"?>
<content name="" id="" author="Assailer" version="100" date="2025-05-29" save="0" description="" lastupdate="">
  <text language="44" name="Fly-by Fog of War" description="Fly-by Fog of War"/>
</content>
