add explosive multiplier

This commit is contained in:
gguake 2021-12-28 15:55:52 +09:00
parent 91c3f76cd6
commit 6b6a0c661c
2 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@ -16,14 +16,15 @@
<removeHediffAfterResurrect>true</removeHediffAfterResurrect>
</li>
<li Class="CompProperties_Explosive">
<compClass>AutomataRace.CompExplosiveInstant</compClass>
<li Class="AutomataRace.CompProperties_ExplosiveInstant">
<explosiveRadius>1.9</explosiveRadius>
<explosiveDamageType>Flame</explosiveDamageType>
<requiredDamageTypeToExplode>Flame</requiredDamageTypeToExplode>
<preExplosionSpawnThingDef>Filth_Fuel</preExplosionSpawnThingDef>
<preExplosionSpawnChance>0.5</preExplosionSpawnChance>
<wickTicks>200~750</wickTicks>
<awfulExplosiveMultiplier>5.0</awfulExplosiveMultiplier>
<poorExplosiveMultiplier>2.0</poorExplosiveMultiplier>
</li>
</comps>
</AutomataRace.ThingDefInjectDef>