]> Dogcows Code - chaz/yoink/blob - share/animation/Effects.json
35e046422a223861ca0a816bd648ac854e718a6c
[chaz/yoink] / share / animation / Effects.json
1 {
2 "Fireball": {
3 "delay": 0.1,
4 "frames": [
5 {
6 "index": 0
7 },
8 {
9 "index": 1
10 },
11 {
12 "index": 2
13 },
14 {
15 "index": 1
16 },
17 {
18 "index": 0
19 }
20 ]
21 },
22 "Smoke": {
23 "delay": 0.05,
24 "loop": true,
25 "frames": [
26 {
27 "index": 4
28 },
29 {
30 "index": 5
31 },
32 {
33 "index": 6
34 }
35 ]
36 },
37 "GreenDiamond": {
38 "delay": 0.05,
39 "frames": [
40 {
41 "index": 7
42 },
43 {
44 "index": 8
45 },
46 {
47 "index": 9
48 },
49 {
50 "index": 10
51 },
52 {
53 "index": 11
54 }
55 ]
56 },
57 "ChargeParticle": {
58 "delay": 0.03,
59 "loop": true,
60 "frames": [
61 {
62 "index": 12
63 },
64 {
65 "index": 13
66 },
67 {
68 "index": 1
69 },
70 {
71 "index": 3
72 },
73 {
74 "index": 14
75 },
76 {
77 "index": 13
78 },
79 {
80 "index": 12
81 }
82 ]
83 },
84 "Poof": {
85 "delay": 0.05,
86 "loop": true,
87 "frames": [
88 {
89 "index": 23
90 },
91 {
92 "index": 24
93 },
94 {
95 "index": 25
96 },
97 {
98 "index": 26
99 },
100 {
101 "index": 27
102 }
103 ]
104 }
105 }
This page took 0.032487 seconds and 3 git commands to generate.