-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Parts * Stage I * combine multiple versions into one
- Loading branch information
1 parent
133d798
commit 77ca588
Showing
16 changed files
with
667 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
168 changes: 168 additions & 0 deletions
168
GameData/AxialAerospace/Dreamer/Parts/drm-decoupler.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,168 @@ | ||
PART | ||
{ | ||
name = drm-decoup | ||
module = Part | ||
author= Art and zer0Kerbal | ||
|
||
MODEL | ||
{ | ||
model = AxialAerospace/Dreamer/Assets/drmdecoup | ||
} | ||
rescaleFactor = 1 | ||
bulkheadProfiles = size1 | ||
|
||
node_stack_top = 0.0, -0.734594, -0.327036, 0, 1, 0, 3 | ||
node_stack_bot = 0.0, -1.289812, 0.0, 0, -1, 0, 3 | ||
attachRules = 1,0,1,1,0 | ||
|
||
sound_vent_large = decouple | ||
fx_gasBurst_white = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, decouple | ||
|
||
TechRequired = aerodynamicSystems | ||
entryCost = 2200 | ||
cost = 300 | ||
category = Coupling | ||
subcategory = 0 | ||
|
||
title = Dreamer Stack Decoupler | ||
manufacturer = Axial Aerospace | ||
description = Thingy for splitting the thingy from the other thingies. | ||
tag = axial aerospace aa )dream dream decoupler stage | ||
|
||
mass = 0.05 | ||
|
||
dragModelType = default | ||
maximum_drag = 0.2 | ||
minimum_drag = 0.2 | ||
angularDrag = 2 | ||
|
||
|
||
crashTolerance = 6 | ||
breakingForce = 150 | ||
breakingTorque = 150 | ||
|
||
crashTolerance = 6 | ||
breakingForce = 150 | ||
breakingTorque = 150 | ||
maxTemp = 2000 | ||
|
||
fuelCrossFeed = False | ||
//stagingIcon = DECOUPLER_HOR | ||
stageOffset = 1 | ||
childStageOffset = 1 | ||
|
||
MODULE | ||
{ | ||
name = ModuleDecouple | ||
ejectionForce = 15 | ||
isOmniDecoupler = false | ||
explosiveNodeID = top | ||
} | ||
|
||
|
||
MODULE | ||
{ | ||
name = ModuleToggleCrossfeed | ||
crossfeedStatus = false | ||
toggleEditor = true | ||
toggleFlight = true | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleTestSubject | ||
useStaging = True | ||
useEvent = False | ||
situationMask = 127 | ||
CONSTRAINT | ||
{ | ||
type = REPEATABILITY | ||
value = ALWAYS | ||
prestige = Trivial | ||
} | ||
CONSTRAINT | ||
{ | ||
type = REPEATABILITY | ||
value = BODYANDSITUATION | ||
prestige = Significant | ||
} | ||
CONSTRAINT | ||
{ | ||
type = REPEATABILITY | ||
value = ONCEPERPART | ||
prestige = Exceptional | ||
} | ||
CONSTRAINT | ||
{ | ||
type = ALTITUDE | ||
test = GT | ||
value = 0 // this just registers altitude as something to care about | ||
situationMask = 8 | ||
} | ||
CONSTRAINT | ||
{ | ||
type = ALTITUDEENV | ||
test = GT | ||
value = 4000 | ||
prestige = Trivial | ||
} | ||
CONSTRAINT | ||
{ | ||
type = ALTITUDEENV | ||
test = LT | ||
value = 8000 | ||
prestige = Trivial | ||
} | ||
CONSTRAINT | ||
{ | ||
type = ALTITUDEENV | ||
test = GT | ||
value = 2000 | ||
prestige = Significant | ||
} | ||
CONSTRAINT | ||
{ | ||
type = ALTITUDEENV | ||
test = LT | ||
value = 4000 | ||
prestige = Significant | ||
} | ||
CONSTRAINT | ||
{ | ||
type = ALTITUDEENV | ||
test = GT | ||
value = 1000 | ||
prestige = Exceptional | ||
} | ||
CONSTRAINT | ||
{ | ||
type = ALTITUDEENV | ||
test = LT | ||
value = 2000 | ||
prestige = Exceptional | ||
} | ||
CONSTRAINT | ||
{ | ||
type = SPEED | ||
test = LT | ||
value = 2000 | ||
situationMask = 8 | ||
} | ||
CONSTRAINT | ||
{ | ||
type = ALTITUDE | ||
test = LT | ||
value = 300000 | ||
situationMask = 16 | ||
body = _NotSun | ||
} | ||
CONSTRAINT | ||
{ | ||
type = ALTITUDE | ||
test = LT | ||
value = 600000 | ||
situationMask = 32 | ||
body = _NotSun | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.