毒素龙珠

This commit is contained in:
2024-05-24 17:19:20 +08:00
parent 3abc2162f6
commit e123902dcb
11 changed files with 152 additions and 7 deletions

View File

@@ -72,6 +72,7 @@
<comps>
<li Class="DragonianMix.CompProperties_AbilityDRM_Deaddustpop">
<smokeRadius>9</smokeRadius>
<gasType>DeadlifeDust</gasType>
<clamorType>Ability</clamorType>
<clamorRadius>20</clamorRadius>
</li>

View File

@@ -5,11 +5,23 @@
<defName>NecroDragonianOrb</defName>
<label>Necro DragonianOrb</label>
<labelNoun>a Necro DragonianOrb.</labelNoun>
<description>An installed Flare DragonianOrb. Allow owner to spray deadlifedust.</description>
<description>An installed Necro DragonianOrb. Allow owner to spray deadlifedust.</description>
<priceImpact>false</priceImpact>
<abilities MayRequire="Ludeon.RimWorld.Anomaly">
<li>DRM_Deaddustpop</li>
</abilities>
<comps>
<li Class="DragonianMix.HediffCompProperties_DRMExplodeOnDeath">
<damageDef>Smoke</damageDef>
<gasType>DeadlifeDust</gasType>
<soundDef>Explosion_Stun</soundDef>
<explosionRadius>6</explosionRadius>
<postExplosionSpawnThingCount>1</postExplosionSpawnThingCount>
<destroyGear>false</destroyGear>
<destroyBody>false</destroyBody>
</li>
<li Class="HediffCompProperties_DisappearsOnDeath" />
</comps>
<addedPartProps>
<solid>true</solid>
</addedPartProps>