Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
3a64860299 |
Binary file not shown.
Binary file not shown.
@ -51,4 +51,17 @@
|
||||
<scaleDamageToBuildingsBasedOnFlammability>false</scaleDamageToBuildingsBasedOnFlammability>
|
||||
</DamageDef>
|
||||
|
||||
<DamageDef ParentName="Flame">
|
||||
<defName>DRM_Arc</defName>
|
||||
<label>Flame</label>
|
||||
<additionalHediffs>
|
||||
<li>
|
||||
<hediff>DRM_ElectricShock</hediff>
|
||||
<severityPerDamageDealt>0.02</severityPerDamageDealt>
|
||||
</li>
|
||||
</additionalHediffs>
|
||||
<causeStun>true</causeStun>
|
||||
<stunAdaptationTicks>120</stunAdaptationTicks>
|
||||
</DamageDef>
|
||||
|
||||
</Defs>
|
@ -365,6 +365,84 @@
|
||||
</stages>
|
||||
</HediffDef>
|
||||
|
||||
<HediffDef ParentName="DiseaseBase">
|
||||
<defName>DRM_FearGas</defName>
|
||||
<label>Fear gas</label>
|
||||
<description>Aftereffects of exposure to Fear Toxgas, It burns the lungs and eyes, causing a temporary shortness of breath and reduction in sight. Continued exposure to fear gas results in panic and violent behavior.</description>
|
||||
<isBad>true</isBad>
|
||||
<defaultLabelColor>(0.3,0.25,0.65)</defaultLabelColor>
|
||||
<initialSeverity>1</initialSeverity>
|
||||
<maxSeverity>3</maxSeverity>
|
||||
<hediffClass>HediffWithComps</hediffClass>
|
||||
<comps>
|
||||
<li Class="HediffCompProperties_SeverityPerDay">
|
||||
<severityPerDay>-30</severityPerDay>
|
||||
</li>
|
||||
<li Class="HediffCompProperties_CauseMentalState">
|
||||
<animalMentalState>ManhunterPermanent</animalMentalState>
|
||||
<animalMentalStateAlias>Manhunter</animalMentalStateAlias>
|
||||
<humanMentalState>Berserk</humanMentalState>
|
||||
<mtbDaysToCauseMentalState>1</mtbDaysToCauseMentalState>
|
||||
</li>
|
||||
</comps>
|
||||
<stages>
|
||||
<li>
|
||||
<label>mild</label>
|
||||
<minSeverity>1</minSeverity>
|
||||
<painFactor>1.0</painFactor>
|
||||
<capMods>
|
||||
<li>
|
||||
<capacity>Sight</capacity>
|
||||
<offset>-0.3</offset>
|
||||
</li>
|
||||
<li>
|
||||
<capacity>Breathing</capacity>
|
||||
<offset>-0.15</offset>
|
||||
</li>
|
||||
</capMods>
|
||||
<statOffsets>
|
||||
<MentalBreakThreshold>0.14</MentalBreakThreshold>
|
||||
</statOffsets>
|
||||
</li>
|
||||
<li>
|
||||
<label>moderate</label>
|
||||
<minSeverity>2</minSeverity>
|
||||
<painFactor>1.2</painFactor>
|
||||
<capMods>
|
||||
<li>
|
||||
<capacity>Sight</capacity>
|
||||
<offset>-0.6</offset>
|
||||
</li>
|
||||
<li>
|
||||
<capacity>Breathing</capacity>
|
||||
<offset>-0.3</offset>
|
||||
</li>
|
||||
</capMods>
|
||||
<statOffsets>
|
||||
<MentalBreakThreshold>0.42</MentalBreakThreshold>
|
||||
</statOffsets>
|
||||
</li>
|
||||
<li>
|
||||
<label>severe</label>
|
||||
<minSeverity>3</minSeverity>
|
||||
<painFactor>2.0</painFactor>
|
||||
<capMods>
|
||||
<li>
|
||||
<capacity>Sight</capacity>
|
||||
<setMax>0</setMax>
|
||||
</li>
|
||||
<li>
|
||||
<capacity>Breathing</capacity>
|
||||
<offset>-0.60</offset>
|
||||
</li>
|
||||
</capMods>
|
||||
<statOffsets>
|
||||
<MentalBreakThreshold>1</MentalBreakThreshold>
|
||||
</statOffsets>
|
||||
</li>
|
||||
</stages>
|
||||
</HediffDef>
|
||||
|
||||
<HediffDef>
|
||||
<defName>DRM_ArmorMeltdown</defName>
|
||||
<label>Armor Meltdown</label>
|
||||
@ -478,6 +556,98 @@
|
||||
</stages>
|
||||
</HediffDef>
|
||||
|
||||
<HediffDef>
|
||||
<defName>DRM_ElectricShock</defName>
|
||||
<label>Electric Shock</label>
|
||||
<description>This preson is got a shock.</description>
|
||||
<defaultLabelColor>(1, 1, 0.8)</defaultLabelColor>
|
||||
<hediffClass>HediffWithComps</hediffClass>
|
||||
<comps>
|
||||
<li Class="HediffCompProperties_SeverityPerDay">
|
||||
<severityPerDay>-4</severityPerDay>
|
||||
</li>
|
||||
</comps>
|
||||
<injuryProps>
|
||||
<painPerSeverity>0.02</painPerSeverity>
|
||||
</injuryProps>
|
||||
<stages>
|
||||
<li>
|
||||
<label>minor</label>
|
||||
<becomeVisible>false</becomeVisible>
|
||||
</li>
|
||||
<li>
|
||||
<label>minor</label>
|
||||
<minSeverity>0.2</minSeverity>
|
||||
<capMods>
|
||||
<li>
|
||||
<capacity>Moving</capacity>
|
||||
<offset>-0.2</offset>
|
||||
</li>
|
||||
<li>
|
||||
<capacity>Manipulation</capacity>
|
||||
<offset>-0.2</offset>
|
||||
</li>
|
||||
</capMods>
|
||||
</li>
|
||||
<li>
|
||||
<label>moderate</label>
|
||||
<minSeverity>0.35</minSeverity>
|
||||
<capMods>
|
||||
<li>
|
||||
<capacity>Moving</capacity>
|
||||
<offset>-0.4</offset>
|
||||
</li>
|
||||
<li>
|
||||
<capacity>Manipulation</capacity>
|
||||
<offset>-0.4</offset>
|
||||
</li>
|
||||
</capMods>
|
||||
</li>
|
||||
<li>
|
||||
<label>serious</label>
|
||||
<minSeverity>0.5</minSeverity>
|
||||
<capMods>
|
||||
<li>
|
||||
<capacity>Moving</capacity>
|
||||
<offset>-0.6</offset>
|
||||
</li>
|
||||
<li>
|
||||
<capacity>Manipulation</capacity>
|
||||
<offset>-0.6</offset>
|
||||
</li>
|
||||
</capMods>
|
||||
</li>
|
||||
<li>
|
||||
<label>extreme</label>
|
||||
<minSeverity>0.65</minSeverity>
|
||||
<capMods>
|
||||
<li>
|
||||
<capacity>Moving</capacity>
|
||||
<offset>-0.8</offset>
|
||||
</li>
|
||||
<li>
|
||||
<capacity>Manipulation</capacity>
|
||||
<offset>-0.8</offset>
|
||||
</li>
|
||||
</capMods>
|
||||
</li>
|
||||
<li>
|
||||
<label>completely</label>
|
||||
<minSeverity>0.85</minSeverity>
|
||||
<capMods>
|
||||
<li>
|
||||
<capacity>Moving</capacity>
|
||||
<setMax>0</setMax>
|
||||
</li>
|
||||
<li>
|
||||
<capacity>Manipulation</capacity>
|
||||
<setMax>0</setMax>
|
||||
</li>
|
||||
</capMods>
|
||||
</li>
|
||||
</stages>
|
||||
</HediffDef>
|
||||
|
||||
<!-- slash tail -->
|
||||
|
||||
<HediffDef ParentName="AddedBodyPartBase">
|
||||
|
@ -40,7 +40,7 @@
|
||||
<EnderDragonianOrb.label>龙娘 末影龙珠</EnderDragonianOrb.label>
|
||||
<EnderDragonianOrb.description>一颗龙珠。拥有强大的折跃能力。</EnderDragonianOrb.description>
|
||||
<EnderDragonianOrb.labelNoun>末影龙珠</EnderDragonianOrb.labelNoun>
|
||||
|
||||
|
||||
<ToxicDragonianOrb.label>龙娘 毒素龙珠</ToxicDragonianOrb.label>
|
||||
<ToxicDragonianOrb.description>一颗龙珠。有毒危险。死亡时引发有毒气体爆炸。</ToxicDragonianOrb.description>
|
||||
<ToxicDragonianOrb.labelNoun>毒素龙珠</ToxicDragonianOrb.labelNoun>
|
||||
@ -117,4 +117,30 @@
|
||||
<!-- EN: extreme -->
|
||||
<DRM_AcidCorrosion.stages.completely.label>完全腐蚀</DRM_AcidCorrosion.stages.completely.label>
|
||||
|
||||
<DRM_ElectricShock.label>高压触电</DRM_ElectricShock.label>
|
||||
<DRM_ElectricShock.description>由于遭受高压电击,这个人的全身肌肉正在痉挛,无法行动。</DRM_ElectricShock.description>
|
||||
<!-- EN: minor -->
|
||||
<DRM_ElectricShock.stages.minor-0.label>轻微</DRM_ElectricShock.stages.minor-0.label>
|
||||
<!-- EN: minor -->
|
||||
<DRM_ElectricShock.stages.minor-1.label>较轻</DRM_ElectricShock.stages.minor-1.label>
|
||||
<!-- EN: moderate -->
|
||||
<DRM_ElectricShock.stages.moderate.label>中等</DRM_ElectricShock.stages.moderate.label>
|
||||
<!-- EN: serious -->
|
||||
<DRM_ElectricShock.stages.serious.label>严重</DRM_ElectricShock.stages.serious.label>
|
||||
<!-- EN: extreme -->
|
||||
<DRM_ElectricShock.stages.extreme.label>极重</DRM_ElectricShock.stages.extreme.label>
|
||||
<!-- EN: extreme -->
|
||||
<DRM_ElectricShock.stages.completely.label>完全</DRM_ElectricShock.stages.completely.label>
|
||||
|
||||
<!-- EN: tox gas -->
|
||||
<DRM_FearGas.label>恐惧毒气</DRM_FearGas.label>
|
||||
<!-- EN: Aftereffects of exposure to tox gas, a poisonous chemical gas. It burns the lungs and eyes, causing a temporary shortness of breath and reduction in sight. Continued exposure to tox gas results in toxic buildup and eventually death. -->
|
||||
<DRM_FearGas.description>接触恐惧气体产生的负面影响。恐惧气体会灼伤生物的眼睛与肺部,使视觉与呼吸能力暂时降低。持续暴露还会引发生物极度恐惧情绪和诱发暴力行为。</DRM_FearGas.description>
|
||||
<!-- EN: mild -->
|
||||
<DRM_FearGas.stages.mild.label>较轻</DRM_FearGas.stages.mild.label>
|
||||
<!-- EN: moderate -->
|
||||
<DRM_FearGas.stages.moderate.label>中等</DRM_FearGas.stages.moderate.label>
|
||||
<!-- EN: severe -->
|
||||
<DRM_FearGas.stages.severe.label>严重</DRM_FearGas.stages.severe.label>
|
||||
|
||||
</LanguageData>
|
@ -70,6 +70,7 @@
|
||||
</verbProperties>
|
||||
<comps>
|
||||
<li Class="DragonianMix.CompProperties_AbilityDRM_Deaddustpop">
|
||||
<damageDef>Smoke</damageDef>
|
||||
<smokeRadius>9</smokeRadius>
|
||||
<gasType>DeadlifeDust</gasType>
|
||||
<clamorType>Ability</clamorType>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<gasType>DeadlifeDust</gasType>
|
||||
<soundDef>Explosion_Stun</soundDef>
|
||||
<explosionRadius>6</explosionRadius>
|
||||
<postExplosionSpawnThingCount>1</postExplosionSpawnThingCount>
|
||||
<postExplosionSpawnThingCount>0</postExplosionSpawnThingCount>
|
||||
<destroyGear>false</destroyGear>
|
||||
<destroyBody>false</destroyBody>
|
||||
</li>
|
||||
|
@ -29,6 +29,9 @@
|
||||
</verbProperties>
|
||||
<comps>
|
||||
<li Class="DragonianMix.CompProperties_AbilityDRM_FireBurst">
|
||||
<damageDef>DRM_Flame</damageDef>
|
||||
<damageAmount>80</damageAmount>
|
||||
<armorPenetration>0</armorPenetration>
|
||||
<radius>12</radius>
|
||||
</li>
|
||||
</comps>
|
||||
@ -57,6 +60,7 @@
|
||||
</verbProperties>
|
||||
<comps>
|
||||
<li Class="DragonianMix.CompProperties_AbilityDRM_Deaddustpop">
|
||||
<damageDef>Smoke</damageDef>
|
||||
<smokeRadius>9</smokeRadius>
|
||||
<gasType>ToxGas</gasType>
|
||||
<clamorType>Ability</clamorType>
|
||||
|
Loading…
x
Reference in New Issue
Block a user