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:
2025-11-26 17:48:19 +08:00
parent 1877da4eb1
commit d163e86f51
2 changed files with 7 additions and 7 deletions

View File

@@ -113,5 +113,12 @@
<stuff>WULA_Alloy</stuff>
</Shelf>
</things>
<terrain>
<WulaFloor>
<rects>
<li>(0,0,13,13)</li>
</rects>
</WulaFloor>
</terrain>
</PrefabDef>
</Defs>

View File

@@ -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>