diff --git a/data/campaigns/Under_the_Burning_Suns/images/units/quenoth/moon-shyde.png b/data/campaigns/Under_the_Burning_Suns/images/units/quenoth/moon-shyde.png deleted file mode 100644 index 009202aaadbc..000000000000 Binary files a/data/campaigns/Under_the_Burning_Suns/images/units/quenoth/moon-shyde.png and /dev/null differ diff --git a/data/campaigns/Under_the_Burning_Suns/images/units/quenoth/moon-singer.png b/data/campaigns/Under_the_Burning_Suns/images/units/quenoth/moon-singer.png deleted file mode 100644 index 63225c46f0ed..000000000000 Binary files a/data/campaigns/Under_the_Burning_Suns/images/units/quenoth/moon-singer.png and /dev/null differ diff --git a/data/campaigns/Under_the_Burning_Suns/scenarios/06a_In_the_Tunnels_of_Trolls.cfg b/data/campaigns/Under_the_Burning_Suns/scenarios/06a_In_the_Tunnels_of_Trolls.cfg index 3d81cc0c5774..92bc35943c76 100644 --- a/data/campaigns/Under_the_Burning_Suns/scenarios/06a_In_the_Tunnels_of_Trolls.cfg +++ b/data/campaigns/Under_the_Burning_Suns/scenarios/06a_In_the_Tunnels_of_Trolls.cfg @@ -827,7 +827,7 @@ _ "These undead trolls fight again in death as they did in life, except this tim [filter] side=1,3,4 [not] - type=Quenoth Sun Sylph,Quenoth Moon Shyde,Quenoth Shyde,Dust Devil + type=Quenoth Sun Sylph,Quenoth Shyde,Dust Devil [/not] [filter_location] terrain=*^Yl diff --git a/data/campaigns/Under_the_Burning_Suns/scenarios/06b_In_the_Domain_of_Dwarves.cfg b/data/campaigns/Under_the_Burning_Suns/scenarios/06b_In_the_Domain_of_Dwarves.cfg index bfb5cb1151d6..b6173ddca731 100644 --- a/data/campaigns/Under_the_Burning_Suns/scenarios/06b_In_the_Domain_of_Dwarves.cfg +++ b/data/campaigns/Under_the_Burning_Suns/scenarios/06b_In_the_Domain_of_Dwarves.cfg @@ -1538,7 +1538,7 @@ [filter] [not] - type=Quenoth Sun Sylph,Quenoth Moon Shyde,Quenoth Shyde + type=Quenoth Sun Sylph,Quenoth Shyde [/not] x=17-21 y=8-11 diff --git a/data/campaigns/Under_the_Burning_Suns/units/quenoth/Moon_Shyde.cfg b/data/campaigns/Under_the_Burning_Suns/units/quenoth/Moon_Shyde.cfg deleted file mode 100644 index c42c6080bf36..000000000000 --- a/data/campaigns/Under_the_Burning_Suns/units/quenoth/Moon_Shyde.cfg +++ /dev/null @@ -1,118 +0,0 @@ -#textdomain wesnoth-utbs - -[unit_type] - id=Quenoth Moon Shyde - name= _ "female^Quenoth Moon Shyde" - race=elf - gender=female - image=units/quenoth/moon-shyde.png - hitpoints=59 - movement_type=quenoth_float - movement=6 - experience=150 - level=3 - alignment=chaotic - advances_to=null - {AMLA_DEFAULT} - cost=34 - usage=healer - [abilities] - {UTBS_ABILITY_HEALS} - [dummy] - id=moonwalk - name="moonwalk" - description="This unit gains +1 movement points in darkness, whether at night or underground." - [/dummy] - [/abilities] - description=""+{SPECIAL_NOTES}+{SPECIAL_NOTES_UTBS_HEALS}+{SPECIAL_NOTES_MAGICAL} - die_sound={SOUND_LIST:ELF_FEMALE_HIT} - - [event] - name=turn refresh - first_time_only=no - - [store_time_of_day] - [/store_time_of_day] - - [if] - [variable] - name=time_of_day.id - contains="_dark" - [/variable] - - [then] - [modify_unit] - [filter] - side=$side_number - type=Quenoth Moon Shyde - [/filter] - - moves="$($this_unit.moves + 1)" - [/modify_unit] - [/then] - [/if] - [/event] - - [attack] - name=touch - #textdomain wesnoth-units - description= _"touch" - #textdomain wesnoth-utbs - type=arcane - range=melee - damage=9 - number=3 - icon=attacks/touch-faerie.png - [/attack] - [attack] - name=chill gale - description= _"chill gale" - type=cold - range=ranged - damage=11 - number=4 - icon=attacks/iceball.png - [specials] - {WEAPON_SPECIAL_MAGICAL} - [/specials] - [/attack] - {DEFENSE_ANIM "units/quenoth/moon-shyde.png" "units/quenoth/moon-shyde.png" {SOUND_LIST:ELF_FEMALE_HIT} } - [healing_anim] - start_time=-250 - [frame] - image="units/quenoth/moon-shyde.png:50" - [/frame] - [frame] - image="units/quenoth/moon-shyde.png:350" - halo=halo/elven/shaman-heal-halo-[1~7].png - [/frame] - [frame] - image="units/quenoth/moon-shyde.png:50" - [/frame] - [/healing_anim] - [attack_anim] - [filter_attack] - name=touch - [/filter_attack] - start_time=-250 - [frame] - image="units/quenoth/moon-shyde.png:400" - sound=miss-3.ogg - [/frame] - {SOUND:HIT magicmissile.wav -75} - [/attack_anim] - [attack_anim] - [filter_attack] - name=chill gale - [/filter_attack] - start_time=-350 - {MISSILE_FRAME_FAERIE_FIRE} - [frame] - image="units/quenoth/moon-shyde.png" - duration=500 - halo=halo/elven/faerie-fire-halo[1~7].png - halo_x,halo_y=14,-4 - [/frame] - {SOUND:HIT_AND_MISS magic-faeriefire.ogg magic-faeriefire-miss.ogg -350} - [/attack_anim] -[/unit_type] diff --git a/data/campaigns/Under_the_Burning_Suns/units/quenoth/Moon_Singer.cfg b/data/campaigns/Under_the_Burning_Suns/units/quenoth/Moon_Singer.cfg deleted file mode 100644 index 0c55b4c695a7..000000000000 --- a/data/campaigns/Under_the_Burning_Suns/units/quenoth/Moon_Singer.cfg +++ /dev/null @@ -1,85 +0,0 @@ -#textdomain wesnoth-utbs - -[unit_type] - id=Quenoth Moon Singer - name= _ "female^Quenoth Moon Singer" - race=elf - gender=female - image=units/quenoth/moon-singer.png - hitpoints=50 - movement_type=quenoth_float - movement=5 - experience=80 - level=2 - alignment=chaotic - advances_to=Quenoth Moon Shyde - cost=34 - usage=healer - [abilities] - {UTBS_ABILITY_HEALS} - [/abilities] - description=""+{SPECIAL_NOTES}+{SPECIAL_NOTES_MAGICAL}+{SPECIAL_NOTES_SLOW}+{SPECIAL_NOTES_UTBS_CURES} - die_sound={SOUND_LIST:ELF_FEMALE_HIT} - [attack] - name=touch - #textdomain wesnoth-units - description= _"touch" - #textdomain wesnoth-utbs - type=arcane - range=melee - damage=9 - number=2 - icon=attacks/touch-faerie.png - [/attack] - [attack] - name=chill gale - description= _"chill gale" - type=cold - range=ranged - damage=10 - number=3 - icon=attacks/iceball.png - [specials] - {WEAPON_SPECIAL_MAGICAL} - [/specials] - [/attack] - {DEFENSE_ANIM "units/quenoth/moon-singer.png" "units/quenoth/moon-singer.png" {SOUND_LIST:ELF_FEMALE_HIT} } - [healing_anim] - start_time=-250 - [frame] - image="units/quenoth/moon-singer.png:50" - [/frame] - [frame] - image="units/quenoth/moon-singer.png:350" - halo=halo/elven/shaman-heal-halo-[1~7].png - [/frame] - [frame] - image="units/quenoth/moon-singer.png:50" - [/frame] - [/healing_anim] - [attack_anim] - [filter_attack] - name=touch - [/filter_attack] - start_time=-250 - [frame] - image="units/quenoth/moon-singer.png:400" - sound=miss-3.ogg - [/frame] - {SOUND:HIT magicmissile.wav -75} - [/attack_anim] - [attack_anim] - [filter_attack] - name=chill gale - [/filter_attack] - start_time=-350 - {MISSILE_FRAME_FAERIE_FIRE} - [frame] - image="units/quenoth/moon-singer.png" - duration=500 - halo=halo/elven/faerie-fire-halo[1~7].png - halo_x,halo_y=16,-6 - [/frame] - {SOUND:HIT_AND_MISS magic-faeriefire.ogg magic-faeriefire-miss.ogg -350} - [/attack_anim] -[/unit_type]