修尾巴能穿上

This commit is contained in:
ProjectKoi-Kalo\Kalo 2025-06-01 16:15:04 +08:00
parent ba87246a44
commit a9e41a8020
2 changed files with 20 additions and 5 deletions

View File

@ -41,7 +41,7 @@
</techHediffsTags> </techHediffsTags>
</ThingDef> </ThingDef>
<ThingDef ParentName="BodyPartDROrbsBase"> <ThingDef ParentName="BodyPartDRTailBase">
<defName>DRM_SlashTail</defName> <defName>DRM_SlashTail</defName>
<label>slash tail</label> <label>slash tail</label>
<description>A slash tail turn dragonian's tail into a massive blade.</description> <description>A slash tail turn dragonian's tail into a massive blade.</description>
@ -60,7 +60,7 @@
</techHediffsTags> </techHediffsTags>
</ThingDef> </ThingDef>
<ThingDef ParentName="BodyPartDROrbsBase"> <ThingDef ParentName="BodyPartDRTailBase">
<defName>DRM_FlameSlashTail</defName> <defName>DRM_FlameSlashTail</defName>
<label>Flame slash tail</label> <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> <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> </techHediffsTags>
</ThingDef> </ThingDef>
<ThingDef ParentName="BodyPartDROrbsBase"> <ThingDef ParentName="BodyPartDRTailBase">
<defName>DRM_AcidSlashTail</defName> <defName>DRM_AcidSlashTail</defName>
<label>Acid slash tail</label> <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> <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> </techHediffsTags>
</ThingDef> </ThingDef>
<ThingDef ParentName="BodyPartDROrbsBase"> <ThingDef ParentName="BodyPartDRTailBase">
<defName>DRM_ExplosiveSlashTail</defName> <defName>DRM_ExplosiveSlashTail</defName>
<label>Explosive slash tail</label> <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> <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> </techHediffsTags>
</ThingDef> </ThingDef>
<ThingDef ParentName="BodyPartDROrbsBase"> <ThingDef ParentName="BodyPartDRTailBase">
<defName>DRM_CryoSlashTail</defName> <defName>DRM_CryoSlashTail</defName>
<label>Cryo slash tail</label> <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> <description>A Cryo slash tail turn dragonian's tail into a massive blade.This kind make the tail extreamly hot.</description>

View File

@ -72,6 +72,21 @@
</statBases> </statBases>
</ThingDef> </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"> <ThingDef ParentName="BodyPartDROrbsBase">
<defName>FlareDragonianOrb</defName> <defName>FlareDragonianOrb</defName>
<label>Flare DragonianOrb</label> <label>Flare DragonianOrb</label>