Skip to content

Commit

Permalink
UtBS: renamed the Quenoth Sun Sylph's unit and image files to match h…
Browse files Browse the repository at this point in the history
…er type

[ci skip]

Sun Sylph is the proper name, but some files were labeled Sun Shyde.
  • Loading branch information
Vultraz committed Apr 20, 2018
1 parent 755fe70 commit 4153b6e
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 14 deletions.
Expand Up @@ -5,7 +5,7 @@
name= _ "female^Quenoth Sun Sylph"
race=elf
gender=female
image=units/quenoth/sun_shyde/sun-shyde.png
image=units/quenoth/sun_sylph/sun-sylph.png
profile="portraits/quenoth/sun_sylph.png"
halo=halo/illuminates-aura.png
hitpoints=59
Expand Down Expand Up @@ -48,18 +48,18 @@
[/specials]
[/attack]
# filtering whether she is floating or standing
{DEFENSE_ANIM_FILTERED "units/quenoth/sun_shyde/sun-shyde-fly-defend2.png" "units/quenoth/sun_shyde/sun-shyde-fly-defend1.png" {SOUND_LIST:ELF_FEMALE_HIT} (
{DEFENSE_ANIM_FILTERED "units/quenoth/sun_sylph/sun-sylph-fly-defend2.png" "units/quenoth/sun_sylph/sun-sylph-fly-defend1.png" {SOUND_LIST:ELF_FEMALE_HIT} (
terrain_type={QUENOTH_UNWALKABLE_TERRAINS}
)}
{DEFENSE_ANIM_FILTERED "units/quenoth/sun_shyde/sun-shyde-defend2.png" "units/quenoth/sun_shyde/sun-shyde-defend1.png" {SOUND_LIST:ELF_FEMALE_HIT} (
{DEFENSE_ANIM_FILTERED "units/quenoth/sun_sylph/sun-sylph-defend2.png" "units/quenoth/sun_sylph/sun-sylph-defend1.png" {SOUND_LIST:ELF_FEMALE_HIT} (
terrain_type=!,{QUENOTH_UNWALKABLE_TERRAINS}
)}

[movement_anim]
# flame frames are absent because they do some weird lagging thing
start_time=0
[frame]
image="units/quenoth/sun_shyde/sun-shyde-fly1.png:150"
image="units/quenoth/sun_sylph/sun-sylph-fly1.png:150"
[/frame]
[/movement_anim]
[standing_anim]
Expand All @@ -69,12 +69,12 @@
[if]
terrain_type={QUENOTH_UNWALKABLE_TERRAINS}
[frame]
image="units/quenoth/sun_shyde/sun-shyde-fly[1~6].png:150"
image="units/quenoth/sun_sylph/sun-sylph-fly[1~6].png:150"
[/frame]
[/if]
[else]
[frame]
image="units/quenoth/sun_shyde/sun-shyde-stand.png"
image="units/quenoth/sun_sylph/sun-sylph-stand.png"
[/frame]
[/else]
[flame_frame]
Expand All @@ -85,7 +85,7 @@
auto_hflip=yes
[/flame_frame]
[backglow_frame]
image="units/quenoth/sun_shyde/sun-shyde-backglow.png"
image="units/quenoth/sun_sylph/sun-sylph-backglow.png"
layer=41
auto_vflip=no
auto_hflip=yes
Expand All @@ -94,14 +94,14 @@
[healing_anim]
start_time=-250
[frame]
image="units/quenoth/sun_shyde/sun-shyde-fly1.png:50"
image="units/quenoth/sun_sylph/sun-sylph-fly1.png:50"
[/frame]
[frame]
image="units/quenoth/sun_shyde/sun-shyde-fly[2~5].png:[80*4]"
image="units/quenoth/sun_sylph/sun-sylph-fly[2~5].png:[80*4]"
halo=halo/elven/shaman-heal-halo-[1~7].png
[/frame]
[frame]
image="units/quenoth/sun_shyde/sun-shyde-fly6.png:50"
image="units/quenoth/sun_sylph/sun-sylph-fly6.png:50"
[/frame]
[/healing_anim]
[attack_anim]
Expand All @@ -113,12 +113,12 @@
[if]
terrain_type={QUENOTH_UNWALKABLE_TERRAINS}
[frame]
image="units/quenoth/sun_shyde/sun-shyde-fly1.png:400"
image="units/quenoth/sun_sylph/sun-sylph-fly1.png:400"
[/frame]
[/if]
[else]
[frame]
image="units/quenoth/sun_shyde/sun-shyde.png:400"
image="units/quenoth/sun_sylph/sun-sylph.png:400"
[/frame]
[/else]
missile_start_time=0
Expand All @@ -138,12 +138,12 @@
[if]
terrain_type={QUENOTH_UNWALKABLE_TERRAINS}
[frame]
image="units/quenoth/sun_shyde/sun-shyde-fly1.png"
image="units/quenoth/sun_sylph/sun-sylph-fly1.png"
[/frame]
[/if]
[else]
[frame]
image="units/quenoth/sun_shyde/sun-shyde.png"
image="units/quenoth/sun_sylph/sun-sylph.png"
[/frame]
[/else]
[elfhalo_frame]
Expand Down

0 comments on commit 4153b6e

Please sign in to comment.