diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-23 21:33:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-23 21:33:29 -0300 |
commit | ef4828031cdf364085417357fb992ed52d38fb52 (patch) | |
tree | 5ca52202a82282b1b04c6e5751ac3d4c69111ddb | |
parent | 42eea256cd00d5d00a869eacdf0e63f73722b8ad (diff) | |
download | clientdata-ef4828031cdf364085417357fb992ed52d38fb52.tar.gz clientdata-ef4828031cdf364085417357fb992ed52d38fb52.tar.bz2 clientdata-ef4828031cdf364085417357fb992ed52d38fb52.tar.xz clientdata-ef4828031cdf364085417357fb992ed52d38fb52.zip |
Item 5252 Guardian Wings (look like a wedding ring for lack of better sprite)
-rw-r--r-- | items/equip-ring/_include.xml | 1 | ||||
-rw-r--r-- | items/equip-ring/item5252_GuardianWings.xml | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/items/equip-ring/_include.xml b/items/equip-ring/_include.xml index 5f327a1d..16149385 100644 --- a/items/equip-ring/_include.xml +++ b/items/equip-ring/_include.xml @@ -14,4 +14,5 @@ <include name="items/equip-ring/item4012_TopazRing.xml"/> <include name="items/equip-ring/item4013_AmethystRing.xml"/> <include name="items/equip-ring/item4014_SimpleRing.xml"/> + <include name="items/equip-ring/item5252_GuardianWings.xml"/> </items> diff --git a/items/equip-ring/item5252_GuardianWings.xml b/items/equip-ring/item5252_GuardianWings.xml new file mode 100644 index 00000000..83b29237 --- /dev/null +++ b/items/equip-ring/item5252_GuardianWings.xml @@ -0,0 +1,13 @@ +<?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="5252" image="equipment/rings/wedding.png" name="Guardian Wings" description="Powerful guardian wings, which watches over the horizon, guarding mana." type="equip-ring" weight="1"> + <sprite>equipment/angel-wings.xml</sprite> + <particlefx>graphics/particles/angel.particle.xml</particlefx> + </item> +</items> |