Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Based resources more on the command capusle
  • Loading branch information
N3h3miah committed Feb 25, 2015
1 parent 6153b9e commit 20887d8
Showing 1 changed file with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ MODULE
RESOURCE
{
name = ElectricCharge
amount = 100
maxAmount = 100
}

RESOURCE
{
name = MonoPropellant
amount = 30
maxAmount = 30
}
Expand All @@ -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
}
}

Expand Down

0 comments on commit 20887d8

Please sign in to comment.