summaryrefslogtreecommitdiff
path: root/data/items.yml
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-30 13:45:49 -0400
committerDavid Gay <david@davidgay.org>2021-05-30 13:45:49 -0400
commitede6f60d71d5786d846c4e80ab57bea2158c213b (patch)
treeb7161f1fd0f370d44b2a14e08e6a4ade6a7b9860 /data/items.yml
parent89f5ea20248cd797bc3edd7b63f909100144b5c8 (diff)
Arcanite equipment, and crafting it
Diffstat (limited to 'data/items.yml')
-rw-r--r--data/items.yml85
1 files changed, 85 insertions, 0 deletions
diff --git a/data/items.yml b/data/items.yml
index 7ef4fb4..5586ab0 100644
--- a/data/items.yml
+++ b/data/items.yml
@@ -114,6 +114,91 @@ iron_shield:
- type: "stat_change"
gid: "block_value"
modifier: 2
+arcanite_dagger:
+ name: "arcanite dagger"
+ description: "A dagger made of arcanite."
+ whatnot:
+ equip_slots:
+ - "mainhand"
+ equip_requirements:
+ skills:
+ - gid: "beastslay"
+ level: 10
+ equip_effects:
+ - type: "stat_change"
+ gid: "accuracy"
+ modifier: 6
+ - type: "stat_change"
+ gid: "power"
+ modifier: 6
+arcanite_short_sword:
+ name: "iron short sword"
+ description: "A short sword made of iron."
+ whatnot:
+ equip_slots:
+ - "mainhand"
+ equip_requirements:
+ skills:
+ - gid: "beastslay"
+ level: 12
+ equip_effects:
+ - type: "stat_change"
+ gid: "accuracy"
+ modifier: 7
+ - type: "stat_change"
+ gid: "power"
+ modifier: 7
+arcanite_longsword:
+ name: "arcanite longsword"
+ description: "A longsword made of arcanite."
+ whatnot:
+ equip_slots:
+ - "mainhand"
+ equip_requirements:
+ skills:
+ - gid: "beastslay"
+ level: 15
+ equip_effects:
+ - type: "stat_change"
+ gid: "accuracy"
+ modifier: 8
+ - type: "stat_change"
+ gid: "power"
+ modifier: 8
+arcanite_buckler:
+ name: "arcanite buckler"
+ description: "A buckler made of arcanite."
+ whatnot:
+ equip_requirements:
+ skills:
+ - gid: "beastslay"
+ level: 10
+ equip_slots:
+ - "offhand"
+ equip_effects:
+ - type: "stat_change"
+ gid: "block"
+ modifier: 4
+ - type: "stat_change"
+ gid: "block_value"
+ modifier: 4
+arcanite_shield:
+ name: "arcanite shield"
+ description: "A shield made of arcanite."
+ whatnot:
+ equip_slots:
+ - "offhand"
+ equip_requirements:
+ skills:
+ - gid: "beastslay"
+ level: 13
+ equip_effects:
+ - type: "stat_change"
+ gid: "block"
+ modifier: 5
+ - type: "stat_change"
+ gid: "block_value"
+ modifier: 5
mending_salve:
name: "mending salve"
description: "A healing mixture capable of closing wounds."