1.6init
This commit is contained in:
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
|
||||
<HediffDef ParentName="AddedBodyPartBase">
|
||||
<defName>NecroDragonianOrb</defName>
|
||||
<label>Necro DragonianOrb</label>
|
||||
<labelNoun>a Necro DragonianOrb.</labelNoun>
|
||||
<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>
|
||||
<destroyGear>false</destroyGear>
|
||||
<destroyBody>false</destroyBody>
|
||||
</li>
|
||||
<li Class="HediffCompProperties_DisappearsOnDeath" />
|
||||
</comps>
|
||||
<addedPartProps>
|
||||
<solid>true</solid>
|
||||
</addedPartProps>
|
||||
<spawnThingOnRemoved>NecroDragonianOrb</spawnThingOnRemoved>
|
||||
</HediffDef>
|
||||
|
||||
<RecipeDef ParentName="SurgeryInstallBodyPartArtificialBase">
|
||||
<defName>InstallNecroDragonianOrb</defName>
|
||||
<label>install Necro DragonianOrb</label>
|
||||
<description>Install Necro DragonianOrb.</description>
|
||||
<descriptionHyperlinks>
|
||||
<ThingDef>NecroDragonianOrb</ThingDef>
|
||||
<HediffDef>NecroDragonianOrb</HediffDef>
|
||||
</descriptionHyperlinks>
|
||||
<jobString>Installing Necro DragonianOrb.</jobString>
|
||||
<surgeryOutcomeEffect IsNull="True" />
|
||||
<!-- Always succeeds -->
|
||||
<ingredients>
|
||||
<li>
|
||||
<filter>
|
||||
<thingDefs>
|
||||
<li>NecroDragonianOrb</li>
|
||||
</thingDefs>
|
||||
</filter>
|
||||
<count>1</count>
|
||||
</li>
|
||||
</ingredients>
|
||||
<fixedIngredientFilter>
|
||||
<thingDefs>
|
||||
<li>NecroDragonianOrb</li>
|
||||
</thingDefs>
|
||||
</fixedIngredientFilter>
|
||||
<appliedOnFixedBodyParts>
|
||||
<li>DragonianOrb</li>
|
||||
</appliedOnFixedBodyParts>
|
||||
<addsHediff>NecroDragonianOrb</addsHediff>
|
||||
</RecipeDef>
|
||||
|
||||
<ThingDef ParentName="BodyPartDROrbsBase">
|
||||
<defName>NecroDragonianOrb</defName>
|
||||
<label>Necro DragonianOrb</label>
|
||||
<description>An Necro DragonianOrb. Allow owner to spray deadlifedust.</description>
|
||||
<graphicData>
|
||||
<texPath>Dragonian/Things/Item/Resource/Dorb_AP</texPath>
|
||||
<graphicClass>Graphic_Single</graphicClass>
|
||||
</graphicData>
|
||||
<techHediffsTags>
|
||||
<li>NecroDragonianOrb</li>
|
||||
</techHediffsTags>
|
||||
<statBases>
|
||||
<MarketValue>1000</MarketValue>
|
||||
<Mass>0.3</Mass>
|
||||
</statBases>
|
||||
<thingSetMakerTags>
|
||||
<li>RewardStandardCore</li>
|
||||
</thingSetMakerTags>
|
||||
</ThingDef>
|
||||
|
||||
</Defs>
|
||||
Reference in New Issue
Block a user