Dwarvish Explorer: reduce resistances from 20% to 10% (#9666)
* Dwarvish Explorer: physical resists reduced from 20% to 10%, melee damage increased from 10 to 11.
This commit is contained in:
parent
d9ef464b1e
commit
e586f2bcf5
3 changed files with 10 additions and 4 deletions
2
changelog_entries/explorer_resistance_nerf.md
Normal file
2
changelog_entries/explorer_resistance_nerf.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
### Units
|
||||
* Dwarvish Explorer: physical resists reduced from 20% to 10%, melee damage increased from 10 to 11.
|
|
@ -7,6 +7,11 @@
|
|||
profile="portraits/dwarves/explorer.webp"
|
||||
hitpoints=60
|
||||
movement_type=dwarvishfoot
|
||||
[resistance]
|
||||
blade=90
|
||||
pierce=90
|
||||
impact=90
|
||||
[/resistance]
|
||||
movement=5
|
||||
experience=150
|
||||
level=3
|
||||
|
@ -14,17 +19,16 @@
|
|||
advances_to=null
|
||||
{AMLA_DEFAULT}
|
||||
cost=51
|
||||
usage=scout
|
||||
usage=mixed fighter
|
||||
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}
|
||||
#weakened from 12 damage to 10 damage
|
||||
{DEFENSE_ANIM "units/dwarves/explorer-defend-2.png" units/dwarves/explorer-defend-1.png {SOUND_LIST:DWARF_HIT} }
|
||||
[attack]
|
||||
name=battle axe
|
||||
description= _"battle axe"
|
||||
type=blade
|
||||
range=melee
|
||||
damage=10
|
||||
damage=11
|
||||
number=3
|
||||
icon=attacks/battleaxe.png
|
||||
[/attack]
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
alignment=neutral
|
||||
advances_to=Dwarvish Explorer
|
||||
cost=24
|
||||
usage=scout
|
||||
usage=mixed fighter
|
||||
description= _ "These hardy dwarves are sometimes away from their caves for long periods, scouting and patrolling the borders. They spend this time watching for invaders, and fighting bandits and thieves who encroach on dwarvish territory. They are powerful fighters in a melee, and from a distance their deftly thrown axes can rival the power and accuracy of a human archer."
|
||||
die_sound={SOUND_LIST:DWARF_DIE}
|
||||
#weakened from 9 damage to 8 damage
|
||||
|
|
Loading…
Add table
Reference in a new issue