Lowers the in-repo threat cost of heretics + also their requirements (#69216)

* lowers the threat cost / pop of heretics

* Adjusts heretic smuggler too
This commit is contained in:
MrMelbert
2022-08-16 13:22:11 -04:00
committed by GitHub
parent 18f8819c36
commit cdadbcbc5a
2 changed files with 4 additions and 4 deletions
@@ -196,8 +196,8 @@
)
required_candidates = 1
weight = 4
cost = 7
requirements = list(101,101,101,10,10,10,10,10,10,10)
cost = 6
requirements = list(101,101,50,10,10,10,10,10,10,10)
repeatable = TRUE
/datum/dynamic_ruleset/latejoin/heretic_smuggler/execute()
@@ -221,9 +221,9 @@
)
required_candidates = 1
weight = 3
cost = 15
cost = 10
scaling_cost = 9
requirements = list(101,101,101,40,35,20,20,15,10,10)
requirements = list(101,101,60,30,30,25,20,15,10,10)
antag_cap = list("denominator" = 24)