Open source Star Ruler 2 source code!
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
Technology: InfiniteDamage
|
||||
Name: #R_INFINITE_DAMAGE
|
||||
Description: #R_INFINITE_DAMAGE_DESC:5%
|
||||
|
||||
Icon: techImpact * #d45418
|
||||
Symbol: EditIcons::7
|
||||
Color: #d45418
|
||||
|
||||
Category: Infinites
|
||||
Class: Keystone
|
||||
|
||||
Point Cost: 700
|
||||
Time Cost: 90
|
||||
|
||||
AddPointCostAttribute(InfiniteDamageTaken, 350)
|
||||
AddTimeCostAttribute(InfiniteDamageTaken, 15)
|
||||
|
||||
ResetWhenUnlocked()
|
||||
|
||||
AddModifier( tag/Weapon::DamageFactor(1.05) )
|
||||
ModAttribute(StaticDamageFactor, Multiply, 1.05)
|
||||
ModAttribute(InfiniteDamageTaken, Add, 1)
|
||||
@@ -0,0 +1,23 @@
|
||||
Technology: InfiniteHealth
|
||||
Name: #R_INFINITE_HEALTH
|
||||
Description: #R_INFINITE_HEALTH_DESC:5%
|
||||
|
||||
Icon: techMaterialScience1*#a8df21
|
||||
Symbol: EditIcons::7
|
||||
Color: #a8df21
|
||||
|
||||
Category: Infinites
|
||||
Class: Keystone
|
||||
|
||||
Point Cost: 500
|
||||
Time Cost: 60
|
||||
|
||||
AddPointCostAttribute(InfiniteHealthTaken, 300)
|
||||
AddTimeCostAttribute(InfiniteHealthTaken, 15)
|
||||
|
||||
ResetWhenUnlocked()
|
||||
|
||||
AddModifier(HpFactor(1.05))
|
||||
AddModifier(ReactiveArmor::ImpactLevelFactor(1.05))
|
||||
ModAttribute(OrbitalHealthMod, Multiply, 1.05)
|
||||
ModAttribute(InfiniteHealthTaken, Add, 1)
|
||||
@@ -0,0 +1,23 @@
|
||||
Technology: InfiniteShields
|
||||
Name: #R_INFINITE_SHIELDS
|
||||
Description: #R_INFINITE_SHIELDS_DESC:7%
|
||||
|
||||
Icon: techPhaseContainment * #78a9ff
|
||||
Symbol: EditIcons::7
|
||||
Color: #5164eb
|
||||
|
||||
Category: Infinites
|
||||
Class: Keystone
|
||||
|
||||
Point Cost: 400
|
||||
Time Cost: 40
|
||||
|
||||
AddPointCostAttribute(InfiniteShieldsTaken, 200)
|
||||
AddTimeCostAttribute(InfiniteShieldsTaken, 10)
|
||||
|
||||
ResetWhenUnlocked()
|
||||
|
||||
AddModifier(ShieldCapacityFactor(1.07))
|
||||
AddModifier(ShieldRegenFactor(1.07))
|
||||
|
||||
ModAttribute(InfiniteShieldsTaken, Add, 1)
|
||||
@@ -0,0 +1,21 @@
|
||||
Technology: InfiniteSupport
|
||||
Name: #R_INFINITE_SUPPORT
|
||||
Description: #R_INFINITE_SUPPORT_DESC:5%
|
||||
|
||||
Icon: techOrganization * #22c8ca
|
||||
Symbol: EditIcons::7
|
||||
Color: #22c8ca
|
||||
|
||||
Category: Infinites
|
||||
Class: Keystone
|
||||
|
||||
Point Cost: 500
|
||||
Time Cost: 50
|
||||
|
||||
AddPointCostAttribute(InfiniteSupportTaken, 300)
|
||||
AddTimeCostAttribute(InfiniteSupportTaken, 15)
|
||||
|
||||
ResetWhenUnlocked()
|
||||
|
||||
AddModifier( SupportCapacityFactor(1.05) )
|
||||
ModAttribute(InfiniteSupportTaken, Add, 1)
|
||||
@@ -0,0 +1,23 @@
|
||||
Technology: InfiniteThrust
|
||||
Name: #R_INFINITE_THRUST
|
||||
Description: #R_INFINITE_THRUST_DESC:5%
|
||||
|
||||
Icon: techPropulsion * #e2f83a
|
||||
Symbol: EditIcons::7
|
||||
Color: #e2f83a
|
||||
|
||||
Category: Infinites
|
||||
Class: Keystone
|
||||
|
||||
Point Cost: 400
|
||||
Time Cost: 50
|
||||
|
||||
AddPointCostAttribute(InfiniteThrustTaken, 300)
|
||||
AddTimeCostAttribute(InfiniteThrustTaken, 10)
|
||||
|
||||
ResetWhenUnlocked()
|
||||
|
||||
AddModifier( ThrustFactor(1.05) )
|
||||
AddModifier( TurnThrustFactor(1.05) )
|
||||
AddModifier( Hyperdrive::SpeedFactor(1.05) )
|
||||
ModAttribute(InfiniteThrustTaken, Add, 1)
|
||||
Reference in New Issue
Block a user