diff --git a/changelog/snippets/balance.6972.md b/changelog/snippets/balance.6972.md new file mode 100644 index 00000000000..6a5f86aeeb6 --- /dev/null +++ b/changelog/snippets/balance.6972.md @@ -0,0 +1,4 @@ +- (#6972) Reduce deceiver stealth field range to make fire beetles easier to kill, make hiding armies/raids more difficult, and reduce its effectiveness in comparison to static stealth field generators. + + **Deceiver: T2 Mobile Stealth Field System (URL0306):** + - Radar and sonar stealth field radius: 24 -> 20 diff --git a/units/URL0306/URL0306_unit.bp b/units/URL0306/URL0306_unit.bp index e7f6a3ba559..61d73133be4 100644 --- a/units/URL0306/URL0306_unit.bp +++ b/units/URL0306/URL0306_unit.bp @@ -106,8 +106,8 @@ UnitBlueprint{ Intel = { RadarStealth = true, RadarStealthField = true, - RadarStealthFieldRadius = 24, - SonarStealthFieldRadius = 24, + RadarStealthFieldRadius = 20, + SonarStealthFieldRadius = 20, VisionRadius = 16, }, LifeBarHeight = 0.075,