Difference between revisions of "Parts/Utility/parachuteMk12-R/parachuteMk12-R.cfg"
From Kerbal Space Program Wiki
m (*update to 1.0.4;) |
m (Update config) |
||
Line 8: | Line 8: | ||
rescaleFactor = 0.5 | rescaleFactor = 0.5 | ||
node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0 | node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0 | ||
+ | buoyancyUseCubeNamed = PACKED | ||
sound_parachute_open = activate | sound_parachute_open = activate | ||
− | TechRequired = | + | sound_parachute_single = deploy |
− | entryCost = | + | TechRequired = survivability |
− | cost = | + | entryCost = 600 |
+ | cost = 150 | ||
category = Utility | category = Utility | ||
subcategory = 0 | subcategory = 0 | ||
− | title = Mk12-R Radial-Mount Drogue Chute | + | title = #autoLOC_500924 //#autoLOC_500924 = Mk12-R Radial-Mount Drogue Chute |
− | description = The Mk12-R is a half sized radial mount version of the Mk25. This "Drogue" parachute is small, deploys high up, and certainly not enough to stop you smashing into the ground on its own, but useful for slowing craft down before the deployment of your main chutes. | + | description = #autoLOC_500925 //#autoLOC_500925 = The Mk12-R is a half sized radial mount version of the Mk25. This "Drogue" parachute is small, deploys high up, and certainly not enough to stop you smashing into the ground on its own, but useful for slowing craft down before the deployment of your main chutes. |
attachRules = 0,1,0,0,0 | attachRules = 0,1,0,0,0 | ||
mass = 0.075 | mass = 0.075 | ||
Line 27: | Line 29: | ||
bodyLiftMultiplier = 0 | bodyLiftMultiplier = 0 | ||
stageOffset = -1 | stageOffset = -1 | ||
+ | preferredStage = PARACHUTESTAGE | ||
bulkheadProfiles = srf | bulkheadProfiles = srf | ||
+ | tags = #autoLOC_500926 //#autoLOC_500926 = arrest canopy chute decel descen drag entry fall landing orange re- return safe slow stab | ||
MODULE | MODULE | ||
{ | { | ||
Line 45: | Line 49: | ||
deploymentSpeed = 0.16667 | deploymentSpeed = 0.16667 | ||
semiDeploymentSpeed = 0.5 | semiDeploymentSpeed = 0.5 | ||
− | chuteMaxTemp = | + | chuteMaxTemp = 1100 |
+ | machHeatMultBase = 0.5 | ||
chuteThermalMassPerArea = 0.08 | chuteThermalMassPerArea = 0.08 | ||
} | } | ||
Line 51: | Line 56: | ||
{ | { | ||
name = ModuleTestSubject | name = ModuleTestSubject | ||
− | |||
useStaging = True | useStaging = True | ||
useEvent = False | useEvent = False | ||
+ | situationMask = 8 | ||
+ | CONSTRAINT | ||
+ | { | ||
+ | type = ATMOSPHERE | ||
+ | value = True | ||
+ | } | ||
+ | CONSTRAINT | ||
+ | { | ||
+ | type = SPEEDENV | ||
+ | test = LT | ||
+ | value = 200 | ||
+ | prestige = Trivial | ||
+ | } | ||
+ | CONSTRAINT | ||
+ | { | ||
+ | type = SPEEDENV | ||
+ | test = GT | ||
+ | value = 100 | ||
+ | prestige = Trivial | ||
+ | } | ||
+ | CONSTRAINT | ||
+ | { | ||
+ | type = SPEEDENV | ||
+ | test = LT | ||
+ | value = 100 | ||
+ | prestige = Significant | ||
+ | } | ||
+ | CONSTRAINT | ||
+ | { | ||
+ | type = SPEEDENV | ||
+ | test = GT | ||
+ | value = 50 | ||
+ | prestige = Significant | ||
+ | } | ||
+ | CONSTRAINT | ||
+ | { | ||
+ | type = SPEEDENV | ||
+ | test = LT | ||
+ | value = 50 | ||
+ | prestige = Exceptional | ||
+ | } | ||
+ | CONSTRAINT | ||
+ | { | ||
+ | type = SPEEDENV | ||
+ | test = GT | ||
+ | value = 20 | ||
+ | prestige = Exceptional | ||
+ | } | ||
+ | CONSTRAINT | ||
+ | { | ||
+ | type = DENSITY | ||
+ | test = GT | ||
+ | value = 0.2 | ||
+ | prestige = Trivial | ||
+ | } | ||
+ | CONSTRAINT | ||
+ | { | ||
+ | type = DENSITY | ||
+ | test = GT | ||
+ | value = 0.1 | ||
+ | prestige = Significant | ||
+ | } | ||
+ | CONSTRAINT | ||
+ | { | ||
+ | type = DENSITY | ||
+ | test = GT | ||
+ | value = 0.02 | ||
+ | prestige = Exceptional | ||
+ | } | ||
+ | CONSTRAINT | ||
+ | { | ||
+ | type = ALTITUDE | ||
+ | test = GT | ||
+ | value = 1000 | ||
+ | } | ||
+ | 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 = 500 | ||
+ | body = _Home | ||
+ | } | ||
+ | CONSTRAINT | ||
+ | { | ||
+ | type = SPEED | ||
+ | test = LT | ||
+ | value = 1200 | ||
+ | body = _NotHome | ||
+ | } | ||
+ | CONSTRAINT | ||
+ | { | ||
+ | type = REPEATABILITY | ||
+ | value = ALWAYS | ||
+ | prestige = Trivial | ||
+ | } | ||
+ | CONSTRAINT | ||
+ | { | ||
+ | type = REPEATABILITY | ||
+ | value = BODYANDSITUATION | ||
+ | prestige = Significant | ||
+ | } | ||
+ | CONSTRAINT | ||
+ | { | ||
+ | type = REPEATABILITY | ||
+ | value = ONCEPERPART | ||
+ | prestige = Exceptional | ||
+ | } | ||
} | } | ||
MODULE | MODULE | ||
Line 66: | Line 219: | ||
dragCubeName = DEPLOYED | dragCubeName = DEPLOYED | ||
dragModifier = 8 | dragModifier = 8 | ||
+ | } | ||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | stackableQuantity = 4 | ||
+ | packedVolume = 12 | ||
} | } | ||
} | } | ||
− | |||
}} | }} |
Latest revision as of 07:44, 16 October 2024
PART { name = radialDrogue module = Part author = NovaSilisko mesh = model.mu scale = 1 rescaleFactor = 0.5 node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0 buoyancyUseCubeNamed = PACKED sound_parachute_open = activate sound_parachute_single = deploy TechRequired = survivability entryCost = 600 cost = 150 category = Utility subcategory = 0 title = #autoLOC_500924 //#autoLOC_500924 = Mk12-R Radial-Mount Drogue Chute description = #autoLOC_500925 //#autoLOC_500925 = The Mk12-R is a half sized radial mount version of the Mk25. This "Drogue" parachute is small, deploys high up, and certainly not enough to stop you smashing into the ground on its own, but useful for slowing craft down before the deployment of your main chutes. attachRules = 0,1,0,0,0 mass = 0.075 dragModelType = default angularDrag = 3 crashTolerance = 12 maxTemp = 2500 // = 3800 emissiveConstant = 0.7 breakingForce = 100 breakingTorque = 50 bodyLiftMultiplier = 0 stageOffset = -1 preferredStage = PARACHUTESTAGE bulkheadProfiles = srf tags = #autoLOC_500926 //#autoLOC_500926 = arrest canopy chute decel descen drag entry fall landing orange re- return safe slow stab MODULE { name = ModuleParachute invertCanopy = true autoCutSpeed = 0.5 capName = cap canopyName = canopy semiDeployedAnimation = semiDeployLarge fullyDeployedAnimation = fullyDeployLarge stowedDrag = 0.22 semiDeployedDrag = 2 fullyDeployedDrag = 100 minAirPressureToOpen = 0.02 clampMinAirPressure = 0.02 deployAltitude = 2500 deploymentSpeed = 0.16667 semiDeploymentSpeed = 0.5 chuteMaxTemp = 1100 machHeatMultBase = 0.5 chuteThermalMassPerArea = 0.08 } MODULE { name = ModuleTestSubject useStaging = True useEvent = False situationMask = 8 CONSTRAINT { type = ATMOSPHERE value = True } CONSTRAINT { type = SPEEDENV test = LT value = 200 prestige = Trivial } CONSTRAINT { type = SPEEDENV test = GT value = 100 prestige = Trivial } CONSTRAINT { type = SPEEDENV test = LT value = 100 prestige = Significant } CONSTRAINT { type = SPEEDENV test = GT value = 50 prestige = Significant } CONSTRAINT { type = SPEEDENV test = LT value = 50 prestige = Exceptional } CONSTRAINT { type = SPEEDENV test = GT value = 20 prestige = Exceptional } CONSTRAINT { type = DENSITY test = GT value = 0.2 prestige = Trivial } CONSTRAINT { type = DENSITY test = GT value = 0.1 prestige = Significant } CONSTRAINT { type = DENSITY test = GT value = 0.02 prestige = Exceptional } CONSTRAINT { type = ALTITUDE test = GT value = 1000 } 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 = 500 body = _Home } CONSTRAINT { type = SPEED test = LT value = 1200 body = _NotHome } CONSTRAINT { type = REPEATABILITY value = ALWAYS prestige = Trivial } CONSTRAINT { type = REPEATABILITY value = BODYANDSITUATION prestige = Significant } CONSTRAINT { type = REPEATABILITY value = ONCEPERPART prestige = Exceptional } } MODULE { name = ModuleDragModifier dragCubeName = SEMIDEPLOYED dragModifier = 2.5 } MODULE { name = ModuleDragModifier dragCubeName = DEPLOYED dragModifier = 8 } MODULE { name = ModuleCargoPart stackableQuantity = 4 packedVolume = 12 } }