Author: jetryl
Date: Tue Jun 17 08:58:22 2008
New Revision: 27251
URL: http://svn.gna.org/viewcvs/wesnoth?rev=27251&view=rev
Log:
New melee animation for the death knight.
Added:
branches/1.4/data/core/images/units/undead-skeletal/deathknight-melee-attack-1.png
(with props)
branches/1.4/data/core/images/units/undead-skeletal/deathknight-melee-attack-2.png
(with props)
branches/1.4/data/core/images/units/undead-skeletal/deathknight-melee-attack-3.png
(with props)
branches/1.4/data/core/images/units/undead-skeletal/deathknight-melee-attack-4.png
(with props)
branches/1.4/data/core/images/units/undead-skeletal/deathknight-melee-attack-5.png
(with props)
branches/1.4/data/core/images/units/undead-skeletal/deathknight-melee-attack-6.png
(with props)
Modified:
branches/1.4/data/core/units/undead/Skele_Death_Knight.cfg
Added:
branches/1.4/data/core/images/units/undead-skeletal/deathknight-melee-attack-1.png
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/1.4/data/core/images/units/undead-skeletal/deathknight-melee-attack-1.png?rev=27251&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
branches/1.4/data/core/images/units/undead-skeletal/deathknight-melee-attack-1.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
branches/1.4/data/core/images/units/undead-skeletal/deathknight-melee-attack-2.png
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/1.4/data/core/images/units/undead-skeletal/deathknight-melee-attack-2.png?rev=27251&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
branches/1.4/data/core/images/units/undead-skeletal/deathknight-melee-attack-2.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
branches/1.4/data/core/images/units/undead-skeletal/deathknight-melee-attack-3.png
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/1.4/data/core/images/units/undead-skeletal/deathknight-melee-attack-3.png?rev=27251&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
branches/1.4/data/core/images/units/undead-skeletal/deathknight-melee-attack-3.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
branches/1.4/data/core/images/units/undead-skeletal/deathknight-melee-attack-4.png
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/1.4/data/core/images/units/undead-skeletal/deathknight-melee-attack-4.png?rev=27251&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
branches/1.4/data/core/images/units/undead-skeletal/deathknight-melee-attack-4.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
branches/1.4/data/core/images/units/undead-skeletal/deathknight-melee-attack-5.png
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/1.4/data/core/images/units/undead-skeletal/deathknight-melee-attack-5.png?rev=27251&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
branches/1.4/data/core/images/units/undead-skeletal/deathknight-melee-attack-5.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
branches/1.4/data/core/images/units/undead-skeletal/deathknight-melee-attack-6.png
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/1.4/data/core/images/units/undead-skeletal/deathknight-melee-attack-6.png?rev=27251&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
branches/1.4/data/core/images/units/undead-skeletal/deathknight-melee-attack-6.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: branches/1.4/data/core/units/undead/Skele_Death_Knight.cfg
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/1.4/data/core/units/undead/Skele_Death_Knight.cfg?rev=27251&r1=27250&r2=27251&view=diff
==============================================================================
--- branches/1.4/data/core/units/undead/Skele_Death_Knight.cfg (original)
+++ branches/1.4/data/core/units/undead/Skele_Death_Knight.cfg Tue Jun 17
08:58:22 2008
@@ -102,30 +102,73 @@
[attack_filter]
name=battle axe
[/attack_filter]
- start_time=-200
[frame]
- duration=100
+ begin=-300
+ end=-250
image="units/undead-skeletal/deathknight.png"
+ offset=0.0~0.1
+ [/frame]
+ [frame]
+ begin=-250
+ end=-200
+ image="units/undead-skeletal/deathknight-melee-attack-1.png"
+ offset=0.1~0.15
+ [/frame]
+ [frame]
+ begin=-200
+ end=-100
+ image="units/undead-skeletal/deathknight-melee-attack-2.png"
+ offset=0.15~0.35
[/frame]
[if]
- hits=no
+ hits=yes
[frame]
- duration=200
- image="units/undead-skeletal/deathknight-defend-1.png"
- sound={SOUND_LIST:MISS}
+ begin=-100
+ end=-25
+ image="units/undead-skeletal/deathknight-melee-attack-3.png"
+ sound=axe.ogg
+ offset=0.35~0.45
[/frame]
[/if]
[else]
- hits=yes
+ hits=no
[frame]
- duration=200
- image="units/undead-skeletal/deathknight-defend-1.png"
- sound=axe.ogg
+ begin=-100
+ end=-25
+ image="units/undead-skeletal/deathknight-melee-attack-3.png"
+ sound={SOUND_LIST:MISS}
+ offset=0.35~0.45
[/frame]
[/else]
[frame]
- duration=100
+ begin=-25
+ end=75
+ image="units/undead-skeletal/deathknight-melee-attack-4.png"
+ offset=0.45~0.5
+ [/frame]
+ [frame]
+ begin=75
+ end=95
+ image="units/undead-skeletal/deathknight-melee-attack-5.png"
+ offset=0.5
+ [/frame]
+ [frame]
+ begin=95
+ end=125
+ image="units/undead-skeletal/deathknight-melee-attack-5.png"
+ offset=0.5~0.4
+ [/frame]
+ [frame]
+ begin=125
+ end=200
+ image="units/undead-skeletal/deathknight-melee-attack-6.png"
+ offset=0.4~0.2
+ [/frame]
+ [frame]
+ begin=150
+ end=225
image="units/undead-skeletal/deathknight.png"
+ offset=0.2~0.0
[/frame]
[/attack_anim]
[/unit]
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits