mirror of
https://github.com/FalloutCollaborationProject/FCP-Energy-Weapons.git
synced 2026-07-27 17:02:12 -07:00
Corrected XML encoding declarations and ensured proper closing tags and newlines in multiple weapon and damage definition files. This improves XML validity and consistency across the project.
73 lines
2.6 KiB
XML
73 lines
2.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Defs>
|
|
|
|
<!--__________ Energy Weapon Hediffs __________-->
|
|
|
|
<!--_____ Plasma Weapon Hediffs _____-->
|
|
|
|
<!-- Plasma Burn -->
|
|
|
|
<HediffDef ParentName="InjuryBase">
|
|
<defName>FCP_Hediff_Plasma_Burn</defName>
|
|
<label>Plasma Burn</label>
|
|
<labelNoun>a plasma burn</labelNoun>
|
|
<description>A plasma burn with minimal pain.</description>
|
|
<comps>
|
|
<li Class="HediffCompProperties_TendDuration">
|
|
<labelTendedWell>bandaged</labelTendedWell>
|
|
<labelTendedWellInner>tended</labelTendedWellInner>
|
|
<labelSolidTendedWell>tended</labelSolidTendedWell>
|
|
</li>
|
|
<li Class="HediffCompProperties_Infecter">
|
|
<infectionChance>0.30</infectionChance>
|
|
</li>
|
|
<li Class="HediffCompProperties_GetsPermanent">
|
|
<permanentLabel>plasma burn scar</permanentLabel>
|
|
</li>
|
|
</comps>
|
|
<injuryProps>
|
|
<painPerSeverity>0.0042</painPerSeverity>
|
|
<averagePainPerSeverityPermanent>0.00625</averagePainPerSeverityPermanent>
|
|
<canMerge>true</canMerge>
|
|
<destroyedLabel>Burned off</destroyedLabel>
|
|
<destroyedOutLabel>Burned out</destroyedOutLabel>
|
|
</injuryProps>
|
|
</HediffDef>
|
|
|
|
<!--_____ Laser Weapon Hediffs _____-->
|
|
|
|
<!-- Laser Burn -->
|
|
|
|
<HediffDef ParentName="InjuryBase">
|
|
<defName>FCP_Hediff_Laser_Burn</defName>
|
|
<label>Laser Burn</label>
|
|
<labelNoun>a laser burn</labelNoun>
|
|
<description>A laser burn with minimal pain.</description>
|
|
<comps>
|
|
<li Class="HediffCompProperties_TendDuration">
|
|
<labelTendedWell>bandaged</labelTendedWell>
|
|
<labelTendedWellInner>tended</labelTendedWellInner>
|
|
<labelSolidTendedWell>tended</labelSolidTendedWell>
|
|
</li>
|
|
<li Class="HediffCompProperties_Infecter">
|
|
<infectionChance>0.30</infectionChance>
|
|
</li>
|
|
<li Class="HediffCompProperties_GetsPermanent">
|
|
<permanentLabel>laser burn scar</permanentLabel>
|
|
</li>
|
|
</comps>
|
|
<injuryProps>
|
|
<painPerSeverity>0.0042</painPerSeverity>
|
|
<averagePainPerSeverityPermanent>0.00625</averagePainPerSeverityPermanent>
|
|
<canMerge>true</canMerge>
|
|
<destroyedLabel>Burned off</destroyedLabel>
|
|
<destroyedOutLabel>Burned out</destroyedOutLabel>
|
|
</injuryProps>
|
|
</HediffDef>
|
|
|
|
<!--_____ Gauss Weapon Hediffs _____-->
|
|
|
|
<!--_____ Pulse Weapon Hediffs _____-->
|
|
|
|
</Defs>
|