Skip to content

Commit

Permalink
Merge pull request #3232 from CombatExtended-Continued/Update-RebuildDnC
Browse files Browse the repository at this point in the history
Update - Rebuild: Doors and Corners
  • Loading branch information
N7Huntsman authored Jul 3, 2024
2 parents c878437 + e14ce17 commit db73bb1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<!-- === Wall Armor === -->
<!-- adjust damageMultipliers dealt by damage defs -->
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName = "RB_OverwallArmor"]/damageMultipliers/li[damageDef = "Bomb" or damageDef = "Thump"]/multiplier</xpath>
<xpath>Defs/ThingDef[defName = "RB_ReinforcedGlassWall" or defName = "RB_ReinforcedClerestoryWall"]/damageMultipliers/li[damageDef = "Bomb" or damageDef = "Thump"]/multiplier</xpath>
<value>
<multiplier>0.5</multiplier>
</value>
</Operation>

<!-- add more damage defs -->
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "RB_OverwallArmor"]/damageMultipliers</xpath>
<xpath>Defs/ThingDef[defName = "RB_ReinforcedGlassWall" or defName = "RB_ReinforcedClerestoryWall"]/damageMultipliers</xpath>
<value>
<li>
<damageDef>Thermobaric</damageDef>
Expand Down

0 comments on commit db73bb1

Please sign in to comment.