Open source Star Ruler 2 source code!
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
Effector: PulseBolt
|
||||
Value: Range
|
||||
Value: DPS
|
||||
Value: Duration
|
||||
Value: Cooldown
|
||||
Value: Tracking
|
||||
Value: SupplyCost = 0
|
||||
Value: FireArc = pi
|
||||
|
||||
Range: Range
|
||||
Lifetime: Duration
|
||||
Tracking: Tracking
|
||||
FireArc: FireArc
|
||||
|
||||
TargetAlgorithm: SingleTarget
|
||||
CanTarget: isEnemy && isDamageable
|
||||
AutoTarget: isEnemy && (isShip || (isOrbital || isColonyShip || isCivilian || isFreighter) * 0.5)
|
||||
|
||||
EfficiencyMode: Duration Partial
|
||||
Activation: Timed(Cooldown+Duration)
|
||||
OnTrigger: combat::WeaponFire(SupplyCost)
|
||||
CapTarget: 0
|
||||
|
||||
Effect: EnergyDamage
|
||||
Amount = DPS
|
||||
|
||||
PhysicalType: Beam
|
||||
GfxSize: 0.6
|
||||
FirePitchVariance: 0.06
|
||||
FireSfx: laser_fire
|
||||
FireSfx: laser_fire_2
|
||||
FireSfx: laser_fire_3
|
||||
FireSfx: laser_fire_4
|
||||
Material: Laser
|
||||
ImpactGfx: ImpactFlareLaserBlue
|
||||
TrailCol: 7390dbaa, 7390dbaa
|
||||
Reference in New Issue
Block a user