Difference between revisions of "LV-T30 "Reliant" Liquid Fuel Engine"
From Kerbal Space Program Wiki
Line 8: | Line 8: | ||
| | | | ||
config= | config= | ||
− | + | // Kerbal Space Program - Part Config | |
− | // Kerbal Space Program - Part Config | + | // LV-T30 Liquid Fuel Engine |
− | // LV-T30 Liquid Fuel Engine | + | // |
− | // | + | |
− | + | // --- general parameters --- | |
− | // --- general parameters --- | + | name = liquidEngine |
− | name = liquidEngine | + | module = LiquidEngine |
− | module = LiquidEngine | + | author = Mrbrownce |
− | author = Mrbrownce | + | |
− | + | // --- asset parameters --- | |
− | // --- asset parameters --- | + | mesh = liquidEngine.DAE |
− | mesh = liquidEngine.DAE | + | scale = 0.1 |
− | scale = 0.1 | + | texture = liqeng_tex.png |
− | texture = liqeng_tex.png | + | specPower = 0.1 |
− | specPower = 0.1 | + | rimFalloff = 3 |
− | rimFalloff = 3 | + | alphaCutoff = 0 |
− | alphaCutoff = 0 | + | |
− | + | // --- node definitions --- | |
− | // --- node definitions --- | + | node_stack_top = 0.0, 7.21461, 0.0, 0.0, 1.0, 0.0 |
− | node_stack_top = 0.0, 7.21461, 0.0, 0.0, 1.0, 0.0 | + | node_stack_bottom = 0.0, -7.27403, 0.0, 0.0, 1.0, 0.0 |
− | node_stack_bottom = 0.0, -7.27403, 0.0, 0.0, 1.0, 0.0 | + | |
− | + | ||
− | + | // --- FX definitions --- | |
− | // --- FX definitions --- | + | |
− | + | fx_exhaustFlame_blue = 0.0, -10.3, 0.0, 0.0, 1.0, 0.0, active | |
− | fx_exhaustFlame_blue = 0.0, -10.3, 0.0, 0.0, 1.0, 0.0, active | + | fx_exhaustLight_blue = 0.0, -10.3, 0.0, 0.0, 0.0, 1.0, active |
− | fx_exhaustLight_blue = 0.0, -10.3, 0.0, 0.0, 0.0, 1.0, active | + | fx_smokeTrail_medium = 0.0, -10.3, 0.0, 0.0, 1.0, 0.0, active |
− | fx_smokeTrail_medium = 0.0, -10.3, 0.0, 0.0, 1.0, 0.0, active | + | |
− | + | // --- Sound FX definition --- | |
− | // --- Sound FX definition --- | + | |
− | + | sound_vent_medium = activate | |
− | sound_vent_medium = activate | + | sound_rocket_hard = active |
− | sound_rocket_hard = active | + | sound_vent_soft = deactivate |
− | sound_vent_soft = deactivate | + | |
− | + | // --- editor parameters --- | |
− | // --- editor parameters --- | + | cost = 850 |
− | cost = 850 | + | category = 0 |
− | category = 0 | + | subcategory = 0 |
− | subcategory = 0 | + | title = LV-T30 Liquid Fuel Engine |
− | title = LV-T30 Liquid Fuel Engine | + | manufacturer = Jebediah Kerman's Junkyard and Spaceship Parts Co. |
− | manufacturer = Jebediah Kerman's Junkyard and Spaceship Parts Co. | + | description = Although criticized by some due to it's not unsignificant use of so-called "pieces found lying about", the LV-T series has proven itself as a comparatively reliable engine. The T30 model boasts a failure ratio below the 50% mark. This has been considered a major improvement over previous models by engineers and LV-T enthusiasts. |
− | description = Although criticized by some due to it's not unsignificant use of so-called "pieces found lying about", the LV-T series has proven itself as a comparatively reliable engine. The T30 model boasts a failure ratio below the 50% mark. This has been considered a major improvement over previous models by engineers and LV-T enthusiasts. | + | |
− | + | // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | |
− | // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | + | attachRules = 1,0,1,0,0 |
− | attachRules = 1,0,1,0,0 | + | |
− | + | // --- standard part parameters --- | |
− | // --- standard part parameters --- | + | mass = 2 |
− | mass = 2 | + | dragModelType = default |
− | dragModelType = default | + | maximum_drag = 0.2 |
− | maximum_drag = 0.2 | + | minimum_drag = 0.2 |
− | minimum_drag = 0.2 | + | angularDrag = 2 |
− | angularDrag = 2 | + | crashTolerance = 7 |
− | crashTolerance = 7 | + | maxTemp = 3600 |
− | maxTemp = 3600 | + | |
− | + | // --- liquid engine parameters --- | |
− | // --- liquid engine parameters --- | + | |
− | + | maxThrust = 200 | |
− | maxThrust = 200 | + | minThrust = 0 |
− | minThrust = 0 | + | heatProduction = 500 |
− | heatProduction = 500 | + | fuelConsumption = 8 |
− | fuelConsumption = 8 | + | |
− | + | // thrustVectoringCapable = True | |
− | // thrustVectoringCapable = True | + | // gymbalRange = 10 |
− | // gymbalRange = 10 | ||
| | | | ||
}} | }} |
Revision as of 20:49, 15 July 2011
[[|]]