summaryrefslogtreecommitdiff
path: root/data/items.yml
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-28 11:26:44 -0400
committerDavid Gay <david@davidgay.org>2021-05-28 11:26:54 -0400
commit5ae89950fb330fd623634b98a77de259ab174b53 (patch)
tree3ec11fae10758379761f5b824586b1c22bc57c12 /data/items.yml
parentc522bc8efa0378e0fcbcfdd137d6cd2ae4010d5b (diff)
Lockbox unlocking, and with it items that start activities when used
Diffstat (limited to 'data/items.yml')
-rw-r--r--data/items.yml57
1 files changed, 57 insertions, 0 deletions
diff --git a/data/items.yml b/data/items.yml
index c153b57..1e48293 100644
--- a/data/items.yml
+++ b/data/items.yml
@@ -138,6 +138,10 @@ waning_light:
rusted_lockbox:
name: "rusted lockbox"
description: "A small, rusty, metal box with a lock on it."
+ whatnot:
+ use_effects:
+ - type: "activity"
+ gid: "synthsever_rusted_lockbox"
warm_diadem:
name: "warm diadem"
description: "A thin, blood-colored circlet giving off a faint warmth."
@@ -163,3 +167,56 @@ grinpad_trophy:
lesser_trodgeathomp_trophy:
name: "lesser trodgeathomp trophy"
description: "A trophy from a lesser trodgeathomp."
+slate_ring:
+ name: "slate ring"
+ description: "A brittle ring made of slate. It's flat, inside and out."
+ whatnot:
+ equip_slots:
+ - "left_ring"
+ - "right_ring"
+ equip_effects:
+ - type: "stat_change"
+ gid: "accuracy"
+ modifier: 1
+iron_ring:
+ name: "iron ring"
+ description: "A strong, iron ring."
+ whatnot:
+ equip_slots:
+ - "left_ring"
+ - "right_ring"
+ equip_effects:
+ - type: "stat_change"
+ gid: "power"
+ modifier: 1
+quartz_ring:
+ name: "quartz ring"
+ description: "A small ring, strangely made entirely of quartz."
+ whatnot:
+ equip_slots:
+ - "left_ring"
+ - "right_ring"
+ equip_effects:
+ - type: "stat_change"
+ gid: "evasion"
+ modifier: 1
+granite_ring:
+ name: "granite ring"
+ description: "A heavy ring made of granite."
+ whatnot:
+ equip_slots:
+ - "left_ring"
+ - "right_ring"
+ equip_effects:
+ - type: "stat_change"
+ gid: "block"
+ modifier: 1
+enzon_seed:
+ name: "enzon seed"
+ description: "The seed of an enzon plant."
+iron_lockpicks:
+ name: "iron lockpicks"
+ description: "Tools for getting into places other people -- or things -- don't want you to be."
+ whatnot:
+ equip_slots:
+ - "mainhand"