2015-12-15 01:33:16 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2016-01-02 17:24:40 +00:00
|
|
|
<ScriptTemplate version="4">
|
2015-12-15 01:33:16 +00:00
|
|
|
<name>AreaAttributes</name>
|
2016-01-02 17:24:40 +00:00
|
|
|
<properties>
|
2016-03-20 12:48:30 +00:00
|
|
|
<property ID="0x00" name="Unknown" type="long">
|
|
|
|
<description>If set to anything other than 1, AreaAttributes will not work.</description>
|
|
|
|
</property>
|
|
|
|
<property ID="0x01" name="Show Skybox" type="bool"/>
|
2016-03-08 06:02:49 +00:00
|
|
|
<enum ID="0x02" name="Environmental Effect">
|
|
|
|
<enumerators>
|
|
|
|
<enumerator ID="0x00" name="None"/>
|
2016-03-20 12:48:30 +00:00
|
|
|
<enumerator ID="0x01" name="Snow"/>
|
|
|
|
<enumerator ID="0x02" name="Rain"/>
|
2016-08-12 10:27:19 +00:00
|
|
|
<enumerator ID="0x03" name="Bubbles"/>
|
2016-03-08 06:02:49 +00:00
|
|
|
</enumerators>
|
|
|
|
</enum>
|
2016-03-20 12:48:30 +00:00
|
|
|
<property ID="0x03" name="Initial Environmental Effect Density" type="float"/>
|
|
|
|
<property ID="0x04" name="Initial Thermal Heat Level" type="float"/>
|
|
|
|
<property ID="0x05" name="X-Ray Fog Distance" type="float"/>
|
|
|
|
<property ID="0x06" name="Initial World Lighting Level" type="float"/>
|
2016-09-01 06:24:46 +00:00
|
|
|
<property ID="0x07" name="Skybox Model" type="asset" extensions="CMDL"/>
|
2016-03-20 12:48:30 +00:00
|
|
|
<enum ID="0x08" name="Phazon Type">
|
|
|
|
<enumerators>
|
|
|
|
<enumerator ID="0x00" name="None"/>
|
|
|
|
<enumerator ID="0x01" name="Blue"/>
|
|
|
|
<enumerator ID="0x02" name="Orange"/>
|
|
|
|
</enumerators>
|
|
|
|
</enum>
|
2015-12-15 01:33:16 +00:00
|
|
|
</properties>
|
2016-02-14 08:03:17 +00:00
|
|
|
<states/>
|
|
|
|
<messages/>
|
2015-12-15 01:33:16 +00:00
|
|
|
<editor>
|
|
|
|
<properties/>
|
|
|
|
<assets>
|
2017-07-05 01:32:12 +00:00
|
|
|
<billboard source="file">script/common/AreaAttributes.TXTR</billboard>
|
2016-02-14 08:03:17 +00:00
|
|
|
</assets>
|
2015-12-15 01:33:16 +00:00
|
|
|
<rotation_type>disabled</rotation_type>
|
|
|
|
<scale_type>disabled</scale_type>
|
|
|
|
</editor>
|
|
|
|
</ScriptTemplate>
|