Files
Aurora.3/code/modules/spells/spellbook/cleric.dm
Butterrobber202 54c5a91a36 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.
2018-02-21 21:30:00 +01:00

35 lines
1.5 KiB
Plaintext

/obj/item/weapon/spellbook/cleric
spellbook_type = /datum/spellbook/cleric
/datum/spellbook/cleric
name = "\improper cleric's tome"
feedback = "CR"
desc = "For those who do not harm, or at least feel sorry about it."
book_desc = "All about healing. Mobility and offense comes at a higher price but not impossible."
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 = 8
spells = list(/spell/targeted/heal_target = 1,
/spell/targeted/heal_target/major = 1,
/spell/targeted/heal_target/area = 1,
/spell/targeted/heal_target/sacrifice = 1,
/spell/targeted/resurrection = 2,
/spell/targeted/mend = 1,
/spell/targeted/genetic/blind = 1,
/spell/targeted/shapeshift/baleful_polymorph = 1,
/spell/targeted/flesh_to_stone = 1,
/spell/targeted/projectile/dumbfire/stuncuff = 1,
/spell/targeted/ethereal_jaunt = 2,
/spell/aoe_turf/knock = 1,
/spell/targeted/equip_item/holy_relic = 1,
/spell/aoe_turf/conjure/grove/sanctuary = 1,
/spell/targeted/projectile/dumbfire/fireball = 2,
/spell/aoe_turf/conjure/forcewall = 1,
/spell/targeted/mindcontrol = 2,
/obj/item/weapon/gun/energy/staff/focus = 2,
/obj/item/weapon/storage/belt/wands/full = 2,
/obj/item/weapon/contract/apprentice = 1
)