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>