From c3d9943dd0c732a7d343d87f8252cf7f8d7811b5 Mon Sep 17 00:00:00 2001 From: Freagarach Date: Fri, 8 Sep 2023 09:14:11 +0000 Subject: [PATCH] Bring back (small) splash for catapults, heavy ship. Catapults and heavy warships received a nerf to their range, which was also designed to stop infinite targeting of structures outside of vision range. This was a substantial nerf, from 100 range to 85. This change compensates for this range reduction by slightly improving their versatility. This is not the same splash we have seen in previous alphas, as it is only a radius of one meter. It also makes them exciting as you could land some epic shots if your enemy is very tightly bunched. Patch by: @real_tabasco_sauce Differential revision: https://code.wildfiregames.com/D5053 Accepted by: @borg- Comments by: @chrstgtr, @wowgetoffyourcellphone This was SVN commit r27831. --- .../templates/template_unit_ship_warship_heavy.xml | 10 +++++++++- .../templates/template_unit_siege_stonethrower.xml | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/binaries/data/mods/public/simulation/templates/template_unit_ship_warship_heavy.xml b/binaries/data/mods/public/simulation/templates/template_unit_ship_warship_heavy.xml index c3e0bacdb8..1868c76ce8 100644 --- a/binaries/data/mods/public/simulation/templates/template_unit_ship_warship_heavy.xml +++ b/binaries/data/mods/public/simulation/templates/template_unit_ship_warship_heavy.xml @@ -4,7 +4,7 @@ Stone - 300 + 225 85 26 @@ -23,6 +23,14 @@ outline_border_mask.png 0.175 + + Circular + 1 + false + + 75 + + diff --git a/binaries/data/mods/public/simulation/templates/template_unit_siege_stonethrower.xml b/binaries/data/mods/public/simulation/templates/template_unit_siege_stonethrower.xml index 0ea313ac38..f90de17ddb 100644 --- a/binaries/data/mods/public/simulation/templates/template_unit_siege_stonethrower.xml +++ b/binaries/data/mods/public/simulation/templates/template_unit_siege_stonethrower.xml @@ -4,7 +4,7 @@ Stone - 350 + 250 85 26 @@ -25,6 +25,14 @@ outline_border_mask.png 0.175 + + Circular + 1 + false + + 100 + +