diff options
author | Jesusaves <jesusalva@themanaworld.org> | 2020-08-17 18:24:08 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-17 21:24:08 +0000 |
commit | ee4aae7fd329b62a7d5f50e497b021bf266d6b5c (patch) | |
tree | 0abd0b6071c8ebd3c7c8f5aca4f7627609fb9fe7 /items/equip-head | |
parent | 766ac42d9f70a5b438217277d4af53da3316f28c (diff) | |
download | clientdata-ee4aae7fd329b62a7d5f50e497b021bf266d6b5c.tar.gz clientdata-ee4aae7fd329b62a7d5f50e497b021bf266d6b5c.tar.bz2 clientdata-ee4aae7fd329b62a7d5f50e497b021bf266d6b5c.tar.xz clientdata-ee4aae7fd329b62a7d5f50e497b021bf266d6b5c.zip |
Doomsday Act 5 - Keshlam's Adventurer Guild Utils (#378)
Maps, monsters, effects, also includes the katzei ears with edits.
Additional (bonus) content:
* PvP Coin ("Murderer Coin")
* Golden PVP Cap
Diffstat (limited to 'items/equip-head')
-rw-r--r-- | items/equip-head/_include.xml | 1 | ||||
-rw-r--r-- | items/equip-head/item5257_GoldenPVPCap.xml | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/items/equip-head/_include.xml b/items/equip-head/_include.xml index afc6a0de..32ac4968 100644 --- a/items/equip-head/_include.xml +++ b/items/equip-head/_include.xml @@ -220,4 +220,5 @@ <include name="items/equip-head/item5249_PurpleShades.xml"/> <include name="items/equip-head/item5250_DarkGreenShades.xml"/> <include name="items/equip-head/item5255_PVPCap.xml"/> + <include name="items/equip-head/item5257_GoldenPVPCap.xml"/> </items> diff --git a/items/equip-head/item5257_GoldenPVPCap.xml b/items/equip-head/item5257_GoldenPVPCap.xml new file mode 100644 index 00000000..79eedc38 --- /dev/null +++ b/items/equip-head/item5257_GoldenPVPCap.xml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<items> + <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0"> + <its:translateRule selector="//item/@name" translate="yes"/> + <its:translateRule selector="//item/@description" translate="yes"/> + <its:translateRule selector="//item/@effect" translate="yes"/> + <its:translateRule selector="//*" translate="no"/> + </its:rules> + <item id="5257" image="equipment/head/pvpcap-golden.png" name="Golden PVP Cap" description="The champion of champions, bathed in vermillion." type="equip-head" weight="60" defense="1"> + <sprite gender="unisex">equipment/head/pvpcap-golden.xml</sprite> + </item> +</items> |