aboutsummaryrefslogtreecommitdiff
path: root/data/items
diff options
context:
space:
mode:
Diffstat (limited to 'data/items')
-rw-r--r--data/items/adamant_arrow.yaml9
-rw-r--r--data/items/adamant_bolts.yaml9
-rw-r--r--data/items/arrow_shaft.yaml6
-rw-r--r--data/items/bowstring.yaml5
-rw-r--r--data/items/bronze_arrow.yaml9
-rw-r--r--data/items/bronze_bolts.yaml9
-rw-r--r--data/items/chisel.yaml6
-rw-r--r--data/items/diamond_bolt_tips.yaml6
-rw-r--r--data/items/diamond_bolts.yaml9
-rw-r--r--data/items/emerald_bolt_tips.yaml6
-rw-r--r--data/items/emerald_bolts.yaml9
-rw-r--r--data/items/headless_arrow.yaml6
-rw-r--r--data/items/iron_arrow.yaml9
-rw-r--r--data/items/iron_bolts.yaml9
-rw-r--r--data/items/knife.yaml6
-rw-r--r--data/items/longbow.yaml10
-rw-r--r--data/items/longbow_u.yaml5
-rw-r--r--data/items/magic_longbow.yaml10
-rw-r--r--data/items/magic_longbow_u.yaml5
-rw-r--r--data/items/magic_shortbow.yaml10
-rw-r--r--data/items/magic_shortbow_u.yaml5
-rw-r--r--data/items/maple_longbow.yaml10
-rw-r--r--data/items/maple_longbow_u.yaml5
-rw-r--r--data/items/maple_shortbow.yaml10
-rw-r--r--data/items/maple_shortbow_u.yaml5
-rw-r--r--data/items/mithril_arrow.yaml9
-rw-r--r--data/items/mithril_bolts.yaml9
-rw-r--r--data/items/oak_longbow.yaml10
-rw-r--r--data/items/oak_longbow_u.yaml5
-rw-r--r--data/items/oak_shortbow.yaml10
-rw-r--r--data/items/oak_shortbow_u.yaml5
-rw-r--r--data/items/ruby_bolt_tips.yaml6
-rw-r--r--data/items/ruby_bolts.yaml9
-rw-r--r--data/items/rune_arrow.yaml9
-rw-r--r--data/items/rune_bolts.yaml9
-rw-r--r--data/items/sapphire_bolt_tips.yaml6
-rw-r--r--data/items/sapphire_bolts.yaml9
-rw-r--r--data/items/shortbow.yaml10
-rw-r--r--data/items/shortbow_u.yaml5
-rw-r--r--data/items/steel_arrow.yaml9
-rw-r--r--data/items/steel_bolts.yaml9
-rw-r--r--data/items/uncut_diamond.yaml2
-rw-r--r--data/items/uncut_emerald.yaml2
-rw-r--r--data/items/uncut_ruby.yaml2
-rw-r--r--data/items/uncut_sapphire.yaml2
-rw-r--r--data/items/willow_longbow.yaml10
-rw-r--r--data/items/willow_longbow_u.yaml5
-rw-r--r--data/items/willow_shortbow.yaml10
-rw-r--r--data/items/willow_shortbow_u.yaml5
-rw-r--r--data/items/yew_longbow.yaml10
-rw-r--r--data/items/yew_longbow_u.yaml5
-rw-r--r--data/items/yew_shortbow.yaml10
-rw-r--r--data/items/yew_shortbow_u.yaml5
53 files changed, 381 insertions, 4 deletions
diff --git a/data/items/adamant_arrow.yaml b/data/items/adamant_arrow.yaml
new file mode 100644
index 0000000..5b3a364
--- /dev/null
+++ b/data/items/adamant_arrow.yaml
@@ -0,0 +1,9 @@
+id: adamant_arrow
+name: adamant arrow
+color: "120"
+description: "An adamant-tipped arrow."
+value: 20
+stackable: true
+equip_slot: ammo
+stats:
+ attack: 31
diff --git a/data/items/adamant_bolts.yaml b/data/items/adamant_bolts.yaml
new file mode 100644
index 0000000..5f0509e
--- /dev/null
+++ b/data/items/adamant_bolts.yaml
@@ -0,0 +1,9 @@
+id: adamant_bolts
+name: adamant bolts
+color: "120"
+description: "Adamant crossbow bolts."
+value: 24
+stackable: true
+equip_slot: ammo
+stats:
+ attack: 43
diff --git a/data/items/arrow_shaft.yaml b/data/items/arrow_shaft.yaml
new file mode 100644
index 0000000..715a3e6
--- /dev/null
+++ b/data/items/arrow_shaft.yaml
@@ -0,0 +1,6 @@
+id: arrow_shaft
+name: arrow shaft
+color: "137"
+description: "A wooden arrow shaft. Needs feathers and a head."
+value: 1
+stackable: true
diff --git a/data/items/bowstring.yaml b/data/items/bowstring.yaml
new file mode 100644
index 0000000..a180081
--- /dev/null
+++ b/data/items/bowstring.yaml
@@ -0,0 +1,5 @@
+id: bowstring
+name: bowstring
+color: "230"
+description: "A string used for stringing bows."
+value: 10
diff --git a/data/items/bronze_arrow.yaml b/data/items/bronze_arrow.yaml
new file mode 100644
index 0000000..991bc11
--- /dev/null
+++ b/data/items/bronze_arrow.yaml
@@ -0,0 +1,9 @@
+id: bronze_arrow
+name: bronze arrow
+color: "178"
+description: "A bronze-tipped arrow."
+value: 1
+stackable: true
+equip_slot: ammo
+stats:
+ attack: 7
diff --git a/data/items/bronze_bolts.yaml b/data/items/bronze_bolts.yaml
new file mode 100644
index 0000000..76ca27c
--- /dev/null
+++ b/data/items/bronze_bolts.yaml
@@ -0,0 +1,9 @@
+id: bronze_bolts
+name: bronze bolts
+color: "178"
+description: "Bronze crossbow bolts."
+value: 1
+stackable: true
+equip_slot: ammo
+stats:
+ attack: 10
diff --git a/data/items/chisel.yaml b/data/items/chisel.yaml
new file mode 100644
index 0000000..a99c828
--- /dev/null
+++ b/data/items/chisel.yaml
@@ -0,0 +1,6 @@
+id: chisel
+name: chisel
+color: "250"
+description: "A chisel used for cutting gems."
+value: 5
+tool_type: chisel
diff --git a/data/items/diamond_bolt_tips.yaml b/data/items/diamond_bolt_tips.yaml
new file mode 100644
index 0000000..1529b11
--- /dev/null
+++ b/data/items/diamond_bolt_tips.yaml
@@ -0,0 +1,6 @@
+id: diamond_bolt_tips
+name: diamond bolt tips
+color: "255"
+description: "Bolt tips cut from a diamond."
+value: 200
+stackable: true
diff --git a/data/items/diamond_bolts.yaml b/data/items/diamond_bolts.yaml
new file mode 100644
index 0000000..abdc46f
--- /dev/null
+++ b/data/items/diamond_bolts.yaml
@@ -0,0 +1,9 @@
+id: diamond_bolts
+name: diamond bolts
+color: "255"
+description: "Adamant bolts tipped with diamond."
+value: 230
+stackable: true
+equip_slot: ammo
+stats:
+ attack: 52
diff --git a/data/items/emerald_bolt_tips.yaml b/data/items/emerald_bolt_tips.yaml
new file mode 100644
index 0000000..afd285b
--- /dev/null
+++ b/data/items/emerald_bolt_tips.yaml
@@ -0,0 +1,6 @@
+id: emerald_bolt_tips
+name: emerald bolt tips
+color: "83"
+description: "Bolt tips cut from an emerald."
+value: 50
+stackable: true
diff --git a/data/items/emerald_bolts.yaml b/data/items/emerald_bolts.yaml
new file mode 100644
index 0000000..6c9be22
--- /dev/null
+++ b/data/items/emerald_bolts.yaml
@@ -0,0 +1,9 @@
+id: emerald_bolts
+name: emerald bolts
+color: "83"
+description: "Mithril bolts tipped with emerald."
+value: 65
+stackable: true
+equip_slot: ammo
+stats:
+ attack: 39
diff --git a/data/items/headless_arrow.yaml b/data/items/headless_arrow.yaml
new file mode 100644
index 0000000..acf1384
--- /dev/null
+++ b/data/items/headless_arrow.yaml
@@ -0,0 +1,6 @@
+id: headless_arrow
+name: headless arrow
+color: "137"
+description: "An arrow shaft with feathers attached. Needs a head."
+value: 1
+stackable: true
diff --git a/data/items/iron_arrow.yaml b/data/items/iron_arrow.yaml
new file mode 100644
index 0000000..c4f698b
--- /dev/null
+++ b/data/items/iron_arrow.yaml
@@ -0,0 +1,9 @@
+id: iron_arrow
+name: iron arrow
+color: "250"
+description: "An iron-tipped arrow."
+value: 2
+stackable: true
+equip_slot: ammo
+stats:
+ attack: 10
diff --git a/data/items/iron_bolts.yaml b/data/items/iron_bolts.yaml
new file mode 100644
index 0000000..7b75132
--- /dev/null
+++ b/data/items/iron_bolts.yaml
@@ -0,0 +1,9 @@
+id: iron_bolts
+name: iron bolts
+color: "250"
+description: "Iron crossbow bolts."
+value: 3
+stackable: true
+equip_slot: ammo
+stats:
+ attack: 17
diff --git a/data/items/knife.yaml b/data/items/knife.yaml
new file mode 100644
index 0000000..fddf120
--- /dev/null
+++ b/data/items/knife.yaml
@@ -0,0 +1,6 @@
+id: knife
+name: knife
+color: "250"
+description: "A small knife used for cutting wood and fletching."
+value: 5
+tool_type: knife
diff --git a/data/items/longbow.yaml b/data/items/longbow.yaml
new file mode 100644
index 0000000..b9de1cb
--- /dev/null
+++ b/data/items/longbow.yaml
@@ -0,0 +1,10 @@
+id: longbow
+name: longbow
+color: "137"
+description: "A longbow."
+value: 20
+equip_slot: main_hand
+weapon_type: ranged
+speed: 6
+stats:
+ attack: 8
diff --git a/data/items/longbow_u.yaml b/data/items/longbow_u.yaml
new file mode 100644
index 0000000..93e5ff0
--- /dev/null
+++ b/data/items/longbow_u.yaml
@@ -0,0 +1,5 @@
+id: longbow_u
+name: longbow (u)
+color: "137"
+description: "An unstrung longbow."
+value: 10
diff --git a/data/items/magic_longbow.yaml b/data/items/magic_longbow.yaml
new file mode 100644
index 0000000..fbe3b4e
--- /dev/null
+++ b/data/items/magic_longbow.yaml
@@ -0,0 +1,10 @@
+id: magic_longbow
+name: magic longbow
+color: "63"
+description: "A magic longbow."
+value: 6000
+equip_slot: main_hand
+weapon_type: ranged
+speed: 6
+stats:
+ attack: 69
diff --git a/data/items/magic_longbow_u.yaml b/data/items/magic_longbow_u.yaml
new file mode 100644
index 0000000..65682ed
--- /dev/null
+++ b/data/items/magic_longbow_u.yaml
@@ -0,0 +1,5 @@
+id: magic_longbow_u
+name: magic longbow (u)
+color: "63"
+description: "An unstrung magic longbow."
+value: 3000
diff --git a/data/items/magic_shortbow.yaml b/data/items/magic_shortbow.yaml
new file mode 100644
index 0000000..26b152a
--- /dev/null
+++ b/data/items/magic_shortbow.yaml
@@ -0,0 +1,10 @@
+id: magic_shortbow
+name: magic shortbow
+color: "63"
+description: "A magic shortbow."
+value: 4000
+equip_slot: main_hand
+weapon_type: ranged
+speed: 4
+stats:
+ attack: 69
diff --git a/data/items/magic_shortbow_u.yaml b/data/items/magic_shortbow_u.yaml
new file mode 100644
index 0000000..2075bd1
--- /dev/null
+++ b/data/items/magic_shortbow_u.yaml
@@ -0,0 +1,5 @@
+id: magic_shortbow_u
+name: magic shortbow (u)
+color: "63"
+description: "An unstrung magic shortbow."
+value: 2000
diff --git a/data/items/maple_longbow.yaml b/data/items/maple_longbow.yaml
new file mode 100644
index 0000000..6a5e2f6
--- /dev/null
+++ b/data/items/maple_longbow.yaml
@@ -0,0 +1,10 @@
+id: maple_longbow
+name: maple longbow
+color: "172"
+description: "A maple longbow."
+value: 1280
+equip_slot: main_hand
+weapon_type: ranged
+speed: 6
+stats:
+ attack: 29
diff --git a/data/items/maple_longbow_u.yaml b/data/items/maple_longbow_u.yaml
new file mode 100644
index 0000000..120bf1d
--- /dev/null
+++ b/data/items/maple_longbow_u.yaml
@@ -0,0 +1,5 @@
+id: maple_longbow_u
+name: maple longbow (u)
+color: "172"
+description: "An unstrung maple longbow."
+value: 640
diff --git a/data/items/maple_shortbow.yaml b/data/items/maple_shortbow.yaml
new file mode 100644
index 0000000..a61b7d9
--- /dev/null
+++ b/data/items/maple_shortbow.yaml
@@ -0,0 +1,10 @@
+id: maple_shortbow
+name: maple shortbow
+color: "172"
+description: "A maple shortbow."
+value: 640
+equip_slot: main_hand
+weapon_type: ranged
+speed: 4
+stats:
+ attack: 29
diff --git a/data/items/maple_shortbow_u.yaml b/data/items/maple_shortbow_u.yaml
new file mode 100644
index 0000000..6fc6b84
--- /dev/null
+++ b/data/items/maple_shortbow_u.yaml
@@ -0,0 +1,5 @@
+id: maple_shortbow_u
+name: maple shortbow (u)
+color: "172"
+description: "An unstrung maple shortbow."
+value: 320
diff --git a/data/items/mithril_arrow.yaml b/data/items/mithril_arrow.yaml
new file mode 100644
index 0000000..e92bfeb
--- /dev/null
+++ b/data/items/mithril_arrow.yaml
@@ -0,0 +1,9 @@
+id: mithril_arrow
+name: mithril arrow
+color: "75"
+description: "A mithril-tipped arrow."
+value: 10
+stackable: true
+equip_slot: ammo
+stats:
+ attack: 22
diff --git a/data/items/mithril_bolts.yaml b/data/items/mithril_bolts.yaml
new file mode 100644
index 0000000..f3b852e
--- /dev/null
+++ b/data/items/mithril_bolts.yaml
@@ -0,0 +1,9 @@
+id: mithril_bolts
+name: mithril bolts
+color: "75"
+description: "Mithril crossbow bolts."
+value: 12
+stackable: true
+equip_slot: ammo
+stats:
+ attack: 32
diff --git a/data/items/oak_longbow.yaml b/data/items/oak_longbow.yaml
new file mode 100644
index 0000000..b66535e
--- /dev/null
+++ b/data/items/oak_longbow.yaml
@@ -0,0 +1,10 @@
+id: oak_longbow
+name: oak longbow
+color: "136"
+description: "An oak longbow."
+value: 80
+equip_slot: main_hand
+weapon_type: ranged
+speed: 6
+stats:
+ attack: 14
diff --git a/data/items/oak_longbow_u.yaml b/data/items/oak_longbow_u.yaml
new file mode 100644
index 0000000..6df0dab
--- /dev/null
+++ b/data/items/oak_longbow_u.yaml
@@ -0,0 +1,5 @@
+id: oak_longbow_u
+name: oak longbow (u)
+color: "136"
+description: "An unstrung oak longbow."
+value: 40
diff --git a/data/items/oak_shortbow.yaml b/data/items/oak_shortbow.yaml
new file mode 100644
index 0000000..550b210
--- /dev/null
+++ b/data/items/oak_shortbow.yaml
@@ -0,0 +1,10 @@
+id: oak_shortbow
+name: oak shortbow
+color: "136"
+description: "An oak shortbow."
+value: 40
+equip_slot: main_hand
+weapon_type: ranged
+speed: 4
+stats:
+ attack: 14
diff --git a/data/items/oak_shortbow_u.yaml b/data/items/oak_shortbow_u.yaml
new file mode 100644
index 0000000..5bebc38
--- /dev/null
+++ b/data/items/oak_shortbow_u.yaml
@@ -0,0 +1,5 @@
+id: oak_shortbow_u
+name: oak shortbow (u)
+color: "136"
+description: "An unstrung oak shortbow."
+value: 20
diff --git a/data/items/ruby_bolt_tips.yaml b/data/items/ruby_bolt_tips.yaml
new file mode 100644
index 0000000..6ebe1a0
--- /dev/null
+++ b/data/items/ruby_bolt_tips.yaml
@@ -0,0 +1,6 @@
+id: ruby_bolt_tips
+name: ruby bolt tips
+color: "196"
+description: "Bolt tips cut from a ruby."
+value: 100
+stackable: true
diff --git a/data/items/ruby_bolts.yaml b/data/items/ruby_bolts.yaml
new file mode 100644
index 0000000..3788d2c
--- /dev/null
+++ b/data/items/ruby_bolts.yaml
@@ -0,0 +1,9 @@
+id: ruby_bolts
+name: ruby bolts
+color: "196"
+description: "Adamant bolts tipped with ruby."
+value: 130
+stackable: true
+equip_slot: ammo
+stats:
+ attack: 49
diff --git a/data/items/rune_arrow.yaml b/data/items/rune_arrow.yaml
new file mode 100644
index 0000000..a7a3e2f
--- /dev/null
+++ b/data/items/rune_arrow.yaml
@@ -0,0 +1,9 @@
+id: rune_arrow
+name: rune arrow
+color: "87"
+description: "A rune-tipped arrow."
+value: 40
+stackable: true
+equip_slot: ammo
+stats:
+ attack: 49
diff --git a/data/items/rune_bolts.yaml b/data/items/rune_bolts.yaml
new file mode 100644
index 0000000..7f0f5af
--- /dev/null
+++ b/data/items/rune_bolts.yaml
@@ -0,0 +1,9 @@
+id: rune_bolts
+name: rune bolts
+color: "87"
+description: "Rune crossbow bolts."
+value: 48
+stackable: true
+equip_slot: ammo
+stats:
+ attack: 55
diff --git a/data/items/sapphire_bolt_tips.yaml b/data/items/sapphire_bolt_tips.yaml
new file mode 100644
index 0000000..7513fd3
--- /dev/null
+++ b/data/items/sapphire_bolt_tips.yaml
@@ -0,0 +1,6 @@
+id: sapphire_bolt_tips
+name: sapphire bolt tips
+color: "69"
+description: "Bolt tips cut from a sapphire."
+value: 25
+stackable: true
diff --git a/data/items/sapphire_bolts.yaml b/data/items/sapphire_bolts.yaml
new file mode 100644
index 0000000..c9d1b4e
--- /dev/null
+++ b/data/items/sapphire_bolts.yaml
@@ -0,0 +1,9 @@
+id: sapphire_bolts
+name: sapphire bolts
+color: "69"
+description: "Mithril bolts tipped with sapphire."
+value: 40
+stackable: true
+equip_slot: ammo
+stats:
+ attack: 36
diff --git a/data/items/shortbow.yaml b/data/items/shortbow.yaml
new file mode 100644
index 0000000..e5b1975
--- /dev/null
+++ b/data/items/shortbow.yaml
@@ -0,0 +1,10 @@
+id: shortbow
+name: shortbow
+color: "137"
+description: "A shortbow."
+value: 10
+equip_slot: main_hand
+weapon_type: ranged
+speed: 4
+stats:
+ attack: 8
diff --git a/data/items/shortbow_u.yaml b/data/items/shortbow_u.yaml
new file mode 100644
index 0000000..6ffcafc
--- /dev/null
+++ b/data/items/shortbow_u.yaml
@@ -0,0 +1,5 @@
+id: shortbow_u
+name: shortbow (u)
+color: "137"
+description: "An unstrung shortbow."
+value: 5
diff --git a/data/items/steel_arrow.yaml b/data/items/steel_arrow.yaml
new file mode 100644
index 0000000..9c93e0b
--- /dev/null
+++ b/data/items/steel_arrow.yaml
@@ -0,0 +1,9 @@
+id: steel_arrow
+name: steel arrow
+color: "253"
+description: "A steel-tipped arrow."
+value: 5
+stackable: true
+equip_slot: ammo
+stats:
+ attack: 16
diff --git a/data/items/steel_bolts.yaml b/data/items/steel_bolts.yaml
new file mode 100644
index 0000000..20ed5f6
--- /dev/null
+++ b/data/items/steel_bolts.yaml
@@ -0,0 +1,9 @@
+id: steel_bolts
+name: steel bolts
+color: "253"
+description: "Steel crossbow bolts."
+value: 6
+stackable: true
+equip_slot: ammo
+stats:
+ attack: 25
diff --git a/data/items/uncut_diamond.yaml b/data/items/uncut_diamond.yaml
index ce7dd3e..48d8e6f 100644
--- a/data/items/uncut_diamond.yaml
+++ b/data/items/uncut_diamond.yaml
@@ -1,6 +1,6 @@
id: uncut_diamond
name: uncut diamond
color: "255"
-description: "An uncut diamond. Can be cut with crafting."
+description: "An uncut diamond. Can be cut into bolt tips with a chisel."
value: 200
stackable: false
diff --git a/data/items/uncut_emerald.yaml b/data/items/uncut_emerald.yaml
index 71da287..5fd5015 100644
--- a/data/items/uncut_emerald.yaml
+++ b/data/items/uncut_emerald.yaml
@@ -1,6 +1,6 @@
id: uncut_emerald
name: uncut emerald
color: "83"
-description: "An uncut emerald. Can be cut with crafting."
+description: "An uncut emerald. Can be cut into bolt tips with a chisel."
value: 50
stackable: false
diff --git a/data/items/uncut_ruby.yaml b/data/items/uncut_ruby.yaml
index 2bd2ec5..b4912b8 100644
--- a/data/items/uncut_ruby.yaml
+++ b/data/items/uncut_ruby.yaml
@@ -1,6 +1,6 @@
id: uncut_ruby
name: uncut ruby
color: "196"
-description: "An uncut ruby. Can be cut with crafting."
+description: "An uncut ruby. Can be cut into bolt tips with a chisel."
value: 100
stackable: false
diff --git a/data/items/uncut_sapphire.yaml b/data/items/uncut_sapphire.yaml
index 4d2ba91..eb0e51d 100644
--- a/data/items/uncut_sapphire.yaml
+++ b/data/items/uncut_sapphire.yaml
@@ -1,6 +1,6 @@
id: uncut_sapphire
name: uncut sapphire
color: "69"
-description: "An uncut sapphire. Can be cut with crafting."
+description: "An uncut sapphire. Can be cut into bolt tips with a chisel."
value: 25
stackable: false
diff --git a/data/items/willow_longbow.yaml b/data/items/willow_longbow.yaml
new file mode 100644
index 0000000..1d8cd2f
--- /dev/null
+++ b/data/items/willow_longbow.yaml
@@ -0,0 +1,10 @@
+id: willow_longbow
+name: willow longbow
+color: "107"
+description: "A willow longbow."
+value: 320
+equip_slot: main_hand
+weapon_type: ranged
+speed: 6
+stats:
+ attack: 20
diff --git a/data/items/willow_longbow_u.yaml b/data/items/willow_longbow_u.yaml
new file mode 100644
index 0000000..5e4e9da
--- /dev/null
+++ b/data/items/willow_longbow_u.yaml
@@ -0,0 +1,5 @@
+id: willow_longbow_u
+name: willow longbow (u)
+color: "107"
+description: "An unstrung willow longbow."
+value: 160
diff --git a/data/items/willow_shortbow.yaml b/data/items/willow_shortbow.yaml
new file mode 100644
index 0000000..e8e21b1
--- /dev/null
+++ b/data/items/willow_shortbow.yaml
@@ -0,0 +1,10 @@
+id: willow_shortbow
+name: willow shortbow
+color: "107"
+description: "A willow shortbow."
+value: 160
+equip_slot: main_hand
+weapon_type: ranged
+speed: 4
+stats:
+ attack: 20
diff --git a/data/items/willow_shortbow_u.yaml b/data/items/willow_shortbow_u.yaml
new file mode 100644
index 0000000..b467455
--- /dev/null
+++ b/data/items/willow_shortbow_u.yaml
@@ -0,0 +1,5 @@
+id: willow_shortbow_u
+name: willow shortbow (u)
+color: "107"
+description: "An unstrung willow shortbow."
+value: 80
diff --git a/data/items/yew_longbow.yaml b/data/items/yew_longbow.yaml
new file mode 100644
index 0000000..a2e0754
--- /dev/null
+++ b/data/items/yew_longbow.yaml
@@ -0,0 +1,10 @@
+id: yew_longbow
+name: yew longbow
+color: "94"
+description: "A yew longbow."
+value: 2000
+equip_slot: main_hand
+weapon_type: ranged
+speed: 6
+stats:
+ attack: 47
diff --git a/data/items/yew_longbow_u.yaml b/data/items/yew_longbow_u.yaml
new file mode 100644
index 0000000..ac4fdb2
--- /dev/null
+++ b/data/items/yew_longbow_u.yaml
@@ -0,0 +1,5 @@
+id: yew_longbow_u
+name: yew longbow (u)
+color: "94"
+description: "An unstrung yew longbow."
+value: 1000
diff --git a/data/items/yew_shortbow.yaml b/data/items/yew_shortbow.yaml
new file mode 100644
index 0000000..6c29555
--- /dev/null
+++ b/data/items/yew_shortbow.yaml
@@ -0,0 +1,10 @@
+id: yew_shortbow
+name: yew shortbow
+color: "94"
+description: "A yew shortbow."
+value: 1600
+equip_slot: main_hand
+weapon_type: ranged
+speed: 4
+stats:
+ attack: 47
diff --git a/data/items/yew_shortbow_u.yaml b/data/items/yew_shortbow_u.yaml
new file mode 100644
index 0000000..4c2124b
--- /dev/null
+++ b/data/items/yew_shortbow_u.yaml
@@ -0,0 +1,5 @@
+id: yew_shortbow_u
+name: yew shortbow (u)
+color: "94"
+description: "An unstrung yew shortbow."
+value: 800