diff options
author | David Gay <david@davidgay.org> | 2021-05-30 12:20:08 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-30 12:21:24 -0400 |
commit | ed19359767ab899b594be47caabb7ab9fb87cb97 (patch) | |
tree | 7cf9b5cec1da85c042b6638e13932148d1c4a15a | |
parent | 6388d759da0c33c28a6d7874ade785e292e4223e (diff) |
New activity with new drops: `wealdreap_twil_grove`
-rw-r--r-- | data/activities.yml | 43 | ||||
-rw-r--r-- | data/items.yml | 17 |
2 files changed, 53 insertions, 7 deletions
diff --git a/data/activities.yml b/data/activities.yml index 83cb516..a530556 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -704,6 +704,49 @@ wealdreap_twil_woods: xp: - gid: "wealdreap" value: 50 +wealdreap_twil_grove: + name: "Reap Twil Grove" + description: "Wealdreap within the hidden woodways of the Twil Woods Grove." + location: "floret_region" + whatnot: + requirements: + - type: "skill" + gid: "wealdreap" + level: 10 + duration: + base: 150 + minimum: 35 + scaling: + - type: "skill" + gid: "wealdreap" + scale_value: 1 + - type: "stat" + gid: "wealdreap_speed" + scale_value: 1 + results: + - type: "item" + chance: 1 + table: + - gid: "woodrun_bloom" + score: 0.10 + xp: + - gid: "wealdreap" + value: 12 + - gid: "last_breath" + score: 0.65 + xp: + - gid: "wealdreap" + value: 18 + - gid: "silver_iris" + score: 0.98 + xp: + - gid: "wealdreap" + value: 70 + - gid: "claritas_flower" + score: 0.996 + xp: + - gid: "wealdreap" + value: 85 manatrawl_sor_well: name: "Trawl Sor Well" description: "Manatrawl within Sor Well." diff --git a/data/items.yml b/data/items.yml index 33f5a5b..38b42c7 100644 --- a/data/items.yml +++ b/data/items.yml @@ -147,13 +147,16 @@ last_breath: This is a small grey mushroom that is very common in forests and grasslands. Its unassuming looks are belied by its deadly nature; if consumed this mushroom triggers an allergic reaction that results in the victim's throat swelling shut and them choking to death, hence the name. -#woodrun_bloom: -# name: "woodrun bloom" -# description: >- -# A yellow and red flowering clover. -#claritas_flower: -# name: "claritas flower" -# description: "A pure white flower with a crystaline center." +woodrun_bloom: + name: "woodrun bloom" + description: >- + A yellow and red flowering clover. +claritas_flower: + name: "claritas flower" + description: "A pure white flower with a crystaline center." +silver_iris: + name: "silver iris" + description: "A beautiful plant flower with silvery flowers running up the length of its stem." #nasca_beetle: # name: "nasca beetle" # description: "A firey orange insect with a huge shell." |