Open source Star Ruler 2 source code!

This commit is contained in:
Lucas de Vries
2018-07-17 14:15:37 +02:00
commit cc307720ff
4342 changed files with 2365070 additions and 0 deletions
@@ -0,0 +1,38 @@
Subsystem: BoosterEngine
Name: #S_BOOSTERENGINE
Description: #S_BOOSTERENGINE_DESC
BaseColor: #8872bb
TypeColor: #8872bb
Elevation: 0
Tags: ExteriorCore, HasInternals, NoBackWall, TurnToThrust
Tags: SecondaryThrust, RangeForRaid
Tags: HeraldsDLC
Tags: Category:Propulsion
Hull: Support
OnCheckErrors: designs::checkCoreFacingBackwards
Size := HexSize * Hexes
BoostThrust := 100 * Size
TurnThrust := 5.0 * Size
Hex.Mass := 0.5 * HexSize
Hex.Resistance := 0.2
Hex.HP := 22 * HexSize
Hex.BuildCost := 1.2 * HexSize
Hex.LaborCost := 0.1 * HexSize
Requires:
Command = 2
Module: Default
Module: Core
Sprite: BoosterEngine
Hex.HP := 2 * Hex.HP
Hex.Resistance := 0.35
Hex.BuildCost := 2 * Hex.BuildCost