Skip to content

Commit

Permalink
Updated parachute values
Browse files Browse the repository at this point in the history
  • Loading branch information
coldrifting committed Jan 10, 2022
1 parent cecd333 commit 6d94619
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 21 deletions.
4 changes: 2 additions & 2 deletions GameData/ExtraDockingPorts/Localization/en-us.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ Localization

#LOC_ExtraDockingPorts_TinyModularParachute_Title = Clamp-O-Tron Jr Modular Parachute
#LOC_ExtraDockingPorts_TinyModularParachute_Description = Snap three of these suckers into the modular Clamp-O-Tron Jr docking port for the perfect fusion of docking and landing survivabliity in one compact package. We don't recommend using less than three, for reasons of both aethestics and survivabilty.
#LOC_ExtraDockingPorts_TinyModularParachute_Tags = arrest canopy chute decel descen drag entry fall landing orange re- return safe slow stab modular
#LOC_ExtraDockingPorts_TinyModularParachute_Tags = arrest canopy chute decel descen drag entry fall landing re- return safe slow stab modular

#LOC_ExtraDockingPorts_SmallModularDockingPort_Title = Clamp-O-Tron Modular Docking Port
#LOC_ExtraDockingPorts_SmallModularDockingPort_Description = Like it's smaller counterpart, this 1.25m wide modular docking port allows for the attachment of up to three proprietary parachute components to create an integrated parchute and docking system.
#LOC_ExtraDockingPorts_SmallModularDockingPort_Tags = berth capture connect couple dock fasten join moor socket chute para modular

#LOC_ExtraDockingPorts_SmallModularParachute_Title = Clamp-O-Tron Modular Parachute
#LOC_ExtraDockingPorts_SmallModularParachute_Description = This streamlined parachute module for the Clamp-O-Tron Modular Docking Port makes up one part of an integrated parachute and docking system. The manufacturer assumes no liability if attempting to land with less than three parachutes.
#LOC_ExtraDockingPorts_SmallModularParachute_Tags = arrest canopy chute decel descen drag entry fall landing orange re- return safe slow stab modular
#LOC_ExtraDockingPorts_SmallModularParachute_Tags = arrest canopy chute decel descen drag entry fall landing re- return safe slow stab modular

#LOC_ExtraDockingPorts_MediumDockingPort_Title = Clamp-O-Tron Docking Port MD
#LOC_ExtraDockingPorts_MediumDockingPort_Description = A sorely needed docking port that connects 1.875m wide parts to each other, great for space stations. The MD stands for medium, not doctor.
Expand Down
24 changes: 13 additions & 11 deletions GameData/ExtraDockingPorts/Parts/SmallModularParachute.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ PART
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,0,0,0,0
node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0
bulkheadProfiles = size0

TechRequired = composites
entryCost = 4000
cost = 200
cost = 250
category = Coupling

title = #LOC_ExtraDockingPorts_SmallModularParachute_Title
manufacturer = #LOC_ExtraDockingPorts_Agency
description = #LOC_ExtraDockingPorts_SmallModularParachute_Description
tags = #LOC_ExtraDockingPorts_SmallModularParachute_Tags
bulkheadProfiles = size0

mass = 0.05
mass = 0.1
maxTemp = 2000
crashTolerance = 10

Expand All @@ -61,23 +61,25 @@ PART
MODULE
{
name = ModuleParachute
invertCanopy = true
autoCutSpeed = 0.5
capName = parachuteCap
canopyName = parachuteDeploy
semiDeployedAnimation = SemiDeploy
fullyDeployedAnimation = FullDeploy
stowedDrag = 0.08

stowedDrag = 0.06
semiDeployedDrag = 1
fullyDeployedDrag = 175

autoCutSpeed = 0.5
semiDeploymentSpeed = 0.5
deploymentSpeed = 0.16
deployAltitude = 1000
minAirPressureToOpen = 0.04
clampMinAirPressure = 0.04
deployAltitude = 1000
deploymentSpeed = 0.16
semiDeploymentSpeed = 0.5
chuteMaxTemp = 800

chuteMaxTemp = 1600
machHeatMultBase = 0.5
chuteThermalMassPerArea = 0.08
chuteThermalMassPerArea = 0.09
}

MODULE
Expand Down
18 changes: 10 additions & 8 deletions GameData/ExtraDockingPorts/Parts/TinyModularParachute.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ PART
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,0,0,0,0
node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0
bulkheadProfiles = size0

TechRequired = precisionEngineering
entryCost = 4000
entryCost = 3500
cost = 200
category = Coupling

title = #LOC_ExtraDockingPorts_TinyModularParachute_Title
manufacturer = #LOC_ExtraDockingPorts_Agency
description = #LOC_ExtraDockingPorts_TinyModularParachute_Description
tags = #LOC_ExtraDockingPorts_TinyModularParachute_Tags
bulkheadProfiles = size0

mass = 0.05
maxTemp = 2000
Expand Down Expand Up @@ -61,20 +61,22 @@ PART
MODULE
{
name = ModuleParachute
invertCanopy = true
autoCutSpeed = 0.5
capName = parachuteCap
canopyName = parachuteDeploy
semiDeployedAnimation = SemiDeploy
fullyDeployedAnimation = FullDeploy
stowedDrag = 0.08

stowedDrag = 0.06
semiDeployedDrag = 1
fullyDeployedDrag = 175

autoCutSpeed = 0.5
semiDeploymentSpeed = 0.5
deploymentSpeed = 0.12
deployAltitude = 1000
minAirPressureToOpen = 0.04
clampMinAirPressure = 0.04
deployAltitude = 1000
deploymentSpeed = 0.16
semiDeploymentSpeed = 0.5

chuteMaxTemp = 800
machHeatMultBase = 0.5
chuteThermalMassPerArea = 0.08
Expand Down

0 comments on commit 6d94619

Please sign in to comment.