diff options
Diffstat (limited to 'data')
-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 |