diff --git a/mods/ra/maps/desert-shellmap/map.yaml b/mods/ra/maps/desert-shellmap/map.yaml index c884ef4b1f..d700145a48 100644 --- a/mods/ra/maps/desert-shellmap/map.yaml +++ b/mods/ra/maps/desert-shellmap/map.yaml @@ -1356,7 +1356,7 @@ Weapons: Range: 10c0 TTankZap: Range: 4c768 - FLAK-23: + FLAK-23-AG: Range: 4c0 Voices: diff --git a/mods/ra/maps/fort-lonestar/map.yaml b/mods/ra/maps/fort-lonestar/map.yaml index 2038646cd4..1819dc21b3 100644 --- a/mods/ra/maps/fort-lonestar/map.yaml +++ b/mods/ra/maps/fort-lonestar/map.yaml @@ -672,6 +672,14 @@ Rules: Prerequisites: barracks Valued: Cost: 300 + FTRK: + -Armament@AA: + -Armament@AG: + Armament: + Weapon: FLAK-23 + Recoil: 85 + LocalOffset: 512,0,192 + MuzzleSequence: muzzle ARTY: Inherits: ^Tank Valued: diff --git a/mods/ra/rules/vehicles.yaml b/mods/ra/rules/vehicles.yaml index f9d47abc81..535136981c 100644 --- a/mods/ra/rules/vehicles.yaml +++ b/mods/ra/rules/vehicles.yaml @@ -596,8 +596,13 @@ FTRK: Turreted: ROT: 10 Offset: -298,0,298 - Armament: - Weapon: FLAK-23 + Armament@AA: + Weapon: FLAK-23-AA + Recoil: 85 + LocalOffset: 512,0,192 + MuzzleSequence: muzzle + Armament@AG: + Weapon: FLAK-23-AG Recoil: 85 LocalOffset: 512,0,192 MuzzleSequence: muzzle diff --git a/mods/ra/weapons/smallcaliber.yaml b/mods/ra/weapons/smallcaliber.yaml index 1d4318b606..72d34209a3 100644 --- a/mods/ra/weapons/smallcaliber.yaml +++ b/mods/ra/weapons/smallcaliber.yaml @@ -295,11 +295,34 @@ SilencedPPK: Explosion: water_piffs ValidImpactTypes: Water -FLAK-23: +FLAK-23-AA: + ReloadDelay: 10 + Range: 8c0 + Report: AACANON3.AUD + ValidTargets: Air + Projectile: Bullet + Speed: 1c682 + Blockable: false + Warhead@1Dam: SpreadDamage + Spread: 213 + Damage: 20 + ValidTargets: Air, Ground, Water + Versus: + None: 40 + Wood: 10 + Light: 60 + Heavy: 10 + Concrete: 20 + DamageTypes: Prone50Percent, TriggerProne, DefaultDeath + Warhead@2EffAir: CreateEffect + Explosion: small_explosion_air + ValidImpactTypes: Air, AirHit + +FLAK-23-AG: ReloadDelay: 10 Range: 6c0 Report: AACANON3.AUD - ValidTargets: Air, Ground, Water + ValidTargets: Ground, Water Projectile: Bullet Speed: 1c682 Blockable: false @@ -316,11 +339,8 @@ FLAK-23: DamageTypes: Prone50Percent, TriggerProne, DefaultDeath Warhead@2Eff: CreateEffect Explosion: small_explosion - InvalidImpactTypes: Air, AirHit, Water - Warhead@3EffAir: CreateEffect - Explosion: small_explosion_air - ValidImpactTypes: Air, AirHit - Warhead@4EffWater: CreateEffect + InvalidImpactTypes: Air, AirHit + Warhead@3EffWater: CreateEffect Explosion: small_splash ValidImpactTypes: Water