Open source Star Ruler 2 source code!
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
Subsystem: FleetComputer
|
||||
Name: #S_FLEETCOMPUTER
|
||||
Description: #S_FLEETCOMPUTER_DESC
|
||||
BaseColor: #ca5700
|
||||
Elevation: 2
|
||||
|
||||
Tags: HeraldsDLC
|
||||
Tags: BaseCost, Category:Control, BadFiller
|
||||
Tags: HasInternals
|
||||
Hull: Flagship, Station
|
||||
|
||||
Size := HexSize * Hexes
|
||||
|
||||
Repair := 5 * Size
|
||||
RepairSupplyCost := 1.0 * Repair
|
||||
out SupplyDrain := RepairSupplyCost
|
||||
|
||||
Hex.Resistance := 0.2
|
||||
Hex.HP := 24 * HexSize
|
||||
Hex.Mass := 0.5 * HexSize
|
||||
|
||||
RaidRange := 1000 + (Size / (ShipSize * 0.3)) * 5000
|
||||
AddedRaidRange := RaidRange - 1000
|
||||
|
||||
Hook: AddRaidRange(AddedRaidRange)
|
||||
|
||||
PowerUse := 5 * Size
|
||||
|
||||
Requires:
|
||||
Power = PowerUse
|
||||
|
||||
Module: Default
|
||||
|
||||
Module: Core
|
||||
Sprite: FleetComputer
|
||||
Hex.HP := 2 * Hex.HP
|
||||
Hex.Resistance := 0.35
|
||||
Hex.BuildCost := 2 * Hex.BuildCost
|
||||
Reference in New Issue
Block a user