diff options
author | David Gay <david@davidgay.org> | 2021-06-16 20:22:58 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-06-16 20:22:58 -0400 |
commit | 727b174a520425050f5d7bbc2cf1f3e918c0f80a (patch) | |
tree | 0d42cdcedb542e48c81addab713ac45ba88d7e38 /data | |
parent | 212c104c2020faddcb2949bc8f11e15c8284fb52 (diff) |
[data] Add simple spellpage drop to crumbling ruins and grinpad
Diffstat (limited to 'data')
-rw-r--r-- | data/activities.yml | 5 | ||||
-rw-r--r-- | data/monsters.yml | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/data/activities.yml b/data/activities.yml index 4e18fbc..9a2b7fb 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -2559,6 +2559,11 @@ wildscour_crumbling_ruins: xp: - gid: "wildscour" value: 4 + - gid: "simple_spellpage" + score: 0.99 + xp: + - gid: "wildscour" + value: 15 - gid: "disturbing_doodad" score: 0.998 xp: diff --git a/data/monsters.yml b/data/monsters.yml index 26a6f90..4ce9434 100644 --- a/data/monsters.yml +++ b/data/monsters.yml @@ -119,6 +119,8 @@ grinpad: - gid: "vestige" score: 0.85 max_quantity: 10 + - gid: "simple_spellpage" + score: 0.99 - gid: "rusted_lockbox" score: 0.995 - gid: "warm_diadem" |