41 lines
1.3 KiB
XML
41 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Defs>
|
|
<ThingDef Name="ARA_BioforgeIncubator_Base" ParentName="BuildingBase" Abstract="True">
|
|
<thingClass>Building</thingClass>
|
|
<graphicData>
|
|
<texPath>ArachnaeSwarm/Building/ARA_BioforgeIncubator</texPath>
|
|
<graphicClass>Graphic_Single</graphicClass>
|
|
<drawSize>(1.1,1.1)</drawSize>
|
|
</graphicData>
|
|
<size>(1,1)</size>
|
|
<altitudeLayer>Building</altitudeLayer>
|
|
<passability>PassThroughOnly</passability>
|
|
<fillPercent>0.3</fillPercent>
|
|
<rotatable>false</rotatable>
|
|
<tickerType>Normal</tickerType>
|
|
<statBases>
|
|
<MaxHitPoints>50</MaxHitPoints>
|
|
<Flammability>1</Flammability>
|
|
</statBases>
|
|
<building>
|
|
<deconstructible>false</deconstructible>
|
|
<repairable>false</repairable>
|
|
</building>
|
|
|
|
<comps>
|
|
<li Class="CompProperties_SpawnEffecterOnDestroy">
|
|
<effect>CocoonDestroyed</effect>
|
|
</li>
|
|
<li Class="CompProperties_SpawnerFilth">
|
|
<filthDef>Filth_Slime</filthDef>
|
|
<spawnCountOnSpawn>10</spawnCountOnSpawn>
|
|
<spawnMtbHours>4</spawnMtbHours>
|
|
<spawnRadius>5</spawnRadius>
|
|
</li>
|
|
<li Class="ArachnaeSwarm.CompProperties_DelayedTerrainSpawn">
|
|
<terrainToSpawn>ARA_InsectCreep</terrainToSpawn>
|
|
<spawnRadius>2.5</spawnRadius>
|
|
</li>
|
|
</comps>
|
|
</ThingDef>
|
|
</Defs> |