X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=share%2Fanimation%2FEffects.json;fp=share%2Fanimation%2FEffects.json;h=35e046422a223861ca0a816bd648ac854e718a6c;hb=6dfcfbd4a612230f2037cf891dd98520cb80c997;hp=0000000000000000000000000000000000000000;hpb=79b5f738f2e38acb60cda7e09f54802933a17105;p=chaz%2Fyoink diff --git a/share/animation/Effects.json b/share/animation/Effects.json new file mode 100644 index 0000000..35e0464 --- /dev/null +++ b/share/animation/Effects.json @@ -0,0 +1,105 @@ +{ + "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 + } + ] + } +}