Atmospheric machines max power rating buff (#15229)

This commit is contained in:
Mykhailo Bykhovtsev
2022-12-07 11:54:19 +01:00
committed by GitHub
parent 9bc7490193
commit 372629de43
15 changed files with 321 additions and 192 deletions
@@ -22,7 +22,7 @@
use_power = POWER_USE_OFF
idle_power_usage = 150 //internal circuitry, friction losses and stuff
power_rating = 7500 //7500 W ~ 10 HP
power_rating = 30000 //30000 W ~ 40 HP
connect_types = CONNECT_TYPE_REGULAR|CONNECT_TYPE_SUPPLY|CONNECT_TYPE_SCRUBBER //connects to regular, supply and scrubbers pipes
@@ -26,7 +26,7 @@ Thus, the two variables affect pump operation are set in New():
use_power = POWER_USE_OFF
idle_power_usage = 150 //internal circuitry, friction losses and stuff
power_rating = 7500 //7500 W ~ 10 HP
power_rating = 30000 //30000 W ~ 40 HP
var/max_pressure_setting = ATMOS_PUMP_MAX_PRESSURE //kPa
@@ -6,7 +6,9 @@
name = "high power gas pump"
desc = "A pump. Has double the power rating of the standard gas pump."
power_rating = 15000 //15000 W ~ 20 HP
idle_power_usage = 450
power_rating = 45000 //45000 W ~ 60 HP
/obj/machinery/atmospherics/binary/pump/high_power/on
use_power = POWER_USE_IDLE