[[Balancing changes]]
* decreased the ranged attack of the Mage of Light from 15-3 to 12-3 * decreased the melee attack of the Merman Warrior from 8-4 to 10-3
This commit is contained in:
parent
814d42ea87
commit
11984c862b
4 changed files with 11 additions and 3 deletions
|
@ -12,6 +12,10 @@ Version 1.5.0+svn:
|
|||
* terrains:
|
||||
* Reorganisation of the terrain macros including more consistent image
|
||||
naming. The old macros are kept for now for compatibility.
|
||||
* units:
|
||||
* balancing changes:
|
||||
* decreased the ranged attack of the Mage of Light from 15-3 to 12-3
|
||||
* decreased the melee attack of the Merman Warrior from 8-4 to 10-3
|
||||
* WML engine:
|
||||
* titlescreen is now randomly loaded
|
||||
* miscellaneous and bug fixes:
|
||||
|
|
|
@ -110,7 +110,7 @@ Following a strict code of piety and honor, these men and women work tirelessly
|
|||
[specials]
|
||||
{WEAPON_SPECIAL_MAGICAL}
|
||||
[/specials]
|
||||
damage=15
|
||||
damage=12
|
||||
number=3
|
||||
[/attack]
|
||||
[attack_anim]
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
description=_"trident"
|
||||
type=pierce
|
||||
range=melee
|
||||
damage=8
|
||||
number=4
|
||||
damage=10
|
||||
number=3
|
||||
[/attack]
|
||||
[attack_anim]
|
||||
[filter_attack]
|
||||
|
|
|
@ -10,6 +10,10 @@ Version 1.5.0+svn:
|
|||
* Multiplayer
|
||||
* Revised maps: Den of Onis.
|
||||
|
||||
* Unit changes and balancing
|
||||
* Decreased the ranged attack of the Mage of Light from 15-3 to 12-3.
|
||||
* Decreased the melee attack of the Merman Warrior from 8-4 to 10-3.
|
||||
|
||||
* User interface
|
||||
* Titlescreen is now randomly loaded.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue