]> git.localhorst.tv Git - l2e.git/blobdiff - test-data/test.l2s
interpretation of Heros and Monsters
[l2e.git] / test-data / test.l2s
index ef1cce28cf52cfb33164b593fa6dd043eefd6a70..7357381f1d5fe682ffc942badb467ae5a3741d17 100644 (file)
@@ -10,14 +10,15 @@ export Monster lizard {
        },
        level: 1,
        maxHealth: 8,
+       health: 8,
        stats: Stats {
-               attack:         14,
-               defense:         6,
-               strength:        6,
-               agility:         6,
-               intelligence:    6,
-               gut:             6,
-               magicResistance: 6
+               atp: 14,
+               dfp:  6,
+               str:  6,
+               agl:  6,
+               int:  6,
+               gut:  6,
+               mgr:  6
        },
        attackAnimation: SimpleAnimation {
                sprite: Sprite {
@@ -43,13 +44,13 @@ export Hero maxim {
        mana: 20,
        ip: 0,
        stats: Stats {
-               attack:          28,
-               defense:         22,
-               strength:        28,
-               agility:         17,
-               intelligence:    14,
-               gut:            100,
-               magicResistance: 10
+               atp:  28,
+               dfp:  22,
+               str:  28,
+               agl:  17,
+               int:  14,
+               gut: 100,
+               mgr:  10
        },
        attackAnimation: ComplexAnimation {
                sprite: maximSprite,