-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCondensedIon Engine!.cfg
56 lines (56 loc) · 1.37 KB
/
CondensedIon Engine!.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
+PART[RAPIER]{
@name = GEN2CondensedIonEngine
@author = Exodus Solis
@title = 1.0 Condensed Hyper Engine
@manufacturer = Exodus Solis
@description = After Exodus failed to deliver on his promise (Sorry he forgot about putting that into 1.7, contracts were a priority) he has now delivered on a very special engine that can function for either more Power or more Delta-V!
@entryCost = 4000000
@cost = 2000000
@TechRequired = nanolathing
@MODULE[ModuleEnginesFX],0{
@useEngineResopnseTime = false
@maxThrust = 1705.82
@EngineType = Electric
@exhaustDamage = false
@exhaustDamageMutiplier = 0
!PROPELLANT[IntakeAir] {}
!PROPELLANT[LiquidFuel] {}
PROPELLANT
{
name = CondensedIon
resourceFlowMode = STAGE_STACK_FLOW_BALANCE
ratio = 1
DrawGauge = True
}
!atmosphereCurve
atmosphereCurve
{
key = 0 3055988360000 0 0
}
!velCurve {}
!atmCurve {}
@useVelCurve = false
@useAtmCurve = false
}
@MODULE[ModuleEnginesFX],1 {
@maxThrust = 17058.2
@EngineType = LiquidFuel
!PROPELLANT[LiquidFuel] {}
!PROPELLANT[Oxidizer] {}
PROPELLANT
{
name = CondensedIon
resourceFlowMode = STAGE_STACK_FLOW_BALANCE
ratio = 0.0000000001
DrawGauge = True
}
!atmosphereCurve
atmosphereCurve
{
key = key = 0 305598836000 0 0
}
}
@MODULE[ModuleGimbal]{
@gimbalRange = 5
}
}