summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md13
-rw-r--r--data/activities.yml5
-rw-r--r--data/monsters.yml2
3 files changed, 16 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 203a738..7b8666b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,6 +28,11 @@ All notable changes to this project will be documented in this file.
slays the leviathan by dealing the final damage gets credit for the kill in their bestiary. The bestiary can be viewed
via a link on the Character view. (Hopefully) obviously, kills before this release were not counted.
+### Items
+- New items: apprentice wand, faint mana, minor mana, simple spellpage
+- Iron lockpicks now increase synthsever speed by 10 seconds
+- Axes, pickaxes, and spades skill speed increase numbers all adjusted to compensate for base timer reductions
+
### Activities
- Planequarry activities now require a pickaxe, wealdreap activities now require an axe, magiculture activities now
require a spade, and base timers and item speed bonuses have been adjusted appropriately
@@ -45,11 +50,11 @@ All notable changes to this project will be documented in this file.
- Havencast
- New cantrips: Light, Dazzle, Decipher Simple Magicscript, Enchant Apprentice Wand
- New spells: Stinging Rays, Flame Whirl
+- Wildscour
+ - Crumbling ruins now has a chance to drop a simple spellpage
-### Items
-- New items: apprentice wand, faint mana, minor mana, simple spellpage
-- Iron lockpicks now increase synthsever speed by 10 seconds
-- Axes, pickaxes, and spades skill speed increase numbers all adjusted to compensate for base timer reductions
+### Monsters
+- Grinpads now have a chance to drop a simple spellpage
### Hearth
- New amenity: binding array (level 1, level 2)
diff --git a/data/activities.yml b/data/activities.yml
index 4e18fbc..9a2b7fb 100644
--- a/data/activities.yml
+++ b/data/activities.yml
@@ -2559,6 +2559,11 @@ wildscour_crumbling_ruins:
xp:
- gid: "wildscour"
value: 4
+ - gid: "simple_spellpage"
+ score: 0.99
+ xp:
+ - gid: "wildscour"
+ value: 15
- gid: "disturbing_doodad"
score: 0.998
xp:
diff --git a/data/monsters.yml b/data/monsters.yml
index 26a6f90..4ce9434 100644
--- a/data/monsters.yml
+++ b/data/monsters.yml
@@ -119,6 +119,8 @@ grinpad:
- gid: "vestige"
score: 0.85
max_quantity: 10
+ - gid: "simple_spellpage"
+ score: 0.99
- gid: "rusted_lockbox"
score: 0.995
- gid: "warm_diadem"