From 5ae89950fb330fd623634b98a77de259ab174b53 Mon Sep 17 00:00:00 2001 From: David Gay Date: Fri, 28 May 2021 11:26:44 -0400 Subject: Lockbox unlocking, and with it items that start activities when used --- data/activities.yml | 47 +++++++++++++++++++++++++++++++++++++++++++ data/items.yml | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 104 insertions(+) (limited to 'data') diff --git a/data/activities.yml b/data/activities.yml index 59689e8..df93c62 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -525,3 +525,50 @@ manatrawl_sor_well_depths: xp: - gid: "manatrawl" value: 50 +synthsever_rusted_lockbox: + name: "Unlock Rusted Lockbox" + description: "Unseal the lock on a rusted lockbox." + innate: true + whatnot: + duration: + base: 180 + minimum: 35 + scaling: + - type: "skill" + gid: "synthsever" + scale_value: 1 + requirements: + - type: "equipment" + gid: "iron_lockpicks" + cost: + - type: "item" + gid: "rusted_lockbox" + results: + - type: "item" + chance: 1 + table: + - gid: "vestige" + score: 0 + min_quantity: 20 + max_quantity: 100 + - gid: "red_beryl" + score: 0.30 + - gid: "tourmaline" + score: 0.45 + - gid: "yellow_beryl" + score: 0.60 + titles: + - gid: "beryly" + - gid: "paraiba_tourmaline" + score: 0.70 + - gid: "slate_ring" + score: 0.80 + - gid: "iron_ring" + score: 0.85 + - gid: "quartz_ring" + 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 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" -- cgit v1.2.3