Open source Star Ruler 2 source code!
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
Subsystem: Hyperdrive
|
||||
Name: #S_HYPERDRIVE
|
||||
Description: #S_HYPERDRIVE_DESC
|
||||
BaseColor: #a767ad
|
||||
TypeColor: #a767ad
|
||||
Picture: SubsystemButtonArt::10
|
||||
Elevation: 0
|
||||
|
||||
Tags: BaseCost, Category:FTL
|
||||
Tags: Engine, Hyperdrive, HasInternals, Hyperengine
|
||||
Hull: Flagship
|
||||
|
||||
Size := HexSize * Hexes
|
||||
HyperdriveSpeed := 3200.0 * Size / ShipSize
|
||||
Hex.Mass := HexSize
|
||||
|
||||
Hex.Resistance := 0.2
|
||||
Hex.HP := 18 * HexSize
|
||||
|
||||
Requires:
|
||||
Command = 1
|
||||
|
||||
Modifier: SpeedFactor(factor)
|
||||
HyperdriveSpeed := HyperdriveSpeed * factor
|
||||
|
||||
Module: Default
|
||||
|
||||
Module: Core
|
||||
Sprite: HexagonSubsystems::10
|
||||
Hex.BuildCost := 2 * Hex.BuildCost
|
||||
Reference in New Issue
Block a user