mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-24 00:21:52 +00:00
* 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>
16 lines
566 B
Plaintext
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"
|