34 lines
746 B
Plaintext
34 lines
746 B
Plaintext
Subsystem: SupportRocketEngine
|
|
Name: Rocket Engine
|
|
Description: Combusts fuel to generate thrust. Also capable of generating small amounts of power from fuel.
|
|
BaseColor: #f9e146
|
|
TypeColor: #f9e146
|
|
Picture: SubsystemButtonArt::5
|
|
Elevation: 0
|
|
|
|
Tags: ExteriorCore, DefaultUnlock, Engine, GivesThrust, HasInternals
|
|
Hull: Support
|
|
|
|
OnCheckErrors: designs::checkCoreFacingBackwards
|
|
|
|
Size := HexSize * Hexes
|
|
Thrust := 24 * Size
|
|
Hex.Mass := HexSize
|
|
|
|
Hex.Resistance := 0.2
|
|
Hex.HP := 18 * HexSize
|
|
|
|
Hex.BuildCost := 2 * HexSize
|
|
Hex.LaborCost := 0.26 * HexSize
|
|
|
|
Requires:
|
|
Command = 1
|
|
|
|
Module: Default
|
|
|
|
Module: Core
|
|
Sprite: HexagonSubsystems::2
|
|
Hex.HP := 2 * Hex.HP
|
|
Hex.Resistance := 0.35
|
|
Hex.BuildCost := 2 * Hex.BuildCost
|