-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2762 from HeraldOfTzeentch/ImperialArsenalRoyalWa…
…rcasket patch for imperial arsenal warcasket
- Loading branch information
Showing
5 changed files
with
660 additions
and
0 deletions.
There are no files selected for viewing
44 changes: 44 additions & 0 deletions
44
Patches/Imperial Arsenal Royal Warcasket/Ammo/AmmoCategories_Bolts.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.