mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-04-26 22:35:23 +00:00
merge rebase; accommodation for suppressing aura where no aura should be displayed; new radial degrade calculations
This commit is contained in:
parent
ac5e26f37a
commit
e27e827552
7 changed files with 98 additions and 125 deletions
|
|
@ -3918,7 +3918,11 @@ object GlobalDefinitions {
|
|||
2000,
|
||||
0f,
|
||||
true,
|
||||
List(TargetValidation(EffectTarget.Category.Aircraft, EffectTarget.Validation.Aircraft))
|
||||
List(
|
||||
TargetValidation(EffectTarget.Category.Player, EffectTarget.Validation.Player),
|
||||
TargetValidation(EffectTarget.Category.Vehicle, EffectTarget.Validation.Vehicle),
|
||||
TargetValidation(EffectTarget.Category.Turret, EffectTarget.Validation.Turret)
|
||||
)
|
||||
)
|
||||
starfire_projectile.InitialVelocity = 45
|
||||
starfire_projectile.Lifespan = 7.8f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue