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,29 @@
Subsystem: FusionGen
Name: #FUSIONGEN_NAME
Description: #FUSIONGEN_DESC
BaseColor: #db0083
Elevation: 1
Tags: NoCore, NonContiguous, DefaultUnlock, IsReactor, Category:Control
Hull: Flagship, Station
Size := HexSize * Hexes
Power := 20 * Size
SupplyCapacity := Size * 1000
SupplyRate := Size * 20
Hex.Resistance := 0.5
Hex.HP := 18 * HexSize
Hex.Mass := 4 * HexSize
Hex.LaborCost := 0.3 * HexSize + 0.18
Hex.BuildCost := 5 * HexSize + 0.8
Hex.MaintainCost := 4 * HexSize / ShipSize^0.5 + 3.5 * HexSize + 2
Provides:
Power = Power
Module: Default
Modifier: SupplyCapacityFactor(factor)
SupplyCapacity := SupplyCapacity * factor