diff options
author | David Gay <david@davidgay.org> | 2021-05-23 19:15:13 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-23 19:15:13 -0400 |
commit | 8bfc5c129b8eca0de7b65f192478e52462f8571f (patch) | |
tree | f91c7d4e0cfbe02a44b78b05f8f1fd78b57573e9 | |
parent | 61f5f280880c4d6dfb6d296c3bbbf6bc4022480b (diff) |
Adjust stalk beast stats, and add lesser trodgeathomp to killing fields
-rw-r--r-- | data/activities.yml | 4 | ||||
-rw-r--r-- | data/monsters.yml | 28 |
2 files changed, 29 insertions, 3 deletions
diff --git a/data/activities.yml b/data/activities.yml index 4975cf9..178f753 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -171,4 +171,6 @@ hunt_killing_fields: - gid: "pit_leech" score: 0 - gid: "stalk_beast" - score: 0.70 + score: 0.50 + - gid: "lesser_trodgeathomp" + score: 0.95 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 |