Balancing changes to cavalryman line and orc archer.
Updated changelog/players changelog.
This commit is contained in:
parent
e0dbff893b
commit
9037d3740e
6 changed files with 16 additions and 5 deletions
|
@ -17,6 +17,11 @@ Version 1.9.5+svn:
|
|||
* New maps: 2p Thousand Stings Garrison, 2p Arcanclave Citadel, 6p Volcano.
|
||||
* Updated maps: Caves of the Basilisk, 2p Hamlets, The Freelands, Silverhead
|
||||
Crossing, Sablestone Delta, Fallenstar Lake, Den of Onis.
|
||||
* Unit changes and balancing:
|
||||
* Orc archer pierce attack upgraded from 5-3 to 6-3.
|
||||
* Cavalryman hp reduced from 38 to 34
|
||||
* Dragoon hp reduced from 53 to 49
|
||||
* Cavalier hp reduced from 68 to 64
|
||||
* User interface:
|
||||
* Patch #2625: added a GUI interface to changing control in multiplayer
|
||||
games. The command to access it is currently :give_control
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
image="units/human-loyalists/cavalier.png"
|
||||
profile="portraits/humans/cavalier.png"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=68
|
||||
hitpoints=64
|
||||
movement_type=mounted
|
||||
movement=9
|
||||
experience=150
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
profile="portraits/humans/cavalryman.png"
|
||||
ellipse="misc/ellipse"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=38
|
||||
hitpoints=34
|
||||
movement_type=mounted
|
||||
movement=8
|
||||
experience=40
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
image="units/human-loyalists/dragoon.png"
|
||||
profile="portraits/humans/cavalier.png"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=53
|
||||
hitpoints=49
|
||||
movement_type=mounted
|
||||
movement=9
|
||||
experience=95
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
icon=attacks/bow-orcish.png
|
||||
type=pierce
|
||||
range=ranged
|
||||
damage=5
|
||||
damage=6
|
||||
number=3
|
||||
[/attack]
|
||||
[attack]
|
||||
|
|
|
@ -19,7 +19,13 @@ Version 1.9.5+svn:
|
|||
* New maps: 2p Thousand Stings Garrison, 2p Arcanclave Citadel, 6p Volcano.
|
||||
* Updated maps: Caves of the Basilisk, 2p Hamlets, The Freelands, Silverhead
|
||||
Crossing, Sablestone Delta, Fallenstar Lake, Den of Onis.
|
||||
|
||||
|
||||
* Unit changes and balancing:
|
||||
* Orc archer pierce attack upgraded from 5-3 to 6-3.
|
||||
* Cavalryman hp reduced from 38 to 34
|
||||
* Dragoon hp reduced from 53 to 49
|
||||
* Cavalier hp reduced from 68 to 64
|
||||
|
||||
* User interface:
|
||||
* Patch #2625: added a GUI interface to changing control in multiplayer
|
||||
games. The command to access it is currently :give_control
|
||||
|
|
Loading…
Add table
Reference in a new issue