X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=data%2Fanimations%2FEffects.json;fp=data%2Fanimations%2FEffects.json;h=03b877fdc45ae2b985b020c20108d604eeb6d983;hp=35e046422a223861ca0a816bd648ac854e718a6c;hb=16d1a05b0777e97a45c48e2874aa4e5cc791282e;hpb=15cd32dc28e7fa5997d9850d7e10b889f69a7cae diff --git a/data/animations/Effects.json b/data/animations/Effects.json index 35e0464..03b877f 100644 --- a/data/animations/Effects.json +++ b/data/animations/Effects.json @@ -1,105 +1,115 @@ { - "Fireball": { - "delay": 0.1, - "frames": [ - { - "index": 0 - }, - { - "index": 1 - }, - { - "index": 2 - }, - { - "index": 1 - }, - { - "index": 0 - } - ] - }, - "Smoke": { - "delay": 0.05, - "loop": true, - "frames": [ - { - "index": 4 - }, - { - "index": 5 - }, - { - "index": 6 - } - ] - }, - "GreenDiamond": { - "delay": 0.05, - "frames": [ - { - "index": 7 - }, - { - "index": 8 - }, - { - "index": 9 - }, - { - "index": 10 - }, - { - "index": 11 - } - ] - }, - "ChargeParticle": { - "delay": 0.03, - "loop": true, - "frames": [ - { - "index": 12 - }, - { - "index": 13 - }, - { - "index": 1 - }, - { - "index": 3 - }, - { - "index": 14 - }, - { - "index": 13 - }, - { - "index": 12 - } - ] - }, - "Poof": { - "delay": 0.05, - "loop": true, - "frames": [ - { - "index": 23 - }, - { - "index": 24 - }, - { - "index": 25 - }, - { - "index": 26 - }, - { - "index": 27 - } - ] - } + "Fireball": + { + "delay": 0.1, + "frames": + [ + { + "index": 0 + }, + { + "index": 1 + }, + { + "index": 2 + }, + { + "index": 1 + }, + { + "index": 0 + } + ] + }, + "Smoke": + { + "delay": 0.05, + "loop": true, + "frames": + [ + { + "index": 4 + }, + { + "index": 5 + }, + { + "index": 6 + } + ] + }, + "GreenDiamond": + { + "delay": 0.05, + "frames": + [ + { + "index": 7 + }, + { + "index": 8 + }, + { + "index": 9 + }, + { + "index": 10 + }, + { + "index": 11 + } + ] + }, + "ChargeParticle": + { + "delay": 0.03, + "loop": true, + "frames": + [ + { + "index": 12 + }, + { + "index": 13 + }, + { + "index": 1 + }, + { + "index": 3 + }, + { + "index": 14 + }, + { + "index": 13 + }, + { + "index": 12 + } + ] + }, + "Poof": + { + "delay": 0.05, + "loop": true, + "frames": + [ + { + "index": 23 + }, + { + "index": 24 + }, + { + "index": 25 + }, + { + "index": 26 + }, + { + "index": 27 + } + ] + } }