Files
Bubberstation/code/modules/events/wizard/magicarp.dm
SkyratBot 26f7c10ecb [MIRROR] Refactors admin event setup (again) [MDB IGNORE] (#19728)
* Refactors admin event setup (again)

* Update pirate_event.dm

---------

Co-authored-by: NamelessFairy <40036527+NamelessFairy@users.noreply.github.com>
Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
2023-03-10 06:48:54 +00:00

16 lines
566 B
Plaintext

/datum/round_event_control/wizard/magicarp //these fish is loaded
name = "Magicarp"
weight = 1
typepath = /datum/round_event/carp_migration/wizard
max_occurrences = 1
earliest_start = 0 MINUTES
description = "Summons a school of carps with magic projectiles."
min_wizard_trigger_potency = 4
max_wizard_trigger_potency = 6
admin_setup = list(/datum/event_admin_setup/carp_migration)
/datum/round_event/carp_migration/wizard
carp_type = /mob/living/basic/carp/magic
boss_type = /mob/living/basic/carp/magic/chaos
fluff_signal = "Unknown magical entities"