Decreased the physical resistances of the Dwarvish Scout...

...and Dwarvish Pathfinder to 10% and those of the Dwarvish Explorer
to 20%.
This commit is contained in:
Lari Nieminen 2010-10-20 11:40:49 +00:00
parent e9e343fca7
commit 46b040dc71
5 changed files with 19 additions and 8 deletions

View file

@ -36,6 +36,9 @@ Version 1.9.1+svn:
* Updated translations: Chinese (Traditional), Czech, Dutch, Galician,
Indonesian, Japanese, Korean, Portuguese (Brazil), Russian, Shavian,
Slovak, Slovenian, Vietnamese
* Unit changes and balancing:
* Decreased the physical resistances of the Dwarvish Scout and Dwarvish
Pathfinder to 10% and those of the Dwarvish Explorer to 20%.
* User interface:
* Fixed: Addon dialog in title screen shows last host again.
* Fixed: Fullscreen hotkey works again in the title screen.
@ -55,8 +58,8 @@ Version 1.9.1+svn:
* Refresh cache (F5) works in editor.
* Add a "Save All Maps" menu item and hotkey in editor.
* Whiteboard planning system:
* Fixed: Crash when creating a planned move on Windows (bug #16705)
* New "Execute all actions" command bound to CTRL+y
* Fixed: Crash when creating a planned move on Windows (bug #16705)
* New "Execute all actions" command bound to CTRL+y
* WML Engine:
* id= in SUFs now accepts a comma-separated list.
* [capture_village] now accepts a full SLF.

View file

@ -15,11 +15,6 @@
advances_to=null
{AMLA_DEFAULT}
cost=45
[resistance]
blade=60
pierce=70
impact=70
[/resistance]
usage=scout
description= _ "Dwarvish Explorers are peerless survivalists. Using only the equipment they carry, they can range for months around the forests and mountains looking for new seams of ore and deposits of minerals. Whilst their skill in a melee is less than some other dwarves, they are unmatched with throwing axes, having practiced this skill hunting in the mountains. Their maneuverability makes them dangerous and tricky foes."
die_sound={SOUND_LIST:DWARF_DIE}

View file

@ -8,6 +8,11 @@
{MAGENTA_IS_THE_TEAM_COLOR}
hitpoints=42
movement_type=dwarvishfoot
[resistance]
blade=90
pierce=90
impact=90
[/resistance]
movement=5
experience=60
level=2

View file

@ -8,7 +8,11 @@
{MAGENTA_IS_THE_TEAM_COLOR}
hitpoints=30
movement_type=dwarvishfoot
#keep dwarves from racing across lava
[resistance]
blade=90
pierce=90
impact=90
[/resistance]
movement=5
experience=30
level=1

View file

@ -34,6 +34,10 @@ Version 1.9.1+svn:
Indonesian, Japanese, Korean, Portuguese (Brazil), Russian, Shavian,
Slovak, Slovenian, Vietnamese.
* Unit changes and balancing:
* Decreased the physical resistances of the Dwarvish Scout and Dwarvish
Pathfinder to 10% and those of the Dwarvish Explorer to 20%.
* User interface:
* Improved the layout of the title screen and fixed several bugs in it.
* Whiteboard planning system: