From dec5c7dfe292341451b212171ec4f26d8252a4d0 Mon Sep 17 00:00:00 2001 From: psydev Date: Fri, 19 Apr 2013 15:11:55 -0700 Subject: [PATCH] Mobile SAM's patriot missile buffed To deal with orca spam problem: -Mobile SAM missile fires a bit faster (Burst Delay of 1 sec. instead of 1.4 sec). -Damage spread increased slightly from 14 -> 16, to deal with large concentrations of air units. -Damage increased 55 -> 60, which divides as 2/3rds of an orca's HP. Important because Infantry rockets and Bike Rockets do 30 damage each, so one rocket + 1 patriot == kill. SAM turret damage also increased 55 -> 60, for same reason. --- mods/cnc/weapons.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mods/cnc/weapons.yaml b/mods/cnc/weapons.yaml index 24ddddc814..7441913162 100644 --- a/mods/cnc/weapons.yaml +++ b/mods/cnc/weapons.yaml @@ -795,7 +795,7 @@ SAMMissile: Explosion: small_frag ImpactSound: xplos SmudgeType: Crater - Damage: 55 + Damage: 60 HonestJohn: ROF: 200 @@ -866,11 +866,11 @@ APCGun.AA: Damage: 30 Patriot: - ROF: 100 + ROF: 75 Range: 10 MinRange: 1 Burst: 2 - BurstDelay: 35 + BurstDelay: 25 Report: ROCKET2 ValidTargets: Air Projectile: Missile @@ -883,7 +883,7 @@ Patriot: RangeLimit: 35 Angle: .15 Warhead: AP - Spread: 14 + Spread: 16 Versus: None: 100% Wood: 100% @@ -893,4 +893,4 @@ Patriot: Explosion: poof ImpactSound: xplos SmudgeType: Crater - Damage: 55 + Damage: 60