mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Atmospheric machines max power rating buff (#15229)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user