Elvish Champion stats tweak (#9621)
Elvish Champion: HP 72 -> 70, cost 61 -> 60, accuracy bonus is now explained via a weapon special. Resolves #8706
This commit is contained in:
parent
d3dfe36571
commit
42ed77905b
3 changed files with 20 additions and 3 deletions
2
changelog_entries/elvish-champion-honed.md
Normal file
2
changelog_entries/elvish-champion-honed.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
### Units
|
||||
* Elvish Champion: HP 72 -> 70, cost 61 -> 60, accuracy bonus is now explained via a weapon special
|
|
@ -115,6 +115,19 @@
|
|||
[/chance_to_hit]
|
||||
#enddef
|
||||
|
||||
#define WEAPON_SPECIAL_HONED
|
||||
# Canned definition of the Honed ability to be included in a
|
||||
# [specials] clause.
|
||||
[chance_to_hit]
|
||||
id=honed
|
||||
name= _ "honed"
|
||||
description= _ "This attack is 10% more accurate than other attacks."
|
||||
special_note= _ "This unit’s “honed” attack is slightly more accurate than other attacks."
|
||||
add=10
|
||||
cumulative=yes
|
||||
[/chance_to_hit]
|
||||
#enddef
|
||||
|
||||
#define WEAPON_SPECIAL_SWARM
|
||||
# Canned definition of the Swarm ability to be included in a
|
||||
# [specials] clause.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
race=elf
|
||||
image="units/elves-wood/champion.png"
|
||||
profile="portraits/elves/hero.webp"
|
||||
hitpoints=72
|
||||
hitpoints=70
|
||||
movement_type=woodland
|
||||
movement=5
|
||||
{LESS_NIMBLE_ELF}
|
||||
|
@ -14,7 +14,7 @@
|
|||
alignment=neutral
|
||||
advances_to=null
|
||||
{AMLA_DEFAULT}
|
||||
cost=61
|
||||
cost=60
|
||||
usage=fighter
|
||||
description= _ "Elves are typically peaceable by nature and most will attack only in retaliation for some wrongdoing wrought upon them. However, there are some elves who deliberately seek battle, purposeful or otherwise, for their own enjoyment. Through constant combat, these warriors either learn to hone their swordsmanship to a level far beyond most of their peers or perish in the volatile frenzy of melee. Those capable of persisting eventually grow skilled enough to wholly conquer the battlegrounds, becoming veritable champions of war as they mercilessly cut through their foes. Having spent their whole lives refining their prowess with the blade, these elves are exceptionally dangerous and should never be underestimated."
|
||||
die_sound={SOUND_LIST:ELF_HIT}
|
||||
|
@ -26,7 +26,9 @@
|
|||
range=melee
|
||||
damage=8
|
||||
number=5
|
||||
accuracy=10
|
||||
[specials]
|
||||
{WEAPON_SPECIAL_HONED}
|
||||
[/specials]
|
||||
[/attack]
|
||||
[attack]
|
||||
name=bow
|
||||
|
|
Loading…
Add table
Reference in a new issue