forked from mcd0uble/H2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathH3_stage2_tank.cfg
189 lines (170 loc) · 3.16 KB
/
H3_stage2_tank.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
PART
{
name = H3_stage2_tank
module = Part
author = MATVEICH
MODEL
{
model = H2/parts/H3/Assets/H3_stage2_tank
}
scale = 1
rescaleFactor = 1
node_stack_top = 0.0, 1.90243, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, 0.265738, 0.0 , 0.0, -1.0, 0.0, 2
node_stack_engine = 0.0, -2.24484, 0.0, 0.0, -1.0, 0.0, 2
CoMOffset = 0.0, 0.0, 0.0
TechRequired = specializedControl
entryCost = 8000
cost = 4000
category = FuelTank
subcategory = 0
title = H3 Stage 2 tank
manufacturer = Mitsubishi Heavy Industries
description = Second stage tank for H3 launch vehicle.
attachRules = 1,0,1,1,0
mass = 0.875
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.3
angularDrag = 2
crashTolerance = 14
maxTemp = 2900
heatConductivity = 0.04
thermalMassModifier = 5.0
emissiveConstant = 0.95
bulkheadProfiles = size2
vesselType = Probe
tags = japan h3 tank lh2 h3
EFFECTS
{
rcs
{
AUDIO_MULTI_POOL
{
channel = Ship
transformName = rcsTransform
clip = sound_rocket_mini
volume = 0.0 0.0
volume = 0.1 0.0
volume = 0.5 0.025
volume = 1.0 0.1
pitch = 0.0 0.75
pitch = 1.0 1.5
loop = true
}
MODEL_MULTI_PARTICLE
{
name = sharp
modelName = Squad/FX/Monoprop_small
transformName = rcsTransform
emission = 0.0 0.0
emission = 0.1 0.0
emission = 1.0 1.0
speed = 0.0 0.8
speed = 1.0 1.0
localRotation = -90, 0, 0
}
MODEL_MULTI_PARTICLE
{
name = soft
modelName = Squad/FX/Monoprop_small
transformName = rcsTransform
emission = 0.0 0.0
emission = 0.1 0.0
emission = 1.0 1.0
speed = 0.0 0.8
speed = 1.0 1.0
localRotation = -90, 0, 0
}
}
}
MODULE
{
name = ModuleCommand
minimumCrew = 0
RESOURCE
{
name = ElectricCharge
rate = 0.01
}
hasHibernation = True
hibernateOnWarp = True
}
MODULE {
name = ModuleSAS
SASServiceLevel = 3
}
MODULE
{
name = ModuleReactionWheel
PitchTorque = 0.4
YawTorque = 0.4
RollTorque = 0.4
RESOURCE
{
name = ElectricCharge
rate = 0.05
}
}
MODULE
{
name = ModuleDataTransmitter
antennaType = INTERNAL
packetInterval = 1.0
packetSize = 2
packetResourceCost = 12.0
requiredResource = ElectricCharge
antennaPower = 500000
optimumRange = 2500
packetFloor = .1
packetCeiling = 5
}
MODULE
{
name = ModuleRCSFX
stagingEnabled = False
thrusterTransformName = rcsTransform
thrusterPower = 0.1
resourceName = MonoPropellant
resourceFlowMode = STAGE_PRIORITY_FLOW
runningEffectName = rcs
PlumeName = Monoprop_small
PlumeScale = 1,1,1
enablePitch = true
enableYaw = true
enableRoll = true
enableX = false
enableY = false
enableZ = true
atmosphereCurve
{
key = 0 240
key = 1 100
key = 4 0.001
}
}
RESOURCE
{
name = ElectricCharge
amount = 200
maxAmount = 200
}
RESOURCE
{
name = MonoPropellant
amount = 40
maxAmount = 40
}
RESOURCE
{
name = LqdHydrogen
amount = 12937.5 //31,22 8625
maxAmount = 12937.5
}
RESOURCE
{
name = Oxidizer
amount = 862.5 //575
maxAmount = 862.5
}
}