diff options
author | David Gay <david@davidgay.org> | 2021-06-06 19:06:46 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-06-06 19:06:46 -0400 |
commit | e37402ff309311a14d7dd666d0d8b29517504017 (patch) | |
tree | 3d6604805e9004bc0c37130f451376e79a68c989 /data | |
parent | 3622126380278d9bed8ea0e1e05a0bd1ea040596 (diff) |
Leviathans
Diffstat (limited to 'data')
-rw-r--r-- | data/activities.yml | 18 | ||||
-rw-r--r-- | data/items.yml | 6 | ||||
-rw-r--r-- | data/monsters.yml | 43 |
3 files changed, 67 insertions, 0 deletions
diff --git a/data/activities.yml b/data/activities.yml index 9e1fb8c..1ab47e3 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -2453,3 +2453,21 @@ craft_midoras_mudtub_mash: xp: - gid: "spicework" value: 10 +beastslay_leviathan_floret_region: + name: "Hunt a Leviathan in the Floret Region" + description: "You are hunting down a leviathan ravaging the Floret Region." + whatnot: + duration: + base: 80 + minimum: 40 + scaling: + - type: "skill" + gid: "beastslay" + scale_value: 1 + - type: "stat" + gid: "beastslay_speed" + scale_value: 1 + results: + - type: "monster_spawn" + location: "floret_region" + chance: 1 diff --git a/data/items.yml b/data/items.yml index dcfe80a..255bd1c 100644 --- a/data/items.yml +++ b/data/items.yml @@ -1010,3 +1010,9 @@ onus_of_vision: - type: "stat_change" gid: "speed" modifier: -2 +balgoloth_skull: + name: "balgoloth skull" + description: "The enormous skull of a balgoloth. About as big as your entire upper body." + whatnot: + tags: + - "material" diff --git a/data/monsters.yml b/data/monsters.yml index 8185c59..59024d6 100644 --- a/data/monsters.yml +++ b/data/monsters.yml @@ -267,3 +267,46 @@ crypt_writhe: - type: "item" chance: 0.001 gid: "crypt_writhe_trophy" +balgoloth: + name: "balgoloth" + description: >- + A fur-covered, bipedal creature standing at least twenty feet tall. It strides across the lands with great + sloth, brandishing thick, foot-long claws. It can smell thoughts from miles away, and the inner machinations of + anything smarter than a grinpad enrages it. It only returns to calm once the thoughts have been silenced. + whatnot: + tags: + - "leviathan" + max_hp: + base: 250 + speed: + base: 20 + accuracy: + base: 25 + power: + base: 40 + evasion: + base: 12 + resistances: + - gid: "physical" + base: 40 + - gid: "energy" + base: 20 + - gid: "fire" + base: -20 + hit_effects: + - type: "damage" + gid: "bash" + min: 20 + max: 40 + awards: + - type: "xp" + gid: "beastslay" + base: 100 + - type: "item" + chance: 1 + gid: "balgoloth_skull" + - type: "item" + chance: 1 + gid: "vestige" + min_quantity: 250 + max_quantity: 500 |