Renamed should_cook to cook_pref

This commit is contained in:
parax0 2016-02-26 05:45:21 -07:00
parent 146c88d016
commit 17bb4567df
100 changed files with 822 additions and 822 deletions

View File

@ -562,7 +562,7 @@ void CTemplateWriter::SaveProperties(XMLDocument *pDoc, XMLElement *pParent, CSt
if (CookPref != eNoCookPreference) if (CookPref != eNoCookPreference)
{ {
XMLElement *pCookPref = pDoc->NewElement("should_cook"); XMLElement *pCookPref = pDoc->NewElement("cook_pref");
pCookPref->SetText(CookPref == eAlwaysCook ? "always" : "never"); pCookPref->SetText(CookPref == eAlwaysCook ? "always" : "never");
pElem->LinkEndChild(pCookPref); pElem->LinkEndChild(pCookPref);
} }
@ -726,12 +726,12 @@ void CTemplateWriter::SavePropertyOverrides(XMLDocument *pDoc, XMLElement *pPare
// Cook Pref // Cook Pref
if (pProp->CookPreference() != pSource->CookPreference()) if (pProp->CookPreference() != pSource->CookPreference())
{ {
XMLElement *pCookPref = pDoc->NewElement("should_cook"); XMLElement *pCookPref = pDoc->NewElement("cook_pref");
TString PrefStr; TString PrefStr;
if (pProp->CookPreference() == eAlwaysCook) PrefStr = "always"; if (pProp->CookPreference() == eAlwaysCook) PrefStr = "always";
else if (pProp->CookPreference() == eNeverCook) PrefStr = "never"; else if (pProp->CookPreference() == eNeverCook) PrefStr = "never";
else PrefStr = "nopref"; else PrefStr = "none";
pCookPref->SetText(*PrefStr); pCookPref->SetText(*PrefStr);
pElem->LinkEndChild(pCookPref); pElem->LinkEndChild(pCookPref);

View File

@ -95,7 +95,7 @@ public:
virtual void SetParam(const TString& rkParamName, const TString& rkValue) virtual void SetParam(const TString& rkParamName, const TString& rkValue)
{ {
if (rkParamName == "should_cook") if (rkParamName == "cook_pref")
{ {
TString lValue = rkValue.ToLower(); TString lValue = rkValue.ToLower();

View File

@ -5,7 +5,7 @@
<struct ID="0x255A4580" template="Structs/EditorProperties.xml"/> <struct ID="0x255A4580" template="Structs/EditorProperties.xml"/>
<property ID="0xC215A24F" type="long"> <property ID="0xC215A24F" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x1FE44C3A" type="bool"> <property ID="0x1FE44C3A" type="bool">
<default>false</default> <default>false</default>
@ -21,7 +21,7 @@
</property> </property>
<property ID="0x6D62EF74" type="long"> <property ID="0x6D62EF74" type="long">
<default>8</default> <default>8</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x6F8D34CA" type="float"> <property ID="0x6F8D34CA" type="float">
<default>1.0</default> <default>1.0</default>

View File

@ -5,7 +5,7 @@
<struct ID="0x255A4580" template="Structs/EditorProperties.xml"/> <struct ID="0x255A4580" template="Structs/EditorProperties.xml"/>
<property ID="0xC6CE7689" type="long"> <property ID="0xC6CE7689" type="long">
<default>20</default> <default>20</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x8B51E23F" type="float"> <property ID="0x8B51E23F" type="float">
<default>10.0</default> <default>10.0</default>

View File

@ -8,7 +8,7 @@
</property> </property>
<property ID="0x56263E35" type="long"> <property ID="0x56263E35" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0xBA5F801E" type="float"> <property ID="0xBA5F801E" type="float">
<default>1.0</default> <default>1.0</default>

View File

@ -5,7 +5,7 @@
<struct ID="0x255A4580" template="Structs/EditorProperties.xml"/> <struct ID="0x255A4580" template="Structs/EditorProperties.xml"/>
<property ID="0x67A984CB" type="long"> <property ID="0x67A984CB" type="long">
<default>3</default> <default>3</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0xC3BF43BE" type="float"> <property ID="0xC3BF43BE" type="float">
<default>100.0</default> <default>100.0</default>

View File

@ -11,13 +11,13 @@
</property> </property>
<property ID="0x21D720A9" type="long"> <property ID="0x21D720A9" type="long">
<default>1610905732</default> <default>1610905732</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<struct ID="0x97A93F8F" type="multi"> <struct ID="0x97A93F8F" type="multi">
<properties> <properties>
<property ID="0x09AB9627" type="long"> <property ID="0x09AB9627" type="long">
<default>1</default> <default>1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
@ -59,7 +59,7 @@
<properties> <properties>
<property ID="0x22BD900D" type="long"> <property ID="0x22BD900D" type="long">
<default>0</default> <default>0</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
@ -135,7 +135,7 @@
</enum> </enum>
<property ID="0x69ACC94A" type="long"> <property ID="0x69ACC94A" type="long">
<default>0</default> <default>0</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<enum ID="0xD1E91886"> <enum ID="0xD1E91886">
<default>0x0D2CFE11</default> <default>0x0D2CFE11</default>

View File

@ -13,7 +13,7 @@
<properties> <properties>
<property ID="0xC3E75C5F" type="long"> <property ID="0xC3E75C5F" type="long">
<default>528</default> <default>528</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x4D283AC5" type="float"> <property ID="0x4D283AC5" type="float">
<default>5.0</default> <default>5.0</default>

View File

@ -13,7 +13,7 @@
</property> </property>
<property ID="0x42087650" type="long"> <property ID="0x42087650" type="long">
<default>0</default> <default>0</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0xFE5BBEC8" type="float"> <property ID="0xFE5BBEC8" type="float">
<default>3.0</default> <default>3.0</default>

View File

@ -5,7 +5,7 @@
<struct ID="0x255A4580" template="Structs/EditorProperties.xml"/> <struct ID="0x255A4580" template="Structs/EditorProperties.xml"/>
<property ID="0xB0B97F9F" type="long"> <property ID="0xB0B97F9F" type="long">
<default>0</default> <default>0</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<struct ID="0x20091B54" template="Structs/SplineType.xml"/> <struct ID="0x20091B54" template="Structs/SplineType.xml"/>
<struct ID="0x4985A099" type="multi"> <struct ID="0x4985A099" type="multi">

View File

@ -268,7 +268,7 @@
</property> </property>
<property ID="0xF5495F77" type="float"> <property ID="0xF5495F77" type="float">
<default>4.0</default> <default>4.0</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
@ -452,7 +452,7 @@
<properties> <properties>
<property ID="0x94DD8979" type="long"> <property ID="0x94DD8979" type="long">
<default>0</default> <default>0</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<struct ID="0x975DCEF7" template="Structs/GenericCreatureStructG.xml"/> <struct ID="0x975DCEF7" template="Structs/GenericCreatureStructG.xml"/>
<struct ID="0x8ABB25C4" template="Structs/GenericCreatureStructF.xml"/> <struct ID="0x8ABB25C4" template="Structs/GenericCreatureStructF.xml"/>

View File

@ -10,91 +10,91 @@
<property ID="0x181E33CC" type="character"/> <property ID="0x181E33CC" type="character"/>
<property ID="0xA2A5B38F" type="long"> <property ID="0xA2A5B38F" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0xC23BD607" type="long"> <property ID="0xC23BD607" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x4A6A84C1" type="long"> <property ID="0x4A6A84C1" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x601FCE68" type="long"> <property ID="0x601FCE68" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x63E53FD8" type="long"> <property ID="0x63E53FD8" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x247DB024" type="long"> <property ID="0x247DB024" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0xFDCCB479" type="long"> <property ID="0xFDCCB479" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x10706107" type="long"> <property ID="0x10706107" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x98E160F8" type="long"> <property ID="0x98E160F8" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x3BB7E651" type="long"> <property ID="0x3BB7E651" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0xEC556609" type="long"> <property ID="0xEC556609" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0xA66BED42" type="long"> <property ID="0xA66BED42" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x71896D1A" type="long"> <property ID="0x71896D1A" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0xD2DFEBB3" type="long"> <property ID="0xD2DFEBB3" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x053D6BEB" type="long"> <property ID="0x053D6BEB" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x46A2FD25" type="long"> <property ID="0x46A2FD25" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x91407D7D" type="long"> <property ID="0x91407D7D" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x579ED88F" type="long"> <property ID="0x579ED88F" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x807C58D7" type="long"> <property ID="0x807C58D7" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x232ADE7E" type="long"> <property ID="0x232ADE7E" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0xF4C85E26" type="long"> <property ID="0xF4C85E26" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0xBEF6D56D" type="long"> <property ID="0xBEF6D56D" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
</properties> </properties>
<states/> <states/>

View File

@ -23,11 +23,11 @@
</property> </property>
<property ID="0x30060F67" type="long"> <property ID="0x30060F67" type="long">
<default>0</default> <default>0</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x2F026A4F" type="long"> <property ID="0x2F026A4F" type="long">
<default>0</default> <default>0</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x42AC42EA" type="float"> <property ID="0x42AC42EA" type="float">
<default>0.5</default> <default>0.5</default>

View File

@ -5,7 +5,7 @@
<struct ID="0x255A4580" template="Structs/EditorProperties.xml"/> <struct ID="0x255A4580" template="Structs/EditorProperties.xml"/>
<property ID="0xB0B97F9F" type="long"> <property ID="0xB0B97F9F" type="long">
<default>0</default> <default>0</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<struct ID="0x20091B54" template="Structs/SplineType.xml"/> <struct ID="0x20091B54" template="Structs/SplineType.xml"/>
<property ID="0x00DD86E2" type="color"> <property ID="0x00DD86E2" type="color">

View File

@ -9,7 +9,7 @@
<property ID="0xA3D63F44" type="character"/> <property ID="0xA3D63F44" type="character"/>
<property ID="0xA2DC645A" type="long"> <property ID="0xA2DC645A" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x456B0545" type="long"> <property ID="0x456B0545" type="long">
<default>-1</default> <default>-1</default>

View File

@ -11,7 +11,7 @@
</struct> </struct>
<property ID="0x4F7FEC39" type="long"> <property ID="0x4F7FEC39" type="long">
<default>240</default> <default>240</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<enum ID="0x295D238B"> <enum ID="0x295D238B">
<default>0x0186ECB5</default> <default>0x0186ECB5</default>

View File

@ -59,7 +59,7 @@
<property ID="0xC871BD1B" type="string"/> <property ID="0xC871BD1B" type="string"/>
<property ID="0x196E17D9" type="float"> <property ID="0x196E17D9" type="float">
<default>0.0</default> <default>0.0</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<enum ID="0xFB8F0B1F" template="Enums/MusicEnumB.xml"> <enum ID="0xFB8F0B1F" template="Enums/MusicEnumB.xml">
<default>0xCBF698CA</default> <default>0xCBF698CA</default>

View File

@ -3,7 +3,7 @@
<properties> <properties>
<property ID="0xC215A24F" type="long"> <property ID="0xC215A24F" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0xEDA47FF6" type="bool"> <property ID="0xEDA47FF6" type="bool">
<default>false</default> <default>false</default>

View File

@ -3,7 +3,7 @@
<properties> <properties>
<property ID="0xA1266897" type="long"> <property ID="0xA1266897" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x7BE67947" type="bool"> <property ID="0x7BE67947" type="bool">
<default>true</default> <default>true</default>
@ -75,7 +75,7 @@
<properties> <properties>
<property ID="0xB297F186" type="float"> <property ID="0xB297F186" type="float">
<default>0.0</default> <default>0.0</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0xCA3E85C5" type="float"> <property ID="0xCA3E85C5" type="float">
<default>15.0</default> <default>15.0</default>

View File

@ -3,7 +3,7 @@
<properties> <properties>
<property ID="0x1D49D35C" type="long"> <property ID="0x1D49D35C" type="long">
<default>3</default> <default>3</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0xC22D6492" type="float"> <property ID="0xC22D6492" type="float">
<default>100.0</default> <default>100.0</default>
@ -16,7 +16,7 @@
<struct ID="0x3B8C7CB4" template="Structs/FOVInterpolationMethod.xml"/> <struct ID="0x3B8C7CB4" template="Structs/FOVInterpolationMethod.xml"/>
<property ID="0x058C1B1D" type="long"> <property ID="0x058C1B1D" type="long">
<default>3</default> <default>3</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x943F8A27" type="float"> <property ID="0x943F8A27" type="float">
<default>100.0</default> <default>100.0</default>
@ -39,7 +39,7 @@
<struct ID="0xF391EDBC" template="Structs/FOVInterpolationMethod.xml"/> <struct ID="0xF391EDBC" template="Structs/FOVInterpolationMethod.xml"/>
<property ID="0x07A6C22C" type="long"> <property ID="0x07A6C22C" type="long">
<default>3</default> <default>3</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0xC4E74018" type="float"> <property ID="0xC4E74018" type="float">
<default>100.0</default> <default>100.0</default>

View File

@ -15,7 +15,7 @@
</enum> </enum>
<property ID="0x6219022E" type="long"> <property ID="0x6219022E" type="long">
<default>8</default> <default>8</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<enum ID="0x44191FB8"> <enum ID="0x44191FB8">
<default>0x33D21F2E</default> <default>0x33D21F2E</default>
@ -78,7 +78,7 @@
<properties> <properties>
<property ID="0x1B4962BF" type="long"> <property ID="0x1B4962BF" type="long">
<default>786432</default> <default>786432</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<struct ID="0x609C0608" template="Structs/SpindlePositionInterpolant.xml"/> <struct ID="0x609C0608" template="Structs/SpindlePositionInterpolant.xml"/>
<struct ID="0xF6C828C0" template="Structs/SpindlePositionInterpolant.xml"/> <struct ID="0xF6C828C0" template="Structs/SpindlePositionInterpolant.xml"/>
@ -88,7 +88,7 @@
<properties> <properties>
<property ID="0x10E6F366" type="long"> <property ID="0x10E6F366" type="long">
<default>256</default> <default>256</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -14,13 +14,13 @@
</enum> </enum>
<property ID="0xB1B6CF33" type="long"> <property ID="0xB1B6CF33" type="long">
<default>2</default> <default>2</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<struct ID="0xE8AB9BC8" type="multi"> <struct ID="0xE8AB9BC8" type="multi">
<properties> <properties>
<property ID="0x259D3279" type="long"> <property ID="0x259D3279" type="long">
<default>0</default> <default>0</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<enum ID="0x340E4CA3"> <enum ID="0x340E4CA3">
<default>0xD25FBD92</default> <default>0xD25FBD92</default>
@ -49,7 +49,7 @@
<properties> <properties>
<property ID="0xB8A6413A" type="long"> <property ID="0xB8A6413A" type="long">
<default>320</default> <default>320</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<struct ID="0xA0FB9986" template="Structs/SpindlePositionInterpolant.xml"/> <struct ID="0xA0FB9986" template="Structs/SpindlePositionInterpolant.xml"/>
<struct ID="0x58079583" template="Structs/SpindlePositionInterpolant.xml"/> <struct ID="0x58079583" template="Structs/SpindlePositionInterpolant.xml"/>
@ -69,7 +69,7 @@
<properties> <properties>
<property ID="0x9D99B2E3" type="long"> <property ID="0x9D99B2E3" type="long">
<default>1</default> <default>1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<struct ID="0xE69C51D7" template="Structs/OffsetInterpolant.xml"/> <struct ID="0xE69C51D7" template="Structs/OffsetInterpolant.xml"/>
<struct ID="0x959108A5" template="Structs/Convergence.xml"/> <struct ID="0x959108A5" template="Structs/Convergence.xml"/>

View File

@ -29,7 +29,7 @@
<properties> <properties>
<property ID="0x18C7396A" type="bool"> <property ID="0x18C7396A" type="bool">
<default>false</default> <default>false</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0xBD0B7EDE" type="string"/> <property ID="0xBD0B7EDE" type="string"/>
<property ID="0x6C84C588" type="float"> <property ID="0x6C84C588" type="float">
@ -47,7 +47,7 @@
</property> </property>
<property ID="0xB122A18D" type="float"> <property ID="0xB122A18D" type="float">
<default>0.0</default> <default>0.0</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x8E1B83F9" type="float"> <property ID="0x8E1B83F9" type="float">
<default>0.01</default> <default>0.01</default>

View File

@ -12,11 +12,11 @@
</property> </property>
<property ID="0x10F37815" type="long"> <property ID="0x10F37815" type="long">
<default>524288</default> <default>524288</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0xF65FEEF8" type="long"> <property ID="0xF65FEEF8" type="long">
<default>524288</default> <default>524288</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -8,7 +8,7 @@
</property> </property>
<property ID="0x5D298A43" type="long"> <property ID="0x5D298A43" type="long">
<default>3</default> <default>3</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -3,7 +3,7 @@
<properties> <properties>
<property ID="0xAACDB11C" type="long"> <property ID="0xAACDB11C" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x8ACD5B6F" type="long"> <property ID="0x8ACD5B6F" type="long">
<default>1</default> <default>1</default>

View File

@ -9,7 +9,7 @@
</property> </property>
<property ID="0xAACDB11C" type="long"> <property ID="0xAACDB11C" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x15DBA741" type="string"/> <property ID="0x15DBA741" type="string"/>
</properties> </properties>

View File

@ -3,19 +3,19 @@
<properties> <properties>
<property ID="0x00" name="Layer ID 1" type="long"> <property ID="0x00" name="Layer ID 1" type="long">
<default>0</default> <default>0</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x01" name="Layer ID 2" type="long"> <property ID="0x01" name="Layer ID 2" type="long">
<default>0</default> <default>0</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x02" name="Layer ID 3" type="long"> <property ID="0x02" name="Layer ID 3" type="long">
<default>0</default> <default>0</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x03" name="Layer ID 4" type="long"> <property ID="0x03" name="Layer ID 4" type="long">
<default>0</default> <default>0</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -14,7 +14,7 @@
</property> </property>
<property ID="0xAE80628F" type="long"> <property ID="0xAE80628F" type="long">
<default>262432</default> <default>262432</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x628BDF0F" type="MayaSpline"/> <property ID="0x628BDF0F" type="MayaSpline"/>
<property ID="0x78D03A32" type="MayaSpline"/> <property ID="0x78D03A32" type="MayaSpline"/>

View File

@ -3,7 +3,7 @@
<properties> <properties>
<property ID="0xA9F8A74F" type="long"> <property ID="0xA9F8A74F" type="long">
<default>64</default> <default>64</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<enum ID="0xB674EA3D"> <enum ID="0xB674EA3D">
<default>0x3AF0EDA3</default> <default>0x3AF0EDA3</default>

View File

@ -28,7 +28,7 @@
</property> </property>
<property ID="0xBB0EE668" type="long"> <property ID="0xBB0EE668" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x21311DCE" type="float"> <property ID="0x21311DCE" type="float">
<default>0.0</default> <default>0.0</default>

View File

@ -3,11 +3,11 @@
<properties> <properties>
<property ID="0x97C0611F" type="long"> <property ID="0x97C0611F" type="long">
<default>1</default> <default>1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x50224907" type="long"> <property ID="0x50224907" type="long">
<default>128</default> <default>128</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x7150D7F8" type="bool"> <property ID="0x7150D7F8" type="bool">
<default>false</default> <default>false</default>

View File

@ -3,7 +3,7 @@
<properties> <properties>
<property ID="0xDE5BFC61" type="float"> <property ID="0xDE5BFC61" type="float">
<default>0.0</default> <default>0.0</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x7C16E269" type="bool"> <property ID="0x7C16E269" type="bool">
<default>false</default> <default>false</default>

View File

@ -490,15 +490,15 @@
<properties> <properties>
<property ID="0xAACDB11C" type="long"> <property ID="0xAACDB11C" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x7F96D93C" type="long"> <property ID="0x7F96D93C" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0xD0ED78B3" type="long"> <property ID="0xD0ED78B3" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0xF0EB772D" type="string"/> <property ID="0xF0EB772D" type="string"/>
<property ID="0xDA075C18" type="string"/> <property ID="0xDA075C18" type="string"/>
@ -531,11 +531,11 @@
</property> </property>
<property ID="0x2C60DD92" type="long"> <property ID="0x2C60DD92" type="long">
<default>0</default> <default>0</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0xC739D41A" type="long"> <property ID="0xC739D41A" type="long">
<default>0</default> <default>0</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -3,11 +3,11 @@
<properties> <properties>
<property ID="0x2B70FD04" type="long"> <property ID="0x2B70FD04" type="long">
<default>0</default> <default>0</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x138BAC93" type="long"> <property ID="0x138BAC93" type="long">
<default>0</default> <default>0</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0xDD96E915" type="bool"> <property ID="0xDD96E915" type="bool">
<default>false</default> <default>false</default>

View File

@ -3,31 +3,31 @@
<properties> <properties>
<property ID="0x64543B0C" type="long"> <property ID="0x64543B0C" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x1E67101C" type="long"> <property ID="0x1E67101C" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0xCB515E2A" type="long"> <property ID="0xCB515E2A" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0xC762476C" type="long"> <property ID="0xC762476C" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0xB6641BF0" type="long"> <property ID="0xB6641BF0" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x217A54B9" type="long"> <property ID="0x217A54B9" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
<property ID="0x8B30D933" type="long"> <property ID="0x8B30D933" type="long">
<default>-1</default> <default>-1</default>
<should_cook>always</should_cook> <cook_pref>always</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -12,17 +12,17 @@
<property ID="0xCEE68723" type="float"> <property ID="0xCEE68723" type="float">
<default>0.0</default> <default>0.0</default>
</property> </property>
<property ID="0x58810503" type="long"> <property ID="0x58810503" type="long">
<default>0</default> <default>0</default>
<description>This property isn't read by the game and has no ingame effect. Might be a float.</description> <description>This property isn't read by the game and has no ingame effect. Might be a float.</description>
</property> </property>
<property ID="0x6D62EF74" type="long"> <property ID="0x6D62EF74" type="long">
<default>0</default> <default>0</default>
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x6F8D34CA" type="float"> <property ID="0x6F8D34CA" type="float">
<default>1.0</default> <default>1.0</default>
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
<states/> <states/>

View File

@ -36,7 +36,7 @@
</property> </property>
<property ID="0x2AFFD6FE" type="bool"> <property ID="0x2AFFD6FE" type="bool">
<default>false</default> <default>false</default>
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x32FAB97E" type="long"> <property ID="0x32FAB97E" type="long">
<default>0</default> <default>0</default>

View File

@ -18,56 +18,56 @@
<struct ID="0xAC8BB2A7"> <struct ID="0xAC8BB2A7">
<properties> <properties>
<property ID="0x68ACBD86"> <property ID="0x68ACBD86">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0xD99C0400"> <struct ID="0xD99C0400">
<properties> <properties>
<property ID="0x68ACBD86"> <property ID="0x68ACBD86">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x68AE13A0"> <struct ID="0x68AE13A0">
<properties> <properties>
<property ID="0x68ACBD86"> <property ID="0x68ACBD86">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0xF0B2F4CF"> <struct ID="0xF0B2F4CF">
<properties> <properties>
<property ID="0x68ACBD86"> <property ID="0x68ACBD86">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x00EFE8CB"> <struct ID="0x00EFE8CB">
<properties> <properties>
<property ID="0x68ACBD86"> <property ID="0x68ACBD86">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0xBB70093F"> <struct ID="0xBB70093F">
<properties> <properties>
<property ID="0x68ACBD86"> <property ID="0x68ACBD86">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0xA442B4A3"> <struct ID="0xA442B4A3">
<properties> <properties>
<property ID="0x68ACBD86"> <property ID="0x68ACBD86">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x6924B8C1"> <struct ID="0x6924B8C1">
<properties> <properties>
<property ID="0x68ACBD86"> <property ID="0x68ACBD86">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -5,7 +5,7 @@
<struct ID="0x255A4580" template="Structs/EditorProperties.xml"> <struct ID="0x255A4580" template="Structs/EditorProperties.xml">
<properties> <properties>
<property ID="0x494E414D"> <property ID="0x494E414D">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -34,7 +34,7 @@
<version>Trilogy</version> <version>Trilogy</version>
</versions> </versions>
<default>1.0</default> <default>1.0</default>
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
<states/> <states/>

View File

@ -5,7 +5,7 @@
<struct ID="0x255A4580" template="Structs/EditorProperties.xml"> <struct ID="0x255A4580" template="Structs/EditorProperties.xml">
<properties> <properties>
<property ID="0x41435456"> <property ID="0x41435456">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -6,10 +6,10 @@
<struct ID="0xB3774750" template="Structs/PatternedInfo.xml"> <struct ID="0xB3774750" template="Structs/PatternedInfo.xml">
<properties> <properties>
<property ID="0x58434916"> <property ID="0x58434916">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xFF77C96F"> <property ID="0xFF77C96F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB0CFE015"> <property ID="0xB0CFE015">
<default>3.5</default> <default>3.5</default>

View File

@ -6,25 +6,25 @@
<struct ID="0xB3774750" template="Structs/PatternedInfo.xml"> <struct ID="0xB3774750" template="Structs/PatternedInfo.xml">
<properties> <properties>
<property ID="0x58434916"> <property ID="0x58434916">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xFF77C96F"> <property ID="0xFF77C96F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB0CFE015"> <property ID="0xB0CFE015">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xC80E329B"> <property ID="0xC80E329B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x3FAE47EB"> <property ID="0x3FAE47EB">
<default>100.0</default> <default>100.0</default>
</property> </property>
<property ID="0x13F0B18F"> <property ID="0x13F0B18F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x7D5A0487"> <property ID="0x7D5A0487">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<struct ID="0xCF90D15E"> <struct ID="0xCF90D15E">
<properties> <properties>

View File

@ -12,7 +12,7 @@
<struct ID="0x91CEFA1E" template="Structs/GuiWidgetProperties.xml"/> <struct ID="0x91CEFA1E" template="Structs/GuiWidgetProperties.xml"/>
<property ID="0xDB7F4AA2" type="long"> <property ID="0xDB7F4AA2" type="long">
<default>1</default> <default>1</default>
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
<states/> <states/>

View File

@ -12,16 +12,16 @@
<default>32.0</default> <default>32.0</default>
</property> </property>
<property ID="0x58434916"> <property ID="0x58434916">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xFF77C96F"> <property ID="0xFF77C96F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB0CFE015"> <property ID="0xB0CFE015">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xC80E329B"> <property ID="0xC80E329B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8A6AB139"> <property ID="0x8A6AB139">
<default>0.5</default> <default>0.5</default>

View File

@ -6,22 +6,22 @@
<struct ID="0xB3774750" template="Structs/PatternedInfo.xml"> <struct ID="0xB3774750" template="Structs/PatternedInfo.xml">
<properties> <properties>
<property ID="0x58434916"> <property ID="0x58434916">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xFF77C96F"> <property ID="0xFF77C96F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB0CFE015"> <property ID="0xB0CFE015">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xC80E329B"> <property ID="0xC80E329B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x13F0B18F"> <property ID="0x13F0B18F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x7D5A0487"> <property ID="0x7D5A0487">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x4BC4C4D9"> <property ID="0x4BC4C4D9">
<default>2</default> <default>2</default>

View File

@ -14,11 +14,11 @@
</property> </property>
<property ID="0x6D62EF74" type="long"> <property ID="0x6D62EF74" type="long">
<default>0</default> <default>0</default>
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x6F8D34CA" type="float"> <property ID="0x6F8D34CA" type="float">
<default>1.0</default> <default>1.0</default>
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
<states/> <states/>

View File

@ -5,7 +5,7 @@
<struct ID="0x255A4580" template="Structs/EditorProperties.xml"> <struct ID="0x255A4580" template="Structs/EditorProperties.xml">
<properties> <properties>
<property ID="0x494E414D"> <property ID="0x494E414D">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -18,7 +18,7 @@
</property> </property>
<property ID="0xDB7F4AA2" type="long"> <property ID="0xDB7F4AA2" type="long">
<default>1</default> <default>1</default>
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
<states/> <states/>

View File

@ -12,7 +12,7 @@
<struct ID="0x91CEFA1E" template="Structs/GuiWidgetProperties.xml"/> <struct ID="0x91CEFA1E" template="Structs/GuiWidgetProperties.xml"/>
<property ID="0xDB7F4AA2" type="long"> <property ID="0xDB7F4AA2" type="long">
<default>1</default> <default>1</default>
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
<states/> <states/>

View File

@ -8,7 +8,7 @@
</property> </property>
<property ID="0xFA08A2B2" type="float"> <property ID="0xFA08A2B2" type="float">
<default>0.0</default> <default>0.0</default>
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0C5143FE" type="long"> <property ID="0x0C5143FE" type="long">
<default>-1</default> <default>-1</default>

View File

@ -26,7 +26,7 @@
</property> </property>
<property ID="0xD6088BC5" type="long"> <property ID="0xD6088BC5" type="long">
<default>64</default> <default>64</default>
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<struct ID="0x0BB62639" type="multi"> <struct ID="0x0BB62639" type="multi">
<properties> <properties>

View File

@ -5,7 +5,7 @@
<struct ID="0x255A4580" template="Structs/EditorProperties.xml"/> <struct ID="0x255A4580" template="Structs/EditorProperties.xml"/>
<property ID="0x1CCD0586" type="long"> <property ID="0x1CCD0586" type="long">
<default>-1</default> <default>-1</default>
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xC215A24F" type="long"> <property ID="0xC215A24F" type="long">
<default>-1</default> <default>-1</default>

View File

@ -5,7 +5,7 @@
<struct ID="0x255A4580" template="Structs/EditorProperties.xml"> <struct ID="0x255A4580" template="Structs/EditorProperties.xml">
<properties> <properties>
<property ID="0x494E414D"> <property ID="0x494E414D">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -41,100 +41,100 @@
<struct ID="0x6DAC116A" template="Structs/LaunchProjectileData.xml"> <struct ID="0x6DAC116A" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x9AAB30F1" template="Structs/LaunchProjectileData.xml"> <struct ID="0x9AAB30F1" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x76B1B8E0" template="Structs/LaunchProjectileData.xml"> <struct ID="0x76B1B8E0" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0xFE3B5965" template="Structs/LaunchProjectileData.xml"> <struct ID="0xFE3B5965" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -13,25 +13,25 @@
<default>1</default> <default>1</default>
</property> </property>
<property ID="0x58434916"> <property ID="0x58434916">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xFF77C96F"> <property ID="0xFF77C96F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB0CFE015"> <property ID="0xB0CFE015">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xC80E329B"> <property ID="0xC80E329B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x3FAE47EB"> <property ID="0x3FAE47EB">
<default>100.0</default> <default>100.0</default>
</property> </property>
<property ID="0x13F0B18F"> <property ID="0x13F0B18F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x7D5A0487"> <property ID="0x7D5A0487">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -27,31 +27,31 @@
<struct ID="0xF609C637" template="Structs/GrappleData.xml"> <struct ID="0xF609C637" template="Structs/GrappleData.xml">
<properties> <properties>
<property ID="0xB2BD2723"> <property ID="0xB2BD2723">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x5BBBE79E"> <property ID="0x5BBBE79E">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x426F2F60"> <property ID="0x426F2F60">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x771A3176"> <property ID="0x771A3176" extensions="UNKN">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xEFD287D9"> <property ID="0xEFD287D9">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x56F41CA8"> <property ID="0x56F41CA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x4BDEE69A"> <property ID="0x4BDEE69A">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0598B045"> <property ID="0x0598B045">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x07648F63"> <property ID="0x07648F63">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -89,19 +89,19 @@
<default>1.0</default> <default>1.0</default>
</property> </property>
<property ID="0x58434916"> <property ID="0x58434916">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xFF77C96F"> <property ID="0xFF77C96F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x3FAE47EB"> <property ID="0x3FAE47EB">
<default>100.0</default> <default>100.0</default>
</property> </property>
<property ID="0x13F0B18F"> <property ID="0x13F0B18F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x7D5A0487"> <property ID="0x7D5A0487">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -13,25 +13,25 @@
<default>1</default> <default>1</default>
</property> </property>
<property ID="0x58434916"> <property ID="0x58434916">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xFF77C96F"> <property ID="0xFF77C96F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB0CFE015"> <property ID="0xB0CFE015">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xC80E329B"> <property ID="0xC80E329B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x3FAE47EB"> <property ID="0x3FAE47EB">
<default>100.0</default> <default>100.0</default>
</property> </property>
<property ID="0x13F0B18F"> <property ID="0x13F0B18F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x7D5A0487"> <property ID="0x7D5A0487">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -29,25 +29,25 @@
<struct ID="0x2C83C012" template="Structs/LaunchProjectileData.xml"> <struct ID="0x2C83C012" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
@ -63,7 +63,7 @@
<struct ID="0x05015775" template="Structs/ElectricBeamInfo.xml"> <struct ID="0x05015775" template="Structs/ElectricBeamInfo.xml">
<properties> <properties>
<property ID="0xC26C291C"> <property ID="0xC26C291C">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
@ -77,11 +77,11 @@
</property> </property>
<struct ID="0x24265839" template="Structs/ElectricBeamInfo.xml"> <struct ID="0x24265839" template="Structs/ElectricBeamInfo.xml">
<properties> <properties>
<property ID="0xC95479D4"> <property ID="0xC95479D4" extensions="UNKN">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x104284E6"> <property ID="0x104284E6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<struct ID="0x98821996"> <struct ID="0x98821996">
<properties> <properties>
@ -94,21 +94,21 @@
<default>50.0</default> <default>50.0</default>
</property> </property>
<property ID="0x8F4FB79D"> <property ID="0x8F4FB79D">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0xCCDD3ACA" template="Structs/FlyerMovementMode.xml"> <struct ID="0xCCDD3ACA" template="Structs/FlyerMovementMode.xml">
<properties> <properties>
<property ID="0x50A9BD0D"> <property ID="0x50A9BD0D">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0xC845D3C0" template="Structs/FlyerMovementMode.xml"> <struct ID="0xC845D3C0" template="Structs/FlyerMovementMode.xml">
<properties> <properties>
<property ID="0x50A9BD0D"> <property ID="0x50A9BD0D">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
@ -143,7 +143,7 @@
<default>1</default> <default>1</default>
</property> </property>
<property ID="0xB2BD2723"> <property ID="0xB2BD2723">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x1A8DBEA7"> <property ID="0x1A8DBEA7">
<default>10.0</default> <default>10.0</default>
@ -175,76 +175,76 @@
</properties> </properties>
</struct> </struct>
<struct ID="0x3F3A2EEB"> <struct ID="0x3F3A2EEB">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x008BD240"> <property ID="0x008BD240">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x54178CB8"> <property ID="0x54178CB8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xDE38F04E"> <property ID="0xDE38F04E">
<default>180.0</default> <default>180.0</default>
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x9D0C992F"> <property ID="0x9D0C992F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8382CD42"> <property ID="0x8382CD42">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8A40FD1B"> <property ID="0x8A40FD1B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xA62BF627"> <property ID="0xA62BF627">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<enum ID="0xF8A14C37"> <enum ID="0xF8A14C37">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</enum> </enum>
<property ID="0x64FB595C"> <property ID="0x64FB595C">
<default>false</default> <default>false</default>
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0887FEFE"> <property ID="0x0887FEFE">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x424928B3"> <struct ID="0x424928B3">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x008BD240"> <property ID="0x008BD240">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x54178CB8"> <property ID="0x54178CB8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xDE38F04E"> <property ID="0xDE38F04E">
<default>180.0</default> <default>180.0</default>
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x9D0C992F"> <property ID="0x9D0C992F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8382CD42"> <property ID="0x8382CD42">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8A40FD1B"> <property ID="0x8A40FD1B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xA62BF627"> <property ID="0xA62BF627">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<enum ID="0xF8A14C37"> <enum ID="0xF8A14C37">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</enum> </enum>
<property ID="0x64FB595C"> <property ID="0x64FB595C">
<default>false</default> <default>false</default>
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0887FEFE"> <property ID="0x0887FEFE">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
@ -259,28 +259,28 @@
</properties> </properties>
</struct> </struct>
<property ID="0x5BBBE79E"> <property ID="0x5BBBE79E">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x426F2F60"> <property ID="0x426F2F60">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x771A3176"> <property ID="0x771A3176" extensions="UNKN">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xEFD287D9"> <property ID="0xEFD287D9">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x56F41CA8"> <property ID="0x56F41CA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x4BDEE69A"> <property ID="0x4BDEE69A">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0598B045"> <property ID="0x0598B045">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x07648F63"> <property ID="0x07648F63">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -25,72 +25,72 @@
<struct ID="0xF609C637" template="Structs/GrappleData.xml"> <struct ID="0xF609C637" template="Structs/GrappleData.xml">
<properties> <properties>
<struct ID="0x3F3A2EEB"> <struct ID="0x3F3A2EEB">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x008BD240"> <property ID="0x008BD240">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x54178CB8"> <property ID="0x54178CB8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xDE38F04E"> <property ID="0xDE38F04E">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x9D0C992F"> <property ID="0x9D0C992F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8382CD42"> <property ID="0x8382CD42">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8A40FD1B"> <property ID="0x8A40FD1B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xA62BF627"> <property ID="0xA62BF627">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<enum ID="0xF8A14C37"> <enum ID="0xF8A14C37">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</enum> </enum>
<property ID="0x64FB595C"> <property ID="0x64FB595C">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0887FEFE"> <property ID="0x0887FEFE">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x424928B3"> <struct ID="0x424928B3">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x008BD240"> <property ID="0x008BD240">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x54178CB8"> <property ID="0x54178CB8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xDE38F04E"> <property ID="0xDE38F04E">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x9D0C992F"> <property ID="0x9D0C992F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8382CD42"> <property ID="0x8382CD42">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8A40FD1B"> <property ID="0x8A40FD1B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xA62BF627"> <property ID="0xA62BF627">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<enum ID="0xF8A14C37"> <enum ID="0xF8A14C37">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</enum> </enum>
<property ID="0x64FB595C"> <property ID="0x64FB595C">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0887FEFE"> <property ID="0x0887FEFE">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -54,19 +54,19 @@
<default>1.0</default> <default>1.0</default>
</property> </property>
<property ID="0x58434916"> <property ID="0x58434916">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xFF77C96F"> <property ID="0xFF77C96F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x3FAE47EB"> <property ID="0x3FAE47EB">
<default>100.0</default> <default>100.0</default>
</property> </property>
<property ID="0x13F0B18F"> <property ID="0x13F0B18F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x7D5A0487"> <property ID="0x7D5A0487">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -78,19 +78,19 @@
<default>1.0</default> <default>1.0</default>
</property> </property>
<property ID="0x58434916"> <property ID="0x58434916">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xFF77C96F"> <property ID="0xFF77C96F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x3FAE47EB"> <property ID="0x3FAE47EB">
<default>100.0</default> <default>100.0</default>
</property> </property>
<property ID="0x13F0B18F"> <property ID="0x13F0B18F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x7D5A0487"> <property ID="0x7D5A0487">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -18,101 +18,101 @@
<struct ID="0xF609C637" template="Structs/GrappleData.xml"> <struct ID="0xF609C637" template="Structs/GrappleData.xml">
<properties> <properties>
<property ID="0xB2BD2723"> <property ID="0xB2BD2723">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<struct ID="0x3F3A2EEB"> <struct ID="0x3F3A2EEB">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x008BD240"> <property ID="0x008BD240">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x54178CB8"> <property ID="0x54178CB8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xDE38F04E"> <property ID="0xDE38F04E">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x9D0C992F"> <property ID="0x9D0C992F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8382CD42"> <property ID="0x8382CD42">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8A40FD1B"> <property ID="0x8A40FD1B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xA62BF627"> <property ID="0xA62BF627">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<enum ID="0xF8A14C37"> <enum ID="0xF8A14C37">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</enum> </enum>
<property ID="0x64FB595C"> <property ID="0x64FB595C">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0887FEFE"> <property ID="0x0887FEFE">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x424928B3"> <struct ID="0x424928B3">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x008BD240"> <property ID="0x008BD240">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x54178CB8"> <property ID="0x54178CB8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xDE38F04E"> <property ID="0xDE38F04E">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x9D0C992F"> <property ID="0x9D0C992F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8382CD42"> <property ID="0x8382CD42">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8A40FD1B"> <property ID="0x8A40FD1B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xA62BF627"> <property ID="0xA62BF627">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<enum ID="0xF8A14C37"> <enum ID="0xF8A14C37">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</enum> </enum>
<property ID="0x64FB595C"> <property ID="0x64FB595C">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0887FEFE"> <property ID="0x0887FEFE">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<property ID="0x5BBBE79E"> <property ID="0x5BBBE79E">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x426F2F60"> <property ID="0x426F2F60">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x771A3176"> <property ID="0x771A3176" extensions="UNKN">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xEFD287D9"> <property ID="0xEFD287D9">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x56F41CA8"> <property ID="0x56F41CA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x4BDEE69A"> <property ID="0x4BDEE69A">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0598B045"> <property ID="0x0598B045">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x07648F63"> <property ID="0x07648F63">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -42,25 +42,25 @@
<default>1</default> <default>1</default>
</property> </property>
<property ID="0x58434916"> <property ID="0x58434916">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xFF77C96F"> <property ID="0xFF77C96F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB0CFE015"> <property ID="0xB0CFE015">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xC80E329B"> <property ID="0xC80E329B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x3FAE47EB"> <property ID="0x3FAE47EB">
<default>100.0</default> <default>100.0</default>
</property> </property>
<property ID="0x13F0B18F"> <property ID="0x13F0B18F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x7D5A0487"> <property ID="0x7D5A0487">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -45,25 +45,25 @@
<struct ID="0xF9EF8D5D" template="Structs/LaunchProjectileData.xml"> <struct ID="0xF9EF8D5D" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -38,21 +38,21 @@
<struct ID="0x7B6C604A" template="Structs/FlyerMovementMode.xml"> <struct ID="0x7B6C604A" template="Structs/FlyerMovementMode.xml">
<properties> <properties>
<property ID="0x50A9BD0D"> <property ID="0x50A9BD0D">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x292754AF" template="Structs/FlyerMovementMode.xml"> <struct ID="0x292754AF" template="Structs/FlyerMovementMode.xml">
<properties> <properties>
<property ID="0x50A9BD0D"> <property ID="0x50A9BD0D">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x18B5143A" template="Structs/FlyerMovementMode.xml"> <struct ID="0x18B5143A" template="Structs/FlyerMovementMode.xml">
<properties> <properties>
<property ID="0x50A9BD0D"> <property ID="0x50A9BD0D">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
@ -127,7 +127,7 @@
<struct ID="0x6D417F4C" template="Structs/ElectricBeamInfo.xml"> <struct ID="0x6D417F4C" template="Structs/ElectricBeamInfo.xml">
<properties> <properties>
<property ID="0xC26C291C"> <property ID="0xC26C291C">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -25,25 +25,25 @@
<struct ID="0x2C83C012" template="Structs/LaunchProjectileData.xml"> <struct ID="0x2C83C012" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
@ -121,7 +121,7 @@
<default>1</default> <default>1</default>
</property> </property>
<property ID="0xB2BD2723"> <property ID="0xB2BD2723">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<struct ID="0x5F669BA0"> <struct ID="0x5F669BA0">
<properties> <properties>
@ -131,98 +131,98 @@
</properties> </properties>
</struct> </struct>
<struct ID="0x3F3A2EEB"> <struct ID="0x3F3A2EEB">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x008BD240"> <property ID="0x008BD240">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x54178CB8"> <property ID="0x54178CB8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xDE38F04E"> <property ID="0xDE38F04E">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x9D0C992F"> <property ID="0x9D0C992F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8382CD42"> <property ID="0x8382CD42">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8A40FD1B"> <property ID="0x8A40FD1B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xA62BF627"> <property ID="0xA62BF627">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<enum ID="0xF8A14C37"> <enum ID="0xF8A14C37">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</enum> </enum>
<property ID="0x64FB595C"> <property ID="0x64FB595C">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0887FEFE"> <property ID="0x0887FEFE">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x424928B3"> <struct ID="0x424928B3">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x008BD240"> <property ID="0x008BD240">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x54178CB8"> <property ID="0x54178CB8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xDE38F04E"> <property ID="0xDE38F04E">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x9D0C992F"> <property ID="0x9D0C992F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8382CD42"> <property ID="0x8382CD42">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8A40FD1B"> <property ID="0x8A40FD1B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xA62BF627"> <property ID="0xA62BF627">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<enum ID="0xF8A14C37"> <enum ID="0xF8A14C37">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</enum> </enum>
<property ID="0x64FB595C"> <property ID="0x64FB595C">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0887FEFE"> <property ID="0x0887FEFE">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<property ID="0x5BBBE79E"> <property ID="0x5BBBE79E">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x426F2F60"> <property ID="0x426F2F60">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x771A3176"> <property ID="0x771A3176" extensions="UNKN">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xEFD287D9"> <property ID="0xEFD287D9">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x56F41CA8"> <property ID="0x56F41CA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x4BDEE69A"> <property ID="0x4BDEE69A">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0598B045"> <property ID="0x0598B045">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x07648F63"> <property ID="0x07648F63">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -92,10 +92,10 @@
<default>100.0</default> <default>100.0</default>
</property> </property>
<property ID="0x13F0B18F"> <property ID="0x13F0B18F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x7D5A0487"> <property ID="0x7D5A0487">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -19,25 +19,25 @@
<struct ID="0x2036077F" template="Structs/LaunchProjectileData.xml"> <struct ID="0x2036077F" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
@ -75,14 +75,14 @@
<struct ID="0x130CF1A1" template="Structs/FlyerMovementMode.xml"> <struct ID="0x130CF1A1" template="Structs/FlyerMovementMode.xml">
<properties> <properties>
<property ID="0x50A9BD0D"> <property ID="0x50A9BD0D">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0xFC51DF90" template="Structs/FlyerMovementMode.xml"> <struct ID="0xFC51DF90" template="Structs/FlyerMovementMode.xml">
<properties> <properties>
<property ID="0x50A9BD0D"> <property ID="0x50A9BD0D">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -46,25 +46,25 @@
<struct ID="0x50AE6E55" template="Structs/LaunchProjectileData.xml"> <struct ID="0x50AE6E55" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -36,25 +36,25 @@
<struct ID="0x0D1DC128" template="Structs/LaunchProjectileData.xml"> <struct ID="0x0D1DC128" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
@ -67,75 +67,75 @@
<struct ID="0x7C018C6C" template="Structs/LaunchProjectileData.xml"> <struct ID="0x7C018C6C" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0xD640CF23" template="Structs/LaunchProjectileData.xml"> <struct ID="0xD640CF23" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x1D2C74A8" template="Structs/LaunchProjectileData.xml"> <struct ID="0x1D2C74A8" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
@ -149,14 +149,14 @@
<struct ID="0xA55D4C94" template="Structs/FlyerMovementMode.xml"> <struct ID="0xA55D4C94" template="Structs/FlyerMovementMode.xml">
<properties> <properties>
<property ID="0x50A9BD0D"> <property ID="0x50A9BD0D">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x89A18334" template="Structs/FlyerMovementMode.xml"> <struct ID="0x89A18334" template="Structs/FlyerMovementMode.xml">
<properties> <properties>
<property ID="0x50A9BD0D"> <property ID="0x50A9BD0D">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -45,66 +45,66 @@
<struct ID="0xF609C637" template="Structs/GrappleData.xml"> <struct ID="0xF609C637" template="Structs/GrappleData.xml">
<properties> <properties>
<property ID="0xB2BD2723"> <property ID="0xB2BD2723">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<struct ID="0x424928B3"> <struct ID="0x424928B3">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x008BD240"> <property ID="0x008BD240">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x54178CB8"> <property ID="0x54178CB8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xDE38F04E"> <property ID="0xDE38F04E">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x9D0C992F"> <property ID="0x9D0C992F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8382CD42"> <property ID="0x8382CD42">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8A40FD1B"> <property ID="0x8A40FD1B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xA62BF627"> <property ID="0xA62BF627">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<enum ID="0xF8A14C37"> <enum ID="0xF8A14C37">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</enum> </enum>
<property ID="0x64FB595C"> <property ID="0x64FB595C">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0887FEFE"> <property ID="0x0887FEFE">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<property ID="0x5BBBE79E"> <property ID="0x5BBBE79E">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x426F2F60"> <property ID="0x426F2F60">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x771A3176"> <property ID="0x771A3176" extensions="UNKN">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xEFD287D9"> <property ID="0xEFD287D9">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x56F41CA8"> <property ID="0x56F41CA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x4BDEE69A"> <property ID="0x4BDEE69A">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0598B045"> <property ID="0x0598B045">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x07648F63"> <property ID="0x07648F63">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
@ -118,25 +118,25 @@
<struct ID="0xB3774750" template="Structs/PatternedAI.xml"> <struct ID="0xB3774750" template="Structs/PatternedAI.xml">
<properties> <properties>
<property ID="0x58434916"> <property ID="0x58434916">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xFF77C96F"> <property ID="0xFF77C96F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB0CFE015"> <property ID="0xB0CFE015">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xC80E329B"> <property ID="0xC80E329B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x3FAE47EB"> <property ID="0x3FAE47EB">
<default>100.0</default> <default>100.0</default>
</property> </property>
<property ID="0x13F0B18F"> <property ID="0x13F0B18F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x7D5A0487"> <property ID="0x7D5A0487">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
@ -144,25 +144,25 @@
<struct ID="0x1464AE05" template="Structs/PatternedAI.xml"> <struct ID="0x1464AE05" template="Structs/PatternedAI.xml">
<properties> <properties>
<property ID="0x58434916"> <property ID="0x58434916">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xFF77C96F"> <property ID="0xFF77C96F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB0CFE015"> <property ID="0xB0CFE015">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xC80E329B"> <property ID="0xC80E329B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x3FAE47EB"> <property ID="0x3FAE47EB">
<default>100.0</default> <default>100.0</default>
</property> </property>
<property ID="0x13F0B18F"> <property ID="0x13F0B18F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x7D5A0487"> <property ID="0x7D5A0487">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
@ -170,25 +170,25 @@
<struct ID="0x24D00673" template="Structs/PatternedAI.xml"> <struct ID="0x24D00673" template="Structs/PatternedAI.xml">
<properties> <properties>
<property ID="0x58434916"> <property ID="0x58434916">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xFF77C96F"> <property ID="0xFF77C96F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB0CFE015"> <property ID="0xB0CFE015">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xC80E329B"> <property ID="0xC80E329B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x3FAE47EB"> <property ID="0x3FAE47EB">
<default>100.0</default> <default>100.0</default>
</property> </property>
<property ID="0x13F0B18F"> <property ID="0x13F0B18F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x7D5A0487"> <property ID="0x7D5A0487">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -64,25 +64,25 @@
<struct ID="0x7C9C3B51" template="Structs/LaunchProjectileData.xml"> <struct ID="0x7C9C3B51" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
@ -99,25 +99,25 @@
<struct ID="0x4392C34A" template="Structs/LaunchProjectileData.xml"> <struct ID="0x4392C34A" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
@ -137,25 +137,25 @@
<struct ID="0x50AE6E55" template="Structs/LaunchProjectileData.xml"> <struct ID="0x50AE6E55" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -8,25 +8,25 @@
<struct ID="0xABA9A56D" template="Structs/LaunchProjectileData.xml"> <struct ID="0xABA9A56D" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
@ -64,101 +64,101 @@
<struct ID="0xF609C637" template="Structs/GrappleData.xml"> <struct ID="0xF609C637" template="Structs/GrappleData.xml">
<properties> <properties>
<property ID="0xB2BD2723"> <property ID="0xB2BD2723">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<struct ID="0x3F3A2EEB"> <struct ID="0x3F3A2EEB">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x008BD240"> <property ID="0x008BD240">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x54178CB8"> <property ID="0x54178CB8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xDE38F04E"> <property ID="0xDE38F04E">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x9D0C992F"> <property ID="0x9D0C992F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8382CD42"> <property ID="0x8382CD42">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8A40FD1B"> <property ID="0x8A40FD1B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xA62BF627"> <property ID="0xA62BF627">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<enum ID="0xF8A14C37"> <enum ID="0xF8A14C37">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</enum> </enum>
<property ID="0x64FB595C"> <property ID="0x64FB595C">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0887FEFE"> <property ID="0x0887FEFE">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x424928B3"> <struct ID="0x424928B3">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x008BD240"> <property ID="0x008BD240">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x54178CB8"> <property ID="0x54178CB8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xDE38F04E"> <property ID="0xDE38F04E">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x9D0C992F"> <property ID="0x9D0C992F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8382CD42"> <property ID="0x8382CD42">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8A40FD1B"> <property ID="0x8A40FD1B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xA62BF627"> <property ID="0xA62BF627">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<enum ID="0xF8A14C37"> <enum ID="0xF8A14C37">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</enum> </enum>
<property ID="0x64FB595C"> <property ID="0x64FB595C">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0887FEFE"> <property ID="0x0887FEFE">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<property ID="0x5BBBE79E"> <property ID="0x5BBBE79E">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x426F2F60"> <property ID="0x426F2F60">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x771A3176"> <property ID="0x771A3176" extensions="UNKN">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xEFD287D9"> <property ID="0xEFD287D9">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x56F41CA8"> <property ID="0x56F41CA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x4BDEE69A"> <property ID="0x4BDEE69A">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0598B045"> <property ID="0x0598B045">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x07648F63"> <property ID="0x07648F63">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -365,101 +365,101 @@
<default>1</default> <default>1</default>
</property> </property>
<property ID="0xB2BD2723"> <property ID="0xB2BD2723">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<struct ID="0x3F3A2EEB"> <struct ID="0x3F3A2EEB">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x008BD240"> <property ID="0x008BD240">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x54178CB8"> <property ID="0x54178CB8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xDE38F04E"> <property ID="0xDE38F04E">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x9D0C992F"> <property ID="0x9D0C992F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8382CD42"> <property ID="0x8382CD42">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8A40FD1B"> <property ID="0x8A40FD1B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xA62BF627"> <property ID="0xA62BF627">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<enum ID="0xF8A14C37"> <enum ID="0xF8A14C37">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</enum> </enum>
<property ID="0x64FB595C"> <property ID="0x64FB595C">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0887FEFE"> <property ID="0x0887FEFE">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x424928B3"> <struct ID="0x424928B3">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x008BD240"> <property ID="0x008BD240">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x54178CB8"> <property ID="0x54178CB8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xDE38F04E"> <property ID="0xDE38F04E">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x9D0C992F"> <property ID="0x9D0C992F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8382CD42"> <property ID="0x8382CD42">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8A40FD1B"> <property ID="0x8A40FD1B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xA62BF627"> <property ID="0xA62BF627">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<enum ID="0xF8A14C37"> <enum ID="0xF8A14C37">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</enum> </enum>
<property ID="0x64FB595C"> <property ID="0x64FB595C">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0887FEFE"> <property ID="0x0887FEFE">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<property ID="0x5BBBE79E"> <property ID="0x5BBBE79E">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x426F2F60"> <property ID="0x426F2F60">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x771A3176"> <property ID="0x771A3176" extensions="UNKN">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xEFD287D9"> <property ID="0xEFD287D9">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x56F41CA8"> <property ID="0x56F41CA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x4BDEE69A"> <property ID="0x4BDEE69A">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0598B045"> <property ID="0x0598B045">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x07648F63"> <property ID="0x07648F63">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -18,25 +18,25 @@
<struct ID="0xAB247451" template="Structs/LaunchProjectileData.xml"> <struct ID="0xAB247451" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
@ -59,25 +59,25 @@
<struct ID="0xB98CBA47" template="Structs/LaunchProjectileData.xml"> <struct ID="0xB98CBA47" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
@ -111,32 +111,32 @@
</property> </property>
<struct ID="0xCA91ECB0" template="Structs/LaunchProjectileData.xml"> <struct ID="0xCA91ECB0" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0xEF485DB9"> <property ID="0xEF485DB9" extensions="UNKN">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF726E5DA"> <property ID="0xF726E5DA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -43,50 +43,50 @@
<struct ID="0x72989547" template="Structs/LaunchProjectileData.xml"> <struct ID="0x72989547" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x53EAC4BA" template="Structs/LaunchProjectileData.xml"> <struct ID="0x53EAC4BA" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
@ -105,7 +105,7 @@
<default>1</default> <default>1</default>
</property> </property>
<property ID="0xB2BD2723"> <property ID="0xB2BD2723">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<struct ID="0x5F669BA0"> <struct ID="0x5F669BA0">
<properties> <properties>
@ -115,98 +115,98 @@
</properties> </properties>
</struct> </struct>
<struct ID="0x3F3A2EEB"> <struct ID="0x3F3A2EEB">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x008BD240"> <property ID="0x008BD240">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x54178CB8"> <property ID="0x54178CB8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xDE38F04E"> <property ID="0xDE38F04E">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x9D0C992F"> <property ID="0x9D0C992F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8382CD42"> <property ID="0x8382CD42">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8A40FD1B"> <property ID="0x8A40FD1B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xA62BF627"> <property ID="0xA62BF627">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<enum ID="0xF8A14C37"> <enum ID="0xF8A14C37">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</enum> </enum>
<property ID="0x64FB595C"> <property ID="0x64FB595C">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0887FEFE"> <property ID="0x0887FEFE">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x424928B3"> <struct ID="0x424928B3">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x008BD240"> <property ID="0x008BD240">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x54178CB8"> <property ID="0x54178CB8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xDE38F04E"> <property ID="0xDE38F04E">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x9D0C992F"> <property ID="0x9D0C992F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8382CD42"> <property ID="0x8382CD42">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8A40FD1B"> <property ID="0x8A40FD1B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xA62BF627"> <property ID="0xA62BF627">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<enum ID="0xF8A14C37"> <enum ID="0xF8A14C37">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</enum> </enum>
<property ID="0x64FB595C"> <property ID="0x64FB595C">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0887FEFE"> <property ID="0x0887FEFE">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<property ID="0x5BBBE79E"> <property ID="0x5BBBE79E">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x426F2F60"> <property ID="0x426F2F60">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x771A3176"> <property ID="0x771A3176" extensions="UNKN">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xEFD287D9"> <property ID="0xEFD287D9">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x56F41CA8"> <property ID="0x56F41CA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x4BDEE69A"> <property ID="0x4BDEE69A">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0598B045"> <property ID="0x0598B045">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x07648F63"> <property ID="0x07648F63">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -7,7 +7,7 @@
<property ID="0xA244C9D8" type="character"/> <property ID="0xA244C9D8" type="character"/>
<property ID="0xC6BB2F45" type="bool"> <property ID="0xC6BB2F45" type="bool">
<default>true</default> <default>true</default>
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<struct ID="0x4CFC46FE" template="Structs/SwarmBasicsData.xml"/> <struct ID="0x4CFC46FE" template="Structs/SwarmBasicsData.xml"/>
<property ID="0x6832496F" type="file" extensions="PART"/> <property ID="0x6832496F" type="file" extensions="PART"/>

View File

@ -94,57 +94,57 @@
</properties> </properties>
</struct> </struct>
<struct ID="0x85ECA19A" type="multi"> <struct ID="0x85ECA19A" type="multi">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x31EC14BC" type="file" extensions="MLVL"> <property ID="0x31EC14BC" type="file" extensions="MLVL">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xA909F8D3" type="string"> <property ID="0xA909F8D3" type="string">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x20673194" type="multi"> <struct ID="0x20673194" type="multi">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x31EC14BC" type="file" extensions="MLVL"> <property ID="0x31EC14BC" type="file" extensions="MLVL">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xA909F8D3" type="string"> <property ID="0xA909F8D3" type="string">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0xC23C5E8B" type="multi"> <struct ID="0xC23C5E8B" type="multi">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x31EC14BC" type="file" extensions="MLVL"> <property ID="0x31EC14BC" type="file" extensions="MLVL">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xA909F8D3" type="string"> <property ID="0xA909F8D3" type="string">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x67B7CE85" type="multi"> <struct ID="0x67B7CE85" type="multi">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x31EC14BC" type="file" extensions="MLVL"> <property ID="0x31EC14BC" type="file" extensions="MLVL">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xA909F8D3" type="string"> <property ID="0xA909F8D3" type="string">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x1C6020C4" type="multi"> <struct ID="0x1C6020C4" type="multi">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x31EC14BC" type="file" extensions="MLVL"> <property ID="0x31EC14BC" type="file" extensions="MLVL">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xA909F8D3" type="string"> <property ID="0xA909F8D3" type="string">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -13,101 +13,101 @@
</properties> </properties>
</struct> </struct>
<struct ID="0x6BB71E37" type="multi"> <struct ID="0x6BB71E37" type="multi">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x31EC14BC" type="file" extensions="MLVL"> <property ID="0x31EC14BC" type="file" extensions="MLVL">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xE0C17804" type="file" extensions="MREA"> <property ID="0xE0C17804" type="file" extensions="MREA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0xFEC7CAA2" type="multi"> <struct ID="0xFEC7CAA2" type="multi">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x31EC14BC" type="file" extensions="MLVL"> <property ID="0x31EC14BC" type="file" extensions="MLVL">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xE0C17804" type="file" extensions="MREA"> <property ID="0xE0C17804" type="file" extensions="MREA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0xA277E9CB" type="multi"> <struct ID="0xA277E9CB" type="multi">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x31EC14BC" type="file" extensions="MLVL"> <property ID="0x31EC14BC" type="file" extensions="MLVL">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xE0C17804" type="file" extensions="MREA"> <property ID="0xE0C17804" type="file" extensions="MREA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x37073D5E" type="multi"> <struct ID="0x37073D5E" type="multi">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x31EC14BC" type="file" extensions="MLVL"> <property ID="0x31EC14BC" type="file" extensions="MLVL">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xE0C17804" type="file" extensions="MREA"> <property ID="0xE0C17804" type="file" extensions="MREA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x53E746A0" type="multi"> <struct ID="0x53E746A0" type="multi">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x31EC14BC" type="file" extensions="MLVL"> <property ID="0x31EC14BC" type="file" extensions="MLVL">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xE0C17804" type="file" extensions="MREA"> <property ID="0xE0C17804" type="file" extensions="MREA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0xC6979235" type="multi"> <struct ID="0xC6979235" type="multi">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x31EC14BC" type="file" extensions="MLVL"> <property ID="0x31EC14BC" type="file" extensions="MLVL">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xE0C17804" type="file" extensions="MREA"> <property ID="0xE0C17804" type="file" extensions="MREA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0xEA870072" type="multi"> <struct ID="0xEA870072" type="multi">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x31EC14BC" type="file" extensions="MLVL"> <property ID="0x31EC14BC" type="file" extensions="MLVL">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xE0C17804" type="file" extensions="MREA"> <property ID="0xE0C17804" type="file" extensions="MREA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x7FF7D4E7" type="multi"> <struct ID="0x7FF7D4E7" type="multi">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x31EC14BC" type="file" extensions="MLVL"> <property ID="0x31EC14BC" type="file" extensions="MLVL">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xE0C17804" type="file" extensions="MREA"> <property ID="0xE0C17804" type="file" extensions="MREA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x7DB5008C" type="multi"> <struct ID="0x7DB5008C" type="multi">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x31EC14BC" type="file" extensions="MLVL"> <property ID="0x31EC14BC" type="file" extensions="MLVL">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xE0C17804" type="file" extensions="MREA"> <property ID="0xE0C17804" type="file" extensions="MREA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -131,19 +131,19 @@
<default>0.5</default> <default>0.5</default>
</property> </property>
<struct ID="0xD8579BA3" template="Structs/UnknownStruct6.xml"> <struct ID="0xD8579BA3" template="Structs/UnknownStruct6.xml">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0xA14433C3"> <property ID="0xA14433C3">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xAFE48213"> <property ID="0xAFE48213">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x05A5D4D0"> <property ID="0x05A5D4D0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xD5780905"> <property ID="0xD5780905">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -34,25 +34,25 @@
<struct ID="0x066BC855" template="Structs/LaunchProjectileData.xml"> <struct ID="0x066BC855" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
@ -141,125 +141,125 @@
<struct ID="0xFE51924E" template="Structs/LaunchProjectileData.xml"> <struct ID="0xFE51924E" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x9B9C702C" template="Structs/LaunchProjectileData.xml"> <struct ID="0x9B9C702C" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x567BA94A" template="Structs/LaunchProjectileData.xml"> <struct ID="0x567BA94A" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0xF4D5150F" template="Structs/LaunchProjectileData.xml"> <struct ID="0xF4D5150F" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x8647C581" template="Structs/LaunchProjectileData.xml"> <struct ID="0x8647C581" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -3,7 +3,7 @@
<properties> <properties>
<property ID="0x2D39450E" type="file" extensions="ELSC"/> <property ID="0x2D39450E" type="file" extensions="ELSC"/>
<property ID="0x1C5687CC" type="file" extensions="UNKN"> <property ID="0x1C5687CC" type="file" extensions="UNKN">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xC95479D4" type="file" extensions="ELSC"/> <property ID="0xC95479D4" type="file" extensions="ELSC"/>
<property ID="0x174455BA" type="file" extensions="CAUD"/> <property ID="0x174455BA" type="file" extensions="CAUD"/>
@ -16,18 +16,18 @@
</property> </property>
<property ID="0x78C507EB" type="float"> <property ID="0x78C507EB" type="float">
<default>0.1</default> <default>0.1</default>
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x3FED5E52" type="float"> <property ID="0x3FED5E52" type="float">
<default>150.0</default> <default>150.0</default>
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x4F387C49" type="file" extensions="PART"> <property ID="0x4F387C49" type="file" extensions="PART">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xD4124C4C" type="float"> <property ID="0xD4124C4C" type="float">
<default>1.0</default> <default>1.0</default>
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8F4FB79D" type="float"> <property ID="0x8F4FB79D" type="float">
<default>0.0</default> <default>0.0</default>

View File

@ -44,25 +44,25 @@
<struct ID="0x11473C13" template="Structs/LaunchProjectileData.xml"> <struct ID="0x11473C13" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -4,25 +4,25 @@
<struct ID="0x078A03D9" template="Structs/LaunchProjectileData.xml"> <struct ID="0x078A03D9" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
@ -36,25 +36,25 @@
<struct ID="0x8F4D54F9" template="Structs/LaunchProjectileData.xml"> <struct ID="0x8F4D54F9" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -24,37 +24,37 @@
<struct ID="0x3F3A2EEB" template="Structs/GrappleBlock.xml"/> <struct ID="0x3F3A2EEB" template="Structs/GrappleBlock.xml"/>
<struct ID="0x424928B3" template="Structs/GrappleBlock.xml"/> <struct ID="0x424928B3" template="Structs/GrappleBlock.xml"/>
<struct ID="0x9FDFF136" template="Structs/GrappleBlock.xml"> <struct ID="0x9FDFF136" template="Structs/GrappleBlock.xml">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x008BD240"> <property ID="0x008BD240">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x54178CB8"> <property ID="0x54178CB8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xDE38F04E"> <property ID="0xDE38F04E">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x9D0C992F"> <property ID="0x9D0C992F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8382CD42"> <property ID="0x8382CD42">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8A40FD1B"> <property ID="0x8A40FD1B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xA62BF627"> <property ID="0xA62BF627">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<enum ID="0xF8A14C37"> <enum ID="0xF8A14C37">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</enum> </enum>
<property ID="0x64FB595C"> <property ID="0x64FB595C">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0887FEFE"> <property ID="0x0887FEFE">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -25,25 +25,25 @@
<struct ID="0x55D89AB7" template="Structs/LaunchProjectileData.xml"> <struct ID="0x55D89AB7" template="Structs/LaunchProjectileData.xml">
<properties> <properties>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -186,7 +186,7 @@
<default>false</default> <default>false</default>
</property> </property>
<property ID="0x50A9BD0D"> <property ID="0x50A9BD0D">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x1A7B77AB"> <property ID="0x1A7B77AB">
<default>7.0</default> <default>7.0</default>
@ -211,7 +211,7 @@
<default>false</default> <default>false</default>
</property> </property>
<property ID="0x50A9BD0D"> <property ID="0x50A9BD0D">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x1A7B77AB"> <property ID="0x1A7B77AB">
<default>7.0</default> <default>7.0</default>
@ -267,7 +267,7 @@
<default>false</default> <default>false</default>
</property> </property>
<property ID="0x50A9BD0D"> <property ID="0x50A9BD0D">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x1A7B77AB"> <property ID="0x1A7B77AB">
<default>9.0</default> <default>9.0</default>
@ -298,7 +298,7 @@
<default>false</default> <default>false</default>
</property> </property>
<property ID="0x50A9BD0D"> <property ID="0x50A9BD0D">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x1A7B77AB"> <property ID="0x1A7B77AB">
<default>6.0</default> <default>6.0</default>
@ -332,7 +332,7 @@
<default>false</default> <default>false</default>
</property> </property>
<property ID="0x50A9BD0D"> <property ID="0x50A9BD0D">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x1A7B77AB"> <property ID="0x1A7B77AB">
<default>6.0</default> <default>6.0</default>
@ -438,7 +438,7 @@
<default>false</default> <default>false</default>
</property> </property>
<property ID="0x50A9BD0D"> <property ID="0x50A9BD0D">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x1A7B77AB"> <property ID="0x1A7B77AB">
<default>8.0</default> <default>8.0</default>
@ -472,7 +472,7 @@
<default>false</default> <default>false</default>
</property> </property>
<property ID="0x50A9BD0D"> <property ID="0x50A9BD0D">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x1A7B77AB"> <property ID="0x1A7B77AB">
<default>12.0</default> <default>12.0</default>

View File

@ -121,26 +121,26 @@
</property> </property>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<default>5.0</default> <default>5.0</default>
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<default>0.5</default> <default>0.5</default>
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
@ -208,10 +208,10 @@
<default>10.0</default> <default>10.0</default>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<default>0.25</default> <default>0.25</default>
@ -343,7 +343,7 @@
<default>1</default> <default>1</default>
</property> </property>
<property ID="0xB2BD2723"> <property ID="0xB2BD2723">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<struct ID="0x5F669BA0"> <struct ID="0x5F669BA0">
<properties> <properties>
@ -359,98 +359,98 @@
</properties> </properties>
</struct> </struct>
<struct ID="0x3F3A2EEB"> <struct ID="0x3F3A2EEB">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x008BD240"> <property ID="0x008BD240">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x54178CB8"> <property ID="0x54178CB8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xDE38F04E"> <property ID="0xDE38F04E">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x9D0C992F"> <property ID="0x9D0C992F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8382CD42"> <property ID="0x8382CD42">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8A40FD1B"> <property ID="0x8A40FD1B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xA62BF627"> <property ID="0xA62BF627">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<enum ID="0xF8A14C37"> <enum ID="0xF8A14C37">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</enum> </enum>
<property ID="0x64FB595C"> <property ID="0x64FB595C">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0887FEFE"> <property ID="0x0887FEFE">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<struct ID="0x424928B3"> <struct ID="0x424928B3">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<property ID="0x008BD240"> <property ID="0x008BD240">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x54178CB8"> <property ID="0x54178CB8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xDE38F04E"> <property ID="0xDE38F04E">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x9D0C992F"> <property ID="0x9D0C992F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8382CD42"> <property ID="0x8382CD42">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x8A40FD1B"> <property ID="0x8A40FD1B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xA62BF627"> <property ID="0xA62BF627">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<enum ID="0xF8A14C37"> <enum ID="0xF8A14C37">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</enum> </enum>
<property ID="0x64FB595C"> <property ID="0x64FB595C">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0887FEFE"> <property ID="0x0887FEFE">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<property ID="0x5BBBE79E"> <property ID="0x5BBBE79E">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x426F2F60"> <property ID="0x426F2F60">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x771A3176"> <property ID="0x771A3176" extensions="UNKN">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xEFD287D9"> <property ID="0xEFD287D9">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x56F41CA8"> <property ID="0x56F41CA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x4BDEE69A"> <property ID="0x4BDEE69A">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x0598B045"> <property ID="0x0598B045">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x07648F63"> <property ID="0x07648F63">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
@ -505,29 +505,29 @@
</property> </property>
</properties> </properties>
</struct> </struct>
<property ID="0xE9C8E2BD"> <property ID="0xE9C8E2BD" extensions="UNKN">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xA3E8EC4E"> <property ID="0xA3E8EC4E" extensions="UNKN">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x053AE4A7"> <property ID="0x053AE4A7">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<default>2.0</default> <default>2.0</default>
</property> </property>
<property ID="0xB2D02323"> <property ID="0xB2D02323">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF344C0B0"> <property ID="0xF344C0B0">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x056B20B2"> <property ID="0x056B20B2">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
@ -811,10 +811,10 @@
<default>30.0</default> <default>30.0</default>
</property> </property>
<property ID="0xCF201BFA"> <property ID="0xCF201BFA">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x88137FA8"> <property ID="0x88137FA8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xF78469D6"> <property ID="0xF78469D6">
<default>1.0</default> <default>1.0</default>

View File

@ -5,7 +5,7 @@
<struct ID="0x255A4580" template="Structs/EditorProperties.xml"/> <struct ID="0x255A4580" template="Structs/EditorProperties.xml"/>
<property ID="0x1CCD0586" type="long"> <property ID="0x1CCD0586" type="long">
<default>-1</default> <default>-1</default>
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xC215A24F" type="long"> <property ID="0xC215A24F" type="long">
<default>-1</default> <default>-1</default>

View File

@ -5,7 +5,7 @@
<struct ID="0x255A4580" template="Structs/EditorProperties.xml"> <struct ID="0x255A4580" template="Structs/EditorProperties.xml">
<properties> <properties>
<property ID="0x494E414D"> <property ID="0x494E414D">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -13,25 +13,25 @@
<default>1</default> <default>1</default>
</property> </property>
<property ID="0x58434916"> <property ID="0x58434916">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xFF77C96F"> <property ID="0xFF77C96F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xB0CFE015"> <property ID="0xB0CFE015">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xC80E329B"> <property ID="0xC80E329B">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x3FAE47EB"> <property ID="0x3FAE47EB">
<default>100.0</default> <default>100.0</default>
</property> </property>
<property ID="0x13F0B18F"> <property ID="0x13F0B18F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x7D5A0487"> <property ID="0x7D5A0487">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -45,19 +45,19 @@
<default>1.0</default> <default>1.0</default>
</property> </property>
<property ID="0x58434916"> <property ID="0x58434916">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xFF77C96F"> <property ID="0xFF77C96F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x3FAE47EB"> <property ID="0x3FAE47EB">
<default>100.0</default> <default>100.0</default>
</property> </property>
<property ID="0x13F0B18F"> <property ID="0x13F0B18F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x7D5A0487"> <property ID="0x7D5A0487">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -65,19 +65,19 @@
<default>1.0</default> <default>1.0</default>
</property> </property>
<property ID="0x58434916"> <property ID="0x58434916">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xFF77C96F"> <property ID="0xFF77C96F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x3FAE47EB"> <property ID="0x3FAE47EB">
<default>100.0</default> <default>100.0</default>
</property> </property>
<property ID="0x13F0B18F"> <property ID="0x13F0B18F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x7D5A0487"> <property ID="0x7D5A0487">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -92,10 +92,10 @@
<default>100.0</default> <default>100.0</default>
</property> </property>
<property ID="0x13F0B18F"> <property ID="0x13F0B18F">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x7D5A0487"> <property ID="0x7D5A0487">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>

View File

@ -142,24 +142,24 @@
<struct ID="0xB3774750" template="Structs/PatternedAITypedef.xml"> <struct ID="0xB3774750" template="Structs/PatternedAITypedef.xml">
<properties> <properties>
<struct ID="0xD756416E"> <struct ID="0xD756416E">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
<properties> <properties>
<enum ID="0x445E00C8"> <enum ID="0x445E00C8">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</enum> </enum>
<property ID="0xF2D02613"> <property ID="0xF2D02613">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0xEE1BE914"> <property ID="0xEE1BE914">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x555FF80A"> <property ID="0x555FF80A">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
</properties> </properties>
</struct> </struct>
<property ID="0xE0CDC7E3"> <property ID="0xE0CDC7E3">
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<struct ID="0xCF90D15E"> <struct ID="0xCF90D15E">
<properties> <properties>

View File

@ -87,7 +87,7 @@
</property> </property>
<property ID="0x97C95A99" type="bool"> <property ID="0x97C95A99" type="bool">
<default>true</default> <default>true</default>
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x9579B1F2" type="float"> <property ID="0x9579B1F2" type="float">
<default>10.0</default> <default>10.0</default>

View File

@ -10,7 +10,7 @@
</property> </property>
<property ID="0x41BAF88D" type="bool"> <property ID="0x41BAF88D" type="bool">
<default>true</default> <default>true</default>
<should_cook>never</should_cook> <cook_pref>never</cook_pref>
</property> </property>
<property ID="0x4D0F8B1D" type="bool"> <property ID="0x4D0F8B1D" type="bool">
<default>false</default> <default>false</default>