More Wizard Fixes (#5436)

-Changed the name of Subjugate to Mind Blast, and rewrote its description to actually explain what it does.
-Removed the annoying and unfun stuttering effect from Mind Blast, but upped the dizziness a little to compensate.
-Mind Bend now properly explains to the user that it is an actual mind control spell, and that they need to have a restrained target for it to work.
-Mind Bend is also now in the Necromancer, Battlemage, and Standard spellbooks.
-Mind Blast is now also in the Spacial spellbook.
-That awful spell that turns you into an easily killable parrot for a few seconds has been cut from the spellbooks entirely.
This commit is contained in:
Kaedwuff
2018-10-21 01:01:39 +03:00
committed by Erki
parent 408ff64a61
commit 69c02f70f2
9 changed files with 64 additions and 24 deletions
@@ -22,6 +22,7 @@
/spell/targeted/projectile/dumbfire/stuncuff = 2,
/spell/aoe_turf/conjure/mirage = 1,
/spell/targeted/shapeshift/corrupt_form = 1,
/spell/targeted/mindcontrol = 2,
/spell/targeted/flesh_to_stone = 1,
/spell/aoe_turf/conjure/golem = 1,
/spell/aoe_turf/blink = 1,
+2 -1
View File
@@ -5,7 +5,7 @@
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."
book_desc = "All about healing and control. 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
@@ -27,6 +27,7 @@
/spell/aoe_turf/conjure/grove/sanctuary = 1,
/spell/targeted/projectile/dumbfire/fireball = 2,
/spell/aoe_turf/conjure/forcewall = 1,
/spell/targeted/subjugation = 1,
/spell/targeted/mindcontrol = 2,
/obj/item/weapon/gun/energy/staff/focus = 2,
/obj/item/weapon/storage/belt/wands/full = 2,
-1
View File
@@ -24,7 +24,6 @@
/spell/targeted/flesh_to_stone = 1,
/spell/aoe_turf/conjure/grove/sanctuary = 1,
/spell/aoe_turf/knock = 1,
/spell/targeted/shapeshift/avian = 1,
/spell/targeted/shapeshift/baleful_polymorph = 1,
/spell/targeted/flesh_to_stone = 1,
/spell/aoe_turf/conjure/golem = 1,
+15 -15
View File
@@ -12,20 +12,20 @@
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,
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
/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
)
+1 -1
View File
@@ -17,9 +17,9 @@
/spell/targeted/projectile/dumbfire/passage = 1,
/spell/mark_recall = 1,
/spell/targeted/swap = 1,
/spell/targeted/shapeshift/avian = 1,
/spell/targeted/projectile/magic_missile = 2,
/spell/aoe_turf/conjure/forcewall = 1,
/spell/targeted/subjugation = 1,
/spell/aoe_turf/smoke = 1,
/spell/aoe_turf/conjure/summon/bats = 3,
/obj/item/weapon/contract/wizard/tk = 5,
@@ -16,6 +16,7 @@
/spell/aoe_turf/smoke = 1,
/spell/targeted/genetic/blind = 1,
/spell/targeted/subjugation = 1,
/spell/targeted/mindcontrol = 2,
/spell/aoe_turf/conjure/forcewall = 1,
/spell/aoe_turf/blink = 1,
/spell/area_teleport = 1,
+1 -1
View File
@@ -1,6 +1,6 @@
/spell/targeted/mindcontrol
name = "Mind Bend"
desc = "Bend the mind and soul of a mortal to serve your purposes."
desc = "Bend the mind and soul of a mortal to serve your purposes, making them your slave. You will need some way to hold them still during the process, however."
feedback = "MB"
school = "cleric"
charge_max = 10000
+4 -5
View File
@@ -1,19 +1,18 @@
/spell/targeted/subjugation
name = "Subjugation"
desc = "This spell temporarily subjugates a target's mind and does not require wizard garb."
name = "Mind Blast"
desc = "This spell blasts a target's mind with distruptive forces, severely disorienting them. It does not require wizard garb."
school = "transmutation"
charge_max = 250
spell_flags = 0
invocation = "DII ODA BAJI"
invocation_type = SpI_WHISPER
message = "<span class='danger'>You suddenly feel completely overwhelmed!</span>"
message = "<span class='danger'>You feel your mind burn, and your limbs feel unsteady as your vision wobbles severely.</span>"
max_targets = 1
amt_dizziness = 100
amt_dizziness = 150
amt_confused = 100
amt_stuttering = 100
compatible_mobs = list(/mob/living/carbon/human)