diff options
Diffstat (limited to 'data/activities.yml')
-rw-r--r-- | data/activities.yml | 47 |
1 files changed, 47 insertions, 0 deletions
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 |