From b205941fbaa1dd5bef682ae9c728fc9a74193c79 Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Thu, 26 Jan 2023 02:24:11 -0500 Subject: [PATCH] Fix images, delete a few more notes --- data/core/units/ogres/Great_Ogre.cfg | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/data/core/units/ogres/Great_Ogre.cfg b/data/core/units/ogres/Great_Ogre.cfg index 53633eb7ae9..9c216cd12d6 100644 --- a/data/core/units/ogres/Great_Ogre.cfg +++ b/data/core/units/ogres/Great_Ogre.cfg @@ -10,21 +10,17 @@ [resistance] arcane=80 [/resistance] - #original movement was 4, raised to 5 to avoid RIPLIB. Elvish_Hunter movement=5 - #Wired mainline Ogre portrait. Elvish_Hunter - profile="portraits/monsters/ogre.png" + profile="portraits/monsters/ogre.webp" experience=150 level=3 alignment=neutral advances_to=null {AMLA_DEFAULT} - #Original cost was 33, same as L2 Ogre. Elvish_Hunter cost=43 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." die_sound={SOUND_LIST:OGRE_DIE} - #decreased from 16 to 15, as Tet suggested. E_H. [attack] name=cleaver #textdomain wesnoth-units @@ -36,7 +32,7 @@ number=3 [/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] [filter_attack] @@ -46,24 +42,24 @@ [frame] begin=-325 end=-250 - image="units/monsters/great-ogre-attack-1.png" + image="units/ogres/great-ogre-attack-1.png" [/frame] [frame] begin=-250 end=-150 - image="units/monsters/great-ogre-attack-2.png" + image="units/ogres/great-ogre-attack-2.png" [/frame] [frame] begin=-150 end=-75 - image="units/monsters/great-ogre-attack-3.png" + image="units/ogres/great-ogre-attack-3.png" [/frame] [if] hits=yes [frame] begin=-75 end=100 - image=units/monsters/great-ogre-attack-2.png + image=units/ogres/great-ogre-attack-2.png sound=axe.ogg [/frame] [/if] @@ -72,19 +68,19 @@ [frame] begin=-75 end=100 - image=units/monsters/great-ogre-attack-2.png + image=units/ogres/great-ogre-attack-2.png sound={SOUND_LIST:MISS} [/frame] [/else] [frame] begin=100 end=200 - image="units/monsters/great-ogre-attack-1.png" + image="units/ogres/great-ogre-attack-1.png" [/frame] [/attack_anim] [idle_anim] [frame] - image="units/monsters/great-ogre-idle-[1~3].png" + image="units/ogres/great-ogre-idle-[1~3].png" [/frame] [/idle_anim] [/unit_type]