WAITER, WAITER
MORE EVENT TWEAKS PLEASE!!
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
name = "Spawn Sentient Disease"
|
||||
typepath = /datum/round_event/ghost_role/sentient_disease
|
||||
weight = 7
|
||||
max_occurrences = 1
|
||||
max_occurrences = 0 //GS13 - removed midround pseudo-antags
|
||||
min_players = 5
|
||||
category = EVENT_CATEGORY_HEALTH
|
||||
description = "Spawns a sentient disease, who wants to infect as many people as possible."
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/datum/round_event_control/anomaly/anomaly_bluespace
|
||||
name = "Anomaly: Bluespace"
|
||||
typepath = /datum/round_event/anomaly/anomaly_bluespace
|
||||
|
||||
min_players = 12 //GS13 - higher pop = more likely to be solved instead of wrecking a whole dep
|
||||
max_occurrences = 1
|
||||
weight = 5
|
||||
description = "This anomaly randomly teleports all items and mobs in a large area."
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/datum/round_event_control/aurora_caelus
|
||||
name = "Aurora Caelus"
|
||||
typepath = /datum/round_event/aurora_caelus
|
||||
max_occurrences = 2
|
||||
max_occurrences = 4 //GS13 - pretty lights, why not
|
||||
weight = 4
|
||||
earliest_start = 20 MINUTES
|
||||
category = EVENT_CATEGORY_FRIENDLY
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/datum/round_event_control/high_priority_bounty
|
||||
name = "High Priority Bounty"
|
||||
typepath = /datum/round_event/high_priority_bounty
|
||||
max_occurrences = 5
|
||||
max_occurrences = 6 //GS13 - because why not
|
||||
weight = 20
|
||||
earliest_start = 10
|
||||
earliest_start = 10 MINUTES
|
||||
category = EVENT_CATEGORY_BUREAUCRATIC
|
||||
description = "Creates bounties that are three times original worth."
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
name = "Ion Storm"
|
||||
typepath = /datum/round_event/ion_storm
|
||||
weight = 15
|
||||
min_players = 2
|
||||
min_players = 5 //GS13 - increasing pop so it's more likely someone has a chance to fix the laws
|
||||
category = EVENT_CATEGORY_AI
|
||||
description = "Gives the AI a new, randomized law."
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
/datum/round_event_control/meteor_wave/major_dust
|
||||
name = "Major Space Dust"
|
||||
typepath = /datum/round_event/meteor_wave/major_dust
|
||||
min_players = 8 //GS13
|
||||
min_players = 10 //GS13 - do it when there's more people to fix it around
|
||||
max_occurrences = 2 //GS13 - limiting the amount of it
|
||||
weight = 8
|
||||
description = "The station is pelted by sand."
|
||||
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
typepath = /datum/round_event/meteor_wave/threatening
|
||||
weight = 5
|
||||
min_players = 20
|
||||
max_occurrences = 1
|
||||
max_occurrences = 0 //GS13 - too chaotic
|
||||
earliest_start = 45 MINUTES
|
||||
description = "A meteor wave with higher chance of big meteors."
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
typepath = /datum/round_event/meteor_wave/catastrophic
|
||||
weight = 7
|
||||
min_players = 25
|
||||
max_occurrences = 1
|
||||
max_occurrences = 0 //GS13 - too chaotic
|
||||
earliest_start = 55 MINUTES
|
||||
description = "A meteor wave that might summon a tunguska class meteor."
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name = "Untied Shoes"
|
||||
typepath = /datum/round_event/untied_shoes
|
||||
weight = 50
|
||||
max_occurrences = 0 //GS13 - tedious and lame
|
||||
max_occurrences = 0 //GS13 - tedious, doesn't always make sense
|
||||
alert_observers = FALSE
|
||||
category = EVENT_CATEGORY_HEALTH
|
||||
description = "Unties people's shoes, with a chance to knot them as well."
|
||||
|
||||
Reference in New Issue
Block a user