Mustafa Alperen Seki
a021bd4584
Remove ^Tank default from RA mod
2018-01-06 12:08:25 +01:00
Arular101
a429a62bf9
Adjust values to match current damage
2017-12-12 20:50:27 +01:00
Arular101
e049452f22
Increase damage and HP by 100x
2017-12-12 20:50:27 +01:00
Smittytron
3d8ab75faf
RA Balance changes (December 2017)
2017-12-05 12:38:13 +01:00
Arular101
3ed18f51e3
Fix V2 Rocket Launcher facings
...
Now with AmmoPool
V2 changes for Fort Lonestar
2017-11-26 15:01:43 +01:00
reaperrr
0161d68237
Fix RA TorpTube bridge explosions
...
There were two issues at work here:
1) The combination of default MaximumLaunchAngle and default CruiseAltitude made torpedoes fly a ballistic curve, which combined with BoundToTerrain type made them explode 'in the air' when hitting non-water tiles. This would result in AIr returned as target type, which is invalid for torpedoes.
2) The explosion warheads were missing the Ground target type, which is actually the (only) target type that the bridge tiles you hit with torpedoes have.
2017-09-10 18:10:24 +02:00
reaperrr
b68c935807
Fix water splash on bridge in RA
...
On bleed, both the explosion as well as the water splash warhead of weapons triggered on bridges, since they have both the Ground and Water target types.
Ground cannot be made invalid for water splashes without causing regressions elsewhere, so a new Bridge target type is introduced to explicitly make bridges invalid targets for water splash effect warheads.
2017-09-10 18:10:24 +02:00
reaperrr
98357cf2a9
Apply BurstDelays rename to RA
2017-08-20 20:48:25 +02:00
reaperrr
20efd1fc29
Fix RA effect waheads
...
- take Trees into consideration (they don't have Ground TargetType)
- fixed the delayed effect warheads on Vulcan
2017-08-07 11:01:21 +02:00
SoScared
9097837e6d
Adjust AoE damage vs Wood in relation to HitShapes
2017-07-18 00:59:25 +02:00
reaperrr
a7334d5583
Adapt RA missiles to CEWH refactor
2017-07-13 20:58:47 +02:00
reaperrr
e0abf8ed27
Disable effect WH victim scans in RA where sensible
...
AA missiles, flame weapons and nukes, pretty much, because they always
display the effect regardless of what they hit.
2017-06-25 22:40:12 +02:00
reaperrr
edffaa4987
Introduce Weapon.TargetActorCenter and adapt projectiles
...
This also fixes issues with attackers that don't have their own Attack
trait.
2017-06-24 11:24:17 +01:00
SoScared
e26b0495ad
balance batch 1
2017-02-11 19:20:18 +01:00
SoScared
99603eb607
ballistic shadows attempt 1
2017-02-11 12:09:48 +01:00
reaperrr
36d725130a
Streamlined RA missiles.yaml
2017-02-08 23:05:59 +01:00
reaperrr
ce41a037ee
Move APTusk up in RA missiles.yaml
2017-01-23 21:14:53 +01:00
reaperrr
319d53990a
Move SubMissiles down in RA missiles.yaml
2017-01-23 21:14:51 +01:00
reaperrr
3c2fe1e1a7
RA missile warhead naming fixes
...
To make inheritance easier later on.
2017-01-23 21:14:50 +01:00
reaperrr
f72614f14f
Merge pull request #12563 from FrameLimiter/bleed
...
RedEye Minimum Range.
2017-01-11 19:26:06 +01:00
FrameLimiter
9e2a1c01cd
RedEye Minimum Range.
...
Fixes #12123
2017-01-10 17:56:15 -05:00
reaperrr
20cd2aa4ab
Rename Bullet Angle to LaunchAngle
2016-10-22 17:57:32 +02:00
SoScared
d2147adb0d
move AA towards traditional
2016-10-09 18:19:06 +02:00
SoScared
cba38816ee
AA Missile Sub + Tweak
2016-09-25 21:48:01 +02:00
SoScared
d2fb972c91
tweak some damage vs walls
2016-08-27 23:19:32 +02:00
reaperrr
1886bad107
Make smudges in RA not spawn/grow below vehicles and structures
...
Also walls, trees and husks in most cases.
Note: Differences between warheads are intentional.
Note2: Some smudge WHs were removed instead when the weapon was purely anti-air or anti-water.
2016-07-07 20:51:21 +02:00
D'Arcy Rush
60441765aa
V2s and barrels can now ignite trees
2016-06-05 20:05:43 +01:00
Oliver Brakmann
916f2ea2ea
Merge pull request #11382 from reaperrr/projectile-streamlining
...
Moved projectiles to their own namespace and streamlined property names
2016-06-04 15:00:08 +02:00
reaperrr
170fdc89e3
Rename Bullet Trail to TrailImage
2016-05-31 15:05:26 +02:00
D'Arcy Rush
75e75ca7c1
Buff Longbow AA weapon range to match AG range
2016-05-30 10:12:05 +01:00
D'Arcy Rush
d01e58bfd3
Buff mig and longbow AG weapons
2016-05-30 10:12:05 +01:00
reaperrr
1258ddde7f
Refactored Missile.RangeLimit from ticks to WDist
...
Changed default from 'unlimited' fuel to weapon range.
2016-04-30 16:02:15 +02:00
Zimmermann Gyula
66d0c72968
Increase Stinger RangeLimit from 50 to 65.
...
With the 170 Speed, the Stinger can pass a maximum of 50*170 = 8500 (8c308) world units, while having a range of 9c0, which mean it runs out of fuel before it reaches it's effective maximum range. To prevent this, RangeLimit has been increased to 65 (9c0*1.25/170 is 67.8, rounded downwards).
2016-04-27 21:51:48 +02:00
Zimmermann Gyula
af36214e41
Halven CloseEnough on Stinger.
...
With 170 Speed, 298 CloseEnough, and 128 Spread, it will always act as a proximity weapon against the targets. Other missiles aren't affected because all the other missiles have a fair margin to satisfy the optimal Speed+Spread > CloseEnough condition.
2016-04-27 18:29:50 +02:00
reaperrr
5ad89f90a5
Give RA MiG missiles a higher CruiseAltitude
2016-04-23 14:50:36 +02:00
reaperrr
32bb632dbc
Upgrade RA missile rules
2016-02-14 13:43:45 +01:00
Pavel Penev
489ee9fc54
Add support for multiple impact sounds to CreateEffectWarhead
...
Have the engine pick one impact sound at random from the provided list.
2016-01-31 16:22:47 +02:00
Pavel Penev
7e3ec91d30
Add support for multiple explosions to CreateEffectWarhead
...
Have the engine pick one explosion at random from the provided list.
2016-01-31 16:22:09 +02:00
Paul Chote
9f7f759da4
Fix filename case on weapon reports.
2016-01-17 19:24:40 +00:00
Paul Chote
4f1d8b7ac9
Remove spurious final newline from mod files.
2016-01-02 20:06:53 +00:00
reaperrr
74123be3af
Adjust RA projectile and smoke trail sequences for Z sorting
...
Make torpedoes go below ships.
Remove unused atomicup/atomicdown entries.
2015-12-28 21:28:13 +00:00
Matija Hustić
12b4f8ccf4
Programatic YAML upgrade
2015-10-11 22:03:06 +02:00
reaperrr
cb95eeb914
Fix RA target validation
...
0% versus no longer means cannot target
2015-08-25 18:53:59 +02:00
penev92
1c44fcbad4
Add upgrade rules to remove DamageWarhead.DeathType
...
and replace it with proper DamageTypes
2015-05-24 00:15:09 +03:00
penev92
ea01439377
Add an upgrade rule for DamageWarheads
2015-04-26 14:29:10 +03:00
reaperrr
ebcde3922d
Tweaked/added RA helicopter weapon minimum ranges.
2015-04-07 23:52:14 +02:00
reaperrr
1cc900b269
Yaml style fixes to reduce future --upgrade-mod "noise" a little
2015-03-27 00:11:32 +01:00
reaperrr
c92b2298c3
Remove missile TurboBoost
2015-03-27 00:04:39 +01:00
reaperrr
2a4719b88b
Rename Missile ROT to RateOfTurn
2015-03-27 00:04:38 +01:00
reaperrr
f9332c9efe
Renames BlocksBullets to BlocksProjectiles and projectile High property to Blockable
2015-03-27 00:04:37 +01:00