Skip to content

Commit

Permalink
Testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
PunkPun committed Mar 27, 2024
1 parent f86f7ea commit 7be1229
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 3 additions & 1 deletion mods/ra/weapons/ballistics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,15 @@ Grenade:
Image: BOMB
Warhead@1Dam: SpreadDamage
Spread: 256
Damage: 6000
Damage: 0
Versus:
None: 60
Wood: 100
Light: 25
Heavy: 25
Concrete: 100
Warhead@spawn: SpawnActor
Actors: heli
Warhead@3Eff: CreateEffect
Explosions: med_explosion
ImpactSounds: kaboom25.aud
Expand Down
10 changes: 8 additions & 2 deletions mods/ra/weapons/missiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ Dragon:
Inherits: ^AntiGroundMissile
Projectile: Missile
TrailImage: smokey
Warhead@spawn: SpawnActor
Actors: e1

HellfireAG:
Inherits: ^AntiGroundMissile
Expand Down Expand Up @@ -152,7 +154,9 @@ Nike:
RangeLimit: 11c0
Speed: 341
Warhead@1Dam: SpreadDamage
Damage: 4500
Damage: 0
Warhead@spawn: SpawnActor
Actors: heli
Warhead@3Eff: CreateEffect
Explosions: med_explosion_air
ImpactSounds: kaboom25.aud
Expand All @@ -165,7 +169,9 @@ RedEye:
HorizontalRateOfTurn: 80
Speed: 298
Warhead@1Dam: SpreadDamage
Damage: 2400
Damage: 0
Warhead@spawn: SpawnActor
Actors: e1

Stinger:
Inherits: ^AntiGroundMissile
Expand Down

0 comments on commit 7be1229

Please sign in to comment.