From a9e41a80206894e014dd862813580646357752b8 Mon Sep 17 00:00:00 2001 From: "ProjectKoi-Kalo\\Kalo" <kalospacer@gmail.com> Date: Sun, 1 Jun 2025 16:15:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=B0=BE=E5=B7=B4=E8=83=BD=E7=A9=BF?= =?UTF-8?q?=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1.5/1.5/Defs/ThingDefs/DRM_Items_BodyParts.xml | 10 +++++----- 1.5/1.5/Defs/ThingDefs/DRM_Orbs.xml | 15 +++++++++++++++ 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/1.5/1.5/Defs/ThingDefs/DRM_Items_BodyParts.xml b/1.5/1.5/Defs/ThingDefs/DRM_Items_BodyParts.xml index f754015..d42cad3 100644 --- a/1.5/1.5/Defs/ThingDefs/DRM_Items_BodyParts.xml +++ b/1.5/1.5/Defs/ThingDefs/DRM_Items_BodyParts.xml @@ -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> diff --git a/1.5/1.5/Defs/ThingDefs/DRM_Orbs.xml b/1.5/1.5/Defs/ThingDefs/DRM_Orbs.xml index 613ebf1..3221ceb 100644 --- a/1.5/1.5/Defs/ThingDefs/DRM_Orbs.xml +++ b/1.5/1.5/Defs/ThingDefs/DRM_Orbs.xml @@ -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>