mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Overloader balance tweaks (#19966)
Halves the price of overloaders from 200 to 100. Free IPCs are an economically disadvantaged group so something aimed at them probably shouldn't be so expensive. Triples the amount of time overloaders last. 30 seconds was too short a time for meaningful roleplay to occur, especially given how much they cost.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
contained_sprite = TRUE
|
||||
var/uses = 2
|
||||
var/effect_time = 30 SECONDS
|
||||
var/effect_time = 90 SECONDS
|
||||
var/effects = 4
|
||||
|
||||
var/static/list/step_up_effects = list(
|
||||
|
||||
Reference in New Issue
Block a user