summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/activities.yml16
-rw-r--r--data/items.yml8
2 files changed, 14 insertions, 10 deletions
diff --git a/data/activities.yml b/data/activities.yml
index 66b7765..3202e7f 100644
--- a/data/activities.yml
+++ b/data/activities.yml
@@ -2904,9 +2904,9 @@ havencast_dazzle:
- type: "xp"
gid: "havencast"
base: 5
-havencast_decipher_magicscript:
- name: "Cast Decipher Magicscript"
- description: "Cast the Decipher Magicscript cantrip."
+havencast_decipher_simple_magicscript:
+ name: "Cast Decipher Simple Magicscript"
+ description: "Cast the Decipher Simple Magicscript cantrip."
whatnot:
tags:
- "spell"
@@ -2927,13 +2927,17 @@ havencast_decipher_magicscript:
value: 1
cost:
- type: "item"
- gid: "spellpage"
+ gid: "simple_spellpage"
quantity: 1
results:
- type: "xp"
gid: "havencast"
- base: 7
- - type: "decipher_magicscript"
+ base: 10
+ - type: "activity"
+ chance: 1
+ table:
+ - gid: "havencast_stinging_rays"
+ score: 0
havencast_enchant_apprentice_wand:
name: "Cast Enchant Apprentice Wand"
description: "Cast the Enchant Apprentice Wand spell."
diff --git a/data/items.yml b/data/items.yml
index b20ab34..a89591e 100644
--- a/data/items.yml
+++ b/data/items.yml
@@ -1134,9 +1134,9 @@ faint_mana:
- type: "stat_change"
gid: "mana"
modifier: 1
-spellpage:
- name: "spellpage"
- description: "A piece of parchment covered in magical script. Deciphering it can yield knowledge of a spell."
+simple_spellpage:
+ name: "simple spellpage"
+ description: "An old piece of parchment covered in magical script. Deciphering it can yield knowledge of a spell."
whatnot:
tags:
- - "materials"
+ - "material"