diff options
Diffstat (limited to 'data/monsters.yml')
-rw-r--r-- | data/monsters.yml | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/data/monsters.yml b/data/monsters.yml index 631c83c..aa7afda 100644 --- a/data/monsters.yml +++ b/data/monsters.yml @@ -29,13 +29,13 @@ stalk_beast: are the heralds of things to come. whatnot: max_hp: - base: 9 + base: 12 speed: base: 3 accuracy: base: 2 power: - base: 1 + base: 2 evasion: base: 2 block: @@ -46,3 +46,27 @@ stalk_beast: - type: "xp" skill: "beastslay" base: 9 +lesser_trodgeathomp: + name: "lesser trodgeathomp" + description: >- + Its body is almost entirely composed of four legs, thick as tree trunks. They meet at the top, where a faint yellow + dot of light shines dimly from a wide, horizontal slit. The dot of light follows your movements calmly. + whatnot: + max_hp: + base: 24 + speed: + base: 2 + accuracy: + base: 5 + power: + base: 10 + evasion: + base: 5 + block: + base: 10 + block_value: + base: 3 + awards: + - type: "xp" + skill: "beastslay" + base: 24 |