From 62fa566dceaf0d798241683d6d55ce218e6f60a6 Mon Sep 17 00:00:00 2001 From: psydev Date: Sun, 20 Jul 2014 17:45:37 -0700 Subject: [PATCH] Reduce Stealth damage vs. infantry 35% -> 25% Playtesting has shown that the Stealth Tank is a little bit too good against infantry, which are supposed to be its (soft) natural counter. They are the only units which can detect the stealth tanks, so it's important that they not die too easily. Right now it seems that stealth tanks are able to sit and fight infantry very easily, especially since they outrange them. This change will discourage stealth tanks from engaging infantry without care. --- mods/cnc/weapons.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/cnc/weapons.yaml b/mods/cnc/weapons.yaml index c9383aab1e..1e68d4ad7f 100644 --- a/mods/cnc/weapons.yaml +++ b/mods/cnc/weapons.yaml @@ -624,7 +624,7 @@ MammothMissiles: Warhead: Spread: 128 Versus: - None: 35% + None: 25% Wood: 75% Light: 100% Heavy: 90%