mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Rebalance gas/ion thrusters
This commit is contained in:
@@ -68,12 +68,12 @@
|
|||||||
|
|
||||||
use_power = USE_POWER_OFF
|
use_power = USE_POWER_OFF
|
||||||
power_channel = EQUIP
|
power_channel = EQUIP
|
||||||
idle_power_usage = 21600 //6 Wh per tick for default 2 capacitor. Gives them a reason to turn it off, really to nerf backup battery
|
idle_power_usage = 1000
|
||||||
|
|
||||||
var/datum/ship_engine/gas_thruster/controller
|
var/datum/ship_engine/gas_thruster/controller
|
||||||
var/thrust_limit = 1 //Value between 1 and 0 to limit the resulting thrust
|
var/thrust_limit = 1 //Value between 1 and 0 to limit the resulting thrust
|
||||||
var/volume_per_burn = 15 //20 litres(with bin)
|
var/volume_per_burn = 15 //20 litres(with bin)
|
||||||
var/charge_per_burn = 36000 //10Wh for default 2 capacitor, chews through that battery power! Makes a trade off of fuel efficient vs energy efficient
|
var/charge_per_burn = 3600
|
||||||
var/boot_time = 35
|
var/boot_time = 35
|
||||||
var/next_on
|
var/next_on
|
||||||
var/blockage
|
var/blockage
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
var/datum/ship_engine/ion/controller
|
var/datum/ship_engine/ion/controller
|
||||||
var/thrust_limit = 1
|
var/thrust_limit = 1
|
||||||
var/on = 1
|
var/on = 1
|
||||||
var/burn_cost = 750
|
var/burn_cost = 7500
|
||||||
var/generated_thrust = 2.5
|
var/generated_thrust = 2.5
|
||||||
|
|
||||||
/obj/machinery/ion_engine/Initialize()
|
/obj/machinery/ion_engine/Initialize()
|
||||||
|
|||||||
Reference in New Issue
Block a user