[[Balancing changes]]
* decreased the forest defense of the Ranger from 70% to 60% * decreased the forest movement cost of the Ranger from 2 to 1 * decreased the shallow water, mountain, swamp and snow movement cost of the Ranger from 3 to 2
This commit is contained in:
parent
b21ac48cdf
commit
6a65dd6db0
3 changed files with 18 additions and 5 deletions
12
changelog
12
changelog
|
@ -18,7 +18,14 @@ Version 1.3.15+svn:
|
|||
* Fixed control change when giving own team (bug #6639)
|
||||
* when loading a savegame don't offer to take the non-player sides (bug
|
||||
#10746)
|
||||
* User interface
|
||||
* units:
|
||||
* balancing changes:
|
||||
* decreased the village defense of Bats from 60% to 40%
|
||||
* decreased the forest defense of the Ranger from 70% to 60%
|
||||
* decreased the forest movement cost of the Ranger from 2 to 1
|
||||
* decreased the shallow water, mountain, swamp and snow movement cost of
|
||||
the Ranger from 3 to 2
|
||||
* user interface:
|
||||
* During dialogs the speaker is shown in the sidebar and highlighted.
|
||||
* During ai moves the source hex is no longer highlighted.
|
||||
* show unit standing animations and idle animations are now separate options
|
||||
|
@ -69,9 +76,6 @@ Version 1.3.15:
|
|||
(bug #9538)
|
||||
* observers without the addon installed can watch the second scenario of
|
||||
a MP campaign again (bug #10794)
|
||||
* units:
|
||||
* balancing changes:
|
||||
* decreased the village defense of Bats from 60% to 40%
|
||||
* user interface:
|
||||
* Made ESC clear hotkey when changing hotkeys
|
||||
* Made quick replay skip messages
|
||||
|
|
|
@ -27,13 +27,18 @@ The presence of these men troubles the more authoritarian of rulers; they are an
|
|||
# Rangers are almost like human elves
|
||||
[defense]
|
||||
swamp_water=40
|
||||
forest=30
|
||||
forest=40
|
||||
hills=40
|
||||
shallow_water=60
|
||||
[/defense]
|
||||
[movement_costs]
|
||||
shallow_water=2
|
||||
swamp_water=2
|
||||
forest=1
|
||||
hills=1
|
||||
mountains=2
|
||||
cave=2
|
||||
tundra=2
|
||||
[/movement_costs]
|
||||
[attack]
|
||||
name=sword
|
||||
|
|
|
@ -18,6 +18,10 @@ Version 1.3.15+svn:
|
|||
|
||||
* Unit changes and balancing
|
||||
* Decreased the village defense of Bats from 60% to 40%.
|
||||
* Decreased the forest defense of the Ranger from 70% to 60%.
|
||||
* Decreased the forest movement cost of the Ranger from 2 to 1.
|
||||
* Decreased the shallow water, mountain, swamp and snow movement cost of
|
||||
the Ranger from 3 to 2.
|
||||
|
||||
* User interface
|
||||
* During dialogs the speaker is shown in the sidebar and highlighted.
|
||||
|
|
Loading…
Add table
Reference in a new issue