]> git.localhorst.tv Git - l2e.git/blobdiff - test-data/test.l2s
feed victory messages from upgrade
[l2e.git] / test-data / test.l2s
index 944a14992464733d3b59f1daa99733646cccdbf2..83baa7734895b28370c2cf9a8b4beab59403bce6 100644 (file)
@@ -45,6 +45,8 @@ export Monster lizard {
                gut:  6,
                mgr:  6
        },
+       expReward: 8,
+       goldReward: 5,
        attackAnimation: ComplexAnimation {
                sprite: lizardSprite,
                frametime: fourFramesTime,
@@ -678,11 +680,25 @@ SimpleAnimation menuCursorAnimation {
        framecount: 6,
        repeat: true
 }
-SimpleAnimation menuActiveCursorAnimation {
+ComplexAnimation menuActiveCursorAnimation {
        sprite: menuActiveCursor,
        frametime: fourFramesTime,
-       framecount: 5,
-       repeat: true
+       repeat: true,
+       frames:
+       [ ComplexAnimationFrame
+               { row: 0 },
+               { row: 0 },
+               { row: 0 },
+               { row: 0 },
+               { row: 0 },
+               { row: 0 },
+               { row: 0 },
+               { row: 0 },
+               { row: 1 },
+               { row: 2 },
+               { row: 3 },
+               { row: 4 }
+       ]
 }
 
 export MenuResources menuResources {