Some balancing changes
This commit is contained in:
parent
35e1487b51
commit
38529f4236
6 changed files with 11 additions and 5 deletions
|
@ -67,6 +67,12 @@ SVN trunk (1.1.2+svn):
|
|||
* fixed the resistances of the Sky Drake line
|
||||
* increased the holy resistance for units with holy attacks to 40% for level 2
|
||||
and 60% for level 3
|
||||
* balancing changes:
|
||||
* decreased HP of Drake Flare from 62 to 54
|
||||
* decreased HP of Drake Flamenheart from 82 to 72
|
||||
* increased HP of Fire Drake from 54 to 63
|
||||
* increased HP of Drake Inferno from 68 to 82
|
||||
* decreased HP of Elvish Fighter from 34 to 33
|
||||
* Wesnoth engine
|
||||
* new unit display graphic engine...
|
||||
* added unit cost to help
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
race=drake
|
||||
image="units/drakes/fire.png"
|
||||
profile="portraits/core/Alex_Jarocha-Ernst/drake-burner.png"
|
||||
hitpoints=54
|
||||
hitpoints=63
|
||||
movement_type=drakefly
|
||||
movement=5
|
||||
experience=80
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
image="units/drakes/flameheart.png"
|
||||
image_leading="units/drakes/flameheart-lead.png"
|
||||
profile="portraits/core/Alex_Jarocha-Ernst/drake-burner.png"
|
||||
hitpoints=82
|
||||
hitpoints=72
|
||||
movement_type=drakefly
|
||||
movement=5
|
||||
experience=100
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
image="units/drakes/flare.png"
|
||||
image_leading="units/drakes/flare-lead.png"
|
||||
profile="portraits/core/Alex_Jarocha-Ernst/drake-burner.png"
|
||||
hitpoints=62
|
||||
hitpoints=54
|
||||
movement_type=drakefly
|
||||
movement=5
|
||||
experience=80
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
race=drake
|
||||
image="units/drakes/inferno.png"
|
||||
profile="portraits/core/Alex_Jarocha-Ernst/drake-burner.png"
|
||||
hitpoints=68
|
||||
hitpoints=82
|
||||
movement_type=drakefly
|
||||
movement=5
|
||||
experience=100
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
image="units/elves-wood/fighter.png"
|
||||
image_long="units/elves-wood/fighter-bow.png"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=34
|
||||
hitpoints=33
|
||||
movement_type=woodland
|
||||
{LESS_NIMBLE_ELF}
|
||||
movement=5
|
||||
|
|
Loading…
Add table
Reference in a new issue