Files
CHOMPStation2/code/modules/spells/aoe_turf/summons.dm
CHOMPStation2StaffMirrorBot 65f21fb1d3 [MIRROR] end of file Fix (#10355)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2025-03-11 17:58:14 +01:00

42 lines
1016 B
Plaintext

/spell/aoe_turf/conjure/summonEdSwarm //test purposes
name = "Dispense Wizard Justice"
desc = "This spell dispenses wizard justice."
summon_type = list(/mob/living/bot/secbot/ed209)
summon_amt = 10
range = 3
newVars = list("emagged" = 1,"name" = "Wizard's Justicebot")
hud_state = "wiz_ed"
/spell/aoe_turf/conjure/carp
name = "Summon Carp"
desc = "This spell conjures a simple carp."
school = "conjuration"
charge_max = 1200
spell_flags = NEEDSCLOTHES
invocation = "NOUK FHUNMM SACP RISSKA"
invocation_type = SpI_SHOUT
range = 1
summon_type = list(/mob/living/simple_mob/animal/space/carp)
hud_state = "wiz_carp"
/spell/aoe_turf/conjure/creature
name = "Summon Creature Swarm"
desc = "This spell tears the fabric of reality, allowing horrific daemons to spill forth"
school = "conjuration"
charge_max = 1200
spell_flags = 0
invocation = "IA IA"
invocation_type = SpI_SHOUT
summon_amt = 10
range = 3
summon_type = list(/mob/living/simple_mob/creature)
hud_state = "wiz_creature"