X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=data%2Fanimations%2FBonuses.json;h=9bd61b750515e227c0aaed960b60ba930710f0bb;hp=88cacad9c98da076533dd6aa49e1aff717338679;hb=16d1a05b0777e97a45c48e2874aa4e5cc791282e;hpb=15cd32dc28e7fa5997d9850d7e10b889f69a7cae diff --git a/data/animations/Bonuses.json b/data/animations/Bonuses.json index 88cacad..9bd61b7 100644 --- a/data/animations/Bonuses.json +++ b/data/animations/Bonuses.json @@ -1,134 +1,158 @@ { - "SmallHealth": { - "delay": 0.1, - "frames": [ - { - "index": 0 - }, - { - "index": 1 - }, - { - "index": 2 - }, - { - "index": 1 - } - ] - }, - "LargeHealth": { - "delay": 0.1, - "frames": [ - { - "index": 3 - }, - { - "index": 4 - }, - { - "index": 5 - }, - { - "index": 4 - } - ] - }, - "SmallRedPotion": { - "delay": 0.1, - "frames": [ - { - "index": 6 - }, - { - "index": 7 - }, - { - "index": 8 - }, - { - "index": 7 - } - ] - }, - "SmallBluePotion": { - "delay": 0.1, - "frames": [ - { - "index": 9 - }, - { - "index": 10 - }, - { - "index": 11 - }, - { - "index": 10 - } - ] - }, - "FirstAidKit": { - "delay": 1, - "frames": [ - { - "index": 12 - } - ] - }, - "AlienFirstAidKit": { - "delay": 1, - "frames": [ - { - "index": 13 - } - ] - }, - "Cake": { - "delay": 1, - "frames": [ - { - "index": 14 - } - ] - }, - "FizzyDrink": { - "delay": 1, - "frames": [ - { - "index": 15 - } - ] - }, - "Cheese": { - "delay": 1, - "frames": [ - { - "index": 16 - } - ] - }, - "Chocolate": { - "delay": 1, - "frames": [ - { - "index": 17 - } - ] - }, - "MilkBottle": { - "delay": 1, - "frames": [ - { - "index": 18 - } - ] - }, - "OneSadCookie": { - "delay": 1, - "frames": [ - { - "index": 19 - } - ] - } + "SmallHealth": + { + "delay": 0.1, + "frames": + [ + { + "index": 0 + }, + { + "index": 1 + }, + { + "index": 2 + }, + { + "index": 1 + } + ] + }, + "LargeHealth": + { + "delay": 0.1, + "frames": + [ + { + "index": 3 + }, + { + "index": 4 + }, + { + "index": 5 + }, + { + "index": 4 + } + ] + }, + "SmallRedPotion": + { + "delay": 0.1, + "frames": + [ + { + "index": 6 + }, + { + "index": 7 + }, + { + "index": 8 + }, + { + "index": 7 + } + ] + }, + "SmallBluePotion": + { + "delay": 0.1, + "frames": + [ + { + "index": 9 + }, + { + "index": 10 + }, + { + "index": 11 + }, + { + "index": 10 + } + ] + }, + "FirstAidKit": + { + "delay": 1, + "frames": + [ + { + "index": 12 + } + ] + }, + "AlienFirstAidKit": + { + "delay": 1, + "frames": + [ + { + "index": 13 + } + ] + }, + "Cake": + { + "delay": 1, + "frames": + [ + { + "index": 14 + } + ] + }, + "FizzyDrink": + { + "delay": 1, + "frames": + [ + { + "index": 15 + } + ] + }, + "Cheese": + { + "delay": 1, + "frames": + [ + { + "index": 16 + } + ] + }, + "Chocolate": + { + "delay": 1, + "frames": + [ + { + "index": 17 + } + ] + }, + "MilkBottle": + { + "delay": 1, + "frames": + [ + { + "index": 18 + } + ] + }, + "OneSadCookie": + { + "delay": 1, + "frames": + [ + { + "index": 19 + } + ] + } }