[[Balancing changes]]

* gave the Fugitive the concealment ability (village hiding)
* increased the XP requirement to advance to the Fugitive from 77 to 120
* decreased the melee attack of the Fugitive from 12-2 to 11-2
* decreased the ranged attack of the Fugitive from 8-4 to 7-4
* streamlined the changelog layout
This commit is contained in:
Gunter Labes 2007-09-07 16:53:35 +00:00
parent 344cb4fa00
commit de27b6b890
4 changed files with 54 additions and 14 deletions

View file

@ -1,5 +1,5 @@
Version 1.3.7+svn:
* Campaigns
* campaigns:
* Northern Rebirth
* Colored portraits for Sisal and Rakshas
* Son of the Black Eye
@ -9,6 +9,11 @@
* Map for "A Choice In The Fog modified so mermen are actually useful.
* "Tidings Good And Ill" is now playable even if you didn't recruit
elves in the previous scenarios (bug #9944).
* graphics:
* new graphics for the highwayman
* no more idle animations for units next to an enemy unit
* new button and slider in preferences to switch unit idle animations on
and off and set their frequency
* language and i18n:
* updated translations: Bulgarian, Danish, Dutch, Finnish, French, German,
Polish, Swedish
@ -21,6 +26,16 @@
* the server sends the game id and not only the game name if a player joins
a game to avoid ambiguity in case of multiple games with the same name
* show observer team chat messages in the 'Chat Log' window
* units:
* balancing changes:
* gave the Fugitive the concealment ability (village hiding)
* increased the XP requirement to advance to the Fugitive from 77 to 120
* decreased the melee attack of the Fugitive from 12-2 to 11-2
* decreased the ranged attack of the Fugitive from 8-4 to 7-4
* user interface:
* In help, for each ability and special weapon topic, display a list of
hyperlinks to encountered units having this ability/special (bug #9567)
* OK in the status menu replaced with more informative "Scroll To".
* WML engine:
* now tag [filter_adjacent] is supported in the Standard Unit Filter (SUF)
* now tag [filter_adjacent_location] is supported in the Standard Location
@ -30,16 +45,7 @@
* a minus sign in front of a cardinal direction now reverses it ("-s"="n")
* now radius expansion is handled last in Standard Location Filters;
previously it was handled last except before [and], [or], and [not]
* graphics:
* new graphics for the highwayman
* no more idle animations for units next to an enemy unit
* new button and slider in preferences to switch unit idle animations on
and off and set their frequency
* user interface:
* In help, for each ability and special weapon topic, display a list of
hyperlinks to encountered units having this ability/special (bug #9567)
* OK in the status menu replaced with more informative "Scroll To".
* miscellaneous and bug fixes
* miscellaneous and bug fixes:
* various bug fixes and code cleanups
* in help, the encountered units list is now correctly updated when using
":debug" and ":nodebug" commands

View file

@ -405,6 +405,30 @@ Enemy units cannot see this unit at night, except if they have units next to it.
[/hides]
#enddef
#define ABILITY_CONCEALMENT
# Canned definition of the Concealment ability to be included in an
# [abilities] clause.
[hides]
id=concealment
name= _ "concealment"
description= _ "Concealment:
This unit can hide in villages (with the exception of water villages), and remain undetected by its enemies, except by those standing next to it.
Enemy units can not see this unit while it is in a village, except if they have units next to it. Any enemy unit that first discovers this unit immediately loses all its remaining movement."
name_inactive= _ "concealment"
description_inactive= _ "Concealment:
This unit can hide in villages (with the exception of water villages), and remain undetected by its enemies, except by those standing next to it.
Enemy units can not see this unit while it is in a village, except if they have units next to it. Any enemy unit that first discovers this unit immediately loses all its remaining movement."
affect_self=yes
[filter_self]
[filter_location]
terrain=Ss^Vhs, Ss^Vm, Gs^Vht, Uu^Vu, Uu^Vud, Hh^Vhh, Ha^Vhha, Mm^Vhh, Gg^Ve, Aa^Vha, Gg^Vh, Dd^Vda, Dd^Vdt, Aa^Vea
[/filter_location]
[/filter_self]
[/hides]
#enddef
#define ABILITY_SUBMERGE
# Canned definition of the Submerge ability to be included in an
# [abilities] clause.

View file

@ -17,7 +17,7 @@
#ifdef USE_L3_OUTLAWS
[advancefrom]
unit=Outlaw
experience=77
experience=120
[/advancefrom]
#endif
{AMLA_TOUGH 3}
@ -26,12 +26,15 @@
unit_description= _ "Veteran criminals become notorious among the authorities for both their battle prowess and ability to elude capture. Dangerous and ruthless, they can be fearful in their element but no real match for professional law enforcment forces."
die_sound={SOUND_LIST:HUMAN_DIE}
{DEFENSE_ANIM "units/human-outlaws/fugitive-defend.png" "units/human-outlaws/fugitive.png" {SOUND_LIST:HUMAN_HIT} }
[abilities]
{ABILITY_CONCEALMENT}
[/abilities]
[attack]
name=mace
description= _ "mace"
type=impact
range=melee
damage=12
damage=11
number=2
icon=attacks/mace.png
[animation]
@ -78,7 +81,7 @@
description= _ "sling"
type=impact
range=ranged
damage=8
damage=7
number=4
icon=attacks/sling.png
[animation]

View file

@ -27,6 +27,13 @@ Version 1.3.7+svn:
* Revised maps: Charge, Den of Onis, Meteor Lake, Silverhead Crossing,
Triple Blitz, Clash.
* Unit changes and balancing
* Gave the Fugitive the concealment ability. (village hiding)
* Increase the XP requirement to advance to the Fugitive from 77 to 120.
* Decreased the melee attack of the Fugitive from 12-2 to 11-2.
* Decreased the ranged attack of the Fugitive from 8-4 to 7-4.
* User interface
* OK in the status menu replaced with more informative "Scroll To".