Fix images, delete a few more notes
This commit is contained in:
parent
307b206417
commit
b205941fba
1 changed files with 9 additions and 13 deletions
|
@ -10,21 +10,17 @@
|
||||||
[resistance]
|
[resistance]
|
||||||
arcane=80
|
arcane=80
|
||||||
[/resistance]
|
[/resistance]
|
||||||
#original movement was 4, raised to 5 to avoid RIPLIB. Elvish_Hunter
|
|
||||||
movement=5
|
movement=5
|
||||||
#Wired mainline Ogre portrait. Elvish_Hunter
|
profile="portraits/monsters/ogre.webp"
|
||||||
profile="portraits/monsters/ogre.png"
|
|
||||||
experience=150
|
experience=150
|
||||||
level=3
|
level=3
|
||||||
alignment=neutral
|
alignment=neutral
|
||||||
advances_to=null
|
advances_to=null
|
||||||
{AMLA_DEFAULT}
|
{AMLA_DEFAULT}
|
||||||
#Original cost was 33, same as L2 Ogre. Elvish_Hunter
|
|
||||||
cost=43
|
cost=43
|
||||||
usage=fighter
|
usage=fighter
|
||||||
description= _ "Great Ogres are giant creatures that usually live alone in the wilderness, remarkably similar to humans in form, though large and misshapen. While they can be easily outrun or outsmarted, their strength is not to be underestimated."
|
description= _ "Great Ogres are giant creatures that usually live alone in the wilderness, remarkably similar to humans in form, though large and misshapen. While they can be easily outrun or outsmarted, their strength is not to be underestimated."
|
||||||
die_sound={SOUND_LIST:OGRE_DIE}
|
die_sound={SOUND_LIST:OGRE_DIE}
|
||||||
#decreased from 16 to 15, as Tet suggested. E_H.
|
|
||||||
[attack]
|
[attack]
|
||||||
name=cleaver
|
name=cleaver
|
||||||
#textdomain wesnoth-units
|
#textdomain wesnoth-units
|
||||||
|
@ -36,7 +32,7 @@
|
||||||
number=3
|
number=3
|
||||||
[/attack]
|
[/attack]
|
||||||
|
|
||||||
{DEFENSE_ANIM "units/monsters/great-ogre-defend.png" "units/monsters/great-ogre.png" {SOUND_LIST:OGRE_HIT} }
|
{DEFENSE_ANIM "units/ogres/great-ogre-defend.png" "units/ogres/great-ogre.png" {SOUND_LIST:OGRE_HIT} }
|
||||||
|
|
||||||
[attack_anim]
|
[attack_anim]
|
||||||
[filter_attack]
|
[filter_attack]
|
||||||
|
@ -46,24 +42,24 @@
|
||||||
[frame]
|
[frame]
|
||||||
begin=-325
|
begin=-325
|
||||||
end=-250
|
end=-250
|
||||||
image="units/monsters/great-ogre-attack-1.png"
|
image="units/ogres/great-ogre-attack-1.png"
|
||||||
[/frame]
|
[/frame]
|
||||||
[frame]
|
[frame]
|
||||||
begin=-250
|
begin=-250
|
||||||
end=-150
|
end=-150
|
||||||
image="units/monsters/great-ogre-attack-2.png"
|
image="units/ogres/great-ogre-attack-2.png"
|
||||||
[/frame]
|
[/frame]
|
||||||
[frame]
|
[frame]
|
||||||
begin=-150
|
begin=-150
|
||||||
end=-75
|
end=-75
|
||||||
image="units/monsters/great-ogre-attack-3.png"
|
image="units/ogres/great-ogre-attack-3.png"
|
||||||
[/frame]
|
[/frame]
|
||||||
[if]
|
[if]
|
||||||
hits=yes
|
hits=yes
|
||||||
[frame]
|
[frame]
|
||||||
begin=-75
|
begin=-75
|
||||||
end=100
|
end=100
|
||||||
image=units/monsters/great-ogre-attack-2.png
|
image=units/ogres/great-ogre-attack-2.png
|
||||||
sound=axe.ogg
|
sound=axe.ogg
|
||||||
[/frame]
|
[/frame]
|
||||||
[/if]
|
[/if]
|
||||||
|
@ -72,19 +68,19 @@
|
||||||
[frame]
|
[frame]
|
||||||
begin=-75
|
begin=-75
|
||||||
end=100
|
end=100
|
||||||
image=units/monsters/great-ogre-attack-2.png
|
image=units/ogres/great-ogre-attack-2.png
|
||||||
sound={SOUND_LIST:MISS}
|
sound={SOUND_LIST:MISS}
|
||||||
[/frame]
|
[/frame]
|
||||||
[/else]
|
[/else]
|
||||||
[frame]
|
[frame]
|
||||||
begin=100
|
begin=100
|
||||||
end=200
|
end=200
|
||||||
image="units/monsters/great-ogre-attack-1.png"
|
image="units/ogres/great-ogre-attack-1.png"
|
||||||
[/frame]
|
[/frame]
|
||||||
[/attack_anim]
|
[/attack_anim]
|
||||||
[idle_anim]
|
[idle_anim]
|
||||||
[frame]
|
[frame]
|
||||||
image="units/monsters/great-ogre-idle-[1~3].png"
|
image="units/ogres/great-ogre-idle-[1~3].png"
|
||||||
[/frame]
|
[/frame]
|
||||||
[/idle_anim]
|
[/idle_anim]
|
||||||
[/unit_type]
|
[/unit_type]
|
||||||
|
|
Loading…
Add table
Reference in a new issue