Open source Star Ruler 2 source code!
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
Module: ArmorPlating
|
||||
Name: #ORB_ARMOR_PLATING
|
||||
Blurb: #ORB_ARMOR_PLATING_BLURB
|
||||
Description: #ORB_ARMOR_PLATING_DESC
|
||||
Icon: HexagonSubsystems::0
|
||||
Standalone: False
|
||||
Core: False
|
||||
|
||||
Require Affinity: 1 Labor
|
||||
|
||||
Maintenance: 50
|
||||
Build Cost: 100
|
||||
|
||||
Armor: 5000
|
||||
AddResistance(2.5)
|
||||
@@ -0,0 +1,16 @@
|
||||
Module: Artillery
|
||||
Name: #ORB_ARTILLERY
|
||||
Blurb: #ORB_ARTILLERY_BLURB
|
||||
Description: #ORB_ARTILLERY_DESC
|
||||
Icon: HexagonSubsystems::1
|
||||
Standalone: False
|
||||
Core: False
|
||||
|
||||
Require Affinity: 3 Defense
|
||||
|
||||
Maintenance: 500
|
||||
Build Cost: 1000
|
||||
|
||||
AddTurret(StationArtillery, Range=15000, Damage=1000, Reload=5, Speed=500, Radius=50, Spread=0.001, Hits=10)
|
||||
|
||||
CannotBuildManually()
|
||||
@@ -0,0 +1,13 @@
|
||||
Module: DefenseOutpost
|
||||
Name: #ORB_DEFENSE_OUTPOST
|
||||
Blurb: #ORB_DEFENSE_OUTPOST_BLURB
|
||||
Description: #ORB_DEFENSE_OUTPOST_DESC
|
||||
Icon: LoyaltyIcon
|
||||
Standalone: False
|
||||
Core: False
|
||||
|
||||
Require Affinity: 1 Defense
|
||||
Build Cost: 250
|
||||
|
||||
ProtectSystem()
|
||||
AddFleetCommand(500)
|
||||
Reference in New Issue
Block a user