Skip to content

Commit

Permalink
Merge pull request #2762 from HeraldOfTzeentch/ImperialArsenalRoyalWa…
Browse files Browse the repository at this point in the history
…rcasket

patch for imperial arsenal warcasket
  • Loading branch information
N7Huntsman authored Oct 10, 2023
2 parents 190a0c3 + 059243c commit 8d14c2c
Show file tree
Hide file tree
Showing 5 changed files with 660 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>

<Operation Class="PatchOperationFindMod">
<mods>
<li>Imperial Arsenal: Royal Warcasket</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs</xpath>
<value>

<CombatExtended.AmmoCategoryDef>
<defName>Standard</defName>
<label>Standard</label>
<labelShort>Standard</labelShort>
<description>A gyro-stabilized projectile equipped with a hardened tip for penetrating armor and laden with a small explosive charge.</description>
</CombatExtended.AmmoCategoryDef>

<CombatExtended.AmmoCategoryDef>
<defName>Inferno</defName>
<label>Inferno</label>
<labelShort>Inferno</labelShort>
<description>A gyro-stabilized projectile equipped with the explosive filler replaced with sticky, highly flammable prometheum.</description>
</CombatExtended.AmmoCategoryDef>

<CombatExtended.AmmoCategoryDef>
<defName>MetalStorm</defName>
<label>Metal Storm</label>
<labelShort>Metal Storm</labelShort>
<description>A gyro-stabilized equipped with a proximity fuse, designed to shower lighly armored targets with a devestating shower of fragmention when it detonates.</description>
</CombatExtended.AmmoCategoryDef>

<CombatExtended.AmmoCategoryDef>
<defName>Kraken</defName>
<label>Kraken</label>
<labelShort>Kraken</labelShort>
<description>A gyro-stabilized projectile with hardened penetrator and explosive 'kicker' charge, designed to punch through heavy armor.</description>
</CombatExtended.AmmoCategoryDef>

</value>
</match>
</Operation>

</Patch>
Loading

0 comments on commit 8d14c2c

Please sign in to comment.