Open source Star Ruler 2 source code!
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
Module: FTLJammer
|
||||
Name: #ORB_FTL_JAMMER
|
||||
Blurb: #ORB_FTL_JAMMER_BLURB
|
||||
Description: #ORB_FTL_JAMMER_DESC
|
||||
Icon: OrbitalIcons::9
|
||||
|
||||
Core: True
|
||||
Standalone: True
|
||||
|
||||
Build Cost: 500
|
||||
Maintenance: 50
|
||||
Labor Cost: 20
|
||||
|
||||
Health: 5000
|
||||
Armor: 2500
|
||||
|
||||
Model: FTLJammer
|
||||
Material: GenericPBR_Jammer
|
||||
|
||||
Strategic Icon: OrbitalIcons::9
|
||||
|
||||
IfNotFTLShortage(BlockSystemFTL())
|
||||
FTLMaintenance(0.15)
|
||||
|
||||
IfAttributeGTE(FTLJammerCombat, 1, AddRegionStatusEnemies(FTLJammerCombat)) #version>=147
|
||||
@@ -0,0 +1,36 @@
|
||||
Module: FlingCore
|
||||
Name: #ORB_FLING_CORE
|
||||
Blurb: #ORB_FLING_CORE_BLURB
|
||||
Description: #ORB_FLING_CORE_DESC
|
||||
Icon: GuiOrbitalIcons::2
|
||||
|
||||
Standalone: True
|
||||
Solid: False
|
||||
Spin: 0
|
||||
|
||||
Build Cost: 400
|
||||
Maintenance: 200
|
||||
Labor Cost: 20
|
||||
|
||||
Health: 7500
|
||||
Armor: 2500
|
||||
|
||||
Model: Fling
|
||||
Material: GenericPBR_Fling
|
||||
Size: 14
|
||||
|
||||
Strategic Icon: OrbitalIcons::2
|
||||
Icon Size: 0.04
|
||||
|
||||
Can Fling: No
|
||||
|
||||
IsFlingBeacon() #version<147
|
||||
IfNotFTLShortage(IsFlingBeacon()) #version>=147
|
||||
|
||||
RequireTrait(Fling)
|
||||
|
||||
DisableOnFTLBlock()
|
||||
BreakOrbitOnFTL()
|
||||
|
||||
FTLMaintenance(0.15) #version>=147
|
||||
ConsumeFTL(250) #version>=147
|
||||
@@ -0,0 +1,32 @@
|
||||
Module: GateCore
|
||||
Name: #ORB_GATE_CORE
|
||||
Blurb: #ORB_GATE_CORE_BLURB
|
||||
Description: #ORB_GATE_CORE_DESC
|
||||
Icon: GuiOrbitalIcons::1
|
||||
|
||||
Standalone: True
|
||||
Solid: False
|
||||
Spin: 0
|
||||
|
||||
Build Cost: 250
|
||||
Maintenance: 30
|
||||
Labor Cost: 10
|
||||
|
||||
Health: 7500
|
||||
Armor: 2500
|
||||
|
||||
Model: Warpgate
|
||||
Material: GenericPBR_Gate
|
||||
Size: 15
|
||||
AddParticleSystem(GateWormhole, Size = 0.6)
|
||||
|
||||
Strategic Icon: OrbitalIcons::1
|
||||
Icon Size: 0.03
|
||||
|
||||
IsGate()
|
||||
GlobalTradeNode()
|
||||
|
||||
FTLMaintenance(0.15)
|
||||
CannotBuildManually()
|
||||
PacksIntoShip(Gate Constructor)
|
||||
DisableOnFTLBlock()
|
||||
@@ -0,0 +1,29 @@
|
||||
Module: RemnantGateCore
|
||||
Name: #ORB_GATE_CORE
|
||||
Blurb: #ORB_GATE_CORE_BLURB
|
||||
Description: #ORB_GATE_CORE_BLURB
|
||||
Icon: GuiOrbitalIcons::1
|
||||
|
||||
Standalone: True
|
||||
Solid: False
|
||||
Spin: 0
|
||||
|
||||
Build Cost: 300
|
||||
Labor Cost: 10
|
||||
|
||||
Health: 15000
|
||||
Armor: 5000
|
||||
|
||||
Model: Warpgate
|
||||
Material: GenericPBR_Gate
|
||||
Size: 15
|
||||
AddParticleSystem(GateWormhole, Size = 0.6)
|
||||
|
||||
Strategic Icon: OrbitalIcons::1
|
||||
Icon Size: 0.03
|
||||
|
||||
IsGate()
|
||||
GlobalTradeNode()
|
||||
|
||||
CannotBuildManually()
|
||||
DisableOnFTLBlock()
|
||||
Reference in New Issue
Block a user