mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 17:11:22 +00:00
-Extended Druid, Cleric, Battlemage, Standard, and Nerco Spell Slot Count -Gave battlemage blink so the poor guy has some way to get around.
35 lines
1.5 KiB
Plaintext
35 lines
1.5 KiB
Plaintext
/obj/item/weapon/spellbook/standard
|
|
spellbook_type = /datum/spellbook/standard
|
|
|
|
/datum/spellbook/standard
|
|
name = "\improper standard spellbook"
|
|
feedback = "SB"
|
|
title = "Book of Spells and Artefacts"
|
|
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 = 8
|
|
|
|
spells = list(/spell/targeted/projectile/magic_missile = 1,
|
|
/spell/targeted/projectile/dumbfire/fireball = 1,
|
|
/spell/aoe_turf/disable_tech = 1,
|
|
/spell/aoe_turf/smoke = 1,
|
|
/spell/targeted/genetic/blind = 1,
|
|
/spell/targeted/subjugation = 1,
|
|
/spell/aoe_turf/conjure/forcewall = 1,
|
|
/spell/aoe_turf/blink = 1,
|
|
/spell/area_teleport = 1,
|
|
/spell/targeted/genetic/mutate = 1,
|
|
/spell/targeted/ethereal_jaunt = 1,
|
|
/spell/aoe_turf/knock = 1,
|
|
/spell/noclothes = 2,
|
|
/obj/item/weapon/gun/energy/staff = 1,
|
|
/obj/item/weapon/gun/energy/staff/focus = 1,
|
|
/obj/structure/closet/wizard/souls = 1,
|
|
/obj/structure/closet/wizard/armor = 1,
|
|
/obj/item/weapon/gun/energy/staff/animate = 1,
|
|
/obj/structure/closet/wizard/scrying = 1,
|
|
/obj/item/weapon/monster_manual = 2,
|
|
/obj/item/weapon/contract/apprentice = 1
|
|
)
|