修尾巴能穿上
This commit is contained in:
parent
ba87246a44
commit
a9e41a8020
@ -41,7 +41,7 @@
|
||||
</techHediffsTags>
|
||||
</ThingDef>
|
||||
|
||||
<ThingDef ParentName="BodyPartDROrbsBase">
|
||||
<ThingDef ParentName="BodyPartDRTailBase">
|
||||
<defName>DRM_SlashTail</defName>
|
||||
<label>slash tail</label>
|
||||
<description>A slash tail turn dragonian's tail into a massive blade.</description>
|
||||
@ -60,7 +60,7 @@
|
||||
</techHediffsTags>
|
||||
</ThingDef>
|
||||
|
||||
<ThingDef ParentName="BodyPartDROrbsBase">
|
||||
<ThingDef ParentName="BodyPartDRTailBase">
|
||||
<defName>DRM_FlameSlashTail</defName>
|
||||
<label>Flame slash tail</label>
|
||||
<description>A Flame slash tail turn dragonian's tail into a massive blade.This kind make the tail extreamly hot.</description>
|
||||
@ -79,7 +79,7 @@
|
||||
</techHediffsTags>
|
||||
</ThingDef>
|
||||
|
||||
<ThingDef ParentName="BodyPartDROrbsBase">
|
||||
<ThingDef ParentName="BodyPartDRTailBase">
|
||||
<defName>DRM_AcidSlashTail</defName>
|
||||
<label>Acid slash tail</label>
|
||||
<description>An Acid slash tail turn dragonian's tail into a massive blade.This kind make the tail cover with acid.</description>
|
||||
@ -98,7 +98,7 @@
|
||||
</techHediffsTags>
|
||||
</ThingDef>
|
||||
|
||||
<ThingDef ParentName="BodyPartDROrbsBase">
|
||||
<ThingDef ParentName="BodyPartDRTailBase">
|
||||
<defName>DRM_ExplosiveSlashTail</defName>
|
||||
<label>Explosive slash tail</label>
|
||||
<description>An Explosive slash tail turn dragonian's tail into a massive blade.This kind make the tail cover with Explosives.</description>
|
||||
@ -117,7 +117,7 @@
|
||||
</techHediffsTags>
|
||||
</ThingDef>
|
||||
|
||||
<ThingDef ParentName="BodyPartDROrbsBase">
|
||||
<ThingDef ParentName="BodyPartDRTailBase">
|
||||
<defName>DRM_CryoSlashTail</defName>
|
||||
<label>Cryo slash tail</label>
|
||||
<description>A Cryo slash tail turn dragonian's tail into a massive blade.This kind make the tail extreamly hot.</description>
|
||||
|
@ -72,6 +72,21 @@
|
||||
</statBases>
|
||||
</ThingDef>
|
||||
|
||||
<ThingDef Name="BodyPartDRTailBase" ParentName="DRM_OrbApparelNoQualityBase" Abstract="True">
|
||||
<graphicData>
|
||||
<texPath>Things/Item/Health/HealthItem</texPath>
|
||||
<graphicClass>Graphic_Single</graphicClass>
|
||||
<drawSize>0.80</drawSize>
|
||||
<color>(190,190,190)</color>
|
||||
</graphicData>
|
||||
<thingCategories>
|
||||
<li>BodyPartsNatural</li>
|
||||
</thingCategories>
|
||||
<statBases>
|
||||
<DeteriorationRate>0</DeteriorationRate>
|
||||
</statBases>
|
||||
</ThingDef>
|
||||
|
||||
<ThingDef ParentName="BodyPartDROrbsBase">
|
||||
<defName>FlareDragonianOrb</defName>
|
||||
<label>Flare DragonianOrb</label>
|
||||
|
Loading…
x
Reference in New Issue
Block a user