Adjusts SM charging and output

This commit is contained in:
mwerezak
2014-08-22 21:43:03 -04:00
parent 88a2c21764
commit 025838532a
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:33 //This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:33
#define EMITTER_DAMAGE_POWER_TRANSFER 350 //used to transfer power to containment field generators #define EMITTER_DAMAGE_POWER_TRANSFER 400 //used to transfer power to containment field generators
/obj/machinery/power/emitter /obj/machinery/power/emitter
name = "Emitter" name = "Emitter"

View File

@@ -6,9 +6,9 @@
#define REACTION_POWER_MODIFIER 1.1 //Higher == more overall power #define REACTION_POWER_MODIFIER 1.1 //Higher == more overall power
//Controls how much power is produced by each collector in range - this is the main parameter for tweaking SM balance, as it basically controls how the power variable relates to the rest of the game. //Controls how much power is produced by each collector in range - this is the main parameter for tweaking SM balance, as it basically controls how the power variable relates to the rest of the game.
#define POWER_FACTOR 0.35 //Obtained from testing. Aiming to make the ideal running output (600 kW) run the SM to ~85% of the safety level. #define POWER_FACTOR 0.5 //Obtained from testing. Aiming to make the ideal running output (400 kW) run the SM to ~85% of the safety level.
#define CHARGING_FACTOR 0.55 #define CHARGING_FACTOR 0.11
#define DAMAGE_RATE_LIMIT 5 //damage rate cap at power = 900, scales linearly with power #define DAMAGE_RATE_LIMIT 5 //damage rate cap at power = 900, scales linearly with power