Fix indentation and mixed WML tags in one line.

Possibly a Windows line-ending problem?
This commit is contained in:
Ignacio R. Morelle 2009-03-08 19:38:37 +00:00
parent 90de2ab47b
commit 3645db511b

View file

@ -29,96 +29,97 @@
side="right"
mirror="true"
image="portraits/monsters/transparent/gryphon.png"
[/portrait] [defense]
mountains=40
[/defense]
[resistance]
arcane=90
[/resistance]
[attack]
name=claws
description=_"claws"
icon=attacks/claws-animal.png
type=blade
range=melee
damage=10
number=3
[/attack]
[movement_anim]
[frame]
begin=0
end=150
image="units/monsters/gryphon-flying-1and3.png"
[/frame]
[frame]
begin=150
end=300
image="units/monsters/gryphon-flying-2.png"
[/frame]
[frame]
begin=300
end=450
image="units/monsters/gryphon-flying-1and3.png"
[/frame]
[frame]
begin=450
end=600
image="units/monsters/gryphon-flying-4.png"
[/frame]
[frame]
begin=600
end=750
image="units/monsters/gryphon-flying-5and7.png"
[/frame]
[frame]
begin=750
end=900
image="units/monsters/gryphon-flying-6.png"
[/frame]
[frame]
begin=900
end=1050
image="units/monsters/gryphon-flying-5and7.png"
[/frame]
[frame]
begin=1050
end=1200
image="units/monsters/gryphon-flying-8.png"
[/frame]
[/movement_anim]
{DEFENSE_ANIM "units/monsters/gryphon-attack.png" "units/monsters/gryphon-flying-8.png" {SOUND_LIST:GRYPHON_HIT} }
[attack_anim]
[filter_attack]
[/portrait]
[defense]
mountains=40
[/defense]
[resistance]
arcane=90
[/resistance]
[attack]
name=claws
[/filter_attack]
[frame]
begin=-200
end=-100
image="units/monsters/gryphon-flying-8.png"
[/frame]
[if]
hits=no
description=_"claws"
icon=attacks/claws-animal.png
type=blade
range=melee
damage=10
number=3
[/attack]
[movement_anim]
[frame]
begin=-100
end=100
image="units/monsters/gryphon-attack.png"
sound={SOUND_LIST:MISS}
begin=0
end=150
image="units/monsters/gryphon-flying-1and3.png"
[/frame]
[/if]
[else]
hits=yes
[frame]
begin=-100
end=100
image="units/monsters/gryphon-attack.png"
sound=claws.ogg
begin=150
end=300
image="units/monsters/gryphon-flying-2.png"
[/frame]
[/else]
[frame]
begin=100
end=200
image="units/monsters/gryphon-flying-8.png"
[/frame]
[/attack_anim]
[frame]
begin=300
end=450
image="units/monsters/gryphon-flying-1and3.png"
[/frame]
[frame]
begin=450
end=600
image="units/monsters/gryphon-flying-4.png"
[/frame]
[frame]
begin=600
end=750
image="units/monsters/gryphon-flying-5and7.png"
[/frame]
[frame]
begin=750
end=900
image="units/monsters/gryphon-flying-6.png"
[/frame]
[frame]
begin=900
end=1050
image="units/monsters/gryphon-flying-5and7.png"
[/frame]
[frame]
begin=1050
end=1200
image="units/monsters/gryphon-flying-8.png"
[/frame]
[/movement_anim]
{DEFENSE_ANIM "units/monsters/gryphon-attack.png" "units/monsters/gryphon-flying-8.png" {SOUND_LIST:GRYPHON_HIT} }
[attack_anim]
[filter_attack]
name=claws
[/filter_attack]
[frame]
begin=-200
end=-100
image="units/monsters/gryphon-flying-8.png"
[/frame]
[if]
hits=no
[frame]
begin=-100
end=100
image="units/monsters/gryphon-attack.png"
sound={SOUND_LIST:MISS}
[/frame]
[/if]
[else]
hits=yes
[frame]
begin=-100
end=100
image="units/monsters/gryphon-attack.png"
sound=claws.ogg
[/frame]
[/else]
[frame]
begin=100
end=200
image="units/monsters/gryphon-flying-8.png"
[/frame]
[/attack_anim]
[/unit_type]