diff options
author | David Gay <david@davidgay.org> | 2021-05-31 13:33:13 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-31 13:33:13 -0400 |
commit | 0fac92a969f8f3049a55a824c1af65255c9d1654 (patch) | |
tree | 0fd96a4932d46f12e6cedb1584ae045f5e0a8af2 /data | |
parent | ac6275842b2bb879f7d95a7a49da0017efaf6697 (diff) |
Plug in equip requirements
Diffstat (limited to 'data')
-rw-r--r-- | data/items.yml | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/data/items.yml b/data/items.yml index da5e6fb..394e97c 100644 --- a/data/items.yml +++ b/data/items.yml @@ -57,9 +57,9 @@ iron_short_sword: equip_slots: - "mainhand" equip_requirements: - skills: - - gid: "beastslay" - level: 2 + - type: "skill" + gid: "beastslay" + level: 2 equip_effects: - type: "stat_change" gid: "accuracy" @@ -74,9 +74,9 @@ iron_longsword: equip_slots: - "mainhand" equip_requirements: - skills: - - gid: "beastslay" - level: 5 + - type: "skill" + gid: "beastslay" + level: 5 equip_effects: - type: "stat_change" gid: "accuracy" @@ -104,9 +104,9 @@ iron_shield: equip_slots: - "offhand" equip_requirements: - skills: - - gid: "beastslay" - level: 3 + - type: "skill" + gid: "beastslay" + level: 3 equip_effects: - type: "stat_change" gid: "block" @@ -121,9 +121,9 @@ arcanite_dagger: equip_slots: - "mainhand" equip_requirements: - skills: - - gid: "beastslay" - level: 10 + - type: "skill" + gid: "beastslay" + level: 10 equip_effects: - type: "stat_change" gid: "accuracy" @@ -138,9 +138,9 @@ arcanite_short_sword: equip_slots: - "mainhand" equip_requirements: - skills: - - gid: "beastslay" - level: 12 + - type: "skill" + gid: "beastslay" + level: 12 equip_effects: - type: "stat_change" gid: "accuracy" @@ -155,9 +155,9 @@ arcanite_longsword: equip_slots: - "mainhand" equip_requirements: - skills: - - gid: "beastslay" - level: 15 + - type: "skill" + gid: "beastslay" + level: 15 equip_effects: - type: "stat_change" gid: "accuracy" @@ -170,9 +170,9 @@ arcanite_buckler: description: "A buckler made of arcanite." whatnot: equip_requirements: - skills: - - gid: "beastslay" - level: 10 + - type: "skill" + gid: "beastslay" + level: 10 equip_slots: - "offhand" equip_effects: @@ -189,9 +189,9 @@ arcanite_shield: equip_slots: - "offhand" equip_requirements: - skills: - - gid: "beastslay" - level: 13 + - type: "skill" + gid: "beastslay" + level: 13 equip_effects: - type: "stat_change" gid: "block" @@ -451,9 +451,9 @@ arcanite_pickaxe: equip_slots: - "mainhand" equip_requirements: - skills: - - gid: "planequarry" - level: 10 + - type: "skill" + gid: "planequarry" + level: 10 equip_effects: - type: "stat_change" gid: "planequarry_speed" @@ -471,9 +471,9 @@ arcanite_axe: equip_slots: - "mainhand" equip_requirements: - skills: - - gid: "wealdreap" - level: 10 + - type: "skill" + gid: "wealdreap" + level: 10 equip_effects: - type: "stat_change" gid: "wealdreap_speed" |