Changed Ogre and Young Ogre to use cleaver melee attack.
Added icon parameter for Horse Lord, Mounted Captain and Mountain Commander ranged attack (morning star).
This commit is contained in:
parent
95d4f8ce12
commit
f1e4a733ba
5 changed files with 5 additions and 2 deletions
|
@ -45,6 +45,7 @@ get_hit_sound=groan.wav
|
|||
range=short
|
||||
damage=16
|
||||
number=2
|
||||
icon=attacks/morning_star.png
|
||||
[frame]
|
||||
begin=-200
|
||||
end=-100
|
||||
|
|
|
@ -45,6 +45,7 @@ get_hit_sound=groan.wav
|
|||
range=short
|
||||
damage=8
|
||||
number=2
|
||||
icon=attacks/morning_star.png
|
||||
[frame]
|
||||
begin=-200
|
||||
end=-100
|
||||
|
|
|
@ -45,6 +45,7 @@ get_hit_sound=groan.wav
|
|||
range=short
|
||||
damage=12
|
||||
number=2
|
||||
icon=attacks/morning_star.png
|
||||
[frame]
|
||||
begin=-200
|
||||
end=-100
|
||||
|
|
|
@ -16,7 +16,7 @@ usage=fighter
|
|||
unit_description= _ "Ogres are stupid giant humanoids that usually live alone in the wilderness. While they can be easily outrun or outsmarted, their strength is not to be underestimated."
|
||||
get_hit_sound=groan.wav
|
||||
[attack]
|
||||
name=sword
|
||||
name=cleaver
|
||||
type=blade
|
||||
range=short
|
||||
damage=10
|
||||
|
|
|
@ -15,7 +15,7 @@ usage=fighter
|
|||
unit_description= _ "When still young, Ogres are taken into the army to be trained. They cannot manage weapons skillfully, so they are given a large blade, in the hope that they will be smart enough to swing it at their enemies, not their throat."
|
||||
get_hit_sound=groan.wav
|
||||
[attack]
|
||||
name=meat cleaver
|
||||
name=cleaver
|
||||
type=blade
|
||||
range=short
|
||||
damage=5
|
||||
|
|
Loading…
Add table
Reference in a new issue