summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-08-27 06:10:19 +0200
committerReid <reidyaro@gmail.com>2016-08-27 06:11:20 +0200
commitae32a56f075ce05363eabb235c80f0c47159cb22 (patch)
tree0db23f9ac58f349cc1ee4534b4f0532888c32dad
parent2d5e2f5c712786c9eb035b7cc584af0c1f14b5ac (diff)
downloadclientdata-ae32a56f075ce05363eabb235c80f0c47159cb22.tar.gz
clientdata-ae32a56f075ce05363eabb235c80f0c47159cb22.tar.bz2
clientdata-ae32a56f075ce05363eabb235c80f0c47159cb22.tar.xz
clientdata-ae32a56f075ce05363eabb235c80f0c47159cb22.zip
Replace 4144's arrows and bows with Legion's bow and arrow,
Update the LICENSE file.
-rw-r--r--LICENSE3
-rw-r--r--items.xml49
2 files changed, 19 insertions, 33 deletions
diff --git a/LICENSE b/LICENSE
index 0153647b..b385f1af 100644
--- a/LICENSE
+++ b/LICENSE
@@ -74,6 +74,7 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE
graphics/items/equipment/weapons/knife.png (EJlol) (CC BY-SA 3.0) (Reid)
graphics/items/equipment/weapons/piouslayer.png (Reid) (CC BY-SA 3.0) (Enchilado)
graphics/items/equipment/weapons/traininggladius.png (Reid) (CC BY-SA 3.0) (-)
+ graphics/items/equipment/weapons/woodenbow.png (Reid) (CC BY-SA 3.0) (-)
graphics/items/equipment/weapons/woodensword.png (Len) (CC BY-SA 3.0) (Reid)
## Generic
@@ -209,6 +210,7 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE
graphics/particles/sparkles.png (Crush) (CC BY-SA 3.0) (-)
graphics/particles/star-medium.png (Crush) (CC BY-SA 3.0) (-)
graphics/particles/star-small.png (Crush) (CC BY-SA 3.0) (-)
+ graphics/particles/training-arrow.png (Alige, Crush) (CC BY-SA 3.0) (Reid)
graphics/particles/zzz.png (Reid) (CC BY-SA 3.0) (Alige, Hal9000)
# Skills
@@ -275,6 +277,7 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE
graphics/sprites/equipment/weapons/knife.png (Alige) (CC BY-SA 3.0) (-)
graphics/sprites/equipment/weapons/piouslayer.png (Alige, Reid) (CC BY-SA 3.0) (-)
graphics/sprites/equipment/weapons/traininggladius.png (Alige, Reid) (CC BY-SA 3.0) (-)
+ 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) (-)
## Hairstyles
diff --git a/items.xml b/items.xml
index 9ea00440..1e120560 100644
--- a/items.xml
+++ b/items.xml
@@ -1256,42 +1256,25 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml.
<!-- Bows -->
<item id="6000"
- image="usable/dye.png"
- name="Bow 1"
- description="Testing bow 1"
- type="equip-2hand"
- missile-particle="graphics/particles/arrow-directions.xml"
- attack="15"
- weight="10"/>
- <item id="6001"
- image="usable/dye.png"
- name="Bow 1"
- description="Testing bow 1"
+ image="equipment/weapons/woodenbow.png"
+ name="Wooden Bow"
+ description="For bow training. Does not seem much reliable."
+ attack="7"
+ attack-range="5"
+ missile-particle="graphics/particles/training-arrow.xml"
+ level="5"
type="equip-2hand"
- missile-particle="graphics/particles/arrow-directions.xml"
- attack="25"
- weight="10"/>
+ attack-action="attack_bow"
+ weight="12">
+ <sprite>equipment/weapons/woodenbow.xml</sprite>
+ </item>
<!-- Arrows -->
- <item id="7000"
- image="usable/dye.png"
- name="Arrow 1"
- description="Testing arrow 1"
- type="equip-ammo"
- attack="30"
- weight="1"/>
- <item id="7001"
- image="usable/dye.png"
- name="Arrow 2"
- description="Testing arrow 2"
- type="equip-ammo"
- attack="50"
- weight="1"/>
- <item id="7002"
- image="usable/dye.png"
- name="Arrow 3"
- description="Testing arrow 3"
+ <item id="6500"
+ image="equipment/ammo/trainingarrow.png"
+ name="Training Arrow"
+ description="For bow training. Does not seem much reliable."
type="equip-ammo"
- attack="70"
+ attack="10"
weight="1"/>
</items>