diff options
-rw-r--r-- | data/activities.yml | 19 | ||||
-rw-r--r-- | data/items.yml | 7 |
2 files changed, 23 insertions, 3 deletions
diff --git a/data/activities.yml b/data/activities.yml index df93c62..33404b7 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -545,6 +545,22 @@ synthsever_rusted_lockbox: gid: "rusted_lockbox" results: - type: "item" + gid: "unlocked_rusted_lockbox" + - type: "xp" + gid: "synthsever" + base: 25 +open_unlocked_rusted_lockbox: + name: "Open Unlocked Rusted Lockbox" + description: "Open an unlocked rusted lockbox." + innate: true + whatnot: + duration: + base: 5 + cost: + - type: "item" + gid: "unlocked_rusted_lockbox" + results: + - type: "item" chance: 1 table: - gid: "vestige" @@ -569,6 +585,3 @@ synthsever_rusted_lockbox: score: 0.90 - gid: "granite_ring" score: 0.95 - - type: "xp" - gid: "synthsever" - base: 25 diff --git a/data/items.yml b/data/items.yml index 1e48293..4e8972b 100644 --- a/data/items.yml +++ b/data/items.yml @@ -142,6 +142,13 @@ rusted_lockbox: use_effects: - type: "activity" gid: "synthsever_rusted_lockbox" +unlocked_rusted_lockbox: + name: "unlocked rusted lockbox" + description: "A small, rusty, metal box that has been unlocked." + whatnot: + use_effects: + - type: "activity" + gid: "open_unlocked_rusted_lockbox" warm_diadem: name: "warm diadem" description: "A thin, blood-colored circlet giving off a faint warmth." |