feat(prefabs): add terrain definition for WulaFloor and remove unused beacon properties
- Add WulaFloor terrain with 13x13 rect definition to WULA_Prefabs.xml - Remove unused descriptionHyperlinks and thingCategories from WULA_Prefab_Beacons.xml - Remove designationCategory from beacon definition
This commit is contained in:
@@ -113,5 +113,12 @@
|
|||||||
<stuff>WULA_Alloy</stuff>
|
<stuff>WULA_Alloy</stuff>
|
||||||
</Shelf>
|
</Shelf>
|
||||||
</things>
|
</things>
|
||||||
|
<terrain>
|
||||||
|
<WulaFloor>
|
||||||
|
<rects>
|
||||||
|
<li>(0,0,13,13)</li>
|
||||||
|
</rects>
|
||||||
|
</WulaFloor>
|
||||||
|
</terrain>
|
||||||
</PrefabDef>
|
</PrefabDef>
|
||||||
</Defs>
|
</Defs>
|
||||||
|
|||||||
@@ -44,12 +44,6 @@
|
|||||||
<uiIconPath>Wula/Building/Linked/WULA_Fortress_Wall_MenuIcon</uiIconPath>
|
<uiIconPath>Wula/Building/Linked/WULA_Fortress_Wall_MenuIcon</uiIconPath>
|
||||||
<minifiedDef>MinifiedThing</minifiedDef>
|
<minifiedDef>MinifiedThing</minifiedDef>
|
||||||
<tickerType>Normal</tickerType>
|
<tickerType>Normal</tickerType>
|
||||||
<descriptionHyperlinks>
|
|
||||||
<ThingDef>WulaWall</ThingDef>
|
|
||||||
</descriptionHyperlinks>
|
|
||||||
<thingCategories Inherit="False">
|
|
||||||
<li>BuildingsMisc</li>
|
|
||||||
</thingCategories>
|
|
||||||
<graphicData>
|
<graphicData>
|
||||||
<texPath>Wula/Building/Linked/WulaWall/WulaWall_Atlas</texPath>
|
<texPath>Wula/Building/Linked/WulaWall/WulaWall_Atlas</texPath>
|
||||||
<graphicClass>Graphic_Multi</graphicClass>
|
<graphicClass>Graphic_Multi</graphicClass>
|
||||||
@@ -93,7 +87,6 @@
|
|||||||
<isAirtight>false</isAirtight>
|
<isAirtight>false</isAirtight>
|
||||||
<isStuffableAirtight>false</isStuffableAirtight>
|
<isStuffableAirtight>false</isStuffableAirtight>
|
||||||
</building>
|
</building>
|
||||||
<designationCategory>WULA_Buildings</designationCategory>
|
|
||||||
<comps>
|
<comps>
|
||||||
<li Class="WulaFallenEmpire.CompProperties_PrefabSkyfallerCaller">
|
<li Class="WulaFallenEmpire.CompProperties_PrefabSkyfallerCaller">
|
||||||
<prefabDefName>WULA_NewColonyBase</prefabDefName>
|
<prefabDefName>WULA_NewColonyBase</prefabDefName>
|
||||||
|
|||||||
Reference in New Issue
Block a user