diff options
author | David Gay <david@davidgay.org> | 2021-06-03 09:11:02 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-06-03 09:11:02 -0400 |
commit | 7f6117a84a0901a90e09680ba111c003d8c942a6 (patch) | |
tree | cb7119c1ee952c0c01b961158733aecbd43b8fd2 | |
parent | aa64fb57f541564b65d753f06333db238f655bfe (diff) |
Half seed drop wealdreap XP
-rw-r--r-- | data/activities.yml | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/data/activities.yml b/data/activities.yml index ab199c1..013a14a 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -1635,19 +1635,22 @@ wealdreap_twil_woods: table: - gid: "mudtub_seed" score: 0 + max_quantity: 3 xp: - gid: "wealdreap" - value: 10 + value: 5 - gid: "midoras_seed" score: 0.45 + max_quantity: 3 xp: - gid: "wealdreap" - value: 15 + value: 7 - gid: "templis_seed" score: 0.90 + max_quantity: 3 xp: - gid: "wealdreap" - value: 30 + value: 15 wealdreap_twil_grove: name: "Reap Twil Grove" description: "Wealdreap within the hidden woodways of the Twil Woods Grove." @@ -1696,24 +1699,28 @@ wealdreap_twil_grove: table: - gid: "mudtub_seed" score: 0 + max_quantity: 3 xp: - gid: "wealdreap" - value: 10 + value: 5 - gid: "midoras_seed" score: 0.30 + max_quantity: 3 xp: - gid: "wealdreap" - value: 15 + value: 7 - gid: "templis_seed" score: 0.60 + max_quantity: 3 xp: - gid: "wealdreap" - value: 30 + value: 15 - gid: "enzon_seed" score: 0.90 + max_quantity: 3 xp: - gid: "wealdreap" - value: 45 + value: 22 manatrawl_sor_well: name: "Trawl Sor Well" description: "Manatrawl within Sor Well." |