summaryrefslogtreecommitdiff
path: root/data/monsters.yml
diff options
context:
space:
mode:
Diffstat (limited to 'data/monsters.yml')
-rw-r--r--data/monsters.yml66
1 files changed, 66 insertions, 0 deletions
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"