-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCA_stockFuel.cfg
More file actions
182 lines (173 loc) · 2.67 KB
/
Copy pathCA_stockFuel.cfg
File metadata and controls
182 lines (173 loc) · 2.67 KB
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
// Rebalance of Cormorant Aeronology STS stack parts for rescaled systems
// Values based on stock values for fuel density, dry mass, etc.
// Author: PickledTripod
// ET rebalance, LF+O config only. Hydrolox comes with Cryogenic Engines patch.
@PART[CA_ET]
{
@mass = 34.65
@description = 5m tank, holds a bigly amount of fuel. For use with space shuttles.
!MODULE[FSfuelSwitch] {}
RESOURCE
{
name = LiquidFuel
amount = 25515
maxAmount = 25515
}
RESOURCE
{
name = Oxidizer
amount = 31185
maxAmount = 31185
}
}
@PART[CA_ET_extension]
{
@mass = 7.7
@description = Extra fuel tank to make your shuttle stack more imposing.
!MODULE[FSfuelSwitch] {}
RESOURCE
{
name = LiquidFuel
amount = 5670
maxAmount = 5670
}
RESOURCE
{
name = Oxidizer
amount = 6930
maxAmount = 6930
}
}
@PART[CA_ETnose]
{
@mass = 11.55
@description = Aerodynamic nosecone that holds some more fuel for your shuttle.
!MODULE[FSfuelSwitch] {}
RESOURCE
{
name = LiquidFuel
amount = 5670
maxAmount = 5670
}
RESOURCE
{
name = Oxidizer
amount = 6930
maxAmount = 6930
}
}
// SRB rebalance
@PART[CA_SRB4]
{
@cost = 7200
@mass = 27.3
!RESOURCE {}
RESOURCE
{
name = SolidFuel
amount = 16380
maxAmount = 16380
}
@MODULE[ModuleEngines*]
{
@heatProduction = 400
@maxThrust = 3500
@atmChangeFlow = False
@useAtmCurve = False
!atmCurve {}
thrustCurve
{
key = 1.00 1.0
key = 0.05 1.0
key = 0.00 0.1
}
}
}
@PART[CA_SRB5]
{
@cost = 9000
@mass = 32.5
!RESOURCE {}
RESOURCE
{
name = SolidFuel
amount = 20475
maxAmount = 20475
}
@MODULE[ModuleEngines*]
{
@heatProduction = 425
@maxThrust = 4500
@atmChangeFlow = False
@useAtmCurve = False
!atmCurve {}
thrustCurve
{
key = 1.00 1.0
key = 0.05 1.0
key = 0.00 0.1
}
}
}
// Nosecone and separator pack rebalance, more thrust and fuel to compensate for the heavier booster
@PART[CA_SRBnose]
{
!RESOURCE {}
RESOURCE
{
name = SolidFuel
amount = 48
maxAmount = 48
}
@MODULE[ModuleEngines*]
{
@maxThrust = 96
}
}
@PART[CA_boosterPack]
{
!RESOURCE {}
RESOURCE
{
name = SolidFuel
amount = 48
maxAmount = 48
}
@MODULE[ModuleEngines*]
{
@maxThrust = 96
}
}
@PART[B2_LRB_long]
{
@mass = 11.55
@description = Aerodynamic nosecone that holds some more fuel for your shuttle.
RESOURCE
{
name = LiquidFuel
amount = 9000
maxAmount = 9000
}
RESOURCE
{
name = Oxidizer
amount = 11000
maxAmount = 11000
}
@PART[B2_LRB_mid]
{
@mass = 11.55
@description = Aerodynamic nosecone that holds some more fuel for your shuttle.
RESOURCE
{
name = LiquidFuel
amount = 4500
maxAmount = 4500
}
RESOURCE
{
name = Oxidizer
amount = 5500
maxAmount = 5500
}
}