Buffs a few spells (#23036)

* Buffs a few spells

* Keeps Lesser Magic Missile the same

* Update code/game/gamemodes/wizard/spellbook.dm

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>

* no more doorpass

* mindswap changes reverted

---------

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
PopeDaveThe3th
2023-12-06 15:26:38 +00:00
committed by GitHub
co-authored by DGamerL
parent 2380faf3ed
commit 05cf837409
4 changed files with 6 additions and 3 deletions
+1
View File
@@ -143,6 +143,7 @@
invocation_type = "none"
holy_area_cancast = FALSE //Stops cult magic from working on holy ground eg: chapel
proj_lifespan = 10
proj_step_delay = 5
proj_type = "/obj/effect/proc_holder/spell/inflict_handler/magic_missile/lesser"
/obj/effect/proc_holder/spell/projectile/magic_missile/lesser/create_new_targeting()
+3 -3
View File
@@ -15,7 +15,7 @@
proj_type = "/obj/effect/proc_holder/spell/inflict_handler/magic_missile"
proj_lifespan = 20
proj_step_delay = 5
proj_step_delay = 2
proj_trail = 1
proj_trail_lifespan = 5
@@ -283,12 +283,12 @@
desc = "This spell temporarily blinds a single person and does not require wizard garb."
school = "transmutation"
base_cooldown = 300
base_cooldown = 10 SECONDS
clothes_req = FALSE
invocation = "STI KALY"
invocation_type = "whisper"
message = "<span class='notice'>Your eyes cry out in pain!</span>"
cooldown_min = 50 //12 deciseconds reduction per rank
cooldown_min = 2 SECONDS
starting_spells = list("/obj/effect/proc_holder/spell/inflict_handler/blind","/obj/effect/proc_holder/spell/genetic/blind")