From 20887d86f61fbb7713485ba4d112f6799fd10fd1 Mon Sep 17 00:00:00 2001 From: Emanuel Date: Wed, 25 Feb 2015 16:55:52 +0100 Subject: [PATCH] #111 Based resources more on the command capusle --- .../Parts/ExperimentContainer/esc3c.cfg | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/GameData/NehemiahInc/NE_Science_Common/Parts/ExperimentContainer/esc3c.cfg b/GameData/NehemiahInc/NE_Science_Common/Parts/ExperimentContainer/esc3c.cfg index bbafc84..cb16b8b 100644 --- a/GameData/NehemiahInc/NE_Science_Common/Parts/ExperimentContainer/esc3c.cfg +++ b/GameData/NehemiahInc/NE_Science_Common/Parts/ExperimentContainer/esc3c.cfg @@ -64,6 +64,13 @@ MODULE RESOURCE { name = ElectricCharge + amount = 100 + maxAmount = 100 +} + +RESOURCE +{ + name = MonoPropellant amount = 30 maxAmount = 30 } @@ -72,14 +79,14 @@ MODULE { name = ModuleReactionWheel - PitchTorque = 1.5 - YawTorque = 1.5 - RollTorque = 1.5 + PitchTorque = 10 + YawTorque = 10 + RollTorque = 10 RESOURCE { name = ElectricCharge - rate = 0.15 + rate = 0.95 } }