Author: shadowmaster
Date: Thu Nov 27 16:16:14 2008
New Revision: 31123

URL: http://svn.gna.org/viewcvs/wesnoth?rev=31123&view=rev
Log:
* Remove deprecated WML and convert it to new [animation*] style.
* This restores Noble Commander and Lord's leadership animation

Modified:
    trunk/data/campaigns/The_Rise_Of_Wesnoth/units/Noble_Commander.cfg
    trunk/data/campaigns/The_Rise_Of_Wesnoth/units/Noble_Lord.cfg

Modified: trunk/data/campaigns/The_Rise_Of_Wesnoth/units/Noble_Commander.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/The_Rise_Of_Wesnoth/units/Noble_Commander.cfg?rev=31123&r1=31122&r2=31123&view=diff
==============================================================================
--- trunk/data/campaigns/The_Rise_Of_Wesnoth/units/Noble_Commander.cfg 
(original)
+++ trunk/data/campaigns/The_Rise_Of_Wesnoth/units/Noble_Commander.cfg Thu Nov 
27 16:16:14 2008
@@ -5,7 +5,6 @@
     race=human
     gender=male
     image="units/noble-commander.png"
-    image_leading="units/noble-commander-leading.png"
 #ifdef CAMPAIGN_THE_RISE_OF_WESNOTH
     profile=portraits/haldric.png
 #endif
@@ -43,6 +42,13 @@
         number=3
         icon=attacks/bow.png
     [/attack]
+    [leading_anim]
+        start_time=-150
+        [frame]
+            duration=300
+            image="units/noble-commander-leading.png"
+        [/frame]
+    [/leading_anim]
     [attack_anim]
         [filter_attack]
             name=bow

Modified: trunk/data/campaigns/The_Rise_Of_Wesnoth/units/Noble_Lord.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/The_Rise_Of_Wesnoth/units/Noble_Lord.cfg?rev=31123&r1=31122&r2=31123&view=diff
==============================================================================
--- trunk/data/campaigns/The_Rise_Of_Wesnoth/units/Noble_Lord.cfg (original)
+++ trunk/data/campaigns/The_Rise_Of_Wesnoth/units/Noble_Lord.cfg Thu Nov 27 
16:16:14 2008
@@ -5,7 +5,6 @@
     race=human
     gender=male
     image="units/noble-lord.png"
-    image_leading="units/noble-lord-leading.png"
 #ifdef CAMPAIGN_THE_RISE_OF_WESNOTH
     profile=portraits/haldric.png
 #endif
@@ -44,6 +43,13 @@
         number=3
         icon=attacks/bow.png
     [/attack]
+    [leading_anim]
+        start_time=-150
+        [frame]
+            duration=300
+            image="units/noble-lord-leading.png"
+        [/frame]
+    [/leading_anim]
     [attack_anim]
         [filter_attack]
             name=bow


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to