From 3645db511b8d0c78ffeb0746e4d00eba48965d0f Mon Sep 17 00:00:00 2001 From: "Ignacio R. Morelle" Date: Sun, 8 Mar 2009 19:38:37 +0000 Subject: [PATCH] Fix indentation and mixed WML tags in one line. Possibly a Windows line-ending problem? --- data/core/units/gryphons/Gryphon.cfg | 175 ++++++++++++++------------- 1 file changed, 88 insertions(+), 87 deletions(-) diff --git a/data/core/units/gryphons/Gryphon.cfg b/data/core/units/gryphons/Gryphon.cfg index 2fca2e08af3..4c238d4f12c 100644 --- a/data/core/units/gryphons/Gryphon.cfg +++ b/data/core/units/gryphons/Gryphon.cfg @@ -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]