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>
|
||||
</Shelf>
|
||||
</things>
|
||||
<terrain>
|
||||
<WulaFloor>
|
||||
<rects>
|
||||
<li>(0,0,13,13)</li>
|
||||
</rects>
|
||||
</WulaFloor>
|
||||
</terrain>
|
||||
</PrefabDef>
|
||||
</Defs>
|
||||
|
||||
@@ -44,12 +44,6 @@
|
||||
<uiIconPath>Wula/Building/Linked/WULA_Fortress_Wall_MenuIcon</uiIconPath>
|
||||
<minifiedDef>MinifiedThing</minifiedDef>
|
||||
<tickerType>Normal</tickerType>
|
||||
<descriptionHyperlinks>
|
||||
<ThingDef>WulaWall</ThingDef>
|
||||
</descriptionHyperlinks>
|
||||
<thingCategories Inherit="False">
|
||||
<li>BuildingsMisc</li>
|
||||
</thingCategories>
|
||||
<graphicData>
|
||||
<texPath>Wula/Building/Linked/WulaWall/WulaWall_Atlas</texPath>
|
||||
<graphicClass>Graphic_Multi</graphicClass>
|
||||
@@ -93,7 +87,6 @@
|
||||
<isAirtight>false</isAirtight>
|
||||
<isStuffableAirtight>false</isStuffableAirtight>
|
||||
</building>
|
||||
<designationCategory>WULA_Buildings</designationCategory>
|
||||
<comps>
|
||||
<li Class="WulaFallenEmpire.CompProperties_PrefabSkyfallerCaller">
|
||||
<prefabDefName>WULA_NewColonyBase</prefabDefName>
|
||||
|
||||
Reference in New Issue
Block a user