[[Balancing changes]]

* changed the 'resilient' trait from +3HP +10% to +4HP + 1HP * unit level
* decreased the HP reduction of the 'quick' trait from 10% to 5%
* decreased the HP addition of the 'healthy' trait from +3HP to +2HP
* decreased the blade and impact resistance of saurians from 0% to -10%
* decreased the fire resistance of saurians from -10% to -20%
* increased the pierce resistance of saurians from 10% to 20%
* increased the HP of saurians by 4HP
* increased the XP requirement of the Saurian Skirmisher and Augur by 2
* increased the melee attack of the Ruffian from 4-2 to 5-2
This commit is contained in:
Gunter Labes 2007-07-18 20:35:17 +00:00
parent 1a8d02e68d
commit f36af6561c
12 changed files with 40 additions and 18 deletions

View file

@ -22,6 +22,16 @@ Version 1.3.4+svn:
* fix MP crash on next scenario, thanks to Rhuvaen
* units
* new "mechanical" trait, meant to show mechanical unit are immune to poison
* balancing changes:
* changed the 'resilient' trait from +3HP +10% to +4HP + 1HP * unit level
* decreased the HP reduction of the 'quick' trait from 10% to 5%
* decreased the HP addition of the 'healthy' trait from +3HP to +2HP
* decreased the blade and impact resistance of saurians from 0% to -10%
* decreased the fire resistance of saurians from -10% to -20%
* increased the pierce resistance of saurians from 10% to 20%
* increased the HP of saurians by 4HP
* increased the XP requirement of the Saurian Skirmisher and Augur by 2
* increased the melee attack of the Ruffian from 4-2 to 5-2
* user interface:
* allow unfocused widgets to steal the focus instead of just borrowing it
* frequency of idle animations halved.

View file

@ -283,7 +283,7 @@ Intelligent units are very useful at the beginning of a campaign as they can adv
[topic]
id=traits_quick
title= _"Quick"
text= _"Quick units have 1 extra movement point, but 10% less HP than usual." + _"
text= _"Quick units have 1 extra movement point, but 5% less HP than usual." + _"
Quick is the most noticeable trait, particularly in slower moving units such as trolls or heavy infantry. Units with the Quick trait often have greatly increased mobility in rough terrain, which can be important to consider when deploying your forces. Also, Quick units aren't quite as tough as units without this trait and are subsequently less good at holding contested positions."
[/topic]
@ -291,7 +291,7 @@ Quick is the most noticeable trait, particularly in slower moving units such as
[topic]
id=traits_resilient
title= _"Resilient"
text= _"Resilient units have 10% +3 more HP than usual." + _"
text= _"Resilient units have 4 HP plus 1 HP per level more than usual." + _"
Resilient units can be useful at all stages of a campaign, and this is a useful trait for all units. Resilient is often most helpful as a trait when it occurs in a unit that has some combination of low hitpoints, good defense, or high resistances. Resilient units are especially useful for holding strategic positions against opponents."
[/topic]
@ -347,7 +347,7 @@ Dextrous is a trait possessed only by Elves. The Elven people are known for thei
title= _"Healthy"
text= _"Renowned for their vitality, some dwarves are sturdier than others and can rest even when travelling." + _"
Healthy units have 3 more HP than usual and rest heal 2 additional HP after each turn they did not fight."
Healthy units have 2 more HP than usual and rest heal 2 additional HP after each turn they did not fight."
[/topic]
[topic]

View file

@ -79,7 +79,7 @@
[/effect]
[effect]
apply_to=hitpoints
increase_total=-10%
increase_total=-5%
[/effect]
[/trait]
#enddef
@ -123,7 +123,7 @@
description= _ "Can rest while moving"
[effect]
apply_to=hitpoints
increase_total=3
increase_total=2
[/effect]
[/trait]
#enddef

View file

@ -1146,10 +1146,10 @@
[/defense]
[resistance]
blade=100
pierce=90
impact=100
fire=110
blade=110
pierce=80
impact=110
fire=120
cold=120
arcane=80
[/resistance]

View file

@ -24,7 +24,7 @@
icon=attacks/club-small.png
type=impact
range=melee
damage=4
damage=5
number=2
[animation]
hits=no

View file

@ -6,7 +6,7 @@
image="units/saurians/ambusher.png"
profile="portraits/Alex_Jarocha-Ernst/saurian-skirmisher.png"
{MAGENTA_IS_THE_TEAM_COLOR}
hitpoints=32
hitpoints=36
movement_type=lizard
movement=7
experience=55

View file

@ -8,10 +8,10 @@
profile="portraits/Alex_Jarocha-Ernst/saurian-augur.png"
{DEFENSE_ANIM "units/saurians/augur-defend.png" "units/saurians/augur.png" hiss-hit.wav }
{MAGENTA_IS_THE_TEAM_COLOR}
hitpoints=18
hitpoints=22
movement_type=lizard
movement=6
experience=26
experience=28
level=1
alignment=chaotic
advanceto=Saurian Oracle,Saurian Soothsayer

View file

@ -6,7 +6,7 @@
image="units/saurians/flanker.png"
{MAGENTA_IS_THE_TEAM_COLOR}
profile="portraits/Alex_Jarocha-Ernst/saurian-skirmisher.png"
hitpoints=43
hitpoints=47
movement_type=lizard
movement=7
experience=100

View file

@ -7,7 +7,7 @@
profile="portraits/Alex_Jarocha-Ernst/saurian-augur.png"
{DEFENSE_ANIM "units/saurians/oracle-defend.png" "units/saurians/oracle.png" hiss-hit.wav }
{MAGENTA_IS_THE_TEAM_COLOR}
hitpoints=25
hitpoints=29
movement_type=lizard
movement=6
experience=100

View file

@ -7,10 +7,10 @@
ellipse="misc/ellipse"
{MAGENTA_IS_THE_TEAM_COLOR}
profile=portraits/Alex_Jarocha-Ernst/saurian-skirmisher.png
hitpoints=22
hitpoints=26
movement_type=lizard
movement=6
experience=30
experience=32
level=1
alignment=chaotic
advanceto=Saurian Ambusher

View file

@ -7,7 +7,7 @@
profile="portraits/Alex_Jarocha-Ernst/saurian-augur.png"
{DEFENSE_ANIM "units/saurians/soothsayer-defend.png" "units/saurians/soothsayer.png" hiss-hit.wav }
{MAGENTA_IS_THE_TEAM_COLOR}
hitpoints=25
hitpoints=29
movement_type=lizard
movement=6
experience=100

View file

@ -26,6 +26,18 @@ Version 1.3.4+svn:
* Revised maps: Blitz, Cynsaun Battlefield, Hamlets, Sablestone Delta,
Silverhead Crossing, Sulla's Ruins, Clash.
* Unit changes and balancing
* Changed the 'resilient' trait from +3HP +10% to +4HP + 1HP * unit level.
* Decreased the HP reduction of the 'quick' trait from 10% to 5%.
* Decreased the HP addition of the 'healthy' trait from +3HP to +2HP.
* Decreased the blade and impact resistance of saurians from 0% to -10%.
* Decreased the fire resistance of saurians from -10% to -20%.
* Increased the pierce resistance of saurians from 10% to 20%.
* Increased the HP of saurians by 4HP.
* Increased the XP requirement of the Saurian Skirmisher and Augur by 2.
* Increased the melee attack of the Ruffian from 4-2 to 5-2.
* User interface
* Bug in delete_autosave preference fixed (thank you to jimm for spotting
this).