mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 09:02:27 +00:00
-removes the jaunt spell from the wizard corrupt form -increases the price of raise dead to two points -adds a new wizards spell; flesh to stone, that traps your target in a statue for some time -added a chance of creating a central command report everytime the lich is send back to his heart, telling the possible location of the heart
32 lines
1.3 KiB
Plaintext
32 lines
1.3 KiB
Plaintext
/obj/item/weapon/spellbook/necromancer
|
|
spellbook_type = /datum/spellbook/necromancer
|
|
|
|
|
|
/datum/spellbook/necromancer
|
|
name = "\improper necromancer's grimoire"
|
|
feedback = "NG"
|
|
desc = "A grimoire full of spells dealing with the death and the afterlife."
|
|
book_desc = "A spellbook full of dark magic dealing mostly with the afterlife."
|
|
title = "The Art of Necromancy"
|
|
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
|
|
|
|
spells = list(/spell/targeted/projectile/dumbfire/fireball = 1,
|
|
/spell/targeted/torment = 1,
|
|
/spell/mark_recall = 1,
|
|
/spell/targeted/subjugation = 1,
|
|
/spell/targeted/lichdom = 2,
|
|
/spell/aoe_turf/conjure/mirage = 1,
|
|
/spell/aoe_turf/conjure/summon/bats = 1,
|
|
/spell/targeted/shapeshift/corrupt_form = 1,
|
|
/spell/targeted/life_steal = 1,
|
|
/spell/targeted/raise_dead = 2,
|
|
/spell/shadow_shroud = 1,
|
|
/spell/noclothes = 1,
|
|
/obj/structure/closet/wizard/armor = 1,
|
|
/obj/structure/closet/wizard/scrying = 2,
|
|
/obj/structure/closet/wizard/souls = 1,
|
|
/obj/item/weapon/contract/apprentice = 1
|
|
)
|