increased the HP of the Longbowman from 45 to 51
decreased the XP requirement of the Longbowman from 80 to 68 increased the HP of the Master Bowman from 58 to 67
This commit is contained in:
parent
738f29645f
commit
d1eb337cd4
3 changed files with 6 additions and 3 deletions
|
@ -16,6 +16,9 @@ Version 1.3-svn:
|
|||
* new multiplayer maps: The Manzivan Traps
|
||||
* units:
|
||||
* balancing changes:
|
||||
* increased the HP of the Longbowman from 45 to 51
|
||||
* decreased the XP requirement of the Longbowman from 80 to 68
|
||||
* increased the HP of the Master Bowman from 58 to 67
|
||||
* decreased cost of the Mudcrawler from 9 to 5
|
||||
* Dark Adepts no longer get the 'strong' trait
|
||||
* new traits
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
image="units/human-loyalists/longbowman.png"
|
||||
profile="portraits/Pekka_Aikio/human-longbowman.png"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=45
|
||||
hitpoints=51
|
||||
movement_type=smallfoot
|
||||
movement=5
|
||||
experience=80
|
||||
experience=68
|
||||
level=2
|
||||
alignment=lawful
|
||||
advanceto=Master Bowman
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
gender=male
|
||||
image="units/human-loyalists/masterbowman.png"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=58
|
||||
hitpoints=67
|
||||
movement_type=smallfoot
|
||||
movement=5
|
||||
experience=100
|
||||
|
|
Loading…
Add table
Reference in a new issue