diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-01-14 17:02:19 -0500 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-02-01 12:32:00 -0500 |
commit | 83449f49487ecce3407fd84b1820a71cd65372c8 (patch) | |
tree | 0126e0f337a1fb6e1cb020770db074f03f6c673f /items | |
parent | 3983bab5e4deea002ebfe900febea6eea0d76889 (diff) | |
download | clientdata-83449f49487ecce3407fd84b1820a71cd65372c8.tar.gz clientdata-83449f49487ecce3407fd84b1820a71cd65372c8.tar.bz2 clientdata-83449f49487ecce3407fd84b1820a71cd65372c8.tar.xz clientdata-83449f49487ecce3407fd84b1820a71cd65372c8.zip |
bye bye platyna dress
Diffstat (limited to 'items')
-rw-r--r-- | items/equip-torso/_include.xml | 2 | ||||
-rw-r--r-- | items/equip-torso/item783_ValentineDress.xml (renamed from items/equip-torso/item783_PlatynaRedDress.xml) | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/items/equip-torso/_include.xml b/items/equip-torso/_include.xml index 6329897d..6bd53173 100644 --- a/items/equip-torso/_include.xml +++ b/items/equip-torso/_include.xml @@ -28,7 +28,7 @@ <include name="items/equip-torso/item755_AssassinShirt.xml"/> <include name="items/equip-torso/item767_TerraniteChestArmor.xml"/> <include name="items/equip-torso/item782_ForestArmor.xml"/> - <include name="items/equip-torso/item783_PlatynaRedDress.xml"/> + <include name="items/equip-torso/item783_ValentineDress.xml"/> <include name="items/equip-torso/item791_YetiSkinShirt.xml"/> <include name="items/equip-torso/item793_BromenalChest.xml"/> <include name="items/equip-torso/item798_SorcererRobeRed.xml"/> diff --git a/items/equip-torso/item783_PlatynaRedDress.xml b/items/equip-torso/item783_ValentineDress.xml index 8eba4165..ccae33e8 100644 --- a/items/equip-torso/item783_PlatynaRedDress.xml +++ b/items/equip-torso/item783_ValentineDress.xml @@ -6,10 +6,10 @@ <its:translateRule selector="//item/@effect" translate="yes"/> <its:translateRule selector="//*" translate="no"/> </its:rules> - <item id="783" image="equipment/chest/valentine-dress.png|R:#bf0e08" name="Platyna Red Dress" description="A silken dress with soft lace trim. If you damage it, you'll never get it to look good again. In special Platyna red." effect="M. Attack +3" type="equip-torso" defense="15" weight="35"> - <sprite gender="female">equipment/chest/valentine-dress-female.xml|#bf0e08</sprite> - <sprite gender="male">equipment/chest/valentine-dress.xml|#bf0e08</sprite> - <sprite gender="other">equipment/chest/valentine-dress.xml|#bf0e08</sprite> + <item id="783" image="equipment/chest/fine-dress.png|W:#ff0000,bf0e08" name="Valentine Dress" description="A silken dress with soft lace trim. If you damage it, you'll never get it to look good again. In special valentine red." effect="M. Attack +3" type="equip-torso" defense="15" weight="35"> + <sprite gender="female">equipment/chest/fine-dress-female.xml|#ff0000,bf0e08</sprite> + <sprite gender="male">equipment/chest/fine-dress.xml|#ff0000,bf0e08</sprite> + <sprite gender="other">equipment/chest/fine-dress.xml|#ff0000,bf0e08</sprite> <replace sprite="race"> <item from="-100" to="-99100"/> <item from="-101" to="-99101"/> |