This commit is contained in:
2025-11-26 17:39:04 +08:00
parent 6f7e372d23
commit 86f83ae375
13 changed files with 500 additions and 71 deletions

View File

@@ -0,0 +1,13 @@
<!-- Prefab Spawner Skyfaller -->
<ThingDef ParentName="SkyfallerBase">
<defName>WULA_Skyfaller_PrefabSpawner</defName>
<label>prefab cargo pod</label>
<thingClass>WulaFallenEmpire.Skyfaller_PrefabSpawner</thingClass>
<skyfaller>
<shadowSize>(6, 6)</shadowSize>
<explosionRadius>5</explosionRadius>
<explosionDamage>Bomb</explosionDamage>
<impactSound>DropPod_Impact</impactSound>
<shake>Medium</shake>
</skyfaller>
</ThingDef>