From 6139a4aea628f362cf49bd5b15df9d19addcc01a Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 31 May 2021 14:14:49 -0400 Subject: Add "Hopegraves" beastslay location, with new monsters and items --- CHANGELOG.md | 3 +++ data/activities.yml | 26 +++++++++++++++++++-- data/items.yml | 18 +++++++++++++++ data/monsters.yml | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 111 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dee66a7..134663c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. ## [Unreleased] ### Added +- New beastslay activity: the Hopegraves +- New monsters: bollyrot, crypt writhe +- New items: bollyrot acerbic, black gizzard, bollyrot trophy, crypt writhe trophy - Players can now update their email, change their password, or delete their account via a "Manage account" link, temporarily located on their Character page. diff --git a/data/activities.yml b/data/activities.yml index 6a3e7c8..053dbe0 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -1094,8 +1094,8 @@ planequarry_brine_trench: - gid: "planequarry" value: 35 beastslay_killing_fields: - name: "Hunt The Killing Fields" - description: "Hunt monsters in The Killing Fields." + name: "Slay in the the Killing Fields" + description: "Hunt monsters in the Killing Fields." location: "floret_region" whatnot: duration: @@ -1117,6 +1117,28 @@ beastslay_killing_fields: score: 0.70 - gid: "lesser_trodgeathomp" score: 0.98 +beastslay_hopegraves: + name: "Slay in the Hopegraves" + description: "Hunt monsters in the Hopegraves." + location: "floret_region" + whatnot: + duration: + base: 70 + minimum: 35 + scaling: + - type: "skill" + gid: "beastslay" + scale_value: 1 + results: + - type: "monster" + chance: 1 + table: + - gid: "grinpad" + score: 0 + - gid: "bollyrot" + score: 0.45 + - gid: "crypt_writhe" + score: 0.96 wealdreap_twil_woods: name: "Reap Twil Woods" description: "Wealdreap within Twil Woods." diff --git a/data/items.yml b/data/items.yml index 394e97c..137e2b8 100644 --- a/data/items.yml +++ b/data/items.yml @@ -327,6 +327,18 @@ lesser_trodgeathomp_trophy: whatnot: equip_slots: - "curio" +bollyrot_trophy: + name: "bollyrot trophy" + description: "A trophy from a bollyrot." + whatnot: + equip_slots: + - "curio" +crypt_writhe_trophy: + name: "crypt writhe trophy" + description: "A trophy from a crypt writhe." + whatnot: + equip_slots: + - "curio" slate_ring: name: "slate ring" description: "A brittle ring made of slate. It's flat, inside and out." @@ -517,3 +529,9 @@ salt: seas_tear: name: "sea's tear" description: "A dense crystal, similar in appearance to salt." +bollyrot_acerbic: + name: "bollyrot acerbic" + description: "Acid from the internals of a bollyrot." +black_gizzard: + name: "black gizzard" + description: "An organ from a crypt writhe." 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" -- cgit v1.2.3