Even more hideous logic

This commit is contained in:
Archie
2021-06-12 06:59:48 -03:00
parent 452256926c
commit da0016adaf
2 changed files with 87 additions and 44 deletions
@@ -147,6 +147,25 @@
occurances_max = 2
chaos_min = 1.5
//////////////////////////////////////////////
// //
// MIMICS //
// //
//////////////////////////////////////////////
/datum/dynamic_ruleset/event/mimics
name = "Mimic Infestation"
typepath = /datum/round_event/mimic_infestation
enemy_roles = list("AI","Security Officer","Head of Security","Captain")
required_enemies = list(3,2,2,2,2,1,1,1,0,0)
weight = 2
cost = 5
requirements = list(101,20,15,10,10,10,10,10,10,10)
high_population_requirement = 15
earliest_start = 30 MINUTES
occurances_max = 2
chaos_min = 1.5
//////////////////////////////////////////////
// //
// CLOGGED VENTS //