Skip to content

Commit

Permalink
Update to 1.4.
Browse files Browse the repository at this point in the history
Adjusted values for Vernier RCS module
  • Loading branch information
WarrenSchultz committed Nov 10, 2014
1 parent f0677da commit fb77423
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 20 deletions.
28 changes: 9 additions & 19 deletions GameData/MonkeyWrench/MonkeyWrench.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// MonkeyWrench
// v0.1.3
// v0.1.4
// Created by WarrenSchultz
// Creative Commons License
//
Expand Down Expand Up @@ -84,19 +84,19 @@ PART:NEEDS[B9_Aerospace] {

// --- editor parameters ---
TechRequired = largeControl
entryCost = 5000
cost = 1600
entryCost = 5500
cost = 1700
category = Control
subcategory = 0
title = Vernier RCS Thruster Block
manufacturer = In a shed next door to Tetragon Projects' labs
description = Based on Tetragon's top-end RCS package, this system is the result of some late nights off the books, and a bit of a lost or won bet, depending on your point of view.

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 0,1,0,0,0
attachRules = 0,1,0,1,0

// --- standard part parameters ---
mass = 0.32
mass = 0.5
dragModelType = default
maximum_drag = 0.001
minimum_drag = 0.001
Expand All @@ -112,33 +112,23 @@ PART:NEEDS[B9_Aerospace] {
name = ModuleRCSFX
thrusterTransformName = RCSthruster
thrusterPower = 12
enablePitch = True
enableYaw = True
enableRoll = True
enableX = True
enableY = True
enableZ = True
useThrottle = False
correctThrust = True
fullThrust = False
resourceName = LiquidFuel

PROPELLANT
{
name = LiquidFuel
ratio = 0.9
// DrawGauge = True
// resourceFlowMode = STAGE_PRIORITY_FLOW
DrawGauge = True
}
PROPELLANT
{
name = Oxidizer
ratio = 1.1
// resourceFlowMode = STAGE_PRIORITY_FLOW
}
atmosphereCurve
{
key = 0 260
key = 1 140
key = 0 250
key = 1 130
}
}

Expand Down
2 changes: 1 addition & 1 deletion GameData/MonkeyWrench/MonkeyWrench.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION":{
"MAJOR":0,
"MINOR":1,
"PATCH":3,
"PATCH":4,
"BUILD":0
},
"KSP_VERSION":{
Expand Down

0 comments on commit fb77423

Please sign in to comment.