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
+25
View File
@@ -0,0 +1,25 @@
Module: HeraldDefense
Name: #CONS_HERALD_ORBITALS
Icon: GuiOrbitalIcons::0
Core: True
Standalone: True
Health: 10000
Armor: 5000
Model: DefenseStation
Material: VolkurGenericPBR
CannotBuildManually()
Strategic Icon: OrbitalIcons::0
Repeat(4, AddTurret(Railgun, Range=500, Damage=2, Reload=0.25, Speed=150, Spread=0.03, FireArc=3.14, Tracking=0.4, FireTolerance=0.78))
Repeat(3, AddTurret(Laser, Range=400, DPS=10, Duration=2, Cooldown=0, Tracking=0.4))
Repeat(4, AddTurret(Missile, Range=500, Damage=20, Reload=2, Speed=90, Tracking=3))
RecordBonusDPS(100)
OnEnable(AddStatus(Expire, Duration = 600))
ProtectSystem()