From 06ed23781e7e4d71facc17fdddcec26b7197d759 Mon Sep 17 00:00:00 2001 From: Gunter Labes Date: Mon, 25 Aug 2008 18:14:07 +0000 Subject: [PATCH] Decreased the ranged attack of the Bowman from 7-3 to 6-3. --- changelog | 3 +++ data/core/units/humans/Loyalist_Bowman.cfg | 2 +- players_changelog | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index cddced7acae..3f3a8c65910 100644 --- a/changelog +++ b/changelog @@ -9,6 +9,9 @@ Version 1.5.3+svn: * More visible selection - draw a special overlay on every selected hex. * Language and i18n: * updated translations: French, Italian + * Units: + * Balancing changes: + * Decreased the ranged attack of the Bowman from 7-3 to 6-3. * User interface: * Parts of the new widget libary are deemed stable enough for testing and have been started to replace the old code. diff --git a/data/core/units/humans/Loyalist_Bowman.cfg b/data/core/units/humans/Loyalist_Bowman.cfg index 8f38df39d4f..14c9c2360bc 100644 --- a/data/core/units/humans/Loyalist_Bowman.cfg +++ b/data/core/units/humans/Loyalist_Bowman.cfg @@ -34,7 +34,7 @@ description=_"bow" type=pierce range=ranged - damage=7 + damage=6 number=3 [/attack] {DEFENSE_ANIM_RANGE "units/human-loyalists/bowman-melee-defend-2.png" "units/human-loyalists/bowman-melee-defend-1.png" {SOUND_LIST:HUMAN_HIT} melee} diff --git a/players_changelog b/players_changelog index 73bca0baa4e..612ef423dd7 100644 --- a/players_changelog +++ b/players_changelog @@ -13,6 +13,9 @@ Version 1.5.3: * Language and translations * updated translations: French, Italian. + * Unit changes and balancing + * Decreased the ranged attack of the Bowman from 7-3 to 6-3. + * User interface: * Parts of the new widget libary are deemed stable enough for testing and have been started to replace the old code.