Clean up TD weapon ValidTargets
- Missiles can now force-fire on water like other weapons - Superweapons can now target empty water - made Chemspray null InvalidTargets to avoid yaml-merge issues - Improved APCGun effect warhead perf by ignoring actors - removed stale Tiberium weapon mission overrides
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Atomic:
|
||||
ValidTargets: Ground, Air, Trees
|
||||
ValidTargets: Ground, Water, Air, Trees
|
||||
Report: nukemisl.aud
|
||||
Warhead@1Dam_impact: SpreadDamage
|
||||
Spread: 1c0
|
||||
@@ -90,7 +90,7 @@ Atomic:
|
||||
Multiplier: 1,1
|
||||
|
||||
IonCannon:
|
||||
ValidTargets: Ground, Air, Trees
|
||||
ValidTargets: Ground, Water, Air, Trees
|
||||
Warhead@1Dam_impact: SpreadDamage
|
||||
Range: 0, 1c1, 2c1, 2c512
|
||||
Damage: 10000
|
||||
|
||||
Reference in New Issue
Block a user