mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 10:02:28 +00:00
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:
@@ -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
|
||||
)
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user