diff options
-rw-r--r-- | data/activities.yml | 29 | ||||
-rw-r--r-- | data/items.yml | 6 |
2 files changed, 35 insertions, 0 deletions
diff --git a/data/activities.yml b/data/activities.yml index a530556..6276ba4 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -636,6 +636,35 @@ planequarry_floret_mines: xp: - gid: "planequarry" value: 50 +planequarry_brine_trench: + name: "Quarry Brine Trench" + description: "Planequarry in the south Floret brine trench." + location: "floret_region" + whatnot: + duration: + base: 60 + minimum: 25 + scaling: + - type: "skill" + gid: "planequarry" + scale_value: 1 + - type: "stat" + gid: "planequarry_speed" + scale_value: 1 + results: + - type: "item" + chance: 1 + gid: "salt" + max_quantity: 3 + xp: + - gid: "planequarry" + value: 4 + - type: "item" + chance: 0.0133 + gid: "seas_tear" + xp: + - gid: "planequarry" + value: 35 beastslay_killing_fields: name: "Hunt The Killing Fields" description: "Hunt monsters in The Killing Fields." diff --git a/data/items.yml b/data/items.yml index 38b42c7..ff89fa5 100644 --- a/data/items.yml +++ b/data/items.yml @@ -368,3 +368,9 @@ quarrying_draught: gem_dust: name: "gem dust" description: "Dust resulting from the crushing of a gem." +salt: + name: "salt" + description: "It's salt." +seas_tear: + name: "sea's tear" + description: "A dense crystal, similar in appearance to salt." |