Extending Wizard Spell Slots (#4295)

-Extended Druid, Cleric, Battlemage, Standard, and Nerco Spell Slot Count
-Gave battlemage blink so the poor guy has some way to get around.
This commit is contained in:
Butterrobber202
2018-02-21 14:30:00 -06:00
committed by Werner
parent 8506fb41ea
commit 54c5a91a36
5 changed files with 43 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
title = "The Art of Magical Combat"
title_desc = "Buy spells using your available spell slots. Artefacts may also be bought however their cost is permanent."
book_flags = CAN_MAKE_CONTRACTS
max_uses = 5
max_uses = 8
spells = list(/spell/targeted/projectile/dumbfire/passage = 1,
/spell/targeted/equip_item/shield = 1,
@@ -30,5 +30,6 @@
/obj/item/weapon/storage/belt/wands/full = 2,
/obj/item/weapon/melee/energy/wizard = 2,
/obj/item/weapon/monster_manual = 2,
/obj/item/weapon/contract/apprentice = 1
/obj/item/weapon/contract/apprentice = 1,
/spell/aoe_turf/blink = 1
)

View File

@@ -9,7 +9,7 @@
title = "Cleric's Tome of Healing"
title_desc = "Buy spells using your available spell slots. Artefacts may also be bought however their cost is permanent."
book_flags = CAN_MAKE_CONTRACTS
max_uses = 6
max_uses = 8
spells = list(/spell/targeted/heal_target = 1,
/spell/targeted/heal_target/major = 1,

View File

@@ -9,7 +9,7 @@
title = "Druidic Guide on how to be smug about nature"
title_desc = "Buy spells using your available spell slots. Artefacts may also be bought however their cost is permanent."
book_flags = CAN_MAKE_CONTRACTS
max_uses = 5
max_uses = 8
spells = list(/spell/targeted/heal_target = 1,
/spell/targeted/heal_target/sacrifice = 1,

View File

@@ -8,7 +8,7 @@
title_desc = "Buy spells using your available spell slots. Artefacts may also be bought however their cost is permanent."
book_desc = "A general wizard's spellbook. All its spells are easy to use but hard to master."
book_flags = CAN_MAKE_CONTRACTS
max_uses = 5
max_uses = 8
spells = list(/spell/targeted/projectile/magic_missile = 1,
/spell/targeted/projectile/dumbfire/fireball = 1,