Open source Star Ruler 2 source code!
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
Trait: Gate
|
||||
Name: #TRAIT_GATE
|
||||
Description: #TRAIT_GATE_DESC
|
||||
Category: FTL
|
||||
Order: 2
|
||||
|
||||
Icon: GuiOrbitalIcons::1
|
||||
Color: #8ed2ff
|
||||
Unique: FTL
|
||||
|
||||
UnlockSubsystem(GateModule)
|
||||
|
||||
LoadDesigns(default)
|
||||
LoadDesigns(not_hyperdrive)
|
||||
LoadDesigns(gate)
|
||||
|
||||
IfHaveTrait(Verdant, LoadDesigns(verdant/default))
|
||||
IfHaveTrait(Verdant, LoadDesigns(verdant/not_hyperdrive))
|
||||
IfHaveTrait(Verdant, LoadDesigns(verdant/gate))
|
||||
|
||||
IfHaveTrait(Devout, LoadDesigns(devout/default))
|
||||
IfHaveTrait(Devout, LoadDesigns(devout/not_hyperdrive))
|
||||
IfHaveTrait(Devout, LoadDesigns(devout/gate))
|
||||
|
||||
IfHaveTrait(Ancient, LoadDesigns(ancient/default))
|
||||
IfHaveTrait(Ancient, LoadDesigns(ancient/not_hyperdrive))
|
||||
IfHaveTrait(Ancient, LoadDesigns(ancient/gate))
|
||||
Reference in New Issue
Block a user