mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 16:42:13 +00:00
Ports the newest bay wizard version, with some additions and changes. General changes: -ported the newest bay wizard -wizards can select some school of magic, which also changes their spell selection as whole. -added several new spells, like raise dead, contracts that bind the person with the wizard, and more. -added wands, limited sources of certain types of effects/spell, also with their own bad effects for non wizards -changed the wizard checks to a faction check instead of a mind check -fixed wizards without certain slots due to race being fucked over due to it -added new artifacts -balanced some spells like the emp -added a lot of new sounds to spell, mostly from tg -remove horse mask from spell selection, also, you can melt the mask with acid now -wizard's spell are now displayed at round end like traitors and what they did buy -also fixes vaurca, and vox, antags spawning without a mask by default
21 lines
555 B
Plaintext
21 lines
555 B
Plaintext
/spell/targeted/equip_item/seed
|
|
name = "Summon Seed"
|
|
desc = "This spell summons a random seed into the hand of the wizard."
|
|
feedback = "SE"
|
|
delete_old = 0
|
|
|
|
spell_flags = INCLUDEUSER | NEEDSCLOTHES
|
|
invocation_type = SpI_WHISPER
|
|
invocation = "Ria'li akta"
|
|
|
|
equipped_summons = list("active hand" = /obj/item/seeds/random)
|
|
compatible_mobs = list(/mob/living/carbon/human)
|
|
|
|
charge_max = 600 //1 minute
|
|
cooldown_min = 200 //20 seconds
|
|
level_max = list(Sp_TOTAL = 3, Sp_SPEED = 3, Sp_POWER = 0)
|
|
|
|
range = -1
|
|
max_targets = 1
|
|
|
|
hud_state = "wiz_seed" |