Decreased the ranged attack of the Bowman from 7-3 to 6-3.
This commit is contained in:
parent
0402b42f78
commit
06ed23781e
3 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue