diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-11-18 19:13:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-11-18 19:13:49 -0300 |
commit | 32d73c465d6e5555626b5a30b84277b5c9c00974 (patch) | |
tree | 8de0212733ff50ff3bb91d20c52517c15d0bde08 | |
parent | b584a0344a0567b6d811eda6daa8893916690cdf (diff) | |
download | clientdata-32d73c465d6e5555626b5a30b84277b5c9c00974.tar.gz clientdata-32d73c465d6e5555626b5a30b84277b5c9c00974.tar.bz2 clientdata-32d73c465d6e5555626b5a30b84277b5c9c00974.tar.xz clientdata-32d73c465d6e5555626b5a30b84277b5c9c00974.zip |
Almost all staffs now got custom spritesheets, and we're even wasting one!
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | items.xml | 10 |
2 files changed, 6 insertions, 5 deletions
@@ -1803,6 +1803,7 @@ https://wiki.moubootaurlegends.org/Contributors graphics/sprites/equipment/weapons/weapon-staff.png (?) (GPLv2) (TMW-BR) graphics/sprites/equipment/weapons/weapon-staff-blue.png (?) (GPLv2) (TMW-BR) graphics/sprites/equipment/weapons/weapon-staff-red.png (?) (GPLv2) (TMW-BR) + graphics/sprites/equipment/weapons/weapon-staff-golden.png (?, poppet) (GPLv2) (TMW-BR) graphics/sprites/equipment/weapons/woodenbow.png (Reid) (CC BY-SA 3.0) (-) graphics/sprites/equipment/weapons/woodensword.png (Alige, Reid) (CC BY-SA 3.0) (-) graphics/sprites/equipment/weapons/legend-wand.png (Donald) (GPL 3.0/CC BY-SA 3.0) (-) @@ -6920,7 +6920,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. type="equip-2hand" sellProtected="true" weight="600"> - <sprite>equipment/weapons/bugslayer.xml</sprite> + <sprite>equipment/weapons/staff-warped.xml</sprite> <sound event="hit">weapons/knife/hit1.ogg</sound> <sound event="hit">weapons/piouslayer/hit1.ogg</sound> <sound event="miss">weapons/piouslayer/miss1.ogg</sound> @@ -8450,7 +8450,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. type="equip-2hand" attack-action="attack" weight="158"> - <sprite>equipment/weapons/weapon-staff.xml</sprite> + <sprite>equipment/weapons/legend-wand.xml</sprite> </item> <item id="7003" image="equipment/weapons/woodenstaff.png" @@ -8476,7 +8476,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. type="equip-2hand" attack-action="attack" weight="158"> - <sprite>equipment/weapons/legend-wand.xml</sprite> + <sprite>equipment/weapons/weapon-staff-golden.xml</sprite> </item> <item id="7005" image="equipment/weapons/reinboowand.png" @@ -8488,7 +8488,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. type="equip-2hand" attack-action="attack" weight="158"> - <sprite>equipment/weapons/weapon-staff.xml</sprite> + <sprite>equipment/weapons/staff-wizard.xml</sprite> </item> <item id="7020" @@ -8501,7 +8501,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. type="equip-2hand" attack-action="attack" weight="960"> - <sprite>equipment/weapons/weapon-staff.xml</sprite> + <sprite>equipment/weapons/staff-wizard.xml</sprite> </item> <!-- System Reserved --> |