summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-31 14:14:49 -0400
committerDavid Gay <david@davidgay.org>2021-05-31 14:14:49 -0400
commit6139a4aea628f362cf49bd5b15df9d19addcc01a (patch)
treefbf366fba37ec46d7408a56398b83f8886743782 /data
parent3a6ae0cdf991bba01dee8840b349a299038f58fc (diff)
Add "Hopegraves" beastslay location, with new monsters and items
Diffstat (limited to 'data')
-rw-r--r--data/activities.yml26
-rw-r--r--data/items.yml18
-rw-r--r--data/monsters.yml66
3 files changed, 108 insertions, 2 deletions
diff --git a/data/activities.yml b/data/activities.yml
index 6a3e7c8..053dbe0 100644
--- a/data/activities.yml
+++ b/data/activities.yml
@@ -1094,8 +1094,8 @@ planequarry_brine_trench:
- gid: "planequarry"
value: 35
beastslay_killing_fields:
- name: "Hunt The Killing Fields"
- description: "Hunt monsters in The Killing Fields."
+ name: "Slay in the the Killing Fields"
+ description: "Hunt monsters in the Killing Fields."
location: "floret_region"
whatnot:
duration:
@@ -1117,6 +1117,28 @@ beastslay_killing_fields:
score: 0.70
- gid: "lesser_trodgeathomp"
score: 0.98
+beastslay_hopegraves:
+ name: "Slay in the Hopegraves"
+ description: "Hunt monsters in the Hopegraves."
+ location: "floret_region"
+ whatnot:
+ duration:
+ base: 70
+ minimum: 35
+ scaling:
+ - type: "skill"
+ gid: "beastslay"
+ scale_value: 1
+ results:
+ - type: "monster"
+ chance: 1
+ table:
+ - gid: "grinpad"
+ score: 0
+ - gid: "bollyrot"
+ score: 0.45
+ - gid: "crypt_writhe"
+ score: 0.96
wealdreap_twil_woods:
name: "Reap Twil Woods"
description: "Wealdreap within Twil Woods."
diff --git a/data/items.yml b/data/items.yml
index 394e97c..137e2b8 100644
--- a/data/items.yml
+++ b/data/items.yml
@@ -327,6 +327,18 @@ lesser_trodgeathomp_trophy:
whatnot:
equip_slots:
- "curio"
+bollyrot_trophy:
+ name: "bollyrot trophy"
+ description: "A trophy from a bollyrot."
+ whatnot:
+ equip_slots:
+ - "curio"
+crypt_writhe_trophy:
+ name: "crypt writhe trophy"
+ description: "A trophy from a crypt writhe."
+ whatnot:
+ equip_slots:
+ - "curio"
slate_ring:
name: "slate ring"
description: "A brittle ring made of slate. It's flat, inside and out."
@@ -517,3 +529,9 @@ salt:
seas_tear:
name: "sea's tear"
description: "A dense crystal, similar in appearance to salt."
+bollyrot_acerbic:
+ name: "bollyrot acerbic"
+ description: "Acid from the internals of a bollyrot."
+black_gizzard:
+ name: "black gizzard"
+ description: "An organ from a crypt writhe."
diff --git a/data/monsters.yml b/data/monsters.yml
index 393bb93..9b552ee 100644
--- a/data/monsters.yml
+++ b/data/monsters.yml
@@ -143,3 +143,69 @@ lesser_trodgeathomp:
- type: "item"
chance: 0.001
gid: "lesser_trodgeathomp_trophy"
+bollyrot:
+ name: "bollyrot"
+ description: >-
+ A lanky, decaying figure that shambles along on two frog legs. It drags its arms along the ground, each a couple
+ feet longer than its body. As it gets close, you can hear terrible liquids bubble and hiss within its bloated
+ stomach. Some spray forth from its mouth with every step.
+ whatnot:
+ max_hp:
+ base: 19
+ speed:
+ base: 4
+ accuracy:
+ base: 6
+ power:
+ base: 5
+ evasion:
+ base: 4
+ block:
+ base: 3
+ block_value:
+ base: 2
+ awards:
+ - type: "xp"
+ skill: "beastslay"
+ base: 18
+ - type: "item"
+ chance: 1
+ table:
+ - gid: "bollyrot_acerbic"
+ score: 0.4
+ - gid: "vestige"
+ score: 0.8
+ max_quantity: 8
+ - type: "item"
+ chance: 0.001
+ gid: "bollyrot_trophy"
+crypt_writhe:
+ name: "crypt writhe"
+ description: >-
+ An enormous white worm, eight feet long. It is born in burial sites, and feeds on rot. It enthusiastically
+ slaughters the living, plants them in the earth, and then harvests them when the time is right.
+ whatnot:
+ max_hp:
+ base: 22
+ speed:
+ base: 6
+ accuracy:
+ base: 8
+ power:
+ base: 10
+ evasion:
+ base: 2
+ block:
+ base: 4
+ block_value:
+ base: 3
+ awards:
+ - type: "xp"
+ skill: "beastslay"
+ base: 22
+ - type: "item"
+ chance: 0.05
+ gid: "black_gizzard"
+ - type: "item"
+ chance: 0.001
+ gid: "crypt_writhe_trophy"