diff --git a/3d_models/akira/model 4.13/17_whipfast.ogg b/3d_models/akira/model 4.13/17_whipfast.ogg new file mode 100644 index 0000000..b4056e0 Binary files /dev/null and b/3d_models/akira/model 4.13/17_whipfast.ogg differ diff --git a/3d_models/akira/model 4.13/18_applause.ogg b/3d_models/akira/model 4.13/18_applause.ogg new file mode 100644 index 0000000..ddddf0f Binary files /dev/null and b/3d_models/akira/model 4.13/18_applause.ogg differ diff --git a/3d_models/akira/model 4.13/actionwheel.lua b/3d_models/akira/model 4.13/actionwheel.lua index 60ac769..a50e451 100644 --- a/3d_models/akira/model 4.13/actionwheel.lua +++ b/3d_models/akira/model 4.13/actionwheel.lua @@ -22,6 +22,12 @@ end function pings.Sitting(state) animations.akira_eiko_olivia_pink.sit_emote:setPlaying(state) end + +function pings.ThumbsUp() + if not player:isLoaded() then return end + animations.akira_eiko_olivia_pink.thumbs_up:play() +end + --- --- -- function pings.Gun(state) @@ -53,6 +59,12 @@ mainPage:newAction() :hoverColor(1,1,0) :onToggle(pings.Sitting) +mainPage:newAction() + :title("Correct") + :item("minecraft:lime_dye") + :hoverColor(1,1,0) + :onLeftClick(pings.ThumbsUp) + mainPage:newAction() :title("Taunt") :item("minecraft:nether_star") @@ -63,7 +75,6 @@ mainPage:newAction() buffer = 0 end) - -- mainPage:newAction() -- :title("Gun") -- :item("minecraft:crossbow") @@ -76,20 +87,10 @@ soundTable = { "fryspin" } - - --- function pings.action5_click() --- models.akira_eiko_olivia_pink.preRender = function(delta) --- if not player:isLoaded() then return end --- math.random(#randAnims) --- end --- end --- local taunt = keybinds:newKeybind("Taunt", "key.keyboard.b") --- taunt.press = pings.action5_click - --- CREDIT: grandpa_scout on Figura Discord ( 373116290115829760 ) --- CREDIT: jimmyhelp on Figura Discord ( 1344410975830409441 ) +-- CREDIT: grandpa_scout on Figura Discord +-- I forgot what used to go here...It is lost forever +-- CREDIT: jimmyhelp on Figura Discord local randAnims = { animations.akira_eiko_olivia_pink.taunt_01, animations.akira_eiko_olivia_pink.taunt_02, @@ -103,7 +104,7 @@ local randAnims = { animations.akira_eiko_olivia_pink.taunt_10, animations.akira_eiko_olivia_pink.taunt_11, animations.akira_eiko_olivia_pink.taunt_12, - -- animations.akira_eiko_olivia_pink.taunt_13, + animations.akira_eiko_olivia_pink.taunt_13, -- animations.akira_eiko_olivia_pink.taunt_11, -- animations.akira_eiko_olivia_pink.taunt_14, -- animations.akira_eiko_olivia_pink.taunt_15, @@ -118,13 +119,21 @@ function events.tick() end end + + + function pings.action5_click(number) if not player:isLoaded() then return end randAnims[number]:play() animations.akira_eiko_olivia_pink.taunt_effect:play() end -local taunt = keybinds:newKeybind("Taunt", "key.keyboard.b") +local thumb = keybinds:newKeybind("Correct", "key.keyboard.y") +thumb.press = function() + pings.ThumbsUp() +end + +local taunt = keybinds:newKeybind("Taunt", "key.keyboard.c") taunt.press = function() if buffer < 5 then return end -- if buffer < 10 then return print("You are being rate limited.") end @@ -133,48 +142,16 @@ taunt.press = function() end - - --- CREDIT: Stevelocks on Figura Discord ( 709164804144758814 ) - ---[[ -local mainPage = action_wheel:newPage() - -function pings.taunt() - if clock > -5 then return 0 end - renderer:setShadowRadius(0) - local current_anim = anim_table[state.selected_anim] - --print(state.selected_anim) - current_anim:setBlendTime(1) - current_anim:play() - animations.model.taunt:setBlendTime(1) - animations.model.taunt:play() - models.model.center.bBillboardtaunt:setVisible(true) - sounds:playSound("taunt", player:getPos(), 1, 1, false) - models.model.center:setParentType("World") - local playerPos = player:getPos() - local playerRot = player:getRot() - - root_part:setPos(playerPos.x * 16, (playerPos.y) * 16, playerPos.z * 16) - - root_part:setRot(0, 180 - (playerRot.y % 360), 0) - root_part:setLight(15,15) - clock = 7 - -end - -]] - - -- Auto generated script file -- models.akira_eiko_olivia_pink.Add:setPrimaryRenderType("EMISSIVE_SOLID") models.akira_eiko_olivia_pink.Add:setOpacity(1) models.akira_eiko_olivia_pink.Add.fountain.inner:setOpacity(1) models.akira_eiko_olivia_pink.symbols:setVisible(false) +--[[ local testBind = keybinds:newKeybind("Тест","key.keyboard.z") fountain_darking=false hide_all=false - +]] function pings.open_fountain() animations.akira_eiko_olivia_pink.fountain_opening:play() models.akira_eiko_olivia_pink.Add:setParentType("World") @@ -237,4 +214,48 @@ function events.tick() vec(0,0,0) ) end -]] \ No newline at end of file +]] + + + +-- CREDIT: Stevelocks on Figura Discord + +--[[ +local mainPage = action_wheel:newPage() + +function pings.taunt() + if clock > -5 then return 0 end + renderer:setShadowRadius(0) + local current_anim = anim_table[state.selected_anim] + --print(state.selected_anim) + current_anim:setBlendTime(1) + current_anim:play() + animations.model.taunt:setBlendTime(1) + animations.model.taunt:play() + models.model.center.bBillboardtaunt:setVisible(true) + sounds:playSound("taunt", player:getPos(), 1, 1, false) + models.model.center:setParentType("World") + local playerPos = player:getPos() + local playerRot = player:getRot() + + root_part:setPos(playerPos.x * 16, (playerPos.y) * 16, playerPos.z * 16) + + root_part:setRot(0, 180 - (playerRot.y % 360), 0) + root_part:setLight(15,15) + clock = 7 + +end + +]] + + + + +-- function pings.action5_click() +-- models.akira_eiko_olivia_pink.preRender = function(delta) +-- if not player:isLoaded() then return end +-- math.random(#randAnims) +-- end +-- end +-- local taunt = keybinds:newKeybind("Taunt", "key.keyboard.b") +-- taunt.press = pings.action5_click diff --git a/3d_models/akira/model 4.13/akira_eiko_olivia_pink.bbmodel b/3d_models/akira/model 4.13/akira_eiko_olivia_pink.bbmodel index fb3dfc1..90343bd 100644 --- a/3d_models/akira/model 4.13/akira_eiko_olivia_pink.bbmodel +++ b/3d_models/akira/model 4.13/akira_eiko_olivia_pink.bbmodel @@ -6478,24 +6478,24 @@ "render_order": "default", "allow_mirror_modeling": true, "vertices": { - "Rbk7": [0.57728, 0.57728, 0.45], - "tFIJ": [0.57728, 0.57728, -0.45], - "34Pf": [0.13181, -0.76819, 0.45], - "dtZF": [0.13181, -0.76819, -0.45], - "mHED": [-0.76819, 0.13181, 0.45], - "a5UE": [-0.76819, 0.13181, -0.45], - "8cmE": [-0.57728, -0.57728, -0.27], - "OWmi": [1.28636, 0.51364, 0.45], - "oT2h": [1.35, -0.45, 0.45], - "Z8Sy": [1.28636, 0.51364, -0.45], - "MO6d": [1.35, -0.45, -0.45], - "NrEa": [0.57728, 1.22272, 0.45], - "46vx": [0.57728, 1.22272, -0.45], - "2YNc": [-0.45, 1.35, 0.45], - "bQ73": [-0.45, 1.35, -0.45], - "fLAO": [1.53, 0, 0], - "wp48": [0, 1.53, 0], - "Psl0": [-0.57728, -0.57728, 0.27] + "Rbk7": [0.61146, 0.61146, 0.45], + "tFIJ": [0.61146, 0.61146, -0.45], + "34Pf": [0.08846, -0.96819, 0.45], + "dtZF": [0.08846, -0.96819, -0.45], + "mHED": [-0.96819, 0.08846, 0.45], + "a5UE": [-0.96819, 0.08846, -0.45], + "8cmE": [-0.74405, -0.74405, -0.27], + "OWmi": [1.44395, 0.53674, 0.45], + "oT2h": [1.51867, -0.59462, 0.45], + "Z8Sy": [1.44395, 0.53674, -0.45], + "MO6d": [1.51867, -0.59462, -0.45], + "NrEa": [0.61146, 1.36924, 0.45], + "46vx": [0.61146, 1.36924, -0.45], + "2YNc": [-0.59462, 1.51867, 0.45], + "bQ73": [-0.59462, 1.51867, -0.45], + "fLAO": [1.73, -0.0663, 0], + "wp48": [-0.0663, 1.73, 0], + "Psl0": [-0.74405, -0.74405, 0.27] }, "faces": { "Muzl4Es1": { @@ -9680,14 +9680,14 @@ "QS4i": [-1.475, -1.975, -0.68807], "RpTK": [-0.25833, -1.975, -0.68807], "cV7E": [-0.25833, -1.975, -0.24817], - "2qMd": [-1.475, -1.975, 0.38028], - "P8PL": [-1.475, -1.975, -0.05963], - "0TBa": [-0.25833, -1.975, -0.05963], - "D9wR": [-0.25833, -1.975, 0.38028], - "QcTt": [-1.475, -1.975, 1.00872], - "oDy3": [-1.475, -1.975, 0.56881], - "19ji": [-0.25833, -1.975, 0.56881], - "R5vE": [-0.25833, -1.975, 1.00872], + "2qMd": [-1.51829, -2.17026, 0.38028], + "P8PL": [-1.51829, -2.17026, -0.05963], + "0TBa": [-0.30162, -2.17026, -0.05963], + "D9wR": [-0.30162, -2.17026, 0.38028], + "QcTt": [-1.51829, -2.17026, 1.00872], + "oDy3": [-1.51829, -2.17026, 0.56881], + "19ji": [-0.30162, -2.17026, 0.56881], + "R5vE": [-0.30162, -2.17026, 1.00872], "NR0N": [-1.475, -1.975, 1.63716], "XL8u": [-1.475, -1.975, 1.19725], "zpU5": [-0.25833, -1.975, 1.19725], @@ -11292,14 +11292,14 @@ "QS4i": [1.475, -1.975, -0.68807], "RpTK": [0.25833, -1.975, -0.68807], "cV7E": [0.25833, -1.975, -0.24817], - "2qMd": [1.475, -1.975, 0.38028], - "P8PL": [1.475, -1.975, -0.05963], - "0TBa": [0.25833, -1.975, -0.05963], - "D9wR": [0.25833, -1.975, 0.38028], - "QcTt": [1.475, -1.975, 1.00872], - "oDy3": [1.475, -1.975, 0.56881], - "19ji": [0.25833, -1.975, 0.56881], - "R5vE": [0.25833, -1.975, 1.00872], + "2qMd": [1.51829, -2.17026, 0.38028], + "P8PL": [1.51829, -2.17026, -0.05963], + "0TBa": [0.30162, -2.17026, -0.05963], + "D9wR": [0.30162, -2.17026, 0.38028], + "QcTt": [1.51829, -2.17026, 1.00872], + "oDy3": [1.51829, -2.17026, 0.56881], + "19ji": [0.30162, -2.17026, 0.56881], + "R5vE": [0.30162, -2.17026, 1.00872], "NR0N": [1.475, -1.975, 1.63716], "XL8u": [1.475, -1.975, 1.19725], "zpU5": [0.25833, -1.975, 1.19725], @@ -17100,6 +17100,752 @@ }, "type": "mesh", "uuid": "09a82128-c2da-4050-4365-ba9fac88f114" + }, + { + "name": "cube_selection", + "color": 0, + "origin": [6.225, 11.2, 0.06], + "rotation": [0, 0, 0], + "export": true, + "visibility": false, + "locked": false, + "render_order": "default", + "allow_mirror_modeling": true, + "vertices": { + "SG2C": [0.10991, -0.94398, 1.7], + "gYNL": [-0.82826, -0.11843, 1.7], + "jyuv": [0.10991, 1.51644, 1.50967], + "yjq6": [-0.82826, -0.11843, 1.129], + "rpzh": [0.10991, -0.94398, 1.129], + "1IhL": [-0.82826, -0.11843, 1.06555], + "ditf": [0.10991, -0.94398, 1.06555], + "cqaI": [-0.82826, -0.11843, 0.4311], + "TtLA": [0.10991, -0.94398, 0.4311], + "X40D": [-0.82826, -0.11843, -0.1399], + "kPro": [0.10991, -0.94398, -0.1399], + "Jqet": [-0.87685, -0.11843, -0.20334], + "FbXp": [0.10991, -0.94398, -0.20334], + "XDyQ": [-0.87685, 0.77939, -0.77435], + "4PNW": [0.10991, 1.85001, 0.46283], + "jAkr": [0.10991, 1.85001, -0.17162], + "eeZW": [-1.13648, 1.51644, 1.09727], + "v2Oq": [-1.13648, 1.51644, -0.17162], + "xovw": [-0.87685, -0.23699, -0.20334], + "ApEB": [-0.87685, -0.23699, -0.77435], + "iOyM": [-2.3037, -0.52648, -0.77435], + "DFFs": [-2.3037, -0.52648, -0.20334], + "s57i": [-1.34629, -0.23699, 0.4311], + "DJ8Y": [-1.34629, -0.23699, -0.1399], + "Htu6": [-2.3037, -0.52648, -0.1399], + "VQgu": [-2.3037, -0.52648, 0.4311], + "J74A": [-1.34629, -0.23699, 1.06555], + "deLA": [-2.3037, -0.52648, 0.49455], + "gFQQ": [-1.34629, -0.23699, 1.7], + "37AA": [-1.34629, -0.23699, 1.129], + "hEhj": [-2.3037, -0.52648, 1.129], + "rik1": [-2.3037, -0.52648, 1.7], + "m70k": [-0.82826, -0.11843, 0.49455], + "5jQS": [0.10991, -0.94398, 0.49455], + "QgB1": [0.10991, -0.94398, -0.77435], + "BvKq": [-1.34629, -0.23699, 0.49455], + "Fugt": [-2.3037, -0.52648, 1.06555], + "LJNo": [-1.06429, 1.57401, -0.9171], + "pcXW": [-1.13648, 1.51644, 0.46283], + "SmHE": [-1.13648, 1.18286, 1.50967], + "am1B": [0.10991, 1.85001, 1.09727], + "b0wN": [-0.93383, -0.00252, -0.26679], + "QS4i": [-0.93383, -0.00252, -0.7109], + "RpTK": [-1.06639, 0.69724, -0.7109], + "cV7E": [-1.06639, 0.69724, -0.26679], + "2qMd": [-0.93383, -0.00252, 0.36766], + "P8PL": [-0.93383, -0.00252, -0.07645], + "0TBa": [-1.06639, 0.69724, -0.07645], + "D9wR": [-1.06639, 0.69724, 0.36766], + "QcTt": [-0.93383, -0.00252, 1.00211], + "oDy3": [-0.93383, -0.00252, 0.55799], + "19ji": [-1.06639, 0.69724, 0.55799], + "R5vE": [-1.06639, 0.69724, 1.00211], + "NR0N": [-0.93383, -0.00252, 1.63656], + "XL8u": [-0.93383, -0.00252, 1.19244], + "zpU5": [-1.06639, 0.69724, 1.19244], + "GTiL": [-1.06639, 0.69724, 1.63656], + "BcrG": [0.0134, 1.65001, -0.9171], + "imkY": [-0.01175, 0.77939, -0.90075], + "zWXC": [-0.75818, 0.77939, -2.27067], + "n7Ny": [-0.81781, 1.55514, -2.27067], + "D6Uy": [0.03207, 1.63114, -2.27067], + "dzss": [0.00692, 0.77939, -2.27067] + }, + "faces": { + "uo43jn6G": { + "uv": { + "gYNL": [1, 11], + "SG2C": [2.5, 11], + "SmHE": [1, 9], + "jyuv": [2.5, 9] + }, + "vertices": ["jyuv", "SmHE", "SG2C", "gYNL"], + "texture": 1 + }, + "qVUOFDNK": { + "uv": { + "GTiL": [2.2103, 7.99449], + "zpU5": [1.94526, 7.99449], + "XL8u": [1.934, 7.01463], + "NR0N": [2.2103, 7] + }, + "vertices": ["NR0N", "XL8u", "zpU5", "GTiL"], + "texture": 1 + }, + "sJ7BIjtK": { + "uv": { + "rpzh": [1.94526, 7.99449], + "ditf": [1.68022, 7.99449], + "1IhL": [1.65771, 7.02925], + "yjq6": [1.934, 7.01463] + }, + "vertices": ["yjq6", "1IhL", "ditf", "rpzh"], + "texture": 1 + }, + "Tt5do9eD": { + "uv": { + "5jQS": [1.41518, 7.99449], + "TtLA": [1.15014, 7.99449], + "cqaI": [1.10512, 7.0585], + "m70k": [1.38141, 7.04388] + }, + "vertices": ["m70k", "cqaI", "TtLA", "5jQS"], + "texture": 1 + }, + "8r7ed029": { + "uv": { + "D9wR": [1.15014, 7.99449], + "0TBa": [0.8851, 7.99449], + "P8PL": [0.82883, 7.07313], + "2qMd": [1.10512, 7.0585] + }, + "vertices": ["2qMd", "P8PL", "0TBa", "D9wR"], + "texture": 1 + }, + "9EMzfsaM": { + "uv": { + "cV7E": [0.62007, 7.99449], + "RpTK": [0.35504, 7.99449], + "QS4i": [0.27626, 7.10238], + "b0wN": [0.55255, 7.08775] + }, + "vertices": ["b0wN", "QS4i", "RpTK", "cV7E"], + "texture": 1 + }, + "1A3RrdZF": { + "uv": { + "jyuv": [0, 5], + "am1B": [0.37501, 5], + "rpzh": [0.37501, 7], + "SG2C": [0, 7] + }, + "vertices": ["SG2C", "rpzh", "am1B", "jyuv"], + "texture": 1 + }, + "Z0MHKSM1": { + "uv": { + "am1B": [0.56252, 5], + "ditf": [0.75002, 7], + "rpzh": [0.37501, 7] + }, + "vertices": ["rpzh", "ditf", "am1B"], + "texture": 1 + }, + "8RfDVw73": { + "uv": { + "4PNW": [1.31254, 5], + "TtLA": [1.50004, 7], + "5jQS": [1.12503, 7] + }, + "vertices": ["5jQS", "TtLA", "4PNW"], + "texture": 1 + }, + "b1H2Twi7": { + "uv": { + "4PNW": [1.50004, 5], + "jAkr": [1.87504, 5], + "kPro": [1.87504, 7], + "TtLA": [1.50004, 7] + }, + "vertices": ["TtLA", "kPro", "jAkr", "4PNW"], + "texture": 1 + }, + "H3nYlw5n": { + "uv": { + "pcXW": [1, 10.49996], + "v2Oq": [1, 10.12496], + "jAkr": [2.5, 10.12496], + "4PNW": [2.5, 10.49996] + }, + "vertices": ["4PNW", "jAkr", "v2Oq", "pcXW"], + "texture": 1 + }, + "3Pp5rd8r": { + "uv": { + "gYNL": [3, 10], + "yjq6": [2.62499, 10], + "eeZW": [2.62499, 5], + "SmHE": [3, 5] + }, + "vertices": ["SmHE", "eeZW", "yjq6", "gYNL"], + "texture": 1 + }, + "Ozh5CuVR": { + "uv": { + "yjq6": [2.62499, 7], + "1IhL": [2.24998, 7], + "eeZW": [2.43748, 5] + }, + "vertices": ["eeZW", "1IhL", "yjq6"], + "texture": 1 + }, + "qTnHXohn": { + "uv": { + "m70k": [1.87497, 7], + "cqaI": [1.49996, 7], + "pcXW": [1.68746, 5] + }, + "vertices": ["pcXW", "cqaI", "m70k"], + "texture": 1 + }, + "NQGq8EFs": { + "uv": { + "cqaI": [1.49996, 10], + "X40D": [1.12496, 10], + "v2Oq": [1.12496, 5], + "pcXW": [1.49996, 5] + }, + "vertices": ["pcXW", "v2Oq", "X40D", "cqaI"], + "texture": 1 + }, + "t75oHfwX": { + "uv": { + "X40D": [1.12496, 7], + "Jqet": [0.74996, 7], + "v2Oq": [0.93746, 5] + }, + "vertices": ["v2Oq", "Jqet", "X40D"], + "texture": 1 + }, + "rn9ZHqv3": { + "uv": { + "Jqet": [0.74996, 10], + "XDyQ": [0.37497, 10], + "LJNo": [0.37497, 5], + "v2Oq": [0.74996, 5] + }, + "vertices": ["v2Oq", "LJNo", "XDyQ", "Jqet"], + "texture": 1 + }, + "cWeBGtG5": { + "uv": { + "XDyQ": [0, 6], + "Jqet": [0.2767, 6], + "xovw": [0.2767, 7], + "ApEB": [0, 7] + }, + "vertices": ["ApEB", "xovw", "Jqet", "XDyQ"], + "texture": 1 + }, + "IJCofTZe": { + "uv": { + "FbXp": [2, 4], + "DFFs": [0, 4], + "xovw": [0, 2] + }, + "vertices": ["xovw", "DFFs", "FbXp"], + "texture": 1 + }, + "mIvrKkMT": { + "uv": { + "X40D": [0, 6], + "cqaI": [0.2767, 6], + "s57i": [0.2767, 7], + "DJ8Y": [0.0001, 7] + }, + "vertices": ["DJ8Y", "s57i", "cqaI", "X40D"], + "texture": 1 + }, + "O7BP5dy7": { + "uv": { + "kPro": [0, 4], + "X40D": [0, 2], + "DJ8Y": [2, 2], + "Htu6": [2, 4] + }, + "vertices": ["Htu6", "DJ8Y", "X40D", "kPro"], + "texture": 1 + }, + "HxuDHg0G": { + "uv": { + "TtLA": [1, 6], + "kPro": [1.2651, 6], + "Htu6": [1.265, 7], + "VQgu": [1, 7] + }, + "vertices": ["VQgu", "Htu6", "kPro", "TtLA"], + "texture": 1 + }, + "05QRSzeb": { + "uv": { + "cqaI": [2, 2], + "TtLA": [2, 4], + "VQgu": [0, 4], + "s57i": [0, 2] + }, + "vertices": ["s57i", "VQgu", "TtLA", "cqaI"], + "texture": 1 + }, + "iCzdhyKG": { + "uv": { + "5jQS": [0, 4], + "m70k": [0, 2], + "BvKq": [2, 2], + "deLA": [2, 4] + }, + "vertices": ["deLA", "BvKq", "m70k", "5jQS"], + "texture": 1 + }, + "TUyCMWe4": { + "uv": { + "1IhL": [0.9655, 2], + "ditf": [0.9655, 4], + "Fugt": [0, 4], + "J74A": [0, 2] + }, + "vertices": ["J74A", "Fugt", "ditf", "1IhL"], + "texture": 1 + }, + "N1eMWfWU": { + "uv": { + "yjq6": [1, 6], + "gYNL": [1.2767, 6], + "gFQQ": [1.2767, 7], + "37AA": [1.0001, 7] + }, + "vertices": ["37AA", "gFQQ", "gYNL", "yjq6"], + "texture": 1 + }, + "ZgkHiEvD": { + "uv": { + "rpzh": [2, 4], + "yjq6": [2, 2], + "37AA": [5, 2], + "hEhj": [5, 4] + }, + "vertices": ["hEhj", "37AA", "yjq6", "rpzh"], + "texture": 1 + }, + "Rqvnh5JT": { + "uv": { + "SG2C": [1, 6], + "rpzh": [1.265, 6], + "hEhj": [1.265, 7], + "rik1": [1, 7] + }, + "vertices": ["rik1", "hEhj", "rpzh", "SG2C"], + "texture": 1 + }, + "NUcZO3RF": { + "uv": { + "gYNL": [2, 6], + "SG2C": [2, 8], + "rik1": [0, 8], + "gFQQ": [0, 6] + }, + "vertices": ["gFQQ", "rik1", "SG2C", "gYNL"], + "texture": 1 + }, + "duNNNzsm": { + "uv": { + "R5vE": [1.68022, 7.99449], + "19ji": [1.41518, 7.99449], + "oDy3": [1.38141, 7.04388], + "QcTt": [1.65771, 7.02925] + }, + "vertices": ["QcTt", "oDy3", "19ji", "R5vE"], + "texture": 1 + }, + "1GvS40WP": { + "uv": { + "am1B": [0.75002, 5], + "4PNW": [1.12503, 5], + "5jQS": [1.12503, 7], + "ditf": [0.75002, 7] + }, + "vertices": ["ditf", "5jQS", "4PNW", "am1B"], + "texture": 1 + }, + "ZAq6364x": { + "uv": { + "eeZW": [1, 11.24998], + "pcXW": [1, 10.87497], + "4PNW": [2.5, 10.87497], + "am1B": [2.5, 11.24998] + }, + "vertices": ["am1B", "4PNW", "pcXW", "eeZW"], + "texture": 1 + }, + "xM3u5Rgj": { + "uv": { + "v2Oq": [1, 9.74996], + "LJNo": [1, 9.37497], + "BcrG": [2.5, 9.37497], + "jAkr": [2.5, 9.74996] + }, + "vertices": ["jAkr", "BcrG", "LJNo", "v2Oq"], + "texture": 1 + }, + "sbc82oNA": { + "uv": { + "1IhL": [2.24998, 10], + "m70k": [1.87497, 10], + "pcXW": [1.87497, 5], + "eeZW": [2.24998, 5] + }, + "vertices": ["eeZW", "pcXW", "m70k", "1IhL"], + "texture": 1 + }, + "AJJPyz9R": { + "uv": { + "m70k": [1, 6], + "1IhL": [1.2766, 6], + "J74A": [1.2767, 7], + "BvKq": [1, 7] + }, + "vertices": ["BvKq", "J74A", "1IhL", "m70k"], + "texture": 1 + }, + "ZppkV46C": { + "uv": { + "ditf": [0.0001, 6], + "5jQS": [0.2651, 6], + "deLA": [0.2651, 7], + "Fugt": [0, 7] + }, + "vertices": ["Fugt", "deLA", "5jQS", "ditf"], + "texture": 1 + }, + "kCcOlvWB": { + "uv": { + "SmHE": [1, 12], + "eeZW": [1, 11.62499], + "am1B": [2.5, 11.62499], + "jyuv": [2.5, 12] + }, + "vertices": ["jyuv", "am1B", "eeZW", "SmHE"], + "texture": 1 + }, + "j8g2VQFn": { + "uv": { + "ApEB": [0, 6], + "xovw": [1.6, 6], + "b0wN": [1.6, 7], + "QS4i": [0, 7] + }, + "vertices": ["QS4i", "b0wN", "xovw", "ApEB"], + "texture": 1 + }, + "ZdfOYoQE": { + "uv": { + "iOyM": [0, 4], + "ApEB": [0, 2], + "QS4i": [7, 2] + }, + "vertices": ["QS4i", "ApEB", "iOyM"], + "texture": 1 + }, + "PSd8nYdT": { + "uv": { + "DFFs": [6, 11.00031], + "iOyM": [7, 11], + "RpTK": [7, 12.74996], + "cV7E": [6, 12.75003] + }, + "vertices": ["cV7E", "RpTK", "iOyM", "DFFs"], + "texture": 1 + }, + "HIdDzpOZ": { + "uv": { + "DFFs": [7, 4], + "cV7E": [0, 4], + "b0wN": [0, 2] + }, + "vertices": ["b0wN", "cV7E", "DFFs"], + "texture": 1 + }, + "AaDkkopW": { + "uv": { + "DJ8Y": [0, 6], + "s57i": [1.6, 6], + "2qMd": [1.6, 7], + "P8PL": [0, 7] + }, + "vertices": ["P8PL", "2qMd", "s57i", "DJ8Y"], + "texture": 1 + }, + "uDXKxApa": { + "uv": { + "Htu6": [0, 4], + "DJ8Y": [0, 2], + "P8PL": [7, 2], + "0TBa": [7, 4] + }, + "vertices": ["0TBa", "P8PL", "DJ8Y", "Htu6"], + "texture": 1 + }, + "FD3Uef8Z": { + "uv": { + "VQgu": [6, 11.00031], + "Htu6": [7, 11], + "0TBa": [7, 12.74996], + "D9wR": [6, 12.75003] + }, + "vertices": ["D9wR", "0TBa", "Htu6", "VQgu"], + "texture": 1 + }, + "znTdIdv8": { + "uv": { + "s57i": [7, 2], + "VQgu": [7, 4], + "D9wR": [0, 4], + "2qMd": [0, 2] + }, + "vertices": ["2qMd", "D9wR", "VQgu", "s57i"], + "texture": 1 + }, + "HBqfAJ9G": { + "uv": { + "BvKq": [0, 6], + "J74A": [1.6, 6], + "QcTt": [1.6, 7], + "oDy3": [0, 7] + }, + "vertices": ["oDy3", "QcTt", "J74A", "BvKq"], + "texture": 1 + }, + "xTS24TAq": { + "uv": { + "deLA": [0, 4], + "BvKq": [0, 2], + "oDy3": [7, 2], + "19ji": [7, 4] + }, + "vertices": ["19ji", "oDy3", "BvKq", "deLA"], + "texture": 1 + }, + "Ee6LZNK0": { + "uv": { + "Fugt": [6, 11.00031], + "deLA": [7, 11], + "19ji": [7, 12.74996], + "R5vE": [6, 12.75003] + }, + "vertices": ["R5vE", "19ji", "deLA", "Fugt"], + "texture": 1 + }, + "DGmdf0cv": { + "uv": { + "J74A": [3, 2], + "Fugt": [3, 4], + "R5vE": [0, 4], + "QcTt": [0, 2] + }, + "vertices": ["QcTt", "R5vE", "Fugt", "J74A"], + "texture": 1 + }, + "S8qFQBfU": { + "uv": { + "37AA": [1, 6], + "gFQQ": [2.6, 6], + "NR0N": [2.6, 7], + "XL8u": [1, 7] + }, + "vertices": ["XL8u", "NR0N", "gFQQ", "37AA"], + "texture": 1 + }, + "ZntA3gmm": { + "uv": { + "hEhj": [0, 4], + "37AA": [0, 2], + "XL8u": [7, 2], + "zpU5": [7, 4] + }, + "vertices": ["zpU5", "XL8u", "37AA", "hEhj"], + "texture": 1 + }, + "3IofQwIZ": { + "uv": { + "rik1": [6, 11.00031], + "hEhj": [7, 11], + "zpU5": [7, 12.74996], + "GTiL": [6, 12.75003] + }, + "vertices": ["GTiL", "zpU5", "hEhj", "rik1"], + "texture": 1 + }, + "QWX2zBDX": { + "uv": { + "gFQQ": [7, 6], + "rik1": [7, 8], + "GTiL": [0, 8], + "NR0N": [0, 6] + }, + "vertices": ["NR0N", "GTiL", "rik1", "gFQQ"], + "texture": 1 + }, + "hTI7CCl8": { + "uv": { + "kPro": [0.8851, 7.99449], + "FbXp": [0.62007, 7.99449], + "Jqet": [0.55255, 7.08775], + "X40D": [0.82883, 7.07313] + }, + "vertices": ["X40D", "Jqet", "FbXp", "kPro"], + "texture": 1 + }, + "8CzZUE6T": { + "uv": { + "jAkr": [2.06254, 5], + "FbXp": [2.25004, 7], + "kPro": [1.87504, 7] + }, + "vertices": ["kPro", "FbXp", "jAkr"], + "texture": 1 + }, + "7XOUjrqa": { + "uv": { + "jAkr": [2.25004, 5], + "BcrG": [2.62503, 5], + "QgB1": [2.62503, 7], + "FbXp": [2.25004, 7] + }, + "vertices": ["FbXp", "QgB1", "BcrG", "jAkr"], + "texture": 1 + }, + "54OA4Vs6": { + "uv": { + "FbXp": [0, 6], + "QgB1": [0.265, 6.0001], + "iOyM": [0.265, 7.0001], + "DFFs": [0, 7] + }, + "vertices": ["DFFs", "iOyM", "QgB1", "FbXp"], + "texture": 1 + }, + "ggILVg96": { + "uv": { + "BcrG": [0.99925, 2], + "QgB1": [0.99935, 4.10127], + "imkY": [0, 4.13803] + }, + "vertices": ["imkY", "QgB1", "BcrG"], + "texture": 1 + }, + "5kmEJ6Kw": { + "uv": { + "LJNo": [0.99996, 6], + "XDyQ": [1.00006, 7.66975], + "zWXC": [0, 7.66978], + "n7Ny": [0, 6.00004] + }, + "vertices": ["n7Ny", "zWXC", "XDyQ", "LJNo"], + "texture": 1 + }, + "foU09iTp": { + "uv": { + "BcrG": [0.99995, 6.00003], + "LJNo": [0.99998, 7.29024], + "n7Ny": [0, 7.2903], + "D6Uy": [0, 6] + }, + "vertices": ["D6Uy", "n7Ny", "LJNo", "BcrG"], + "texture": 1 + }, + "kbQjmSDS": { + "uv": { + "imkY": [6, 11.00031], + "BcrG": [7, 11], + "D6Uy": [7, 12.74996], + "dzss": [6, 12.75003] + }, + "vertices": ["dzss", "D6Uy", "BcrG", "imkY"], + "texture": 1 + }, + "VRrQpPkW": { + "uv": { + "XDyQ": [0, 6], + "imkY": [1.09473, 6.0001], + "dzss": [1.18278, 6.99615], + "zWXC": [0.08808, 6.99615] + }, + "vertices": ["zWXC", "dzss", "imkY", "XDyQ"], + "texture": 1 + }, + "400LDBxk": { + "uv": { + "QgB1": [0, 4], + "ApEB": [2, 2], + "iOyM": [2, 4] + }, + "vertices": ["iOyM", "ApEB", "QgB1"], + "texture": 1 + }, + "BTSzIZ59": { + "uv": { + "n7Ny": [0.8499, 3.076], + "D6Uy": [0, 3], + "zWXC": [0.7903, 3.8517], + "dzss": [0.0252, 3.8517] + }, + "vertices": ["dzss", "zWXC", "D6Uy", "n7Ny"], + "texture": 1 + }, + "JHaDI6G9": { + "uv": { + "Jqet": [2, 2], + "FbXp": [2, 4], + "xovw": [0, 2] + }, + "vertices": ["xovw", "FbXp", "Jqet"], + "texture": 1 + }, + "eroVYhIA": { + "uv": { + "iOyM": [0, 4], + "QS4i": [7, 2], + "RpTK": [7, 4] + }, + "vertices": ["RpTK", "QS4i", "iOyM"], + "texture": 1 + }, + "pKiidXjT": { + "uv": { + "xovw": [7, 2], + "DFFs": [7, 4], + "b0wN": [0, 2] + }, + "vertices": ["b0wN", "DFFs", "xovw"], + "texture": 1 + }, + "BXKiavab": { + "uv": { + "XDyQ": [0.9852, 2.006], + "imkY": [0.1145, 2], + "ApEB": [0.9852, 3.0194], + "QgB1": [0, 3.7285] + }, + "vertices": ["QgB1", "ApEB", "imkY", "XDyQ"], + "texture": 1 + } + }, + "type": "mesh", + "uuid": "6ed8b339-9adc-82c5-ae8e-89218c37e4cb" } ], "outliner": [ @@ -17439,7 +18185,7 @@ "locked": false, "visibility": true, "autouv": 0, - "selected": false, + "selected": true, "children": [ "5b436543-2419-e70e-86f7-2277ab9225f9", { @@ -17498,6 +18244,20 @@ "selected": false, "children": ["a7ff4b5e-7042-a38c-c883-f2e72ff2dd7c"] }, + { + "name": "RightHandThumbsUp", + "origin": [6.925, 11.7, 0.36], + "color": 0, + "uuid": "92ef16f2-df8c-d13e-6ff8-57df6116f184", + "export": true, + "mirror_uv": false, + "isOpen": true, + "locked": false, + "visibility": false, + "autouv": 0, + "selected": false, + "children": ["6ed8b339-9adc-82c5-ae8e-89218c37e4cb"] + }, { "name": "RightCamera", "origin": [3.73333, 13.44444, 0], @@ -17842,7 +18602,7 @@ "locked": false, "visibility": false, "autouv": 0, - "selected": true, + "selected": false, "children": [ "28edf6c3-9e51-9aa6-e986-06718e224cf4", "6f8d85c8-d224-3d60-439e-e6026a8bb67a", @@ -18019,7 +18779,7 @@ ], "textures": [ { - "path": "/home/akirapink/Documents/made-in-akira/3d_models/akira/model 4.13/camera.png", + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/Akira Eiko Olivia Pink/camera.png", "name": "camera.png", "folder": "", "namespace": "", @@ -18047,7 +18807,7 @@ "relative_path": "camera.png" }, { - "path": "/home/akirapink/Documents/made-in-akira/3d_models/akira/model 4.13/akiracombined_v4.png", + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/Akira Eiko Olivia Pink/akiracombined_v4.png", "name": "akiracombined_v4.png", "folder": "", "namespace": "", @@ -18075,7 +18835,7 @@ "relative_path": "akiracombined_v4.png" }, { - "path": "/home/akirapink/Documents/made-in-akira/3d_models/akira/model 4.13/akiracombined_happy.png", + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/Akira Eiko Olivia Pink/akiracombined_happy.png", "name": "akiracombined_happy.png", "folder": "", "namespace": "", @@ -18103,7 +18863,7 @@ "relative_path": "akiracombined_happy.png" }, { - "path": "/home/akirapink/Documents/made-in-akira/3d_models/akira/model 4.13/akiracombined_angry.png", + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/Akira Eiko Olivia Pink/akiracombined_angry.png", "name": "akiracombined_angry.png", "folder": "", "namespace": "", @@ -18131,7 +18891,7 @@ "relative_path": "akiracombined_angry.png" }, { - "path": "/home/akirapink/Documents/made-in-akira/3d_models/akira/model 4.13/akiracombined_fear.png", + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/Akira Eiko Olivia Pink/akiracombined_fear.png", "name": "akiracombined_fear.png", "folder": "", "namespace": "", @@ -18159,7 +18919,7 @@ "relative_path": "akiracombined_fear.png" }, { - "path": "/home/akirapink/Documents/made-in-akira/3d_models/akira/model 4.13/akiracombined_glad.png", + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/Akira Eiko Olivia Pink/akiracombined_glad.png", "name": "akiracombined_glad.png", "folder": "", "namespace": "", @@ -18187,7 +18947,7 @@ "relative_path": "akiracombined_glad.png" }, { - "path": "/home/akirapink/Documents/made-in-akira/3d_models/akira/model 4.13/akiracombined_sleep.png", + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/Akira Eiko Olivia Pink/akiracombined_sleep.png", "name": "akiracombined_sleep.png", "folder": "", "namespace": "", @@ -18215,7 +18975,7 @@ "relative_path": "akiracombined_sleep.png" }, { - "path": "/home/akirapink/Documents/made-in-akira/3d_models/akira/model 4.13/akiracombined_guilt.png", + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/Akira Eiko Olivia Pink/akiracombined_guilt.png", "name": "akiracombined_guilt.png", "folder": "", "namespace": "", @@ -18243,7 +19003,7 @@ "relative_path": "akiracombined_guilt.png" }, { - "path": "/home/akirapink/Documents/made-in-akira/3d_models/akira/model 4.13/taunt3.png", + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/Akira Eiko Olivia Pink/taunt3.png", "name": "taunt3.png", "folder": "", "namespace": "", @@ -18271,7 +19031,7 @@ "relative_path": "taunt3.png" }, { - "path": "/home/akirapink/Documents/made-in-akira/3d_models/akira/model 4.13/rose_gold_rapier_handheld.png", + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/Akira Eiko Olivia Pink/rose_gold_rapier_handheld.png", "name": "rose_gold_rapier_handheld.png", "folder": "", "namespace": "", @@ -18299,7 +19059,7 @@ "relative_path": "rose_gold_rapier_handheld.png" }, { - "path": "/home/akirapink/Documents/made-in-akira/3d_models/akira/model 4.13/rose_gold_rapier_upright.png", + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/Akira Eiko Olivia Pink/rose_gold_rapier_upright.png", "name": "rose_gold_rapier_upright.png", "folder": "", "namespace": "", @@ -18327,7 +19087,7 @@ "relative_path": "rose_gold_rapier_upright.png" }, { - "path": "/home/akirapink/Documents/made-in-akira/3d_models/akira/model 4.13/pool_noodle.png", + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/Akira Eiko Olivia Pink/pool_noodle.png", "name": "pool_noodle.png", "folder": "", "namespace": "", @@ -18355,7 +19115,7 @@ "relative_path": "pool_noodle.png" }, { - "path": "/home/akirapink/Documents/made-in-akira/3d_models/akira/model 4.13/elytra.png", + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/Akira Eiko Olivia Pink/elytra.png", "name": "elytra.png", "folder": "", "namespace": "", @@ -18383,7 +19143,7 @@ "relative_path": "elytra.png" }, { - "path": "/home/akirapink/Documents/made-in-akira/3d_models/akira/model 4.13/symbol_x_e.png", + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/Akira Eiko Olivia Pink/symbol_x_e.png", "name": "symbol_x_e.png", "folder": "", "namespace": "", @@ -18411,7 +19171,7 @@ "relative_path": "symbol_x_e.png" }, { - "path": "/home/akirapink/Documents/made-in-akira/3d_models/akira/model 4.13/symbol_e.png", + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/Akira Eiko Olivia Pink/symbol_e.png", "name": "symbol_e.png", "folder": "", "namespace": "", @@ -18439,7 +19199,7 @@ "relative_path": "symbol_e.png" }, { - "path": "/home/akirapink/Documents/made-in-akira/3d_models/akira/model 4.13/fountain_inner.png", + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/Akira Eiko Olivia Pink/fountain_inner.png", "name": "fountain_inner.png", "folder": "", "namespace": "", @@ -18467,7 +19227,7 @@ "relative_path": "fountain_inner.png" }, { - "path": "/home/akirapink/Documents/made-in-akira/3d_models/akira/model 4.13/fountain_outer.png", + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/Akira Eiko Olivia Pink/fountain_outer.png", "name": "fountain_outer.png", "folder": "", "namespace": "", @@ -18495,7 +19255,7 @@ "relative_path": "fountain_outer.png" }, { - "path": "/home/akirapink/Documents/made-in-akira/3d_models/akira/model 4.13/smog.png", + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/Akira Eiko Olivia Pink/smog.png", "name": "smog.png", "folder": "", "namespace": "", @@ -18523,7 +19283,7 @@ "relative_path": "smog.png" }, { - "path": "/home/akirapink/Documents/made-in-akira/3d_models/akira/model 4.13/blob_single.png", + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/Akira Eiko Olivia Pink/blob_single.png", "name": "blob_single.png", "folder": "", "namespace": "", @@ -18752,6 +19512,20 @@ "color": -1, "interpolation": "catmullrom" }, + { + "channel": "rotation", + "data_points": [ + { + "x": "2.5", + "y": "0", + "z": "0" + } + ], + "uuid": "224e3f15-8c25-d769-e9e4-f281aa9a0ff7", + "time": 1, + "color": -1, + "interpolation": "catmullrom" + }, { "channel": "position", "data_points": [ @@ -18817,7 +19591,7 @@ "z": "0" } ], - "uuid": "4fae9932-bad9-cf68-9971-72d26308ac2a", + "uuid": "486eec7c-d9b0-a1f7-f28c-c6b2bb40e222", "time": 1, "color": -1, "interpolation": "catmullrom" @@ -18865,7 +19639,7 @@ "z": "0" } ], - "uuid": "5717fe2b-6bb4-86e5-daea-ba0845e2e53d", + "uuid": "f8b2a4db-863e-7ffe-d6b2-a923799f4ecd", "time": 1, "color": -1, "interpolation": "catmullrom" @@ -18913,7 +19687,7 @@ "z": "0" } ], - "uuid": "cc9b0825-f5c1-c4d3-36f7-d5d22bc87209", + "uuid": "cc904913-1e51-1ec6-ee9a-4fbeeadb16bc", "time": 1, "color": -1, "interpolation": "catmullrom" @@ -18938,20 +19712,6 @@ "color": -1, "interpolation": "catmullrom" }, - { - "channel": "rotation", - "data_points": [ - { - "x": "-67.5", - "y": "0", - "z": "0" - } - ], - "uuid": "816f120d-9bf2-dc5c-ff19-9ce7f1b012f2", - "time": 1, - "color": -1, - "interpolation": "catmullrom" - }, { "channel": "rotation", "data_points": [ @@ -18965,6 +19725,20 @@ "time": 0.5, "color": -1, "interpolation": "catmullrom" + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "-67.5", + "y": "0", + "z": "0" + } + ], + "uuid": "9244004b-462b-0d58-04d6-20203e180e7b", + "time": 1, + "color": -1, + "interpolation": "catmullrom" } ] }, @@ -19009,7 +19783,7 @@ "z": "0" } ], - "uuid": "63fda6e2-d812-8cdb-097b-4794ee19bea8", + "uuid": "e430fb12-f524-ee91-a32f-4a0fe9c69be4", "time": 1, "color": -1, "interpolation": "catmullrom" @@ -19071,7 +19845,7 @@ "z": "0" } ], - "uuid": "5414a5e5-7e6e-b538-51f0-f731df81a97d", + "uuid": "b1a14753-926a-8ec5-7c4d-e87db4fc4803", "time": 1, "color": -1, "interpolation": "catmullrom" @@ -19114,12 +19888,12 @@ "channel": "rotation", "data_points": [ { - "x": "42.5", + "x": "37.5", "y": "0", "z": "0" } ], - "uuid": "813a0c59-8976-b6a5-755f-3a1e8c2da857", + "uuid": "4b4e6497-de36-e715-d322-0f3b240e50df", "time": 1, "color": -1, "interpolation": "catmullrom" @@ -19153,8 +19927,8 @@ "z": "0" } ], - "uuid": "d728b8cd-3d6e-1d00-4ade-b87ff5fd9ad3", - "time": 1, + "uuid": "213efa5e-2c7f-3e6b-7ed4-f1a4b9dfa86a", + "time": 0, "color": -1, "interpolation": "catmullrom" }, @@ -19167,8 +19941,8 @@ "z": "0" } ], - "uuid": "213efa5e-2c7f-3e6b-7ed4-f1a4b9dfa86a", - "time": 0, + "uuid": "84a1f49e-d12b-d35a-66e3-aa7bb6516485", + "time": 1, "color": -1, "interpolation": "catmullrom" } @@ -19243,7 +20017,7 @@ "z": "0" } ], - "uuid": "05253eca-4880-4ca1-d18c-117b923a179f", + "uuid": "6d3aea62-f159-3525-4804-a844b78bb2e0", "time": 1, "color": -1, "interpolation": "catmullrom" @@ -19272,13 +20046,13 @@ "channel": "rotation", "data_points": [ { - "x": "37.5", + "x": "30", "y": "0", "z": "0" } ], - "uuid": "f96154fc-75ea-8796-9f8b-0e917bc11c6a", - "time": 1, + "uuid": "55da1b6c-85f1-b4ba-62c3-da2c023862ae", + "time": 0, "color": -1, "interpolation": "catmullrom" }, @@ -19291,8 +20065,8 @@ "z": "0" } ], - "uuid": "55da1b6c-85f1-b4ba-62c3-da2c023862ae", - "time": 0, + "uuid": "1ef9297f-d9ea-97e3-4aff-38ee0d7cd32d", + "time": 1, "color": -1, "interpolation": "catmullrom" } @@ -19316,20 +20090,6 @@ "color": -1, "interpolation": "catmullrom" }, - { - "channel": "rotation", - "data_points": [ - { - "x": "-15", - "y": "0", - "z": "0" - } - ], - "uuid": "a9fb05f2-21cb-9bc0-952a-dd1c304b1faf", - "time": 1, - "color": -1, - "interpolation": "catmullrom" - }, { "channel": "rotation", "data_points": [ @@ -19343,6 +20103,20 @@ "time": 0.5, "color": -1, "interpolation": "catmullrom" + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "-15", + "y": "0", + "z": "0" + } + ], + "uuid": "f20f75f6-fbe0-d157-a66c-f79c3d5760c1", + "time": 1, + "color": -1, + "interpolation": "catmullrom" } ] }, @@ -19354,7 +20128,7 @@ "channel": "rotation", "data_points": [ { - "x": "-22.5", + "x": "-15", "y": "0", "z": "0" } @@ -19362,35 +20136,63 @@ "uuid": "62fc40de-555b-8232-c7aa-d02a10a28735", "time": 0, "color": -1, - "interpolation": "linear" + "interpolation": "catmullrom" }, { "channel": "rotation", "data_points": [ { - "x": "22.5", + "x": "-20", "y": "0", "z": "0" } ], - "uuid": "3fcabf74-e3bb-11a8-391a-7b714f257cd2", + "uuid": "58d3c055-a520-f3e3-8a2e-dbbf360cd79f", "time": 0.5, "color": -1, - "interpolation": "linear" + "interpolation": "catmullrom" }, { "channel": "rotation", "data_points": [ { - "x": "-22.5", + "x": "-5.94", "y": "0", "z": "0" } ], - "uuid": "4d59c77f-8606-d85c-0e44-76d4dd1bcdb6", + "uuid": "0d7dc021-68c0-35ac-a9b1-7d04f288ad29", + "time": 0.25, + "color": -1, + "interpolation": "catmullrom" + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "-3.44", + "y": "0", + "z": "0" + } + ], + "uuid": "d5127cb9-7baf-2b36-1805-f7d0fc1e251a", + "time": 0.75, + "color": -1, + "interpolation": "catmullrom" + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "-15", + "y": "0", + "z": "0" + } + ], + "uuid": "04d1adde-3bfa-993d-e437-e18b1b524968", "time": 1, "color": -1, - "interpolation": "linear" + "interpolation": "catmullrom" }, { "channel": "position", @@ -19398,13 +20200,13 @@ { "x": "0", "y": "0", - "z": "-1" + "z": "-0.5" } ], "uuid": "13c2e9bb-0631-03e8-8213-7fdf91e93347", "time": 0.5, "color": -1, - "interpolation": "linear" + "interpolation": "catmullrom" }, { "channel": "position", @@ -19418,7 +20220,35 @@ "uuid": "dca8bc08-bd8c-ed8b-28fe-2ac894e6b207", "time": 0, "color": -1, - "interpolation": "linear" + "interpolation": "catmullrom" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "-0.5", + "z": "-0.25" + } + ], + "uuid": "55972b74-3845-0c6f-9d65-ab55a4b694be", + "time": 0.25, + "color": -1, + "interpolation": "catmullrom" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "-0.5", + "z": "-0.25" + } + ], + "uuid": "5aaa81aa-494d-5b9b-c880-ea81c0b1c5fa", + "time": 0.75, + "color": -1, + "interpolation": "catmullrom" }, { "channel": "position", @@ -19429,10 +20259,10 @@ "z": "0" } ], - "uuid": "7070fe4e-97df-4eb7-fd3a-87bc374f0801", + "uuid": "aacf2764-07cb-7189-483c-1a30782b273e", "time": 1, "color": -1, - "interpolation": "linear" + "interpolation": "catmullrom" }, { "channel": "scale", @@ -19443,26 +20273,11 @@ "z": "1.2" } ], - "uuid": "6670dabe-a487-5009-e0cc-3c93a2a30df5", - "time": 0.5, - "color": -1, - "uniform": false, - "interpolation": "linear" - }, - { - "channel": "scale", - "data_points": [ - { - "x": "1", - "y": "1", - "z": "1" - } - ], "uuid": "67b30998-0198-783e-b780-224d73aa257e", "time": 0, "color": -1, - "uniform": true, - "interpolation": "linear" + "uniform": false, + "interpolation": "catmullrom" }, { "channel": "scale", @@ -19470,14 +20285,59 @@ { "x": "1", "y": "1", - "z": "1" + "z": "1.2" } ], - "uuid": "59ba4472-d621-3439-a089-223559f3280f", + "uuid": "7827ff81-8052-2dc9-82de-d4e03b697b6c", + "time": 0.5, + "color": -1, + "uniform": false, + "interpolation": "catmullrom" + }, + { + "channel": "scale", + "data_points": [ + { + "x": "1", + "y": "1", + "z": "1.1" + } + ], + "uuid": "1812daee-cb1e-7f4d-8360-a4361aa1c075", + "time": 0.75, + "color": -1, + "uniform": false, + "interpolation": "catmullrom" + }, + { + "channel": "scale", + "data_points": [ + { + "x": "1", + "y": "1", + "z": "1.1125" + } + ], + "uuid": "4ddcd46d-6821-949d-e01e-96922e6e2aab", + "time": 0.25, + "color": -1, + "uniform": false, + "interpolation": "catmullrom" + }, + { + "channel": "scale", + "data_points": [ + { + "x": "1", + "y": "1", + "z": "1.2" + } + ], + "uuid": "a8844783-d82b-57bf-5241-95f6955212f6", "time": 1, "color": -1, - "uniform": true, - "interpolation": "linear" + "uniform": false, + "interpolation": "catmullrom" } ] } @@ -23977,9 +24837,9 @@ "name": "clap", "loop": "once", "override": true, - "length": 2.53333, + "length": 1.88333, "snapping": 60, - "selected": false, + "selected": true, "anim_time_update": "", "blend_weight": "", "start_delay": "", @@ -23989,25 +24849,6 @@ "name": "LeftArm", "type": "bone", "keyframes": [ - { - "channel": "rotation", - "data_points": [ - { - "x": "0", - "y": "0", - "z": "0" - } - ], - "uuid": "f78104f5-827f-1cfc-5dc3-6d529cf6282b", - "time": 0.18333, - "color": -1, - "interpolation": "bezier", - "bezier_linked": true, - "bezier_left_time": [-0.1, -0.1, -0.1], - "bezier_left_value": [0, 0, 0], - "bezier_right_time": [0.1, 0.1, 0.1], - "bezier_right_value": [0, 0, 0] - }, { "channel": "rotation", "data_points": [ @@ -24018,7 +24859,7 @@ } ], "uuid": "695eeaec-4ea3-219b-f55a-7fc02a8e6149", - "time": 0.43333, + "time": 0.08333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24037,7 +24878,7 @@ } ], "uuid": "1900d0a4-26a6-f3f5-5e5c-4e5c04468ecb", - "time": 2.53333, + "time": 1.88333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24056,7 +24897,7 @@ } ], "uuid": "b3bd1e0e-33d6-6ef6-da85-d6389d0312ce", - "time": 0.63333, + "time": 0.28333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24075,7 +24916,7 @@ } ], "uuid": "0dd46afb-b028-c740-7213-ff04a4152d39", - "time": 0.83333, + "time": 0.48333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24094,7 +24935,7 @@ } ], "uuid": "db2e0314-4bd1-abca-35b6-adab26afac3e", - "time": 1.03333, + "time": 0.68333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24113,7 +24954,7 @@ } ], "uuid": "fe72dec6-d02f-9ba7-5c7e-59f564cb47aa", - "time": 1.23333, + "time": 0.88333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24132,7 +24973,7 @@ } ], "uuid": "8f1b16cd-62c7-313c-afe7-743ce0b6f405", - "time": 1.43333, + "time": 1.08333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24151,7 +24992,7 @@ } ], "uuid": "e3595c95-49da-86e6-e2e6-579fd9545469", - "time": 1.63333, + "time": 1.28333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24170,7 +25011,7 @@ } ], "uuid": "c87242f8-87dd-4c1a-5896-8e6ef7474b5d", - "time": 1.83333, + "time": 1.48333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24189,7 +25030,7 @@ } ], "uuid": "ae52c019-305b-48f7-67cf-bd7b917b6a8b", - "time": 2.03333, + "time": 1.68333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24208,7 +25049,7 @@ } ], "uuid": "4e176262-47c6-4026-9f98-a2a298540e63", - "time": 0.53333, + "time": 0.18333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24227,7 +25068,7 @@ } ], "uuid": "ff9b5f0a-4724-aed2-d007-ce0c4668f20c", - "time": 0.73333, + "time": 0.38333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24246,7 +25087,7 @@ } ], "uuid": "fa9def47-85d8-98c3-47da-dba7365e39ef", - "time": 0.93333, + "time": 0.58333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24265,7 +25106,7 @@ } ], "uuid": "ebc092df-3ad0-1d51-27b3-c06123982f45", - "time": 1.13333, + "time": 0.78333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24284,7 +25125,7 @@ } ], "uuid": "97282ede-816d-d88c-b2f5-e0069698b0ef", - "time": 1.33333, + "time": 0.98333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24303,7 +25144,7 @@ } ], "uuid": "fbf99c80-dbc5-72a0-5c6e-b0ab35d92ac9", - "time": 1.53333, + "time": 1.18333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24322,7 +25163,7 @@ } ], "uuid": "0401e06d-dd32-6626-1bc8-45646d87764f", - "time": 1.73333, + "time": 1.38333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24341,7 +25182,7 @@ } ], "uuid": "bb5dabfa-7bcc-5153-746f-1bae15d2d0e1", - "time": 1.93333, + "time": 1.58333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24360,7 +25201,26 @@ } ], "uuid": "13f8a05c-622c-d91e-a76e-4eddc47e3cf4", - "time": 2.13333, + "time": 1.78333, + "color": -1, + "interpolation": "bezier", + "bezier_linked": true, + "bezier_left_time": [-0.1, -0.1, -0.1], + "bezier_left_value": [0, 0, 0], + "bezier_right_time": [0.1, 0.1, 0.1], + "bezier_right_value": [0, 0, 0] + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "db956629-c738-71e1-f8bc-ac924cfc70ed", + "time": 0, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24385,7 +25245,7 @@ } ], "uuid": "e54fab22-bbd7-f84e-02c3-091bba0c607d", - "time": 0.43333, + "time": 0.08333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24404,7 +25264,7 @@ } ], "uuid": "5a0ad8d0-ac33-a5d1-cda9-7cdd9efc679a", - "time": 0.63333, + "time": 0.28333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24423,7 +25283,7 @@ } ], "uuid": "1728225a-c76d-0578-00eb-25066f4c9ee6", - "time": 0.83333, + "time": 0.48333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24442,7 +25302,7 @@ } ], "uuid": "f9bb99aa-79d8-026b-8ffc-69a464b5d6b5", - "time": 1.03333, + "time": 0.68333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24461,7 +25321,7 @@ } ], "uuid": "df98b001-7b92-f831-3d92-be4507b7e26a", - "time": 1.23333, + "time": 0.88333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24480,7 +25340,7 @@ } ], "uuid": "22500e70-b7dd-2c8a-9589-9180c0ab366b", - "time": 1.43333, + "time": 1.08333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24499,7 +25359,7 @@ } ], "uuid": "bf95953d-b36d-91bf-3f6b-8820033ff065", - "time": 1.63333, + "time": 1.28333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24518,7 +25378,7 @@ } ], "uuid": "f5e7652b-37d3-6113-0c91-175e6f69dca5", - "time": 1.83333, + "time": 1.48333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24537,7 +25397,7 @@ } ], "uuid": "0619d8de-15a1-3284-d542-9bddff9db47f", - "time": 2.03333, + "time": 1.68333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24556,7 +25416,7 @@ } ], "uuid": "1a991faa-16b9-1608-0294-98b3b6c56688", - "time": 2.53333, + "time": 1.88333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24575,7 +25435,7 @@ } ], "uuid": "75c3d9eb-e469-fe08-0852-13143cd4ef40", - "time": 0.53333, + "time": 0.18333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24594,7 +25454,7 @@ } ], "uuid": "59d07490-64dd-40af-ce0d-07a463379e42", - "time": 0.73333, + "time": 0.38333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24613,7 +25473,7 @@ } ], "uuid": "d0e6ac53-af6d-ac7e-846c-f03489be0e9b", - "time": 0.93333, + "time": 0.58333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24632,7 +25492,7 @@ } ], "uuid": "aeade8d4-d07e-cd51-195a-1578fe28041c", - "time": 1.13333, + "time": 0.78333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24651,7 +25511,7 @@ } ], "uuid": "2c21bb99-f9e2-71e9-1e58-e6869ebb2715", - "time": 1.33333, + "time": 0.98333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24670,7 +25530,7 @@ } ], "uuid": "1e5fb9f9-1631-b66e-346c-c87ebe8706e5", - "time": 1.53333, + "time": 1.18333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24689,7 +25549,7 @@ } ], "uuid": "99ced2ed-3cc7-7719-1d89-ff9151769524", - "time": 1.73333, + "time": 1.38333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24708,7 +25568,7 @@ } ], "uuid": "0443085b-6a70-0291-0eed-78673e6dce18", - "time": 1.93333, + "time": 1.58333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24727,7 +25587,26 @@ } ], "uuid": "6e625e84-3758-b12c-6a83-8d9cdb04aaac", - "time": 2.13333, + "time": 1.78333, + "color": -1, + "interpolation": "bezier", + "bezier_linked": true, + "bezier_left_time": [-0.1, -0.1, -0.1], + "bezier_left_value": [0, 0, 0], + "bezier_right_time": [0.1, 0.1, 0.1], + "bezier_right_value": [0, 0, 0] + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "ece6a357-3b1f-76d4-effa-46d46e23feea", + "time": 0, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24742,25 +25621,6 @@ "name": "RightArm", "type": "bone", "keyframes": [ - { - "channel": "rotation", - "data_points": [ - { - "x": "0", - "y": "0", - "z": "0" - } - ], - "uuid": "77d488d1-9458-58c6-e241-75599906ba19", - "time": 0.18333, - "color": -1, - "interpolation": "bezier", - "bezier_linked": true, - "bezier_left_time": [-0.1, -0.1, -0.1], - "bezier_left_value": [0, 0, 0], - "bezier_right_time": [0.1, 0.1, 0.1], - "bezier_right_value": [0, 0, 0] - }, { "channel": "rotation", "data_points": [ @@ -24771,7 +25631,7 @@ } ], "uuid": "82bbdf59-bb08-0e30-adb3-7b60cda04bdd", - "time": 0.43333, + "time": 0.08333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24790,7 +25650,7 @@ } ], "uuid": "8aeb6d8b-7275-cc98-8b08-40f2afbc4a41", - "time": 2.53333, + "time": 1.88333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24809,7 +25669,7 @@ } ], "uuid": "8cdeb588-8a6a-9c22-bb3b-bc622658bb53", - "time": 0.63333, + "time": 0.28333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24828,7 +25688,7 @@ } ], "uuid": "d360cf51-fff2-c80a-7bd0-897fc4fa36d9", - "time": 0.83333, + "time": 0.48333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24847,7 +25707,7 @@ } ], "uuid": "7393f14f-adf1-5ea6-cabc-b432212699c4", - "time": 1.03333, + "time": 0.68333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24866,7 +25726,7 @@ } ], "uuid": "0174391b-5142-927b-c2bd-1d62656b73c4", - "time": 1.23333, + "time": 0.88333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24885,7 +25745,7 @@ } ], "uuid": "0d43ae72-7b98-9431-50e1-5f420928454b", - "time": 1.43333, + "time": 1.08333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24904,7 +25764,7 @@ } ], "uuid": "0fcf716e-aee1-73d0-f93c-957cde63188b", - "time": 1.63333, + "time": 1.28333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24923,7 +25783,7 @@ } ], "uuid": "e5585907-f80f-9bd1-5ebe-a6cabfe27988", - "time": 1.83333, + "time": 1.48333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24942,7 +25802,7 @@ } ], "uuid": "f503e8c9-06a0-d249-7d58-2d79bbfc0507", - "time": 2.03333, + "time": 1.68333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24961,7 +25821,7 @@ } ], "uuid": "98a38b33-7197-b6c4-241d-88dc1507b869", - "time": 0.53333, + "time": 0.18333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24980,7 +25840,7 @@ } ], "uuid": "4038b1c3-cad6-a5c4-617f-9cf0d0b40e19", - "time": 0.73333, + "time": 0.38333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -24999,7 +25859,7 @@ } ], "uuid": "af253282-94a5-9ccb-8dc1-f39a9e94ebb1", - "time": 0.93333, + "time": 0.58333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -25018,7 +25878,7 @@ } ], "uuid": "bf7eaa6a-c061-d687-1995-ddbc09552b20", - "time": 1.13333, + "time": 0.78333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -25037,7 +25897,7 @@ } ], "uuid": "b09a5354-7473-0347-e845-b73f624008fa", - "time": 1.33333, + "time": 0.98333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -25056,7 +25916,7 @@ } ], "uuid": "1c50fcdf-b344-d762-3a83-6f4be3a05dea", - "time": 1.53333, + "time": 1.18333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -25075,7 +25935,7 @@ } ], "uuid": "a69da435-e001-c02f-7666-31018d660adf", - "time": 1.73333, + "time": 1.38333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -25094,7 +25954,7 @@ } ], "uuid": "8d9bb6e6-aa4c-adfa-624c-6f76ee7287f5", - "time": 1.93333, + "time": 1.58333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -25113,7 +25973,26 @@ } ], "uuid": "94a14c23-ba20-6e41-851f-89e5b9eedb19", - "time": 2.13333, + "time": 1.78333, + "color": -1, + "interpolation": "bezier", + "bezier_linked": true, + "bezier_left_time": [-0.1, -0.1, -0.1], + "bezier_left_value": [0, 0, 0], + "bezier_right_time": [0.1, 0.1, 0.1], + "bezier_right_value": [0, 0, 0] + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "54b16565-b787-a4e2-34e7-2b16969a4696", + "time": 0, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -25138,7 +26017,7 @@ } ], "uuid": "3eb12c22-3350-ea40-82f8-591b7bdac147", - "time": 0.43333, + "time": 0.08333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -25157,7 +26036,7 @@ } ], "uuid": "0d88a6bf-3412-4531-6cd4-11738a55699d", - "time": 0.63333, + "time": 0.28333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -25176,7 +26055,7 @@ } ], "uuid": "fd5351df-736c-0900-c37e-0baa3d807699", - "time": 0.83333, + "time": 0.48333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -25195,7 +26074,7 @@ } ], "uuid": "25ab2be7-b89a-2ab5-4fc5-2aba9f02a025", - "time": 1.03333, + "time": 0.68333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -25214,7 +26093,7 @@ } ], "uuid": "2a43d3ce-e77e-ba8c-d9e8-5eae00a6cd04", - "time": 1.23333, + "time": 0.88333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -25233,7 +26112,7 @@ } ], "uuid": "56c8c5c6-7ec2-4e2f-c300-95ff358e95b0", - "time": 1.43333, + "time": 1.08333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -25252,7 +26131,7 @@ } ], "uuid": "422b63e0-7339-251d-6b44-298391be90b6", - "time": 1.63333, + "time": 1.28333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -25271,7 +26150,7 @@ } ], "uuid": "cbd3889d-c0d1-0403-1cba-1ae2c5bc0a16", - "time": 1.83333, + "time": 1.48333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -25290,7 +26169,7 @@ } ], "uuid": "9aa24d7b-d139-3184-ca95-f5ea809f4b07", - "time": 2.03333, + "time": 1.68333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -25309,7 +26188,7 @@ } ], "uuid": "29985837-27c6-dd85-0945-19d95b5a4d57", - "time": 2.53333, + "time": 1.88333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -25328,7 +26207,7 @@ } ], "uuid": "e42959e4-22dc-e91b-236d-be3c6c449f88", - "time": 0.53333, + "time": 0.18333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -25347,7 +26226,7 @@ } ], "uuid": "0620e6e0-9701-6bf0-9261-37e29e0ecf9b", - "time": 0.73333, + "time": 0.38333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -25366,7 +26245,7 @@ } ], "uuid": "a33bcb5c-434c-1ce8-b368-f21f8bdb886d", - "time": 0.93333, + "time": 0.58333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -25385,7 +26264,7 @@ } ], "uuid": "d6aa8a54-46b7-d816-d42f-bd96a7d59eac", - "time": 1.13333, + "time": 0.78333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -25404,7 +26283,7 @@ } ], "uuid": "184e8bea-9f43-c8f0-606a-8e675b253ea9", - "time": 1.33333, + "time": 0.98333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -25423,7 +26302,7 @@ } ], "uuid": "60126251-891a-0147-20d5-0fd57330972f", - "time": 1.53333, + "time": 1.18333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -25442,7 +26321,7 @@ } ], "uuid": "b4d01b35-02e9-553e-3377-bbbf347c6b97", - "time": 1.73333, + "time": 1.38333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -25461,7 +26340,7 @@ } ], "uuid": "53e4df5b-1ed0-f18b-951b-f3aa83cdd656", - "time": 1.93333, + "time": 1.58333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -25480,7 +26359,7 @@ } ], "uuid": "d0be5f3a-b960-8212-5285-ed912a8f09d9", - "time": 2.13333, + "time": 1.78333, "color": -1, "interpolation": "bezier", "bezier_linked": true, @@ -25488,6 +26367,55 @@ "bezier_left_value": [0, 0, 0], "bezier_right_time": [0.1, 0.1, 0.1], "bezier_right_value": [0, 0, 0] + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "fb7eb7ff-1225-8b16-dafe-be542a5784c2", + "time": 0, + "color": -1, + "interpolation": "bezier", + "bezier_linked": true, + "bezier_left_time": [-0.1, -0.1, -0.1], + "bezier_left_value": [0, 0, 0], + "bezier_right_time": [0.1, 0.1, 0.1], + "bezier_right_value": [0, 0, 0] + } + ] + }, + "effects": { + "name": "Effects", + "type": "effect", + "keyframes": [ + { + "channel": "timeline", + "data_points": [ + { + "script": "sounds[\"18_applause\"]:subtitle(\"akirapink claps\"):pos(player:getPos(), 0.8, 1):play()\nmodels.akira_eiko_olivia_pink:setPrimaryTexture(\"Custom\", textures[\"akiracombined_happy\"])\nmodels.akira_eiko_olivia_pink.root.Body.Elytra:setPrimaryTexture(\"Custom\", textures[\"elytra\"])\n" + } + ], + "uuid": "1d410164-9fac-c317-9602-ab1b67b6c881", + "time": 0.08333, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.akira_eiko_olivia_pink:setPrimaryTexture(\"Custom\", textures[\"akiracombined_v4\"])\nmodels.akira_eiko_olivia_pink.root.Body.Elytra:setPrimaryTexture(\"Custom\", textures[\"elytra\"])\n" + } + ], + "uuid": "1eb0cb60-aeb4-d9ae-77e5-bf970a08d6df", + "time": 1.88333, + "color": -1, + "interpolation": "linear" } ] } @@ -43505,7 +44433,21 @@ "uuid": "41bec06d-9680-80fe-b1f9-ec75603abe77", "time": 0.5, "color": -1, - "interpolation": "catmullrom" + "interpolation": "step" + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "87.439381049", + "y": "-12.4879106328", + "z": "0.554043539" + } + ], + "uuid": "a429f9f5-bba5-477c-f172-b8f883393856", + "time": 0, + "color": -1, + "interpolation": "step" }, { "channel": "position", @@ -43519,7 +44461,21 @@ "uuid": "80c2b44c-2713-8a91-b71e-741bd6b0741c", "time": 0.5, "color": -1, - "interpolation": "catmullrom" + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "-1", + "z": "-4" + } + ], + "uuid": "4e959ad0-119d-724c-b9ae-54181749207b", + "time": 0, + "color": -1, + "interpolation": "step" } ] }, @@ -43539,7 +44495,7 @@ "uuid": "ea280803-08b4-bac8-4b68-bdece334f0da", "time": 0.5, "color": -1, - "interpolation": "catmullrom" + "interpolation": "step" }, { "channel": "position", @@ -43553,7 +44509,21 @@ "uuid": "8ccf6d19-9d80-4000-28a4-b70d5c7b209b", "time": 0.5, "color": -1, - "interpolation": "catmullrom" + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "-1", + "z": "-3" + } + ], + "uuid": "b987827f-ce38-f6bb-b8fd-1c81b4c058c5", + "time": 0, + "color": -1, + "interpolation": "step" } ] }, @@ -43573,7 +44543,7 @@ "uuid": "ca86a6f6-6558-5484-b677-e9f0ef277a06", "time": 0.5, "color": -1, - "interpolation": "catmullrom" + "interpolation": "step" }, { "channel": "position", @@ -43587,7 +44557,7 @@ "uuid": "0a27ccde-7ee7-2c9a-b83d-0a20a988eb94", "time": 0.5, "color": -1, - "interpolation": "linear" + "interpolation": "step" }, { "channel": "position", @@ -43601,7 +44571,7 @@ "uuid": "9cc4f6aa-ebd5-2a89-39e2-e33dc6ac08a0", "time": 0.5, "color": -1, - "interpolation": "linear" + "interpolation": "step" } ] }, @@ -43621,7 +44591,7 @@ "uuid": "8fe5eb94-0dcb-11ca-81a3-746a37db9c8a", "time": 0.5, "color": -1, - "interpolation": "catmullrom" + "interpolation": "step" }, { "channel": "rotation", @@ -43635,7 +44605,7 @@ "uuid": "64c52ea0-40b7-d679-7fec-0d3837f7a43d", "time": 0.5, "color": -1, - "interpolation": "catmullrom" + "interpolation": "step" }, { "channel": "position", @@ -43649,7 +44619,7 @@ "uuid": "45db5aa3-ea0e-80ec-b93e-4a8229d375bc", "time": 0.5, "color": -1, - "interpolation": "linear" + "interpolation": "step" }, { "channel": "position", @@ -43663,7 +44633,7 @@ "uuid": "79b36ad7-0116-731b-8327-804057f339ed", "time": 0.5, "color": -1, - "interpolation": "linear" + "interpolation": "step" } ] }, @@ -43683,7 +44653,21 @@ "uuid": "ad1cc7a2-fd04-fa9a-659a-33323707625d", "time": 0.5, "color": -1, - "interpolation": "catmullrom" + "interpolation": "step" + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "-90", + "y": "0", + "z": "0" + } + ], + "uuid": "f2600c0d-ca94-7f8b-837c-b0ad6977609d", + "time": 0, + "color": -1, + "interpolation": "step" }, { "channel": "position", @@ -43697,7 +44681,7 @@ "uuid": "7aa1d257-3ec1-487e-2c9b-8c4bc89d0da4", "time": 0.5, "color": -1, - "interpolation": "catmullrom" + "interpolation": "step" }, { "channel": "position", @@ -43711,7 +44695,21 @@ "uuid": "1ac26d7f-bb51-c0da-3f25-a321e81ef050", "time": 0.5, "color": -1, - "interpolation": "catmullrom" + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "-1", + "z": "-4" + } + ], + "uuid": "9d4dc690-2e6d-ba5e-08cb-30bf5f832225", + "time": 0, + "color": -1, + "interpolation": "step" } ] }, @@ -43731,7 +44729,7 @@ "uuid": "12aa8f1b-de7b-d057-bc45-3a121783bbce", "time": 0.5, "color": -1, - "interpolation": "catmullrom" + "interpolation": "step" }, { "channel": "rotation", @@ -43745,7 +44743,7 @@ "uuid": "372a699a-b3be-cab6-ff78-cc6169dc154c", "time": 0.5, "color": -1, - "interpolation": "catmullrom" + "interpolation": "step" }, { "channel": "position", @@ -43759,7 +44757,7 @@ "uuid": "48d23818-a08d-1837-89e5-16103f9183c2", "time": 0.5, "color": -1, - "interpolation": "linear" + "interpolation": "step" }, { "channel": "position", @@ -43773,7 +44771,7 @@ "uuid": "6913dc75-8503-ef31-8974-0ce1c29d871e", "time": 0.5, "color": -1, - "interpolation": "linear" + "interpolation": "step" } ] }, @@ -43793,7 +44791,21 @@ "uuid": "c3e4685c-93e1-245f-6857-ead77aa319e9", "time": 0.5, "color": -1, - "interpolation": "catmullrom" + "interpolation": "step" + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "12.5" + } + ], + "uuid": "891142f7-d672-87bc-2d33-f491b7306968", + "time": 0, + "color": -1, + "interpolation": "step" }, { "channel": "position", @@ -43807,7 +44819,7 @@ "uuid": "f624f767-b5f9-501d-9a9f-e7d2f317a9ff", "time": 0.5, "color": -1, - "interpolation": "catmullrom" + "interpolation": "step" }, { "channel": "position", @@ -43821,7 +44833,7 @@ "uuid": "e5417df9-329a-3d11-367b-53bc1b1cb4ac", "time": 0.5, "color": -1, - "interpolation": "catmullrom" + "interpolation": "step" } ] }, @@ -43841,7 +44853,21 @@ "uuid": "66877b8c-2a8a-f600-74d2-55332245b2f4", "time": 0.5, "color": -1, - "interpolation": "catmullrom" + "interpolation": "step" + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "22.5", + "y": "35", + "z": "-15" + } + ], + "uuid": "d31787e9-2c7e-00f3-4271-90e1469d1e70", + "time": 0, + "color": -1, + "interpolation": "step" }, { "channel": "position", @@ -43855,7 +44881,7 @@ "uuid": "2075332d-31eb-d8ca-20ad-32e9cce035a3", "time": 0.5, "color": -1, - "interpolation": "linear" + "interpolation": "step" } ] }, @@ -43875,7 +44901,21 @@ "uuid": "99c6da90-e985-6780-b081-6359f8f60a68", "time": 0.5, "color": -1, - "interpolation": "catmullrom" + "interpolation": "step" + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "-12.5" + } + ], + "uuid": "07c19182-fae1-eb8d-7c5a-3a423fdc94b2", + "time": 0, + "color": -1, + "interpolation": "step" }, { "channel": "position", @@ -43889,7 +44929,7 @@ "uuid": "5f511d99-da81-a68d-e286-c1f9f74d8987", "time": 0.5, "color": -1, - "interpolation": "linear" + "interpolation": "step" }, { "channel": "position", @@ -43903,7 +44943,7 @@ "uuid": "b555ce55-1574-a715-bae1-6d1040ac2238", "time": 0.5, "color": -1, - "interpolation": "linear" + "interpolation": "step" } ] }, @@ -43923,7 +44963,21 @@ "uuid": "e7b066be-e63a-4645-5259-87a3fe6eae92", "time": 0.5, "color": -1, - "interpolation": "catmullrom" + "interpolation": "step" + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "15" + } + ], + "uuid": "5f477323-8178-3e63-d14f-7867b844c25e", + "time": 0, + "color": -1, + "interpolation": "step" }, { "channel": "position", @@ -43937,7 +44991,7 @@ "uuid": "27fdc3bf-865e-cf54-bc33-4a062815e98c", "time": 0.5, "color": -1, - "interpolation": "linear" + "interpolation": "step" }, { "channel": "position", @@ -43951,7 +45005,7 @@ "uuid": "6080078f-2db1-ff8f-8473-9e1958173e3a", "time": 0.5, "color": -1, - "interpolation": "linear" + "interpolation": "step" } ] }, @@ -43971,7 +45025,21 @@ "uuid": "25a5f160-773b-a451-c010-e3ab9c484e53", "time": 0.5, "color": -1, - "interpolation": "catmullrom" + "interpolation": "step" + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "35", + "y": "0", + "z": "0" + } + ], + "uuid": "4a491a22-03d3-615d-8fd4-58abfd0894c3", + "time": 0, + "color": -1, + "interpolation": "step" }, { "channel": "position", @@ -43985,7 +45053,21 @@ "uuid": "8405f81c-1273-b3dd-bc63-2d1edcb2cb54", "time": 0.5, "color": -1, - "interpolation": "catmullrom" + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "-5" + } + ], + "uuid": "ff27f17f-1df0-3af9-c489-faa75b11c528", + "time": 0, + "color": -1, + "interpolation": "step" }, { "channel": "scale", @@ -44000,7 +45082,7 @@ "time": 0.5, "color": -1, "uniform": false, - "interpolation": "linear" + "interpolation": "step" }, { "channel": "scale", @@ -44015,7 +45097,7 @@ "time": 0.5, "color": -1, "uniform": false, - "interpolation": "linear" + "interpolation": "step" } ] }, @@ -44035,7 +45117,21 @@ "uuid": "67f08c91-2c7f-ebcc-6bed-ed654d3f4a87", "time": 0.5, "color": -1, - "interpolation": "catmullrom" + "interpolation": "step" + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "-32.5", + "y": "0", + "z": "0" + } + ], + "uuid": "a3894ae6-66b1-e92a-08c5-3dd5b7fcbba7", + "time": 0, + "color": -1, + "interpolation": "step" }, { "channel": "position", @@ -44049,7 +45145,7 @@ "uuid": "27491c6a-8e07-2d89-2b1a-81e9d1c4b9a3", "time": 0.5, "color": -1, - "interpolation": "linear" + "interpolation": "step" }, { "channel": "scale", @@ -44064,7 +45160,7 @@ "time": 0.5, "color": -1, "uniform": false, - "interpolation": "linear" + "interpolation": "step" } ] }, @@ -44084,7 +45180,7 @@ "uuid": "c3b43f3d-fde2-81da-bbb2-773bc07f742a", "time": 0.5, "color": -1, - "interpolation": "catmullrom" + "interpolation": "step" }, { "channel": "position", @@ -44098,7 +45194,7 @@ "uuid": "bbbb90e9-f728-b57b-afe7-98210354a38c", "time": 0.5, "color": -1, - "interpolation": "linear" + "interpolation": "step" } ] }, @@ -44122,7 +45218,7 @@ "channel": "timeline", "data_points": [ { - "script": "models.akira_eiko_olivia_pink:setPrimaryTexture(\"Custom\", textures[\"akiracombined_happy\"])\nmodels.akira_eiko_olivia_pink.root.RightArm.RightForeArm.RightHand.RightCamera:setPrimaryTexture(\"Custom\", textures[\"camera\"])\nmodels.akira_eiko_olivia_pink.root.Body.Elytra:setPrimaryTexture(\"Custom\", textures[\"elytra\"])\n1sounds[\"04_coin\"]:subtitle(\"akirapink taunts\"):pos(player:getPos(), 0.8, 1):play()\nsounds[\"00_taunt\"]:subtitle(\"akirapink taunts\"):pos(player:getPos(), 0.8, 1):play() \n" + "script": "models.akira_eiko_olivia_pink:setPrimaryTexture(\"Custom\", textures[\"akiracombined_guilt\"])\nmodels.akira_eiko_olivia_pink.root.RightArm.RightForeArm.RightHand.RightCamera:setPrimaryTexture(\"Custom\", textures[\"camera\"])\nmodels.akira_eiko_olivia_pink.root.Body.Elytra:setPrimaryTexture(\"Custom\", textures[\"elytra\"])\nsounds:playSound(\"00_taunt\", player:getPos(), 1, 0.75)\n\n" } ], "uuid": "aa8995b9-60af-bb4d-a4b4-12f9b2c2c102", @@ -44172,7 +45268,7 @@ "uuid": "e4803eb9-d16b-3b8d-c5d7-44dd672d1d72", "time": 0.5, "color": -1, - "interpolation": "linear" + "interpolation": "step" }, { "channel": "position", @@ -44186,7 +45282,7 @@ "uuid": "9297dfb1-97b0-b0a9-23fa-8d048e252309", "time": 0.5, "color": -1, - "interpolation": "linear" + "interpolation": "step" } ] }, @@ -44206,7 +45302,7 @@ "uuid": "c2aab87e-923b-a032-9183-ed1717ce6045", "time": 0.5, "color": -1, - "interpolation": "linear" + "interpolation": "step" }, { "channel": "position", @@ -44220,7 +45316,7 @@ "uuid": "6fd8ec7d-0f61-1c2a-3339-876816078aa1", "time": 0.5, "color": -1, - "interpolation": "linear" + "interpolation": "step" } ] }, @@ -44240,6 +45336,698 @@ "uuid": "d773b4a5-6e83-678e-47e2-95b1ee70dcd4", "time": 0.5, "color": -1, + "interpolation": "step" + } + ] + }, + "b33cae38-ac70-cdf3-afad-6ac181356290": { + "name": "Soul", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "-37.5", + "y": "0", + "z": "0" + } + ], + "uuid": "337d9712-c615-324f-e7ba-4802faed87a0", + "time": 0, + "color": -1, + "interpolation": "step" + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "2c55aab0-1c26-5781-5dd3-e027ffdf472e", + "time": 0.5, + "color": -1, + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "-6", + "y": "8.4751537013", + "z": "-13.8501846136" + } + ], + "uuid": "4781afd8-23a3-812d-10b6-18ab22072e32", + "time": 0, + "color": -1, + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "0eedb295-501b-a15d-4c57-7d3f2aa9d9d8", + "time": 0.5, + "color": -1, + "interpolation": "step" + } + ] + }, + "0fe9582e-afee-9945-c051-79e1996ab231": { + "name": "RightHand", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "85", + "z": "0" + } + ], + "uuid": "9ec6d488-dea0-d65f-b0e7-6b7cde9c7f2c", + "time": 0, + "color": -1, + "interpolation": "step" + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "e098c365-6a27-6740-f146-0c9620e78b56", + "time": 0.5, + "color": -1, + "interpolation": "step" + } + ] + } + } + }, + { + "uuid": "0e233b64-21a1-cf09-88b8-ff9f01a13ae5", + "name": "thumbs_up", + "loop": "once", + "override": true, + "length": 0.83333, + "snapping": 24, + "selected": false, + "anim_time_update": "", + "blend_weight": "", + "start_delay": "", + "loop_delay": "", + "animators": { + "8ca6699e-74b1-10dc-5d18-29f7e8345ef5": { + "name": "root", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "6011e70c-6d27-10d3-3661-d330005f668a", + "time": 0, + "color": -1, + "interpolation": "step" + } + ] + }, + "a1dd5a7e-241b-749a-81e9-19c48e29f67d": { + "name": "Eyes", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "8a57463b-0ca4-5ffa-fe3c-54725cecca01", + "time": 0, + "color": -1, + "interpolation": "step" + } + ] + }, + "3a163167-946a-9709-bfaa-60c63fb36d88": { + "name": "Body", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "36cb5574-a692-f776-8185-e930007e5a07", + "time": 0, + "color": -1, + "interpolation": "step" + } + ] + }, + "d9627f7e-c2cc-0b7d-f0e3-267976830e09": { + "name": "Skirt", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "38f7a791-181a-6a10-c11d-e9bfdaeee2a3", + "time": 0, + "color": -1, + "interpolation": "step" + } + ] + }, + "4532a408-8267-4ac1-f89b-9c02843401c5": { + "name": "LeftArm", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "4cea4fb7-c520-0253-8904-15f5a6f9d1bd", + "time": 0, + "color": -1, + "interpolation": "step" + } + ] + }, + "39b8f506-2d25-9ffc-4844-a483667159b6": { + "name": "LeftForeArm", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "b600f50a-52f7-a200-0814-7ff0c9cdf602", + "time": 0, + "color": -1, + "interpolation": "step" + } + ] + }, + "97179e6c-ca07-eedf-6655-10644ba0253b": { + "name": "LeftHand", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "009eb8ef-c6ac-6f0b-7c1b-286eea4b7dae", + "time": 0, + "color": -1, + "interpolation": "step" + } + ] + }, + "703b9bfd-bdc6-385a-89b3-b900d1de58f5": { + "name": "RightArm", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "-90", + "y": "0", + "z": "0" + } + ], + "uuid": "03c70c33-ba9c-2356-e697-282f44ab9bcb", + "time": 0, + "color": -1, + "interpolation": "step" + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "8eecd0b7-2d77-697c-5e0b-33148f561b41", + "time": 0.83333, + "color": -1, + "interpolation": "step" + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "-90", + "y": "0", + "z": "0" + } + ], + "uuid": "99b8f837-32f7-70ec-164c-8a388b7ffe9c", + "time": 0.66667, + "color": -1, + "interpolation": "step" + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "b1b730c4-cf4c-90de-cd00-4a150c639b04", + "time": 0.70833, + "color": -1, + "interpolation": "step" + }, + { + "channel": "scale", + "data_points": [ + { + "x": "1.2", + "y": "1.2", + "z": "1.2" + } + ], + "uuid": "42d9b7a6-1030-a6b2-ad6e-3e556398c77a", + "time": 0, + "color": -1, + "uniform": true, + "interpolation": "step" + }, + { + "channel": "scale", + "data_points": [ + { + "x": "1", + "y": "1", + "z": "1" + } + ], + "uuid": "21404e95-52f9-b930-0769-070af793c6bb", + "time": 0.83333, + "color": -1, + "uniform": true, + "interpolation": "step" + }, + { + "channel": "scale", + "data_points": [ + { + "x": "1", + "y": "1", + "z": "1" + } + ], + "uuid": "7c314277-295a-2a6c-54d3-192477889e26", + "time": 0.70833, + "color": -1, + "uniform": true, + "interpolation": "step" + }, + { + "channel": "scale", + "data_points": [ + { + "x": "1.2", + "y": "1.2", + "z": "1.2" + } + ], + "uuid": "a3f5b9a1-dce3-dcca-6a7c-b0daf633f4ed", + "time": 0.66667, + "color": -1, + "uniform": true, + "interpolation": "step" + } + ] + }, + "8f6c2ef8-3d16-4a3f-6cb9-1cf99e728f0d": { + "name": "RightForeArm", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "1d84ebf1-43bb-1580-16ef-729cb4004c3e", + "time": 0, + "color": -1, + "interpolation": "step" + } + ] + }, + "0fe9582e-afee-9945-c051-79e1996ab231": { + "name": "RightHand", + "type": "bone", + "keyframes": [ + { + "channel": "scale", + "data_points": [ + { + "x": "1", + "y": "1", + "z": "1" + } + ], + "uuid": "bfedc90f-b601-3447-60db-21b252b2b7ae", + "time": 0.83333, + "color": -1, + "uniform": true, + "interpolation": "step" + }, + { + "channel": "scale", + "data_points": [ + { + "x": "1.5", + "y": "1.5", + "z": "1.5" + } + ], + "uuid": "eee1980f-1bed-d984-776d-3df86e8ee8d0", + "time": 0, + "color": -1, + "uniform": true, + "interpolation": "step" + }, + { + "channel": "scale", + "data_points": [ + { + "x": "1", + "y": "1", + "z": "1" + } + ], + "uuid": "78b4df9a-12a8-f672-9255-35c34b538e66", + "time": 0.70833, + "color": -1, + "uniform": true, + "interpolation": "step" + }, + { + "channel": "scale", + "data_points": [ + { + "x": "1.5", + "y": "1.5", + "z": "1.5" + } + ], + "uuid": "9563cd2b-5cd0-8aa5-293f-cf6de334105b", + "time": 0.66667, + "color": -1, + "uniform": true, + "interpolation": "step" + } + ] + }, + "d5c28e0c-2ec5-296a-42c7-59967676aebe": { + "name": "RightItemPivot", + "type": "bone", + "keyframes": [ + { + "channel": "scale", + "data_points": [ + { + "x": "0\n", + "y": "0\n", + "z": "0\n" + } + ], + "uuid": "5e24762d-2b53-0d67-f035-b7fc1cf3adce", + "time": 0, + "color": -1, + "uniform": true, + "interpolation": "step" + }, + { + "channel": "scale", + "data_points": [ + { + "x": "0\n", + "y": "0\n", + "z": "0\n" + } + ], + "uuid": "447fec67-04a0-9591-9bea-64d58d1b1edf", + "time": 0.66667, + "color": -1, + "uniform": true, + "interpolation": "step" + }, + { + "channel": "scale", + "data_points": [ + { + "x": "1\n", + "y": "1\n", + "z": "1\n" + } + ], + "uuid": "c7326b8f-52e2-1014-1828-c3aa09831836", + "time": 0.70833, + "color": -1, + "uniform": true, + "interpolation": "step" + } + ] + }, + "02123f94-db06-5dae-758f-a4b6191791e5": { + "name": "RightLeg", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "f90d30b8-d46a-1268-3f93-d30b9eb20ab6", + "time": 0, + "color": -1, + "interpolation": "step" + } + ] + }, + "9d530b83-521c-52ff-34ec-05833bb4753c": { + "name": "RightForeLeg", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "000b17b6-f8c9-1fce-4385-328b275c410e", + "time": 0, + "color": -1, + "interpolation": "step" + } + ] + }, + "ee63e079-5cf9-5d1f-d8a3-5114116d8c24": { + "name": "RightShoe", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "dca4d12d-9cbd-b723-dad3-33d2aeea2b40", + "time": 0, + "color": -1, + "interpolation": "step" + } + ] + }, + "4ef21934-9598-a1cc-d2cb-2a978ecab20f": { + "name": "LeftLeg", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "8414dd66-86b7-4696-c4a7-c4e377359005", + "time": 0, + "color": -1, + "interpolation": "step" + } + ] + }, + "80ca9439-0183-c534-a9eb-ada28e85b1ec": { + "name": "LeftForeLeg", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "a0a3f9c7-60ed-f6ed-82ea-8fc92a1cd8b8", + "time": 0, + "color": -1, + "interpolation": "step" + } + ] + }, + "8d7e89f6-7c78-6fe6-f3a5-2c090fe71687": { + "name": "LeftShoe", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "48e5a90e-f724-38c8-ff3c-af75f97e8eff", + "time": 0, + "color": -1, + "interpolation": "step" + } + ] + }, + "f54dd531-dc13-462e-aea3-bf2d6416fae6": { + "name": "tauntfx", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "406c8004-668a-5eb6-17ec-63df5d543024", + "time": 0, + "color": -1, + "interpolation": "step" + } + ] + }, + "effects": { + "name": "Effects", + "type": "effect", + "keyframes": [ + { + "channel": "timeline", + "data_points": [ + { + "script": "models.akira_eiko_olivia_pink:setPrimaryTexture(\"Custom\", textures[\"akiracombined_happy\"])\nmodels.akira_eiko_olivia_pink.root.RightArm.RightForeArm.RightHand.RightCamera:setPrimaryTexture(\"Custom\", textures[\"camera\"])\nmodels.akira_eiko_olivia_pink.root.Body.Elytra:setPrimaryTexture(\"Custom\", textures[\"elytra\"])\nsounds:playSound(\"17_whipfast\", player:getPos(), 1, 0.37)\n" + } + ], + "uuid": "5fa89ff3-1379-1d2d-c12a-e63ec71fc3b4", + "time": 0.04167, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.akira_eiko_olivia_pink.root.RightArm.RightForeArm.RightHand.RightHandPlain:setVisible(false)\nmodels.akira_eiko_olivia_pink.root.RightArm.RightForeArm.RightHand.RightHandThumbsUp:setVisible(true)\n" + } + ], + "uuid": "75681f88-8685-76c2-7fa3-dcfb83c2e8b7", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.akira_eiko_olivia_pink:setPrimaryTexture(\"Custom\", textures[\"akiracombined_v4\"])\nmodels.akira_eiko_olivia_pink.root.RightArm.RightForeArm.RightHand.RightHandPlain:setVisible(true)\nmodels.akira_eiko_olivia_pink.root.RightArm.RightForeArm.RightHand.RightHandThumbsUp:setVisible(false)\n" + } + ], + "uuid": "2a9ea994-9f92-0197-5d73-bb1baa942e5e", + "time": 0.83333, + "color": -1, "interpolation": "linear" } ] @@ -51344,7 +53132,7 @@ "override": true, "length": 0.25, "snapping": 24, - "selected": true, + "selected": false, "anim_time_update": "", "blend_weight": "", "start_delay": "", @@ -55110,7 +56898,8 @@ "anim_time_update": "", "blend_weight": "", "start_delay": "", - "loop_delay": "" + "loop_delay": "", + "animators": {} }, { "uuid": "1ab10c10-a860-dc7d-21bf-c12abd31aab2", @@ -57135,10 +58924,10 @@ "channel": "timeline", "data_points": [ { - "script": "\n" + "script": "models.akira_eiko_olivia_pink.root.LeftArm.LeftForeArm.LeftHand.LeftHandPlain:setVisible(true)\nmodels.akira_eiko_olivia_pink.root.RightArm.RightForeArm.RightHand.RightHandPlain:setVisible(true)\nmodels.akira_eiko_olivia_pink.root.LeftArm.LeftForeArm.LeftHand.LeftHandFist:setVisible(false)\nmodels.akira_eiko_olivia_pink.root.RightArm.RightForeArm.RightHand.RightHandFist:setVisible(false)\n" } ], - "uuid": "54a4e00b-c1ea-78bd-df2a-5f188f8aec93", + "uuid": "63ae6cc5-b7a6-96cc-d8c3-24df768d2d27", "time": 16.75, "color": -1, "interpolation": "linear" @@ -57429,20 +59218,6 @@ "color": -1, "interpolation": "linear" }, - { - "channel": "position", - "data_points": [ - { - "x": "0", - "y": "7.5", - "z": "-3" - } - ], - "uuid": "53193065-d0c8-4fa1-5c6f-e6eacba4c05a", - "time": 1.25, - "color": -1, - "interpolation": "catmullrom" - }, { "channel": "position", "data_points": [ @@ -57485,6 +59260,20 @@ "color": -1, "interpolation": "linear" }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "7.5", + "z": "-3" + } + ], + "uuid": "53193065-d0c8-4fa1-5c6f-e6eacba4c05a", + "time": 1.25, + "color": -1, + "interpolation": "catmullrom" + }, { "channel": "scale", "data_points": [ @@ -65748,7 +67537,8 @@ "anim_time_update": "", "blend_weight": "", "start_delay": "", - "loop_delay": "" + "loop_delay": "", + "animators": {} } ] } \ No newline at end of file diff --git a/3d_models/akira/model 4.13/script.lua b/3d_models/akira/model 4.13/script.lua index 6f0da75..6553760 100644 --- a/3d_models/akira/model 4.13/script.lua +++ b/3d_models/akira/model 4.13/script.lua @@ -8,24 +8,6 @@ vanilla_model.CAPE:setVisible(false) vanilla_model.ELYTRA:setVisible(false) animations.akira_eiko_olivia_pink.sit_emote:setBlendTime(2) -example:addAllOverrider(animations.akira_eiko_olivia_pink.spyglog) -example:addAllOverrider(animations.akira_eiko_olivia_pink.spyglog2) -example:addAllOverrider(animations.akira_eiko_olivia_pink.attackL) -example:addAllOverrider(animations.akira_eiko_olivia_pink.attackR) -example:addAllOverrider(animations.akira_eiko_olivia_pink.taunt_01) -example:addAllOverrider(animations.akira_eiko_olivia_pink.taunt_02) -example:addAllOverrider(animations.akira_eiko_olivia_pink.taunt_03) -example:addAllOverrider(animations.akira_eiko_olivia_pink.taunt_04) -example:addAllOverrider(animations.akira_eiko_olivia_pink.taunt_05) -example:addAllOverrider(animations.akira_eiko_olivia_pink.taunt_06) -example:addAllOverrider(animations.akira_eiko_olivia_pink.taunt_07) -example:addAllOverrider(animations.akira_eiko_olivia_pink.taunt_08) -example:addAllOverrider(animations.akira_eiko_olivia_pink.taunt_09) -example:addAllOverrider(animations.akira_eiko_olivia_pink.taunt_10) -example:addAllOverrider(animations.akira_eiko_olivia_pink.taunt_11) -example:addAllOverrider(animations.akira_eiko_olivia_pink.taunt_12) - - -- nameplate.All:setText('[{"text":"akirapink","color":"#ff73d3"}]') models.akira_eiko_olivia_pink.root.RightArm.RightForeArm.RightHand.RightCamera:setPrimaryTexture("Custom", textures["camera"]) @@ -35,22 +17,15 @@ function events.entity_init() -- when the avatar first loads... local MovementAPI = player:getVariable().MovementAPI end - --- bladeHeld = false --- local sword = keybinds:newKeybind("Show Sword", "key.keyboard.p") --- function sword.press() --- bladeHeld = not bladeHeld --- end - --- local afkMod = require("FOXAPI.api").afk -- Require FOXAPI's AFK module local camera = keybinds:newKeybind("Show Camcorder", "key.keyboard.z") local keyHeld = false function camera.press() + if not player:isLoaded() then return end sounds:playSound("item.spyglass.use", player:getPos(), 1, 1, false) models.akira_eiko_olivia_pink.root.RightArm.RightForeArm.RightHand.RightCamera:setVisible(true) animations.akira_eiko_olivia_pink.spyglog2:setPlaying(true) - models.akira_eiko_olivia_pink.root.Body.Elytra:setPrimaryTexture("Custom", textures["elytra"]) + models.akira_eiko_olivia_pink.root.Body.Elytra:setPrimaryTexture("Custom", textures["elytra"]) -- I hate that I have to do this but I see no other choice Just In Case I want to change more about the alternative textures than just the face models.akira_eiko_olivia_pink.RipeCamera:moveTo(models.akira_eiko_olivia_pink.root.RightArm.RightForeArm.RightHand) models.akira_eiko_olivia_pink.root.RightArm.RightForeArm.RightHand.RipeCamera:setPrimaryTexture("Custom", textures["camera"]) models.akira_eiko_olivia_pink.root.RightArm.RightForeArm.RightHand.RipeCamera:setVisible(true) @@ -66,43 +41,14 @@ function camera.release() keyHeld = false end --- afkMod.config.timeUntilAFK = 40 ----@param dirVec Vector3 ----@return Vector3 -local function directionToEuler(dirVec) - local yaw = math.atan2(dirVec.x, dirVec.z) - local pitch = math.atan2(dirVec.y, dirVec.xz:length()) - return vec(-pitch, -yaw, 0) -end ----@param dirVec Vector3 ----@return Vector3 -local function directionToEulerDegree(dirVec) - local yaw = math.atan2(dirVec.x, dirVec.z) - local pitch = math.atan2(dirVec.y, dirVec.xz:length()) - return vec(-math.deg(pitch), -math.deg(yaw), 0) -end - - - --- function events.render(delta,context) --- local firstPerson = context == "FIRST_PERSON" --- models.akira_eiko_olivia_pink.root.Head:setVisible(not (renderer:isFirstPerson() and context == "OTHER")) --- if keyHeld then --- models.akira_eiko_olivia_pink.root.RightArm:setVisible(not (renderer:isFirstPerson() and context == "OTHER")) --- end --- end function events.tick() -- every tick... if curxp < player:getExperienceLevel() then -- ...compare LV to what it was, and if it's higher... sounds:playSound("levelup", player:getPos(), 0.15, 1) -- ... Your LOVE increased! (plays the sound) end curxp = player:getExperienceLevel() -- set the value again so it doesn't play constantly --- if wasAFK ~= afkMod.isAFK then --- animations.akira_eiko_olivia_pink.afk_loop:setPlaying(afkMod.isAFK) -- Animation to play when you become AFK --- animations.akira_eiko_olivia_pink.afk_end:setPlaying(not afkMod.isAFK) -- Animation to play when you stop being AFK --- end + end --- wasAFK = afkMod.isAFKlocal randAnims = { animations.akira_eiko_olivia_pink.taunt_01, animations.akira_eiko_olivia_pink.taunt_02, @@ -116,7 +62,7 @@ randAnims = { animations.akira_eiko_olivia_pink.taunt_10, animations.akira_eiko_olivia_pink.taunt_11, animations.akira_eiko_olivia_pink.taunt_12, - -- animations.akira_eiko_olivia_pink.taunt_13, + animations.akira_eiko_olivia_pink.taunt_13, -- animations.akira_eiko_olivia_pink.taunt_11, -- animations.akira_eiko_olivia_pink.taunt_14, -- animations.akira_eiko_olivia_pink.taunt_15, @@ -145,17 +91,6 @@ function events.POST_RENDER(delta) end -local bladeHeld = false -function pings.examplePing(state) -bladeHeld = state -end --- local exampleKey = keybinds:newKeybind("Show Rose Gold Rapier", "key.keyboard.p") - --- exampleKey.press = function() --- bladeHeld = not bladeHeld --- pings.examplePing(bladeHeld) --- end - function events.item_render(item, mode) if item:getName():find("Rose Gold Rapier") or bladeHeld then return models.akira_eiko_olivia_pink.ItemRapier @@ -165,6 +100,76 @@ function events.item_render(item, mode) end end + + +example:addAllOverrider(animations.akira_eiko_olivia_pink.spyglog) +example:addAllOverrider(animations.akira_eiko_olivia_pink.spyglog2) +example:addAllOverrider(animations.akira_eiko_olivia_pink.attackL) +example:addAllOverrider(animations.akira_eiko_olivia_pink.attackR) +example:addAllOverrider(animations.akira_eiko_olivia_pink.taunt_01) +example:addAllOverrider(animations.akira_eiko_olivia_pink.taunt_02) +example:addAllOverrider(animations.akira_eiko_olivia_pink.taunt_03) +example:addAllOverrider(animations.akira_eiko_olivia_pink.taunt_04) +example:addAllOverrider(animations.akira_eiko_olivia_pink.taunt_05) +example:addAllOverrider(animations.akira_eiko_olivia_pink.taunt_06) +example:addAllOverrider(animations.akira_eiko_olivia_pink.taunt_07) +example:addAllOverrider(animations.akira_eiko_olivia_pink.taunt_08) +example:addAllOverrider(animations.akira_eiko_olivia_pink.taunt_09) +example:addAllOverrider(animations.akira_eiko_olivia_pink.taunt_10) +example:addAllOverrider(animations.akira_eiko_olivia_pink.taunt_11) +example:addAllOverrider(animations.akira_eiko_olivia_pink.taunt_12) +example:addAllOverrider(animations.akira_eiko_olivia_pink.taunt_13) +example:addAllOverrider(animations.akira_eiko_olivia_pink.thumbs_up) + + + + +--[[ +local bladeHeld = false +function pings.examplePing(state) +bladeHeld = state +end +]] +-- local afkMod = require("FOXAPI.api").afk -- Require FOXAPI's AFK module +-- afkMod.config.timeUntilAFK = 40 +-- wasAFK = afkMod.isAFKlocal +--[[ +---@param dirVec Vector3 +---@return Vector3 +local function directionToEuler(dirVec) + local yaw = math.atan2(dirVec.x, dirVec.z) + local pitch = math.atan2(dirVec.y, dirVec.xz:length()) + return vec(-pitch, -yaw, 0) +end +---@param dirVec Vector3 +---@return Vector3 +local function directionToEulerDegree(dirVec) + local yaw = math.atan2(dirVec.x, dirVec.z) + local pitch = math.atan2(dirVec.y, dirVec.xz:length()) + return vec(-math.deg(pitch), -math.deg(yaw), 0) +end +]] + + +-- function events.render(delta,context) +-- local firstPerson = context == "FIRST_PERSON" +-- models.akira_eiko_olivia_pink.root.Head:setVisible(not (renderer:isFirstPerson() and context == "OTHER")) +-- if keyHeld then +-- models.akira_eiko_olivia_pink.root.RightArm:setVisible(not (renderer:isFirstPerson() and context == "OTHER")) +-- end +-- end + +-- if wasAFK ~= afkMod.isAFK then +-- animations.akira_eiko_olivia_pink.afk_loop:setPlaying(afkMod.isAFK) -- Animation to play when you become AFK +-- animations.akira_eiko_olivia_pink.afk_end:setPlaying(not afkMod.isAFK) -- Animation to play when you stop being AFK +-- end +-- local exampleKey = keybinds:newKeybind("Show Rose Gold Rapier", "key.keyboard.p") + +-- exampleKey.press = function() +-- bladeHeld = not bladeHeld +-- pings.examplePing(bladeHeld) +-- end + --[[ The Horror Terror function events.item_render(item, mode) if item:getName():find("Rose Gold Rapier") then @@ -203,3 +208,8 @@ function events.item_render(item, mode, pos, rot, scale, left) end ]] +-- bladeHeld = false +-- local sword = keybinds:newKeybind("Show Sword", "key.keyboard.p") +-- function sword.press() +-- bladeHeld = not bladeHeld +-- end \ No newline at end of file diff --git a/3d_models/checker.png b/3d_models/checker.png new file mode 100644 index 0000000..d13094e Binary files /dev/null and b/3d_models/checker.png differ diff --git a/3d_models/checker_16.png b/3d_models/checker_16.png new file mode 100644 index 0000000..3dd4660 Binary files /dev/null and b/3d_models/checker_16.png differ diff --git a/3d_models/figura-old/Big Sister Moon/GSAnimBlend.lua b/3d_models/figura-old/Big Sister Moon/GSAnimBlend.lua new file mode 100644 index 0000000..078b9c2 --- /dev/null +++ b/3d_models/figura-old/Big Sister Moon/GSAnimBlend.lua @@ -0,0 +1,2277 @@ +-- ┌───┐ ┌───┐ -- +-- │ ┌─┘ ┌─────┐┌─────┐ └─┐ │ -- +-- │ │ │ ┌───┘│ ╶───┤ │ │ -- +-- │ │ │ ├───┐└───┐ │ │ │ -- +-- │ │ │ └─╴ │┌───┘ │ │ │ -- +-- │ └─┐ └─────┘└─────┘ ┌─┘ │ -- +-- └───┘ └───┘ -- +---@module "Animation Blend Library" +---@version v1.9.0 +---@see GrandpaScout @ https://github.com/GrandpaScout +-- Adds prewrite-like animation blending to the rewrite. +-- Also includes the ability to modify how the blending works per-animation with blending callbacks. +-- +-- Simply `require`ing this library is enough to make it run. However, if you place this library in +-- a variable, you can get access to functions and tools that allow for generating pre-build blend +-- callbacks or creating your own blend callbacks. +-- +-- This library is fully documented. If you use Sumneko's Lua Language server, you will get +-- descriptions of each function, method, and field in this library. + +local ID = "GSAnimBlend" +local VER = "1.9.0" +local FIG = {"0.1.0-rc.14", "0.1.1"} + +---@type boolean, Lib.GS.AnimBlend +local s, this = pcall(function() + --|================================================================================================================|-- + --|=====|| SCRIPT ||===============================================================================================|-- + --||==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==||-- + + -- Localize Lua basic + local getmetatable = getmetatable + local setmetatable = setmetatable + local type = type + local assert = assert + local error = error + local next = next + local ipairs = ipairs + local pairs = pairs + local rawset = rawset + local tostring = tostring + -- Localize Lua math + local m_abs = math.abs + local m_cos = math.cos + local m_lerp = math.lerp + local m_map = math.map + local m_max = math.max + local m_sin = math.sin + local m_sqrt = math.sqrt + local m_huge = math.huge + local m_pi = math.pi + -- Localize Figura globals + local animations = animations + local figuraMetatables = figuraMetatables + local vanilla_model = vanilla_model + local events = events + -- Localize current environment + local _ENV = _ENV --[[@as _G]] + + ---@diagnostic disable: duplicate-set-field, duplicate-doc-field + + ---This library is used to allow prewrite-like animation blending with one new feature with infinite + ---possibility added on top. + ---Any fields, functions, and methods injected by this library will be prefixed with + ---**[GS AnimBlend Library]** in their description. + --- + ---If this library is required without being stored to a variable, it will automatically set up the + ---blending features. + ---If this library is required *and* stored to a variable, it will also contain tools for generating + ---pre-built blending callbacks and creating custom blending callbacks. + ---```lua + ---require "···" + ---local anim_blend = require "···" + ---``` + ---@class Lib.GS.AnimBlend + ---This library's perferred ID. + ---@field _ID string + ---This library's version. + ---@field _VERSION string + local this = { + ---Enables error checking in the library. `true` by default. + --- + ---Turning off error checking will greatly reduce the amount of instructions used by this library + ---at the cost of not telling you when you put in a wrong value. + --- + ---If an error pops up while this is `false`, try setting it to `true` and see if a different + ---error pops up. + safe = true + } + local thismt = { + __type = ID, + __metatable = false, + __index = { + _ID = ID, + _VERSION = VER + } + } + + -- Create private space for blending trigger. + -- This is done non-destructively so other scripts may do this as well. + if not getmetatable(_ENV) then setmetatable(_ENV, {}) end + + + -----======================================= VARIABLES ========================================----- + + local _ENVMT = getmetatable(_ENV) + + ---Contains the data required to make animation blending for each animation. + ---@type {[Animation]: Lib.GS.AnimBlend.AnimData} + local animData = {} + + ---Contains the currently blending animations. + ---@type {[Animation]?: true} + local blending = {} + + this.animData = animData + this.blending = blending + + + -----=================================== UTILITY FUNCTIONS ====================================----- + + local chk = {} + + chk.types = { + ["nil"] = "nil", + boolean = "boolean", + number = "number", + string = "string", + table = "table", + ["function"] = "function" + } + + function chk.badarg(i, name, got, exp, opt) + if opt and got == nil then return true end + local gotT = type(got) + local gotType = chk.types[gotT] or "userdata" + + local expType = chk.types[exp] or "userdata" + if gotType ~= expType then + if expType == "function" and gotType == "table" then + local mt = getmetatable(got) + if mt and mt.__call then return true end + end + return false, ("bad argument #%s to '%s' (%s expected, got %s)") + :format(i, name, expType, gotType) + elseif expType ~= exp and gotT ~= exp then + return false, ("bad argument #%s to '%s' (%s expected, got %s)") + :format(i, name, exp, gotType) + end + + return true + end + + function chk.badnum(i, name, got, opt) + if opt and got == nil then + return true + elseif type(got) ~= "number" then + local gotType = chk.types[type(got)] or "userdata" + return false, ("bad argument #%s to '%s' (number expected, got %s)"):format(i, name, gotType) + elseif got ~= got or m_abs(got) == m_huge then + return false, ("bad argument #%s to '%s' (value cannot be %s)"):format(i, name, got) + end + + return true + end + + local function makeSane(val, def) + return (val == val and m_abs(val) ~= m_huge) and val or def + end + + + -----=================================== PREPARE ANIMATIONS ===================================----- + + -- This will at least catch players running at around 30 fps. + -- Any lower and their computer is already having trouble, they don't need the blending. + local tPass = 0.037504655 + + local blendCommand = [[getmetatable(_ENV).GSLib_triggerBlend(%q)]] + + _ENVMT.GSLib_triggerBlend = setmetatable({}, { + __call = function(self, id) + if self[id] then self[id]() end + end + }) + + local animNum = 0 + for _, anim in ipairs(animations:getAnimations()) do + local blend = anim:getBlend() + local len = anim:getLength() + local lenSane = makeSane(len, false) + lenSane = lenSane and (lenSane > tPass and lenSane) or false + local tID = "blendAnim_" .. animNum + + animData[anim] = { + blendTimeIn = 0, + blendTimeOut = 0, + blend = blend, + blendSane = makeSane(blend, 0), + length = lenSane, + triggerId = tID, + callback = nil + } + + _ENVMT.GSLib_triggerBlend[tID] = function() if anim:getLoop() == "ONCE" then anim:stop() end end + + if lenSane then anim:newCode(m_max(lenSane - tPass, 0), blendCommand:format(tID)) end + + animNum = animNum + 1 + end + + + -----============================ PREPARE METATABLE MODIFICATIONS =============================----- + + local animation_mt = figuraMetatables.Animation + local animationapi_mt = figuraMetatables.AnimationAPI + + local ext_Animation = next(animData) + if not ext_Animation then + error( + "No animations have been found!\n" .. + "This library cannot build its functions without an animation to use.\n" .. + "Create an animation or don't `require` this library to fix the error." + ) + end + + + -- Check for conflicts + if ext_Animation.blendTime then + local path = tostring(ext_Animation.blendTime):match("^function: (.-):%d+%-%d+$") + error( + "Conflicting script [" .. path .. "] found!\n" .. + "Remove the other script or this script to fix the error." + ) + end + + local _animationIndex = animation_mt.__index + local _animationNewIndex = animation_mt.__newindex or rawset + local _animationapiIndex = animationapi_mt.__index + + local animPlay = ext_Animation.play + local animStop = ext_Animation.stop + local animPause = ext_Animation.pause + local animRestart = ext_Animation.restart + local animBlend = ext_Animation.blend + local animLength = ext_Animation.length + local animGetPlayState = ext_Animation.getPlayState + local animGetBlend = ext_Animation.getBlend + ---@diagnostic disable-next-line: deprecated + local animIsPlaying = ext_Animation.isPlaying + ---@diagnostic disable-next-line: undefined-field + local animIsPaused = ext_Animation.isPaused + local animNewCode = ext_Animation.newCode + local animapiGetPlaying = animations.getPlaying + + ---Contains the old functions, just in case you need direct access to them again. + --- + ---These are useful for creating your own blending callbacks. + this.oldF = { + play = animPlay, + stop = animStop, + pause = animPause, + restart = animRestart, + + getBlend = animGetBlend, + getPlayState = animGetPlayState, + isPlaying = animIsPlaying, + isPaused = animIsPaused, + + setBlend = ext_Animation.setBlend, + setLength = ext_Animation.setLength, + setPlaying = ext_Animation.setPlaying, + + blend = animBlend, + length = animLength, + playing = ext_Animation.playing, + + api_getPlaying = animapiGetPlaying + } + + + -----===================================== SET UP LIBRARY =====================================----- + + ---Causes a blending event to happen. + --- + ---If `time`, `from`, or `to` are `nil`, they will take from the animation's data to determine this + ---value. + --- + ---One of `from` or `to` *must* be set. + --- + ---If `starting` is given, it will be used instead of the guessed value from the data given. + ---@param anim Animation + ---@param time? number + ---@param from? number + ---@param to? number + ---@param starting? boolean + ---@return Lib.GS.AnimBlend.BlendState + function this.blend(anim, time, from, to, starting) + if this.safe then + assert(chk.badarg(1, "blend", anim, "Animation")) + assert(chk.badarg(2, "blend", time, "number", true)) + assert(chk.badarg(3, "blend", from, "number", true)) + assert(chk.badarg(4, "blend", to, "number", true)) + if not from and not to then error("one of arguments #3 or #4 must be a number", 2) end + end + + local data = animData[anim] + + if starting == nil then + local _from, _to = from or data.blendSane, to or data.blendSane + starting = _from < _to + end + + ---@type Lib.GS.AnimBlend.BlendState + local blendState = { + time = 0, + max = time or false, + + from = from or false, + to = to or false, + + callback = data.callback or this.defaultCallback, + + paused = false, + starting = starting + } + + local blendSane = data.blendSane + + blendState.callbackState = { + anim = anim, + time = 0, + max = time or (starting and data.blendTimeIn or data.blendTimeOut), + progress = 0, + from = from or blendSane, + to = to or blendSane, + starting = starting, + done = false + } + + data.state = blendState + + blending[anim] = true + + animBlend(anim, from or blendSane) + animPlay(anim) + animPause(anim) + + return blendState + end + + + -----==================================== PRESET CALLBACKS ====================================----- + + ---Contains blending callback generators. + --- + ---These are *not* callbacks themselves. They are meant to be called to generate a callback which + ---can *then* be used. + local callbackGenerators = {} + + ---Contains custom blending curves. + --- + ---These callbacks change the curve used when blending. These cannot be used to modify custom or + ---generated callbacks (yet). + local callbackCurves = {} + + + ---===== CALLBACK GENERATORS =====--- + + ---Given a list of parts, this will generate a blending callback that will blend between the vanilla + ---parts' normal rotations and the rotations of the animation. + --- + ---The list of parts given is expected to the the list of parts that have a vanilla parent type in + ---the chosen animation in no particular order. + --- + ---This callback *also* expects the animation to override vanilla rotations. + --- + ---Note: The resulting callback makes *heavy* use of `:offsetRot()` and will conflict with any other + ---code that also uses that method! + ---@param parts ModelPart[] + ---@return Lib.GS.AnimBlend.blendCallback + function callbackGenerators.blendVanilla(parts) + -- Because some dumbass won't read the instructions... + ---@diagnostic disable-next-line: undefined-field + if parts.done ~= nil then + error("attempt to use generator 'blendVanilla' as a blend callback.", 2) + end + + ---@type {[string]: ModelPart[]} + local partList = {} + + -- Gather the vanilla parent of each part. + for _, part in ipairs(parts) do + local vpart = part:getParentType():gsub("([a-z])([A-Z])", "%1_%2"):upper() + if vanilla_model[vpart] then + if not partList[vpart] then partList[vpart] = {} end + local plvp = partList[vpart] + plvp[#plvp+1] = part + end + end + + -- The actual callback is created here. + return function(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + for _, v in pairs(partList) do + for _, p in ipairs(v) do p:offsetRot() end + end + animBlend(state.anim, data.blend) + else + local pct = state.starting and 1 - state.progress or state.progress + + for n, v in pairs(partList) do + ---@type Vector3 + local rot = vanilla_model[n]:getOriginRot() + if n == "HEAD" then rot[2] = ((rot[2] + 180) % 360) - 180 end + rot:scale(pct) + for _, p in ipairs(v) do p:offsetRot(rot) end + end + + animBlend(state.anim, m_lerp(state.from, state.to, state.progress)) + end + end + end + + ---Generates a callback that causes an animation to blend into another animation. + ---@param anim Animation + ---@return Lib.GS.AnimBlend.blendCallback + function callbackGenerators.blendTo(anim) + -- Because some dumbass won't read the instructions... + ---@diagnostic disable-next-line: undefined-field + if anim.done ~= nil then + error("attempt to use generator 'blendTo' as a blend callback.", 2) + end + + ---This is used to track when the next animation should start blending. + local ready = true + + return function(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + ready = true + else + if not state.starting and ready then + ready = false + anim:play() + end + animBlend(state.anim, m_lerp(state.from, state.to, state.progress)) + end + end + end + + ---Generates a callback that forces all given animations to blend out if they are playing. + ---@param anims Animation[] + ---@return Lib.GS.AnimBlend.blendCallback + function callbackGenerators.blendOut(anims) + -- Because some dumbass won't read the instructions... + ---@diagnostic disable-next-line: undefined-field + if anim.done ~= nil then + error("attempt to use generator 'blendOut' as a blend callback.", 2) + end + + local ready = true + + return function(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + ready = true + else + if state.starting and ready then + ready = false + for _, anim in ipairs(anims) do anim:stop() end + end + animBlend(state.anim, m_lerp(state.from, state.to, state.progress)) + end + end + end + + ---Generates a makeshift blending callback by using the return value of the given function as the progress. + --- + ---The current progress is passed into the function. + ---@param func fun(progress: number): number + ---@return Lib.GS.AnimBlend.blendCallback + function callbackGenerators.custom(func) + -- Because some dumbass won't read the instructions... + ---@diagnostic disable-next-line: undefined-field + if type(func) == "table" and func.done ~= nil then + error("attempt to use generator 'custom' as a blend callback.", 2) + end + + return function(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + animBlend(state.anim, m_lerp(state.from, state.to, func(state.progress))) + end + end + end + + ---Generates a callback that plays one callback while blending in and another callback while blending out. + --- + ---If a string is given instead of a callback, it is treated as the name of a curve found in + ---`.callbackCurves`. + ---If `nil` is given, the default callback is used. + ---@param blend_in? Lib.GS.AnimBlend.blendCallback | Lib.GS.AnimBlend.curve + ---@param blend_out? Lib.GS.AnimBlend.blendCallback | Lib.GS.AnimBlend.curve + ---@return Lib.GS.AnimBlend.blendCallback + function callbackGenerators.dualBlend(blend_in, blend_out) + -- The dumbass check is a bit further down. + + local tbin, tbout = type(blend_in), type(blend_out) + local infunc, outfunc = blend_in, blend_out + if tbin == "string" then + infunc = callbackCurves[blend_in] + if not infunc then error("bad argument #1 to 'dualBlend' ('" .. blend_in .. "' is not a valid curve)", 2) end + elseif blend_in == nil then + infunc = this.defaultCallback + elseif tbin == "table" then + -- Because some dumbass won't read the instructions... + ---@diagnostic disable-next-line: undefined-field + if blend_in.done ~= nil then + error("attempt to use generator 'dualBlend' as a blend callback.", 2) + end + local mt = getmetatable(blend_in) + if not (mt and mt.__call) then + error("bad argument #1 to 'dualBlend' (function or string expected, got " .. tbin .. ")") + end + elseif tbin ~= "function" then + error("bad argument #1 to 'dualBlend' (function or string expected, got " .. tbin .. ")") + end + + if tbout == "string" then + outfunc = callbackCurves[blend_out] + if not outfunc then error("bad argument #2 to 'dualBlend' ('" .. blend_in .. "' is not a valid curve)", 2) end + elseif blend_out == nil then + outfunc = this.defaultCallback + elseif tbout == "table" then + local mt = getmetatable(blend_out) + if not (mt and mt.__call) then + error("bad argument #2 to 'dualBlend' (function or string expected, got " .. tbin .. ")") + end + elseif tbout ~= "function" then + error("bad argument #2 to 'dualBlend' (function or string expected, got " .. tbout .. ")") + end + + return function(state, data) + if state.starting then + infunc(state, data) + else + outfunc(state, data) + end + end + end + + do ---@source https://github.com/gre/bezier-easing/blob/master/src/index.js + + -- Bezier curves are extremely expensive to use especially with higher settings. + -- Every function has been in-lined to improve instruction counts as much as possible. + -- + -- In-lined functions are labeled with a --[[funcName(param1, paramN, ...)]] + -- If an in-lined function spans more than one line, it will contain a #marker# that will appear later to close the + -- function. + -- + -- All of the functions below in the block comment are in-lined somewhere else. + + local default_subdiv_iters = 10 + local default_subdiv_prec = 0.0000001 + local default_newton_minslope = 0.001 + local default_newton_iters = 4 + local default_sample_size = 11 + + --[=[ + local function _A(A1, A2) return 1.0 - 3.0 * A2 + 3.0 * A1 end + local function _B(A1, A2) return 3.0 * A2 - 6.0 * A1 end + local function _C(A1) return 3.0 * A1 end + + -- Returns x(t) given t, x1, and x2, or y(t) given t, y1, and y2. + local function calcBezier(T, A1, A2) + --[[((_A(A1, A2) * T + _B(A1, A2)) * T + _C(A1)) * T]] + return (((1.0 - 3.0 * A2 + 3.0 * A1) * T + (3.0 * A2 - 6.0 * A1)) * T + (3.0 * A1)) * T + end + + -- Returns dx/dt given t, x1, and x2, or dy/dt given t, y1, and y2. + local function getSlope(T, A1, A2) + --[[3.0 * _A(A1, A2) * T ^ 2 + 2.0 * _B(A1, A2) * T + _C(A1)]] + return 3.0 * (1.0 - 3.0 * A2 + 3.0 * A1) * T ^ 2 + 2.0 * (3.0 * A2 - 6.0 * A1) * T + (3.0 * A1) + end + + local function binarySubdivide(X, A, B, X1, X2) + local curX, curT + local iter = 0 + while (m_abs(curX) > SUBDIVISION_PRECISION and iter < SUBDIVISION_MAX_ITERATIONS) do + curT = A + (B - A) * 0.5 + --[[calcBezier(curT, X1, X2) - X]] + curX = ((((1.0 - 3.0 * X2 + 3.0 * X1) * curT + (3.0 * X2 - 6.0 * X1)) * curT + (3.0 * X1)) * curT) - X + if curX > 0.0 then B = curT else A = curT end + iter = iter + 1 + end + return curT or (A + (B - A) * 0.5) + end + + local function newtonRaphsonIterate(X, Tguess, X1, X2) + for _ = 1, NEWTON_ITERATIONS do + --[[getSlope(Tguess, X1, X2)]] + local curSlope = 3.0 * (1.0 - 3.0 * X2 + 3.0 * X1) * Tguess ^ 2 + 2.0 * (3.0 * X2 - 6.0 * X1) * Tguess + (3.0 * X1) + if (curSlope == 0.0) then return Tguess end + --[[calcBezier(Tguess, X1, X2) - X]] + local curX = ((((1.0 - 3.0 * X2 + 3.0 * X1) * Tguess + (3.0 * X2 - 6.0 * X1)) * Tguess + (3.0 * X1)) * Tguess) - X + Tguess = Tguess - (curX / curSlope) + end + return Tguess + end + + local function getTForX(X) + local intervalStart = 0.0 + local curSample = 1 + local lastSample = SAMPLE_SIZE - 1 + + while curSample ~= lastSample and SAMPLES[curSample] <= X do + intervalStart = intervalStart + STEP_SIZE + curSample = curSample + 1 + end + curSample = curSample - 1 + + -- Interpolate to provide an initial guess for t + local dist = (X - SAMPLES[curSample]) / (SAMPLES[curSample + 1] - SAMPLES[curSample]) + local Tguess = intervalStart + dist * STEP_SIZE + + local initSlope = getSlope(Tguess, X1, X2) + if (initSlope >= NEWTON_MIN_SLOPE) then + return newtonRaphsonIterate(X, Tguess, X1, X2) + elseif (initSlope == 0) then + return Tguess + else + return binarySubdivide(X, intervalStart, intervalStart + STEP_SIZE, X1, X2) + end + end + ]=] + + local BezierMT = { + ---@param self Lib.GS.AnimBlend.Bezier + __call = function(self, state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local X1, X2 = self[1], self[3] + local Y1, Y2 = self[2], self[4] + local X = state.progress + local T + --[[getTForX(state.progress) #start getTForX#]] + local intervalStart = 0 + local curSample = 1 + local lastSample = self.options.sample_size - 1 + local samples = self.samples + local step_size = samples.step + + while curSample ~= lastSample and samples[curSample] <= X do + intervalStart = intervalStart + step_size + curSample = curSample + 1 + end + curSample = curSample - 1 + + -- Interpolate to provide an initial guess for T + local dist = (X - samples[curSample]) / (samples[curSample + 1] - samples[curSample]) + local Tguess = intervalStart + dist * step_size + + local c1 = (1.0 - 3.0 * X2 + 3.0 * X1) + local c2 = (3.0 * X2 - 6.0 * X1) + local c3 = (3.0 * X1) + --[[getSlope(Tguess, X1, X2)]] + local initSlope = 3.0 * c1 * Tguess ^ 2 + 2.0 * c2 * Tguess + c3 + if (initSlope >= self.options.newton_minslope) then + --[[newtonRaphsonIterate(X, Tguess, X1, X2)]] + for _ = 1, self.options.newton_iters do + --[[getSlope(Tguess, X1, X2)]] + local curSlope = 3.0 * c1 * Tguess ^ 2 + 2.0 * c2 * Tguess + c3 + if (curSlope == 0.0) then break end + --[[calcBezier(Tguess, X1, X2) - X]] + local curX = (((c1 * Tguess + c2) * Tguess + c3) * Tguess) - X + Tguess = Tguess - (curX / curSlope) + end + T = Tguess + elseif (initSlope == 0) then + T = Tguess + else + local A = intervalStart + local B = intervalStart + step_size + --[[binarySubdivide(X, A, B, X1, X2)]] + local curX, curT + local iter = 0 + while (m_abs(curX) > self.options.subdiv_prec and iter < self.options.subdiv_iters) do + curT = A + (B - A) * 0.5 + --[[calcBezier(curT, X1, X2) - X]] + curX = ((((1.0 - 3.0 * X2 + 3.0 * X1) * curT + (3.0 * X2 - 6.0 * X1)) * curT + (3.0 * X1)) * curT) - X + if curX > 0.0 then B = curT else A = curT end + iter = iter + 1 + end + T = curT or (A + (B - A) * 0.5) + end + --#end getTForX# + --[[calcBezier(T, Y1, Y2)]] + local prog = (((1.0 - 3.0 * Y2 + 3.0 * Y1) * T + (3.0 * Y2 - 6.0 * Y1)) * T + (3.0 * Y1)) * T + animBlend(state.anim, m_lerp(state.from, state.to, prog)) + end + end, + __index = { + wrap = function(self) return function(state, data) self(state, data) end end + }, + type = "Bezier" + } + + + ---Generates a callback that uses a custom bezier curve to blend. + --- + ---These are expensive to run so use them sparingly or use low settings. + ---@param x1 number + ---@param y1 number + ---@param x2 number + ---@param y2 number + ---@param options? Lib.GS.AnimBlend.BezierOptions + ---@return Lib.GS.AnimBlend.blendCallback + function callbackGenerators.bezierEasing(x1, y1, x2, y2, options) + -- Because some dumbass won't read the instructions... + ---@diagnostic disable-next-line: undefined-field + if type(x1) == "table" and x1.done ~= nil then + error("attempt to use generator 'bezierEasing' as a blend callback.", 2) + end + + -- Optimization. This may cause an issue if a Bezier object is expected. + -- If you actually need a Bezier object then don't make a linear bezier lmao. + if x1 == y1 and x2 == y2 then return callbackCurves.linear end + + ---===== Verify options =====--- + local to = type(options) + if to == "nil" then + options = { + newton_iters = default_newton_iters, + newton_minslope = default_newton_minslope, + subdiv_prec = default_subdiv_prec, + subdiv_iters = default_subdiv_iters, + sample_size = default_sample_size + } + elseif to ~= "table" then + error("bad argument #5 to 'bezierEasing' (table expected, got " .. to .. ")") + else + local safe = this.safe + local oni = options.newton_iters + if oni == nil then + options.newton_iters = default_newton_iters + elseif safe then + assert(chk.badnum('5["newton_iters"]', "bezierEasing", oni)) + end + + local onm = options.newton_minslope + if onm == nil then + options.newton_minslope = default_newton_minslope + elseif safe then + assert(chk.badnum('5["newton_minslope"]', "bezierEasing", onm)) + end + + local osp = options.subdiv_prec + if osp == nil then + options.subdiv_prec = default_subdiv_prec + elseif safe then + assert(chk.badnum('5["subdiv_prec"]', "bezierEasing", osp)) + end + + local osi = options.subdiv_iters + if osi == nil then + options.subdiv_iters = default_subdiv_iters + elseif safe then + assert(chk.badnum('5["subdiv_iters"]', "bezierEasing", osi)) + end + + local oss = options.sample_size + if oss == nil then + options.sample_size = default_sample_size + elseif safe then + assert(chk.badnum('5["sample_size"]', "bezierEasing", oss)) + end + end + + if this.safe then + chk.badnum(1, "bezierEasing", x1) + chk.badnum(2, "bezierEasing", y1) + chk.badnum(3, "bezierEasing", x2) + chk.badnum(4, "bezierEasing", y2) + end + + if x1 > 1 or x1 < 0 then + error("bad argument #1 to 'bezierEasing' (value out of [0, 1] range)", 2) + end + if x2 > 1 or x2 < 0 then + error("bad argument #3 to 'bezierEasing' (value out of [0, 1] range)", 2) + end + + local samples = {step = 1 / (options.sample_size - 1)} + + ---@type Lib.GS.AnimBlend.bezierCallback + local obj = setmetatable({ + x1, y1, x2, y2, + options = options, + samples = samples + }, BezierMT) + + local step = samples.step + local c1 = (1.0 - 3.0 * x2 + 3.0 * x1) + local c2 = (3.0 * x2 - 6.0 * x1) + local c3 = (3.0 * x1) + for i = 0, options.sample_size - 1 do + local istep = i * step + --[[calcBezier(istep, X1, X2)]] + samples[i] = ((c1 * istep + c2) * istep + c3) * istep + end + + return obj + end + end + + ---Generates a callback that plays other callbacks on a timeline. + --- + ---An example of a valid timeline: + ---```lua + ---...timeline({ + --- {time = 0, min = 0, max = 1, func = .callbackCurve.easeInSine}, + --- {time = 0.5, min = 1, max = 0.5, func = .callbackCurve.easeOutCubic}, + --- {time = 0.5, min = 0.5, max = 1, func = .callbackCurve.easeInCubic} + ---}) + ---``` + ---@param tl Lib.GS.AnimBlend.timeline + ---@return Lib.GS.AnimBlend.blendCallback + function callbackGenerators.timeline(tl) + -- Because some dumbass won't read the instructions... + ---@diagnostic disable-next-line: undefined-field + if tl.done ~= nil then + error("attempt to use generator 'timeline' as a blend callback.", 2) + end + + if this.safe then + assert(chk.badarg(1, "timeline", tl, "table")) + for i, kf in ipairs(tl) do + assert(chk.badarg("1[" .. i .. "]", "timeline", kf, "table")) + end + local time = 0 + local ftime = tl[1].time + if ftime ~= 0 then error("error in keyframe #1: timeline does not start at 0 (got " .. ftime .. ")") end + for i, kf in ipairs(tl) do + assert(chk.badnum("1[" .. i .. ']["time"]', "timeline", kf.time)) + if kf.time <= time then + error( + "error in keyframe #" .. i .. + ": timeline did not move forward (from " .. time .. " to " .. kf.time .. ")", 2 + ) + end + + if kf.min then assert(chk.badnum("1[" .. i .. ']["min"]', "timeline", kf.min)) end + if kf.max then assert(chk.badnum("1[" .. i .. ']["max"]', "timeline", kf.max)) end + + assert(chk.badarg("1[" .. i .. ']["func"]', "timeline", kf.func, "function"), true) + end + end + + return function(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + ---@type Lib.GS.AnimBlend.tlKeyframe, Lib.GS.AnimBlend.tlKeyframe + local kf, nextkf + for _, _kf in ipairs(tl) do + if _kf.time > state.progress then + if _kf.time < 1 then nextkf = _kf end + break + end + kf = _kf + end + + local adj_prog = m_map( + state.progress, + kf.time, nextkf and nextkf.time or 1, + kf.min or 0, kf.max or 1 + ) + + local newstate = setmetatable( + {time = state.max * adj_prog, progress = adj_prog}, + {__index = state} + ); + (kf.func or this.defaultCallback)(newstate, data) + end + end + end + + + ---===== CALLBACK CURVES =====--- + + ---A callback that uses the `linear` easing method to blend. + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.linear(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + animBlend(state.anim, m_lerp(state.from, state.to, state.progress)) + end + end + + -- I planned to add easeOutIn curves but I'm lazy. I'll do it if people request it. + + ---A callback that uses the `easeInSine` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInSine) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInSine(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = (1 - m_cos(state.progress * m_pi * 0.5)) -- + animBlend( + state.anim, + from + (state.to - from) * (1 - m_cos(state.progress * m_pi * 0.5)) + ) + end + end + + ---A callback that uses the `easeOutSine` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutSine) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutSine(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = (m_sin(state.progress * m_pi * 0.5)) -- + animBlend( + state.anim, + from + (state.to - from) * (m_sin(state.progress * m_pi * 0.5)) + ) + end + end + + ---A callback that uses the `easeInOutSine` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutSine) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutSine(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = -(m_cos(state.progress * m_pi) - 1) * 0.5 -- + animBlend( + state.anim, + from + (state.to - from) * (-(m_cos(state.progress * m_pi) - 1) * 0.5) + ) + end + end + + ---A callback that uses the `easeInQuad` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInQuad) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInQuad(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = state.progress ^ 2 -- + animBlend( + state.anim, + from + (state.to - from) * (state.progress ^ 2) + ) + end + end + + ---A callback that uses the `easeOutQuad` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutQuad) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutQuad(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = 1 - (1 - state.progress) ^ 2 -- + animBlend( + state.anim, + from + (state.to - from) * (1 - (1 - state.progress) ^ 2) + ) + end + end + + ---A callback that uses the `easeInOutQuad` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutQuad) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutQuad(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- x < 0.5 -- + -- and 2 * x ^ 2 -- + -- or 1 - (-2 * x + 2) ^ 2 * 0.5 -- + animBlend( + state.anim, + from + (state.to - from) * ( + x < 0.5 + and 2 * x ^ 2 + or 1 - (-2 * x + 2) ^ 2 * 0.5 + ) + ) + end + end + + ---A callback that uses the `easeInCubic` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInCubic) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInCubic(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = state.progress ^ 3 -- + animBlend( + state.anim, + from + (state.to - from) * (state.progress ^ 3) + ) + end + end + + ---A callback that uses the `easeOutCubic` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutCubic) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutCubic(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = 1 - (1 - state.progress) ^ 3 -- + animBlend( + state.anim, + from + (state.to - from) * (1 - (1 - state.progress) ^ 3) + ) + end + end + + ---A callback that uses the `easeInOutCubic` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutCubic) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutCubic(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- x < 0.5 -- + -- and 4 * x ^ 3 -- + -- or 1 - (-2 * x + 2) ^ 3 * 0.5 -- + animBlend( + state.anim, + from + (state.to - from) * ( + x < 0.5 + and 4 * x ^ 3 + or 1 - (-2 * x + 2) ^ 3 * 0.5 + ) + ) + end + end + + ---A callback that uses the `easeInQuart` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInQuart) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInQuart(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = state.progress ^ 4 -- + animBlend( + state.anim, + from + (state.to - from) * (state.progress ^ 4) + ) + end + end + + ---A callback that uses the `easeOutQuart` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutQuart) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutQuart(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = 1 - (1 - state.progress) ^ 4 -- + animBlend( + state.anim, + from + (state.to - from) * (1 - (1 - state.progress) ^ 4) + ) + end + end + + ---A callback that uses the `easeInOutQuart` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutQuart) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutQuart(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + --local prog = -- + -- x < 0.5 -- + -- and 8 * x ^ 4 -- + -- or 1 - (-2 * x + 2) ^ 4 * 0.5 -- + animBlend( + state.anim, + from + (state.to - from) * ( + x < 0.5 + and 8 * x ^ 4 + or 1 - (-2 * x + 2) ^ 4 * 0.5 + ) + ) + end + end + + ---A callback that uses the `easeInQuint` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInQuint) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInQuint(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = state.progress ^ 5 -- + animBlend( + state.anim, + from + (state.to - from) * (state.progress ^ 5) + ) + end + end + + ---A callback that uses the `easeOutQuint` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutQuint) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutQuint(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = 1 - (1 - state.progress) ^ 5 -- + animBlend( + state.anim, + from + (state.to - from) * (1 - (1 - state.progress) ^ 5) + ) + end + end + + ---A callback that uses the `easeInOutQuint` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutQuint) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutQuint(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- x < 0.5 -- + -- and 16 * x ^ 5 -- + -- or 1 - (-2 * x + 2) ^ 5 * 0.5 -- + animBlend( + state.anim, + from + (state.to - from) * ( + x < 0.5 + and 16 * x ^ 5 + or 1 - (-2 * x + 2) ^ 5 * 0.5 + ) + ) + end + end + + ---A callback that uses the `easeInExpo` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInExpo) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInExpo(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- x == 0 -- + -- and 0 -- + -- or 2 ^ (10 * x - 10) -- + animBlend( + state.anim, + from + (state.to - from) * ( + x == 0 + and 0 + or 2 ^ (10 * x - 10) + ) + ) + end + end + + ---A callback that uses the `easeOutExpo` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutExpo) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutExpo(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- x == 1 -- + -- and 1 -- + -- or 1 - 2 ^ (-10 * x) -- + animBlend( + state.anim, + from + (state.to - from) * ( + x == 1 + and 1 + or 1 - 2 ^ (-10 * x) + ) + ) + end + end + + ---A callback that uses the `easeInOutExpo` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutExpo) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutExpo(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- (x == 0 or x == 1) and x -- + -- or x < 0.5 and 2 ^ (20 * x - 10) * 0.5 -- + -- or (2 - 2 ^ (-20 * x + 10)) * 0.5 -- + animBlend( + state.anim, + from + (state.to - from) * ( + (x == 0 or x == 1) and x + or x < 0.5 and 2 ^ (20 * x - 10) * 0.5 + or (2 - 2 ^ (-20 * x + 10)) * 0.5 + ) + ) + end + end + + ---A callback that uses the `easeInCirc` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInCirc) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInCirc(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = 1 - m_sqrt(1 - state.progress ^ 2) -- + animBlend( + state.anim, + from + (state.to - from) * (1 - m_sqrt(1 - state.progress ^ 2)) + ) + end + end + + ---A callback that uses the `easeOutCirc` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutCirc) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutCirc(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = m_sqrt(1 - (state.progress - 1) ^ 2) -- + animBlend( + state.anim, + from + (state.to - from) * m_sqrt(1 - (state.progress - 1) ^ 2) + ) + end + end + + ---A callback that uses the `easeInOutCirc` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutCirc) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutCirc(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- x < 0.5 -- + -- and (1 - m_sqrt(1 - (2 * x) ^ 2)) * 0.5 -- + -- or (m_sqrt(1 - (-2 * x + 2) ^ 2) + 1) * 0.5 -- + animBlend( + state.anim, + from + (state.to - from) * ( + x < 0.5 + and (1 - m_sqrt(1 - (2 * x) ^ 2)) * 0.5 + or (m_sqrt(1 - (-2 * x + 2) ^ 2) + 1) * 0.5 + ) + ) + end + end + + ---A callback that uses the `easeInBack` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInBack) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInBack(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- magic c1 <1.70158> = 1.70158 -- + -- magic c2 <2.70158> = c1 + 1 -- + -- local prog = 2.70158 * x ^ 3 - 1.70158 * x ^ 2 -- + animBlend( + state.anim, + from + (state.to - from) * (2.70158 * x ^ 3 - 1.70158 * x ^ 2) + ) + end + end + + ---A callback that uses the `easeOutBack` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutBack) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutBack(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress - 1 + -- magic c1 <1.70158> = 1.70158 -- + -- magic c2 <2.70158> = c1 + 1 -- + -- local prog = 1 + 2.70158 * x ^ 3 + 1.70158 * x ^ 2 -- + animBlend( + state.anim, + from + (state.to - from) * (1 + 2.70158 * x ^ 3 + 1.70158 * x ^ 2) + ) + end + end + + ---A callback that uses the `easeInOutBack` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutBack) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutBack(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + local x2 = x * 2 + -- magic c1 <1.70158> = 1.70158 -- + -- magic c2 <2.5949095> = c1 * 1.525 -- + -- magic c3 <3.5949095> = c2 + 1 -- + -- local prog = -- + -- x < 0.5 -- + -- and (x2 ^ 2 * (3.5949095 * x2 - 2.5949095)) * 0.5 -- + -- or ((x2 - 2) ^ 2 * (3.5949095 * (x2 - 2) + 2.5949095) + 2) * 0.5 -- + animBlend( + state.anim, + from + (state.to - from) * ( + x < 0.5 + and (x2 ^ 2 * (3.5949095 * x2 - 2.5949095)) * 0.5 + or ((x2 - 2) ^ 2 * (3.5949095 * (x2 - 2) + 2.5949095) + 2) * 0.5 + ) + ) + end + end + + ---A callback that uses the `easeInElastic` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInElastic) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInElastic(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- (x == 0 or x == 1) and x -- + -- or -(2 ^ (10 * x - 10)) * m_sin((x * 10 - 10.75) * m_pi / 1.5) -- + animBlend( + state.anim, + from + (state.to - from) * ( + (x == 0 or x == 1) and x + or -(2 ^ (10 * x - 10)) * m_sin((x * 10 - 10.75) * m_pi / 1.5) + ) + ) + end + end + + ---A callback that uses the `easeOutElastic` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutElastic) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutElastic(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- (x == 0 or x == 1) and x -- + -- or 2 ^ (-10 * x) * m_sin((x * 10 - 0.75) * m_pi / 1.5) + 1 -- + animBlend( + state.anim, + from + (state.to - from) * ( + (x == 0 or x == 1) and x + or 2 ^ (-10 * x) * m_sin((x * 10 - 0.75) * m_pi / 1.5) + 1 + ) + ) + end + end + + ---A callback that uses the `easeInOutElastic` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutElastic) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutElastic(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- (x == 0 or x == 1) and x -- + -- or x < 0.5 and -(2 ^ (x * 20 - 10) * m_sin((x * 20 - 11.125) * m_pi / 2.25)) * 0.5 -- + -- or (2 ^ (-x * 20 + 10) * m_sin((x * 20 - 11.125) * m_pi / 2.25)) * 0.5 + 1 -- + animBlend( + state.anim, + from + (state.to - from) * ( + (x == 0 or x == 1) and x + or x < 0.5 and -(2 ^ (x * 20 - 10) * m_sin((x * 20 - 11.125) * m_pi / 2.25)) * 0.5 + or (2 ^ (-x * 20 + 10) * m_sin((x * 20 - 11.125) * m_pi / 2.25)) * 0.5 + 1 + ) + ) + end + end + + ---A callback that uses the `easeInBounce` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInBounce) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInBounce(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = 1 - state.progress + -- magic c1 <7.5625> = 7.5625 -- + -- magic c2 <2.75> = 2.75 -- + -- local prog = -- + -- 1 - ( -- + -- x < 1 / 2.75 and 7.5625 * x ^ 2 -- + -- or x < 2 / 2.75 and 7.5625 * (x - 1.5 / 2.75) ^ 2 + 0.75 -- + -- or x < 2.5 / 2.75 and 7.5625 * (x - 2.25 / 2.75) ^ 2 + 0.9375 -- + -- or 7.5625 * (x - 2.625 / 2.75) ^ 2 + 0.984375 -- + -- ) -- + animBlend( + state.anim, + from + (state.to - from) * ( + 1 - ( + x < 1 / 2.75 and 7.5625 * x ^ 2 + or x < 2 / 2.75 and 7.5625 * (x - 1.5 / 2.75) ^ 2 + 0.75 + or x < 2.5 / 2.75 and 7.5625 * (x - 2.25 / 2.75) ^ 2 + 0.9375 + or 7.5625 * (x - 2.625 / 2.75) ^ 2 + 0.984375 + ) + ) + ) + end + end + + ---A callback that uses the `easeOutBounce` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutBounce) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutBounce(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- magic c1 <7.5625> = 7.5625 -- + -- magic c2 <2.75> = 2.75 -- + -- local prog = -- + -- x < 1 / 2.75 and 7.5625 * x ^ 2 -- + -- or x < 2 / 2.75 and 7.5625 * (x - 1.5 / 2.75) ^ 2 + 0.75 -- + -- or x < 2.5 / 2.75 and 7.5625 * (x - 2.25 / 2.75) ^ 2 + 0.9375 -- + -- or 7.5625 * (x - 2.625 / 2.75) ^ 2 + 0.984375 -- + animBlend( + state.anim, + from + (state.to - from) * ( + x < 1 / 2.75 and 7.5625 * x ^ 2 + or x < 2 / 2.75 and 7.5625 * (x - 1.5 / 2.75) ^ 2 + 0.75 + or x < 2.5 / 2.75 and 7.5625 * (x - 2.25 / 2.75) ^ 2 + 0.9375 + or 7.5625 * (x - 2.625 / 2.75) ^ 2 + 0.984375 + ) + ) + end + end + + ---A callback that uses the `easeInOutBounce` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutBounce) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutBounce(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + local s = x < 0.5 and -1 or 1 + x = x < 0.5 and 1 - 2 * x or 2 * x - 1 + -- magic c1 <7.5625> = 7.5625 + -- magic c2 <2.75> = 2.75 + -- local prog = + -- (1 + s * ( + -- x < 1 / 2.75 and 7.5625 * x ^ 2 + -- or x < 2 / 2.75 and 7.5625 * (x - 1.5 / 2.75) ^ 2 + 0.75 + -- or x < 2.5 / 2.75 and 7.5625 * (x - 2.25 / 2.75) ^ 2 + 0.9375 + -- or 7.5625 * (x - 2.625 / 2.75) ^ 2 + 0.984375 + -- )) * 0.5 + animBlend( + state.anim, + -- What the fuck. + from + (state.to - from) * ( + (1 + s * ( + x < 1 / 2.75 and 7.5625 * x ^ 2 + or x < 2 / 2.75 and 7.5625 * (x - 1.5 / 2.75) ^ 2 + 0.75 + or x < 2.5 / 2.75 and 7.5625 * (x - 2.25 / 2.75) ^ 2 + 0.9375 + or 7.5625 * (x - 2.625 / 2.75) ^ 2 + 0.984375 + )) * 0.5 + ) + ) + end + end + + + ---The default callback used by this library. This is used when no other callback is being used. + this.defaultCallback = callbackCurves["lin" .. "ear"] --Yes, I did this to trick the LuaLS + this.callbackGen = callbackGenerators + this.callbackCurve = callbackCurves + + + -----===================================== BLENDING LOGIC =====================================----- + + local ticker = 0 + local last_delta = 0 + local allowed_contexts = { + RENDER = true, + FIRST_PERSON = true, + OTHER = true + } + + events.TICK:register(function() + ticker = ticker + 1 + end, "GSAnimBlend:Tick_TimeTicker") + + events.RENDER:register(function(delta, ctx) + if not allowed_contexts[ctx] or (delta == last_delta and ticker == 0) then return end + local elapsed_time = ticker + (delta - last_delta) + ticker = 0 + for anim in pairs(blending) do + -- Every frame, update time and progress, then call the callback. + local data = animData[anim] + local state = data.state + if not state.paused then + local cbs = state.callbackState + state.time = state.time + elapsed_time + if not state.max then cbs.max = state.starting and data.blendTimeIn or data.blendTimeOut end + if not state.from then + cbs.from = data.blendSane + elseif not state.to then + cbs.to = data.blendSane + end + + -- When a blend stops, update all info to signal it has stopped. + if (state.time >= cbs.max) or (animGetPlayState(anim) == "STOPPED") then + cbs.time = cbs.max + cbs.progress = 1 + cbs.done = true + + -- Do final callback. + state.callback(cbs, animData[anim]) + blending[anim] = nil + else + cbs.time = state.time + cbs.progress = cbs.time / cbs.max + state.callback(cbs, animData[anim]) + end + end + end + last_delta = delta + end, "GSAnimBlend:Render_UpdateBlendStates") + + + -----================================ METATABLE MODIFICATIONS =================================----- + + ---===== FIELDS =====--- + + local animationGetters = {} + local animationSetters = {} + + function animationGetters:blendCallback() + if this.safe then assert(chk.badarg(1, "__index", self, "Animation")) end + return animData[self].callback + end + function animationSetters:blendCallback(value) + if this.safe then + assert(chk.badarg(1, "__newindex", self, "Animation")) + if type(value) ~= "string" then + assert(chk.badarg(3, "__newindex", value, "function", true)) + end + end + + if type(func) == "string" then + value = callbackCurves[value] + if not value then error("bad argument #3 of '__newindex' ('" .. func .. "' is not a valid curve)") end + end + animData[self].callback = value + end + + + ---===== METHODS =====--- + + local animationMethods = {} + + function animationMethods:play() + if this.safe then assert(chk.badarg(1, "play", self, "Animation")) end + + if blending[self] then + local state = animData[self].state + if state.paused then + state.paused = false + return + elseif state.starting then + return + end + + animStop(self) + local cbs = state.callbackState + local time = cbs.max * cbs.progress + this.blend(self, time, animGetBlend(self), nil, true) + return + elseif animData[self].blendTimeIn == 0 or animGetPlayState(self) ~= "STOPPED" then + return animPlay(self) + end + + this.blend(self, nil, 0, nil, true) + end + + function animationMethods:stop() + if this.safe then assert(chk.badarg(1, "stop", self, "Animation")) end + + if blending[self] then + local state = animData[self].state + if not state.starting then return end + + local cbs = state.callbackState + local time = cbs.max * cbs.progress + this.blend(self, time, animGetBlend(self), 0, false) + return + elseif animData[self].blendTimeOut == 0 or animGetPlayState(self) == "STOPPED" then + return animStop(self) + end + + this.blend(self, nil, nil, 0, false) + end + + function animationMethods:pause() + if this.safe then assert(chk.badarg(1, "pause", self, "Animation")) end + + if blending[self] then + animData[self].state.paused = true + return + end + + animPause(self) + end + + function animationMethods:restart(blend) + if this.safe then assert(chk.badarg(1, "restart", self, "Animation")) end + + if blend then + animStop(self) + this.blend(self, nil, 0, nil, true) + elseif blending[self] then + animBlend(self, animData[self].blend) + blending[self] = nil + else + animRestart(self) + end + end + + + ---===== GETTERS =====--- + + function animationMethods:getBlendTime() + if this.safe then assert(chk.badarg(1, "getBlendTime", self, "Animation")) end + local data = animData[self] + return data.blendTimeIn, data.blendTimeOut + end + + function animationMethods:isBlending() + if this.safe then assert(chk.badarg(1, "isBlending", self, "Animation")) end + return blending[self] + end + + function animationMethods:getBlend() + if this.safe then assert(chk.badarg(1, "getBlend", self, "Animation")) end + return animData[self].blend + end + + function animationMethods:getPlayState() + if this.safe then assert(chk.badarg(1, "getPlayState", self, "Animation")) end + return blending[self] + and (animData[self].state.paused + and "PAUSED" + or "PLAYING") + or animGetPlayState(self) + end + + function animationMethods:isPlaying() + if this.safe then assert(chk.badarg(1, "isPlaying", self, "Animation")) end + return blending[self] or animIsPlaying(self) + end + + function animationMethods:isPaused() + if this.safe then assert(chk.badarg(1, "isPaused", self, "Animation")) end + return not blending[self] and animIsPaused(self) + end + + + ---===== SETTERS =====--- + + function animationMethods:setBlendTime(time_in, time_out) + if time_in == nil then time_in = 0 end + if this.safe then + assert(chk.badarg(1, "setBlendTime", self, "Animation")) + assert(chk.badnum(2, "setBlendTime", time_in)) + assert(chk.badnum(3, "setBlendTime", time_out, true)) + end + + animData[self].blendTimeIn = m_max(time_in, 0) + animData[self].blendTimeOut = m_max(time_out or time_in, 0) + return self + end + + function animationMethods:setOnBlend(func) + if this.safe then + assert(chk.badarg(1, "setOnBlend", self, "Animation")) + if type(func) ~= "string" then + assert(chk.badarg(2, "setOnBlend", func, "function", true)) + end + end + + if type(func) == "string" then + func = callbackCurves[func] + if not func then error("bad argument #2 of 'setOnBlend' ('" .. func .. "' is not a valid curve)") end + end + animData[self].callback = func + return self + end + + function animationMethods:setBlend(weight) + if weight == nil then weight = 0 end + if this.safe then + assert(chk.badarg(1, "setBlend", self, "Animation")) + assert(chk.badarg(2, "setBlend", weight, "number")) + end + + local data = animData[self] + data.blend = weight + data.blendSane = makeSane(weight, 0) + return blending[self] and self or animBlend(self, weight) + end + + function animationMethods:setLength(len) + if len == nil then len = 0 end + if this.safe then + assert(chk.badarg(1, "setLength", self, "Animation")) + assert(chk.badarg(2, "setLength", len, "number")) + end + + local data = animData[self] + if data.length then animNewCode(self, data.length, "") end + + local lenSane = makeSane(m_max(len - tPass, 0), false) + data.length = lenSane and (lenSane > tPass and lenSane) or false + + if data.length then + animNewCode(self, m_max(data.length - tPass, 0), blendCommand:format(data.triggerId)) + end + return animLength(self, len) + end + + function animationMethods:setPlaying(state) + if this.safe then assert(chk.badarg(1, "setPlaying", self, "Animation")) end + if state then self:play() else self:stop() end + return self + end + + + ---===== CHAINED =====--- + + animationMethods.blendTime = animationMethods.setBlendTime + animationMethods.onBlend = animationMethods.setOnBlend + animationMethods.blend = animationMethods.setBlend + animationMethods.length = animationMethods.setLength + animationMethods.playing = animationMethods.setPlaying + + + ---===== METAMETHODS =====--- + + function animation_mt:__index(key) + if animationGetters[key] then + return animationGetters[key](self) + elseif animationMethods[key] then + return animationMethods[key] + else + return _animationIndex(self, key) + end + end + + function animation_mt:__newindex(key, value) + if animationSetters[key] then + animationSetters[key](self, value) + return + else + _animationNewIndex(self, key, value) + end + end + + + -----============================== ANIMATION API MODIFICATIONS ===============================----- + + if animationapi_mt then + local apiMethods = {} + + function apiMethods:getPlaying(ignore_blending) + if this.safe then assert(chk.badarg(1, "getPlaying", self, "AnimationAPI")) end + ---@cast animapiGetPlaying function + if ignore_blending then return animapiGetPlaying(animations) end + local anims = {} + for _, anim in ipairs(animations:getAnimations()) do + ---@diagnostic disable-next-line: deprecated + if anim:isPlaying() then anims[#anims+1] = anim end + end + + return anims + end + + function animationapi_mt:__index(key) + return apiMethods[key] or _animationapiIndex(self, key) + end + end + + + return setmetatable(this, thismt) +end) + +if s then + return this +else -- This is *all* error handling. + ---@cast this string + local e_msg, e_stack = this:match("^(.-)\nstack traceback:\n(.*)$") + + -- Modify Stack + local stack_lines = {} + local skip_next + for line in e_stack:gmatch("[ \t]*([^\n]+)") do + -- If the level is not a Java level, keep it. + if not line:match("^%[Java]:") then + if not skip_next then + stack_lines[#stack_lines+1] = (" §4" .. line) + else + skip_next = false + end + elseif line:match("in function 'pcall'") then + -- If the level *is* a Java level and it contains the pcall, remove both it and the level above. + stack_lines[#stack_lines] = stack_lines[#stack_lines]:gsub("in function %b<>", "in protected chunk") + skip_next = true + end + end + + e_stack = table.concat(stack_lines, "\n") + + local cmp, ver = client.compareVersions, client.getFiguraVersion():match("^([^%+]*)") + local extra_reason = "" + + if FIG[1] and cmp(ver, FIG[1]) == -1 then + extra_reason = ("\n§oYour Figura version (%s) is below the recommended minimum of %s§r"):format(ver, FIG[1]) + elseif FIG[2] and cmp(ver, FIG[2]) == 1 then + extra_reason = ("\n§oYour Figura version (%s) is above the recommended maximum of %s§r"):format(ver, FIG[2]) + end + + error( + ( + "'%s' failed to load\z + \n§7INFO: %s v%s | %s§r%s\z + \ncaused by:\z + \n §4%s\z + \n §4stack traceback:\z + \n%s§r" + ):format( + ID, + ID, VER, ver, + extra_reason, + e_msg, e_stack + ), + 2 + ) +end + +--|==================================================================================================================|-- +--|=====|| DOCUMENTATION ||==========================================================================================|-- +--||=:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:=:==:=:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:=||-- + +---@diagnostic disable: duplicate-set-field, duplicate-doc-field, duplicate-doc-alias +---@diagnostic disable: missing-return, unused-local, lowercase-global, unreachable-code + +---@class Lib.GS.AnimBlend.AnimData +---The blending-in time of this animation in ticks. +---@field blendTimeIn number +---The blending-out time of this animation in ticks. +---@field blendTimeOut number +---The faked blend weight value of this animation. +---@field blend number +---The preferred blend weight that blending will use. +---@field blendSane number +---Where in the timeline the stop instruction is placed. +---If this is `false`, there is no stop instruction due to length limits. +---@field length number|false +---The id for this animation's blend trigger +---@field triggerId string +---The callback function this animation will call every frame while it is blending and one final +---time when blending finishes. +---@field callback? Lib.GS.AnimBlend.blendCallback +---The active blend state. +---@field state? Lib.GS.AnimBlend.BlendState + +---@class Lib.GS.AnimBlend.BlendState +---The amount of time this blend has been running for in ticks. +---@field time number +---The maximum time this blend will run in ticks. +---@field max number|false +---The starting blend weight. +---@field from number|false +---The ending blend weight. +---@field to number|false +---The callback to call each blending frame. +---@field callback? function +---The state proxy used in the blend callback function. +---@field callbackState Lib.GS.AnimBlend.CallbackState +---Determines if this blend is paused. +---@field paused boolean +---Determines if this blend is starting or ending an animation. +---@field starting boolean + +---@class Lib.GS.AnimBlend.CallbackState +---The animation this callback is acting on. +---@field anim Animation +---The amount of time this blend has been running for in ticks. +---@field time number +---The maximum time this blend will run in ticks. +---@field max number +---The progress as a percentage. +---@field progress number +---The starting blend weight. +---@field from number +---The ending blend weight. +---@field to number +---Determines if this blend is starting or ending an animation. +---@field starting boolean +---Determines if this blend is finishing up. +---@field done boolean + +---@class Lib.GS.AnimBlend.BezierOptions +---How many time to use the Newton-Raphson method to approximate. +---Higher numbers create more accurate approximations at the cost of instructions. +--- +---The default value is `4`. +---@field newton_iters? integer +---The minimum slope required to attempt to use the Newton-Raphson method. +---Lower numbers cause smaller slopes to be approximated at the cost of instructions. +--- +---The default value is `0.001`. +---@field newton_minslope? number +---The most precision that subdivision will allow before stopping early. +---Lower numbers cause subdivision to allow more precision at the cost of instructions. +--- +---The default value is `0.0000001`. +---@field subdiv_prec? number +---The maximum amount of times that subdivision will be performed. +---Higher numbers cause more subdivision to happen at the cost of instructions. +--- +---The default value is `10`. +---@field subdiv_iters? integer +---The amount of samples to gather from the bezier curve. +---Higher numbers gather more samples at the cost of more instructions when creating the curve. +---Lower numbers gather less samples at the cost of more instructions when blending with the curve. +--- +---The default value is `11`. +---@field sample_size? integer + +---@class Lib.GS.AnimBlend.Bezier: function +---@overload fun(state: Lib.GS.AnimBlend.CallbackState, data: Lib.GS.AnimBlend.AnimData) +---The X1 value. +---@field [1] number +---The Y1 value. +---@field [2] number +---The X2 value. +---@field [3] number +---The Y2 value. +---@field [4] number +---The options used to make this bezier. +---@field options Lib.GS.AnimBlend.BezierOptions +---The samples gathered from this bezier. +---@field samples {step: number, [integer]: number} + +---@class Lib.GS.AnimBlend.tlKeyframe +---The progress this keyframe starts at in the range [0, 1). +--- +---If the first keyframe does not start at `0`, an error will be thrown. +---A keyframe at or after time `1` will never run as completing the blend will be preferred. +---@field time number +---The starting adjusted-progress of this keyframe. +---Despite the name of this option, it does not need to be smaller than `max`. +--- +---All keyframes get an adjusted-progress which starts when the keyframe starts and ends when the next keyframe (or the +---end of the timeline) is hit. +--- +---The default value is `0`. +---@field min? number +---The ending adjusted-progress of this keyframe. +---Despite the name of this option, it does not need to be bigger than `min`. +--- +---All keyframes get an adjusted-progress which starts when the keyframe starts and ends when the next keyframe (or the +---end of the timeline) is hit. +--- +---The default value is `1`. +---@field max? number +---The blending callback to use for this entire frame. +---The adjusted-progress is given to this callback as it runs. +--- +---If a string is given instead of a callback, it is treated as the name of a curve found in +---`.callbackCurves`. +---If `nil` is given, the default callback is used. +--- +---Note: Blending callbacks called by this function will **never** call cleanup code. Care should be taken to make sure +---this does not break anything. +---@field func? Lib.GS.AnimBlend.blendCallback | Lib.GS.AnimBlend.curve + +---@alias Lib.GS.AnimBlend.blendCallback +---| fun(state: Lib.GS.AnimBlend.CallbackState, data: Lib.GS.AnimBlend.AnimData) + +---@alias Lib.GS.AnimBlend.bezierCallback +---| Lib.GS.AnimBlend.Bezier +---| Lib.GS.AnimBlend.blendCallback + +---@alias Lib.GS.AnimBlend.timeline Lib.GS.AnimBlend.tlKeyframe[] + +---@alias Lib.GS.AnimBlend.curve string +---| "linear" # The default blending curve. Goes from 0 to 1 without any fancy stuff. +---| "easeInSine" # [Learn More...](https://easings.net/#easeInSine) +---| "easeOutSine" # [Learn More...](https://easings.net/#easeOutSine) +---| "easeInOutSine" # [Learn More...](https://easings.net/#easeInOutSine) +---| "easeInQuad" # [Learn More...](https://easings.net/#easeInQuad) +---| "easeOutQuad" # [Learn More...](https://easings.net/#easeOutQuad) +---| "easeInOutQuad" # [Learn More...](https://easings.net/#easeInOutQuad) +---| "easeInCubic" # [Learn More...](https://easings.net/#easeInCubic) +---| "easeOutCubic" # [Learn More...](https://easings.net/#easeOutCubic) +---| "easeInOutCubic" # [Learn More...](https://easings.net/#easeInOutCubic) +---| "easeInQuart" # [Learn More...](https://easings.net/#easeInQuart) +---| "easeOutQuart" # [Learn More...](https://easings.net/#easeOutQuart) +---| "easeInOutQuart" # [Learn More...](https://easings.net/#easeInOutQuart) +---| "easeInQuint" # [Learn More...](https://easings.net/#easeInQuint) +---| "easeOutQuint" # [Learn More...](https://easings.net/#easeOutQuint) +---| "easeInOutQuint" # [Learn More...](https://easings.net/#easeInOutQuint) +---| "easeInExpo" # [Learn More...](https://easings.net/#easeInExpo) +---| "easeOutExpo" # [Learn More...](https://easings.net/#easeOutExpo) +---| "easeInOutExpo" # [Learn More...](https://easings.net/#easeInOutExpo) +---| "easeInCirc" # [Learn More...](https://easings.net/#easeInCirc) +---| "easeOutCirc" # [Learn More...](https://easings.net/#easeOutCirc) +---| "easeInOutCirc" # [Learn More...](https://easings.net/#easeInOutCirc) +---| "easeInBack" # [Learn More...](https://easings.net/#easeInBack) +---| "easeOutBack" # [Learn More...](https://easings.net/#easeOutBack) +---| "easeInOutBack" # [Learn More...](https://easings.net/#easeInOutBack) +---| "easeInElastic" # [Learn More...](https://easings.net/#easeInElastic) +---| "easeOutElastic" # [Learn More...](https://easings.net/#easeOutElastic) +---| "easeInOutElastic" # [Learn More...](https://easings.net/#easeInOutElastic) +---| "easeInBounce" # [Learn More...](https://easings.net/#easeInBounce) +---| "easeOutBounce" # [Learn More...](https://easings.net/#easeOutBounce) +---| "easeInOutBounce" # [Learn More...](https://easings.net/#easeInOutBounce) + + +---@class Animation +---#### [GS AnimBlend Library] +---The callback that should be called every frame while the animation is blending. +--- +---This allows adding custom behavior to the blending feature. +--- +---If this is `nil`, it will default to the library's basic callback. +---@field blendCallback? Lib.GS.AnimBlend.blendCallback +local Animation + + +---===== METHODS =====--- + +---#### [GS AnimBlend Library] +---Starts this animation from the beginning, even if it is currently paused or playing. +--- +---If `blend` is set, it will also restart with a blend. +function Animation:restart(blend) end + + +---===== GETTERS =====--- + +---#### [GS AnimBlend Library] +---Gets the blending times of this animation in ticks. +---@return number, number +function Animation:getBlendTime() end + +---#### [GS AnimBlend Library] +---Gets if this animation is currently blending. +---@return boolean +function Animation:isBlending() end + + +---===== SETTERS =====--- + +---#### [GS AnimBlend Library] +---Sets the blending time of this animation in ticks. +--- +---If two values are given, the blending in and out times are set respectively. +---@generic self +---@param self self +---@param time_in? number +---@param time_out? number +---@return self +function Animation:setBlendTime(time_in, time_out) end + +---#### [GS AnimBlend Library] +---Sets the blending callback of this animation. +---@generic self +---@param self self +---@param func? Lib.GS.AnimBlend.blendCallback +---@return self +function Animation:setOnBlend(func) end + + +---===== CHAINED =====--- + +---#### [GS AnimBlend Library] +---Sets the blending time of this animation in ticks. +--- +---If two values are given, the blending in and out times are set respectively. +---@generic self +---@param self self +---@param time_in? number +---@param time_out? number +---@return self +function Animation:blendTime(time_in, time_out) end + +---#### [GS AnimBlend Library] +---Sets the blending callback of this animation. +---@generic self +---@param self self +---@param func? Lib.GS.AnimBlend.blendCallback +---@return self +function Animation:onBlend(func) end + + +---@class AnimationAPI +local AnimationAPI + +---#### [GS AnimBlend Library] +---Gets an array of every playing animation. +--- +---Set `ignore_blending` to ignore animations that are currently blending. +---@param ignore_blending? boolean +---@return Animation[] +function AnimationAPI:getPlaying(ignore_blending) end diff --git a/3d_models/figura-old/Big Sister Moon/actionwheel.lua b/3d_models/figura-old/Big Sister Moon/actionwheel.lua new file mode 100644 index 0000000..4e2903d --- /dev/null +++ b/3d_models/figura-old/Big Sister Moon/actionwheel.lua @@ -0,0 +1,73 @@ +--EMOTES-- + +local mainPage = action_wheel:newPage() +action_wheel:setPage(mainPage) + +function pings.Follow() + animations.player_model.followMe:play() +end +--- +function pings.Wave() + animations.player_model.wave:play() +end +--- +function pings.Clap() + animations.player_model.clap:play() +end +--- +function pings.Sitting(state) + animations.player_model.sitting:setPlaying(state) +end +--- +function pings.Tilt(state) + animations.player_model.tilt:setPlaying(state) +end + +function pings.Casual() + models.player_model:setPrimaryTexture("CUSTOM", textures["rw_moon_casual"]) +end + +function pings.Work() + models.player_model:setPrimaryTexture("CUSTOM", textures["rw_moon_work"]) +end + +------------------------------------------------------------------------------- + +mainPage:newAction() + :title("Casual") + :item("minecraft:yellow_wool") + :hoverColor(1,1,0) + :onLeftClick(pings.Casual) + +mainPage:newAction() + :title("Work") + :item("minecraft:orange_wool") + :hoverColor(1,1,0) + :onLeftClick(pings.Work) + +mainPage:newAction() + :title("Wave") + :item("minecraft:lantern") + :hoverColor(1,1,0) + :onLeftClick(pings.Wave) + +mainPage:newAction() + :title("Follow Me") + :item("minecraft:compass") + :hoverColor(1,1,0) + :onLeftClick(pings.Follow) + +mainPage:newAction() + :title("Clap") + :item("minecraft:rabbit_foot") + :hoverColor(1,1,0) + :onLeftClick(pings.Clap) + + +mainPage:newAction() + :title("Sit") + :item("minecraft:purpur_stairs") + :hoverColor(1,1,0) + :onToggle(pings.Sitting) + + diff --git a/3d_models/figura-old/Big Sister Moon/avatar.json b/3d_models/figura-old/Big Sister Moon/avatar.json new file mode 100644 index 0000000..31b23c8 --- /dev/null +++ b/3d_models/figura-old/Big Sister Moon/avatar.json @@ -0,0 +1,7 @@ +{ + "authors": [ + "akirapink" + ], + "name": "Big Sister Moon", + "description":"Looks To The Moon Supercomputer from Rain World" +} diff --git a/3d_models/figura-old/Big Sister Moon/player_model.bbmodel b/3d_models/figura-old/Big Sister Moon/player_model.bbmodel new file mode 100644 index 0000000..ba26b0c --- /dev/null +++ b/3d_models/figura-old/Big Sister Moon/player_model.bbmodel @@ -0,0 +1 @@ +{"meta":{"format_version":"4.5","model_format":"free","box_uv":true},"name":"player_model","model_identifier":"","visible_box":[1,1,0],"variable_placeholders":"\n","variable_placeholder_buttons":[],"timeline_setups":[],"unhandled_root_fields":{},"resolution":{"width":64,"height":64},"elements":[{"name":"Head","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-4,24,-4],"to":[4,32,4],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[8,8,16,16],"texture":0},"east":{"uv":[0,8,8,16],"texture":0},"south":{"uv":[24,8,32,16],"texture":0},"west":{"uv":[16,8,24,16],"texture":0},"up":{"uv":[16,8,8,0],"texture":0},"down":{"uv":[24,0,16,8],"texture":0}},"type":"cube","uuid":"496dda5d-cca1-1751-414e-9a66ec7fee97"},{"name":"Hat Layer","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-4,24,-4],"to":[4,32,4],"autouv":0,"color":0,"inflate":0.5,"origin":[0,0,0],"uv_offset":[32,0],"faces":{"north":{"uv":[40,8,48,16],"texture":0},"east":{"uv":[32,8,40,16],"texture":0},"south":{"uv":[56,8,64,16],"texture":0},"west":{"uv":[48,8,56,16],"texture":0},"up":{"uv":[48,8,40,0],"texture":0},"down":{"uv":[56,0,48,8],"texture":0}},"type":"cube","uuid":"bafb9ee6-b66f-fef7-9c9d-ed2997040021"},{"name":"Slim Right Arm","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,12,-2],"to":[7,24,2],"autouv":0,"color":0,"origin":[0,0,0],"uv_offset":[40,16],"faces":{"north":{"uv":[44,20,47,32],"texture":0},"east":{"uv":[40,20,44,32],"texture":0},"south":{"uv":[51,20,54,32],"texture":0},"west":{"uv":[47,20,51,32],"texture":0},"up":{"uv":[47,20,44,16],"texture":0},"down":{"uv":[50,16,47,20],"texture":0}},"type":"cube","uuid":"9d4f0444-419a-b809-ba15-0c79019c07ef"},{"name":"Slim Right Arm Layer","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,12,-2],"to":[7,24,2],"autouv":0,"color":0,"inflate":0.25,"origin":[0,0,0],"uv_offset":[40,32],"faces":{"north":{"uv":[44,36,47,48],"texture":0},"east":{"uv":[40,36,44,48],"texture":0},"south":{"uv":[51,36,54,48],"texture":0},"west":{"uv":[47,36,51,48],"texture":0},"up":{"uv":[47,36,44,32],"texture":0},"down":{"uv":[50,32,47,36],"texture":0}},"type":"cube","uuid":"7be37985-2faa-66eb-242e-cb8eba0cfa76"},{"name":"Slim Left Arm","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-7,12,-2],"to":[-4,24,2],"autouv":0,"color":0,"origin":[0,0,0],"uv_offset":[32,48],"faces":{"north":{"uv":[36,52,39,64],"texture":0},"east":{"uv":[32,52,36,64],"texture":0},"south":{"uv":[43,52,46,64],"texture":0},"west":{"uv":[39,52,43,64],"texture":0},"up":{"uv":[39,52,36,48],"texture":0},"down":{"uv":[42,48,39,52],"texture":0}},"type":"cube","uuid":"cf83f33e-4217-062e-c91d-569fb49cf0b3"},{"name":"Slim Left Arm Layer","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-7,12,-2],"to":[-4,24,2],"autouv":0,"color":0,"inflate":0.25,"origin":[0,0,0],"uv_offset":[48,48],"faces":{"north":{"uv":[52,52,55,64],"texture":0},"east":{"uv":[48,52,52,64],"texture":0},"south":{"uv":[59,52,62,64],"texture":0},"west":{"uv":[55,52,59,64],"texture":0},"up":{"uv":[55,52,52,48],"texture":0},"down":{"uv":[58,48,55,52],"texture":0}},"type":"cube","uuid":"06ce123e-edbe-42b5-855a-9fb0deaa3db0"},{"name":"Right Leg","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.10000000000000009,0,-2],"to":[3.9,12,2],"autouv":0,"color":0,"origin":[0,0,0],"uv_offset":[0,16],"faces":{"north":{"uv":[4,20,8,32],"texture":0},"east":{"uv":[0,20,4,32],"texture":0},"south":{"uv":[12,20,16,32],"texture":0},"west":{"uv":[8,20,12,32],"texture":0},"up":{"uv":[8,20,4,16],"texture":0},"down":{"uv":[12,16,8,20],"texture":0}},"type":"cube","uuid":"8479a47a-d4bb-a01c-f46e-3cc5acef8687"},{"name":"Right Leg Layer","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.10000000000000009,0,-2],"to":[3.9,12,2],"autouv":0,"color":0,"inflate":0.25,"origin":[0,0,0],"uv_offset":[0,32],"faces":{"north":{"uv":[4,36,8,48],"texture":0},"east":{"uv":[0,36,4,48],"texture":0},"south":{"uv":[12,36,16,48],"texture":0},"west":{"uv":[8,36,12,48],"texture":0},"up":{"uv":[8,36,4,32],"texture":0},"down":{"uv":[12,32,8,36],"texture":0}},"type":"cube","uuid":"c110d4f6-3f50-73dd-44a9-9783e476354c"},{"name":"Left Leg","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-3.9,0,-2],"to":[0.10000000000000009,12,2],"autouv":0,"color":0,"origin":[0,0,0],"uv_offset":[16,48],"faces":{"north":{"uv":[20,52,24,64],"texture":0},"east":{"uv":[16,52,20,64],"texture":0},"south":{"uv":[28,52,32,64],"texture":0},"west":{"uv":[24,52,28,64],"texture":0},"up":{"uv":[24,52,20,48],"texture":0},"down":{"uv":[28,48,24,52],"texture":0}},"type":"cube","uuid":"ac52fb92-fd14-ab9a-1ecf-d21464461ead"},{"name":"Left Leg Layer","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-3.9,0,-2],"to":[0.10000000000000009,12,2],"autouv":0,"color":0,"inflate":0.25,"origin":[0,0,0],"uv_offset":[0,48],"faces":{"north":{"uv":[4,52,8,64],"texture":0},"east":{"uv":[0,52,4,64],"texture":0},"south":{"uv":[12,52,16,64],"texture":0},"west":{"uv":[8,52,12,64],"texture":0},"up":{"uv":[8,52,4,48],"texture":0},"down":{"uv":[12,48,8,52],"texture":0}},"type":"cube","uuid":"0eee2b8e-3a44-4f3d-002a-c5b7f078f724"},{"name":"Body Layer","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-4,12,-2],"to":[4,24,2],"autouv":0,"color":0,"inflate":0.25,"origin":[0,0,0],"uv_offset":[16,32],"faces":{"north":{"uv":[20,36,28,48],"texture":0},"east":{"uv":[16,36,20,48],"texture":0},"south":{"uv":[32,36,40,48],"texture":0},"west":{"uv":[28,36,32,48],"texture":0},"up":{"uv":[28,36,20,32],"texture":0},"down":{"uv":[36,32,28,36],"texture":0}},"type":"cube","uuid":"9a3c26d3-f6fd-62ee-a8af-435c768e9316"},{"name":"Body","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-4,12,-2],"to":[4,24,2],"autouv":0,"color":0,"origin":[0,0,0],"uv_offset":[16,16],"faces":{"north":{"uv":[20,20,28,32],"texture":0},"east":{"uv":[16,20,20,32],"texture":0},"south":{"uv":[32,20,40,32],"texture":0},"west":{"uv":[28,20,32,32],"texture":0},"up":{"uv":[28,20,20,16],"texture":0},"down":{"uv":[36,16,28,20],"texture":0}},"type":"cube","uuid":"f0e2f48d-fa6d-1439-0b2f-6dafffeb0b46"},{"name":"Steve Right Arm","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,12,-2],"to":[8,24,2],"autouv":0,"color":0,"visibility":false,"origin":[0,0,0],"uv_offset":[40,16],"faces":{"north":{"uv":[44,20,48,32],"texture":0},"east":{"uv":[40,20,44,32],"texture":0},"south":{"uv":[52,20,56,32],"texture":0},"west":{"uv":[48,20,52,32],"texture":0},"up":{"uv":[48,20,44,16],"texture":0},"down":{"uv":[52,16,48,20],"texture":0}},"type":"cube","uuid":"d3292373-1106-01c6-e4fd-ed82ad7fca34"},{"name":"Steve Right Arm Layer","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,12,-2],"to":[8,24,2],"autouv":0,"color":0,"visibility":false,"inflate":0.25,"origin":[0,0,0],"uv_offset":[40,32],"faces":{"north":{"uv":[44,36,48,48],"texture":0},"east":{"uv":[40,36,44,48],"texture":0},"south":{"uv":[52,36,56,48],"texture":0},"west":{"uv":[48,36,52,48],"texture":0},"up":{"uv":[48,36,44,32],"texture":0},"down":{"uv":[52,32,48,36],"texture":0}},"type":"cube","uuid":"5c56e20e-1324-ecb1-04b6-b5a31fde4b6b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,25,-2],"to":[6,30,2],"autouv":0,"color":0,"origin":[0,24,0],"uv_offset":[-2,-2],"faces":{"north":{"uv":[35,10,37,14],"texture":0},"east":{"uv":[35,10,37,14],"texture":0},"south":{"uv":[35,10,37,14],"texture":0},"west":{"uv":[35,10,37,14],"texture":0},"up":{"uv":[35,10,37,14],"texture":0},"down":{"uv":[35,10,37,14],"texture":0}},"type":"cube","uuid":"7f8ec1e5-e67f-756d-ac83-5f4d25d6370f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,30,-1],"to":[5,35,1],"autouv":0,"color":0,"origin":[0,24,0],"uv_offset":[-2,-2],"faces":{"north":{"uv":[35,10,37,14],"texture":0},"east":{"uv":[35,10,37,14],"texture":0},"south":{"uv":[35,10,37,14],"texture":0},"west":{"uv":[35,10,37,14],"texture":0},"up":{"uv":[35,10,37,14],"texture":0},"down":{"uv":[35,10,37,14],"texture":0}},"type":"cube","uuid":"0b7e4f44-c743-683f-a391-32f9caf04f8a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-5,30,-1],"to":[-4,35,1],"autouv":0,"color":0,"origin":[0,24,0],"uv_offset":[-2,-2],"faces":{"north":{"uv":[37,10,35,14],"texture":0},"east":{"uv":[37,10,35,14],"texture":0},"south":{"uv":[37,10,35,14],"texture":0},"west":{"uv":[37,10,35,14],"texture":0},"up":{"uv":[37,10,35,14],"texture":0},"down":{"uv":[37,10,35,14],"texture":0}},"type":"cube","uuid":"f8e2df92-365b-a855-8997-9194cc460c40"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-6,25,-2],"to":[-4,30,2],"autouv":0,"color":0,"origin":[0,24,0],"uv_offset":[-2,-2],"faces":{"north":{"uv":[37,10,35,14],"texture":0},"east":{"uv":[37,10,35,14],"texture":0},"south":{"uv":[37,10,35,14],"texture":0},"west":{"uv":[37,10,35,14],"texture":0},"up":{"uv":[37,10,35,14],"texture":0},"down":{"uv":[37,10,35,14],"texture":0}},"type":"cube","uuid":"e2ca987e-088d-5257-8f7f-0e69dd1c1362"},{"name":"Left Arm","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-8,12,-2],"to":[-4,24,2],"autouv":0,"color":0,"visibility":false,"origin":[0,0,0],"uv_offset":[32,48],"faces":{"north":{"uv":[36,52,40,64],"texture":0},"east":{"uv":[32,52,36,64],"texture":0},"south":{"uv":[44,52,48,64],"texture":0},"west":{"uv":[40,52,44,64],"texture":0},"up":{"uv":[40,52,36,48],"texture":0},"down":{"uv":[44,48,40,52],"texture":0}},"type":"cube","uuid":"0be6a9e0-ba6c-8bda-3a47-34f134419852"},{"name":"Left Arm Layer","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-8,12,-2],"to":[-4,24,2],"autouv":0,"color":0,"visibility":false,"inflate":0.25,"origin":[0,0,0],"uv_offset":[48,48],"faces":{"north":{"uv":[52,52,56,64],"texture":0},"east":{"uv":[48,52,52,64],"texture":0},"south":{"uv":[60,52,64,64],"texture":0},"west":{"uv":[56,52,60,64],"texture":0},"up":{"uv":[56,52,52,48],"texture":0},"down":{"uv":[60,48,56,52],"texture":0}},"type":"cube","uuid":"5907d0a1-4f7d-8d76-1d11-bf6638bcbfca"},{"name":"Sunhat","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-6,30,-6],"to":[6,31,6],"autouv":0,"color":0,"inflate":0.1,"origin":[0,24,0],"faces":{"north":{"uv":[1,6,7,7],"texture":0},"east":{"uv":[1,6,7,7],"texture":0},"south":{"uv":[1,6,7,7],"texture":0},"west":{"uv":[1,6,7,7],"texture":0},"up":{"uv":[6,4,2,0],"texture":0},"down":{"uv":[7,0,1,5],"texture":0}},"type":"cube","uuid":"e2d4e823-75d3-031b-a225-a314a9cfc080"},{"name":"Sunhat2","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-4,31,-4],"to":[4,34,4],"autouv":0,"color":0,"inflate":0.1,"origin":[0,24,0],"faces":{"north":{"uv":[1,6,7,8],"texture":0},"east":{"uv":[1,6,7,8],"texture":0},"south":{"uv":[1,6,7,8],"texture":0},"west":{"uv":[1,6,7,8],"texture":0},"up":{"uv":[1,5,7,0],"texture":0},"down":{"uv":[1,0,7,5],"texture":0}},"type":"cube","uuid":"4824a4c6-ffba-f152-34a2-8f9c06cbeecf"}],"outliner":[{"name":"root","origin":[0,0,0],"color":0,"uuid":"84566099-c3bd-d9c4-0cf0-553f90fbf36d","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"Head","origin":[0,24,0],"color":0,"uuid":"e368b5ff-8fe7-52f8-b15d-3669735ea015","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["496dda5d-cca1-1751-414e-9a66ec7fee97","bafb9ee6-b66f-fef7-9c9d-ed2997040021",{"name":"HelmetPivot","origin":[0,24,0],"color":0,"uuid":"eadfb178-89a5-3a93-68b7-9eb41b8a5c8e","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"HelmetItemPivot","origin":[0,24,0],"color":0,"uuid":"9677352b-11c7-581d-f90d-2147f145cbc1","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"RightSpyglassPivot","origin":[2,28,-4],"color":0,"uuid":"51662881-b5c8-5f43-b52c-0cbb15ac4dea","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"LeftSpyglassPivot","origin":[-2,28,-4],"color":0,"uuid":"8c48b4bf-7a56-9663-9107-d45f344670d6","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]},"7f8ec1e5-e67f-756d-ac83-5f4d25d6370f","0b7e4f44-c743-683f-a391-32f9caf04f8a","e2ca987e-088d-5257-8f7f-0e69dd1c1362","f8e2df92-365b-a855-8997-9194cc460c40","e2d4e823-75d3-031b-a225-a314a9cfc080","4824a4c6-ffba-f152-34a2-8f9c06cbeecf"]},{"name":"Body","origin":[0,24,0],"color":0,"uuid":"4c59454b-d762-e138-f511-8cdcfe9eea48","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["f0e2f48d-fa6d-1439-0b2f-6dafffeb0b46","9a3c26d3-f6fd-62ee-a8af-435c768e9316",{"name":"LeggingsPivot","origin":[0,12,0],"color":0,"uuid":"26ce304e-4f4e-2641-5bdd-deee8e51263c","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"ChestplatePivot","origin":[0,24,0],"color":0,"uuid":"ecf2f9a0-9370-010f-0895-7aa06ab98579","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"RightParrotPivot","origin":[6,24,0],"color":0,"uuid":"8bee590e-3bc4-cccb-7da8-537740bcaf97","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"LeftParrotPivot","origin":[-6,24,0],"color":0,"uuid":"19073238-7ffa-c063-86e5-3e65260ee604","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]}]},{"name":"RightArm","origin":[5,22,0],"color":0,"uuid":"fd161bb4-4436-7745-1328-8f69fbae792c","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"RSlim","origin":[5,22,0],"color":0,"uuid":"f8dbc9c6-b195-649e-95fd-738acfa8b667","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["9d4f0444-419a-b809-ba15-0c79019c07ef","7be37985-2faa-66eb-242e-cb8eba0cfa76"]},{"name":"RSteve","origin":[5,22,0],"color":0,"uuid":"80733f54-5fce-1e97-57ee-7e1806b1c8d8","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":false,"autouv":0,"children":["d3292373-1106-01c6-e4fd-ed82ad7fca34","5c56e20e-1324-ecb1-04b6-b5a31fde4b6b"]},{"name":"RightItemPivot","origin":[6,12,-2],"color":0,"uuid":"6b4e025b-0994-5066-c875-845249691228","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"RightShoulderPivot","origin":[6,24,0],"color":0,"uuid":"b1791191-89fd-1450-4af8-b6b2b6c78ddc","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]}]},{"name":"LeftArm","origin":[-5,22,0],"color":0,"uuid":"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"LSlim","origin":[-5,22,0],"color":0,"uuid":"ef40825d-43b6-d3be-4095-a427ba9fac85","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["cf83f33e-4217-062e-c91d-569fb49cf0b3","06ce123e-edbe-42b5-855a-9fb0deaa3db0"]},{"name":"LSteve","origin":[-5,22,0],"color":0,"uuid":"af656ca1-1792-71a5-e0a7-daeb3e399df5","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":false,"autouv":0,"children":["0be6a9e0-ba6c-8bda-3a47-34f134419852","5907d0a1-4f7d-8d76-1d11-bf6638bcbfca"]},{"name":"LEFT_ITEM_PIVOT","origin":[-5.500000000000002,12,-1],"color":0,"uuid":"6f1e9b1e-b8da-e7ad-1459-e3916edd4f60","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"LeftItemPivot","origin":[-6,12,-2],"color":0,"uuid":"6ae8a382-1963-3a1a-ceb3-71e8f77af063","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"LeftShoulderPivot","origin":[-6,24,0],"color":0,"uuid":"2d3d97e4-c610-4dd0-19b1-9b4fd01133da","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]}]},{"name":"RightLeg","origin":[1.9,12,0],"color":0,"uuid":"64aa6f6e-6b69-58ab-1d95-c475b0d1859a","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["8479a47a-d4bb-a01c-f46e-3cc5acef8687","c110d4f6-3f50-73dd-44a9-9783e476354c",{"name":"RightLeggingPivot","origin":[2,12,0],"color":0,"uuid":"ec6db401-1528-f2c7-ed85-390642e4fc4e","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"RightBootPivot","origin":[2,0,0],"color":0,"uuid":"5bad6774-e32f-b725-0a05-ee6a421cde0f","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]}]},{"name":"LeftLeg","origin":[-1.9,12,0],"color":0,"uuid":"d31cd665-4b23-f14a-bf34-7fff4f8aa858","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["ac52fb92-fd14-ab9a-1ecf-d21464461ead","0eee2b8e-3a44-4f3d-002a-c5b7f078f724",{"name":"LeftLeggingPivot","origin":[-2,12,0],"color":0,"uuid":"7d331ccd-5bf0-f4d0-cc39-bfdaedcbb2a9","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"LeftBootPivot","origin":[-2,0,0],"color":0,"uuid":"2914c19e-9afc-28ed-edce-1774e9eeb1e7","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]}]}]}],"textures":[{"path":"/home/akira/.local/share/PrismLauncher/instances/!!_1201PLUS_!!/.minecraft/figura/avatars/Big Sister Moon/rw_moon_casual.png","name":"rw_moon_casual.png","folder":"","namespace":"","id":"0","particle":false,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"e3e38df5-f226-4e60-4338-bfcace7a00d5","relative_path":"../rw_moon_casual.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAACdpJREFUeF7tW31wVcUVPzcBnMnjI7ExwZKkCArBFl5rQmcsBCjDaFBfUGcUUqI1QjTBGTtDp5SmhqZOK2BncGpbEwo4bZHy4QwCz2rGIg3o1D9CqJEODdCAPCIfIZQIJFbysZ3f5p2bfTf36713E0xx/7l37zl3757fnj179py9GhHRhf2zBa6jb5uEC10+eUxeb5m9X0tbVS56MpOpe+xo+YxL4rnLlHC6rbeqRZD6KoKo5fkXrKgWL0X/uITGiq35pVRYU01b88toUU0VbZu/jK6+vcrx25IBALDw/HmAAABSN7woIHxS+piInnWc/5QkCM1hECz63fLzIQ5ASrBaGIVnWQHC8IMh2yEbEgAc/N0C8bVvtEVMgVP/TKbcZ3ZrNwwAZsPoCoD6EJG0ICZFI2qp7JsCc+bMEbW1tbbz0g1P9FbC+g1HI+FKA9CKEYTwM3UKuBHODY/nAMRlBLESuFwF3AjnhsdzAPx+v6kSNzQ0yGUQH+ycnqWvBNL41dkbP+6kugy6Ec4Nj6cAqOu8au0/bzitr/PwA27yZ0Z8146uL5FhP4H9CG5fpUcLkJPw0QJouc7jQxAShf2AvQuWy/q83euIhUDdCA6eqXQ7P6K1ZIU+gaCJ0DonIe3o0bbhuMypWgEA6jtG0I//ukbvAwS18xNAA49ZAe2TbxfqAi9cuFB0dHRQMBiMCYRAICCSkpJo+/btrt93BUBb5RvUdfECpf7mKSmHWncCwGk0LwVKIwAAfzQCqO0DQKv3/X5/V1ZWlmQPhULU0NAwDPdaWmW56MzpM3DcoDR09SEaft9UOhdYScPGT6Ck5xZKcscvtlPXySYa++Za6nzrMNm93zOu/z6CvwFXWp0CGMErV66Qk69gBSrm/6hRo0w1KBAIdI2ZsZl++usptCI3FzxhAH5WLnoyzDsJN7czN4suBUopMS2LvlJaJL99sfo16m4JUUqwWrrC4DEWdZ9g1j7TVT+BV6NY7YDV+98p3ic21iym1c8eofKX76Ql+ZtpY83j3XeePTOsd5nTiNBJY8Fuz2wnqI4g8/R7F5uk8OKKNswK3h2M3WLRmraue1f7E6sefpU21RRJAJbtXEJFn57SNN99jwpf7u2mHWw/+G/5fCDp7W/tcG2wnOyJFX1m8V6xoeax7oMdIyg36Rr98gf/ovzV/kQJgPEleIUfH06m8VPb6OOPkunsoZN0PHSG7sj6qrz+8N1WDaqWkpJC6enpBKuNgrmLkpeXR9OnT6dAIBDRdDAYpLq6Onp23gFbObAFt2NobGzUnbZZf/6TdNDglMWqSTEDkJ2dHdFPttxXr14VPp+Pbtn4Kz2Igvl+YemPqL29nT6rvz9uACZPnizbyvzba3IJhsFWVxPjB4QQQtN6BxsDrIJsCgCCIwiIpOYtouCSqn4aYCcBAOCOqXzo5OnvFkkAuH1cR2TcRa3vbdOfoXPQMCuAoQHRAADhuR+tB+boXWIQnAFYWkXHT0VOATsAKioqxHqtO8J4cvjsaZEop4AbAKymWHV1NWVkZMguTHjxBccp4AiAuhPkWKCqATw6+CDoun0I24mX986ixYsXyw5t2bJFx2Zd/VFKrnxI1uE4Lc+ZrNOYX30HdkMtsBco4MWIczl69KheV+9BV+us8gMGwAd/uER3P5FCF9PX91MIjNC+ffvoyfONkvZqejbNnTuXmpubTZXn2LHeIKyxTJrUG6SNBwC8b2sD6n67QMDio2B04RNwfAN2Q/QIuSIw/Wz9Sbo15zbi66h5a00BgCFUC4zW9QCAhccVNgBzXzWEvWHvrF5HJSHUK2g09QPfe7wfADxibHRSZ9VKHqioWbHTANCgPVygWVxX70FX6yNHjpT2zREADnuDGcYKhXMAburv5xVYAgDCtdNP9a4os2pjAiBn+aoIRwzOGTtm6j2+pdZVv8C49KkdjtgN8rZVDVyA2VhPbAkDlTaaPrijb2nhhqEBEHxE5u/lFQX3VhoAOmsB5j3uef6zs8Ntw+mB84OCe9XNhmvNNPYLIDzAZ/U3jlbUACSevxwxVd6faa0BqvB2UwBGE/ZBFZyfAQCjkFzXM1OKVEzjXaboqRKklRKJatISyvot+zIixBEdJw3gCJEeBBVETlNARdxKA9ixUXlhRME/8709EWk5TEvjFFXfY5prDVBTXywgA6LWjSEuthlY4lhdWY1Vo6V2DkYKhflZ9e34v6+diYg4qQEYs0gTT1c10gQtMBt9fF/bUzxNFLZMIV/ORKlqn+2uJ99dE2VH2w819d3/4wRtTT1Cha1TyPetMP3DJqq9578RyyTem1aQ1s8w4sFHe1rkc3VZBS+MJOcmwcPv437+TTMiYo4YFHWA1KQttINpDAALbwWCBADrOgrWdpRo6nCGjFll7CHgQeJ6rfmQvq/AMxSVX3WLGSS5Ew17ml9/dwYNf2CqDmjnm4f1Ou7Z6LFRZN6oADAKrQJgBMPIawaA6kozAPzMCADqLKx6z8/Gr02PaxlEmExVR2O4TZs9sVE0/+U/lHH/zbSeVlJ20664AxQj5z8vFr39Cm3LL6PCmiri3P0GOueqbbt4Q6zxQtM5CRvQOPFB8foTu3ZUVNCjYSZXnbRqEM+9AMBqO2z33VhoEoCnqS/Ov78p2xEAu/16LJ24nu/IKaB2wC0AVvt1r1V0oMFxHO2B7gDaR9i6bGcxIWq7bOeT9MrDm/So7UB//wsFwDsrP6R713yT9rdrNNsnZNj6hgAARrPq75sIACBxse58AlFPN7ldNeIBacARdtM5XjWOFG+RiQuhJdJLZ7puHABKEsaJHfeU0CPvbCCtp5uW36rRurPCEwAcHSE3IzQYPGPyKwUA2NjzibY5eYJ4rO3EoGjnoHzELYBLE8YJAOCW3wu+Qf2YFx32uo0vAfAa0aHW3pcaMNRGzOv+eq4B/O8BzhaMn9ZGSKEZzxfYCYHsMuiIEnuR/3cC7AsJAEeE7z5e6yr/7ySkHd1zAD4PlQgOcuIaiwb8fwHwx0tRnS/w+giMk3bErQHG8wVqlFc9b4COcF0NgnLiFHS3uX/wZWc7R66chAd90AGQKXglNzDkATCeL8BRJJhxPmOASsT5g3D+gcPtuc/s0gdqSGpAvOcLTqwo1wFwm/sHX0FBQdza68kUiPd8gZrhdZv7B59XByzjRlH9p8gpu8x0pNhRutMjf8Z0m/uP52Ck0TAOOgDG8wXqz1bquWO73L+XZ4zjBiCm8wXKMBizu25y/8Zj9m6WOyseTwDgX2JiOV+g/m7jNvfvdDQ2GkDiBiDe8wXJzz2o99dt7h986o8W0QjsuQ2I93xBWdlP9D65zf2DL9bT4QMCABq1OlPgdL5gaeYDep+uxzL4P5n3vKoKBhIKAAAAAElFTkSuQmCC"},{"path":"/home/akira/.local/share/PrismLauncher/instances/!!_1201PLUS_!!/.minecraft/figura/avatars/Big Sister Moon/rw_moon_work.png","name":"rw_moon_work.png","folder":"","namespace":"","id":"1","particle":false,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"fedda041-cc45-034a-d102-fa1b9303de6e","relative_path":"../rw_moon_work.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAACxtJREFUeF7tW2lwVMcR7ickGbTSru5bgA7bQUERGEWASAnbECThUEkwinEiMIhLYIwLJzEpIBSlgDFxCio+kGwQObALFwQchwosKkKMEoNNmUMWVxEhWei+d3UAllaaVM9j3s7uvt33tG/F4XL/2Tl65nV/09Mz0zMrgAJNWniIJKUkQejYGBvOtq/qobKikpaFx0XL9tJS2wDn/vqsoPQNrfXLIJLszy6A543FsD97Jcw3FsGHOaug59gmxW8rMuTv+YqMMvhDRHiQjZzNLZ1w29wDjdWNLuU/tnWq4jceaABePNhG7JVnAiMIVRf/9y0ArhD4xltAdXklEEJkMRAEAY5umSJNgYKCAlJcXOxySqjh0Tpl+PaK81PNFEBF7UFgZbwFqFFODc89BUDJCTZUNQAqK0cIivG1jIfbAnAZTByfCGHxsTY6tlbXwY1LN2hZWGyULACtdY02y6Ca0VXD41ELQAVxHU+Y8KjNUnf57CW6zusMARAZFw7jJ6fYfPfS5xXQVNsCveZuwH3Cd9PHS/VsdcB9ANsn8P3z9fw+wRPKD7UPIWfDGTJ1VrosqAgCmjGOPi6Fv61oATD4wO9GBwEqgVaA5s8rz3d0pvQszdqDi2UMBN5H5ObmkoMHDyr6JVcWMNQ+hLySJmLQeztsdJiQ+Mv2AT/72Avg03Y48HtxU4RK8PW8YFhn7rJAeGQoBPrL62TqIbDjGW+psrCwkPT29sL27dvdAmHdunVEp9PBpk3KO0AmqyIAekMA/GXzRJiclgkTn32Htrtw6EX4/IsyeGHzBegydzsFDwFAeiwpTHbQrle2wvtLIm0AQMahKMB3jAA6a5+ammoZPXo0Zb958yaUl5d7Y1qYvfEzEp+a5DCSOIK4xqdmTqQAIP10bRn9/WhnJv1FAMrLLgC253eLzDKw/aigIIgcHSK7lW662Q6Hfvm4BACOoNlsBqW9grMpgPPfYDDIWtCcOXMshmn7YMMfx8GraWlw5MgREQD0AX7BwVRIRmzk2quqISQhHo784QlalbX4KP09/qfZ9HfOr84D48E8TiVGqNytjg6ate8fy1i9vQ/AOnf9AM5/ufYZi0+SPcZfwLY1V2D9m8mwJHsf7DEuHEhubPAWstefJujIUEh76m1vB11ICIwKNDiYMZrvbZMZGI99W1SebY6wDznCtvw+wdnIai3Pe91kydqWOqJo7l4oMeZRAFYdXgJ55hpBwGXQ1TqOHx/O+ntxXP7B4hNkt3HBwBe3fCHNrw+2vnwVsreljqAA2KP77/Qw8mS61Wnl6PdQK0BiI4amFhISAtHR0YBeGwnnLtLLlmKXA9b0pbxDZI2eOtvqcgUgn4F08Mj5x2kITUyAthtVbluSIgALJp6kSxlSS1Mb9doIQEqK7caIee6rS0UB14aLwiGhgDtbMmjakwAsuNxEZWNyOUOeEILTnOraemo6CZt+StJbEYB58R9RH4CEc5732nIfRAC2ThUF4wmF3HAmUhUArgDmLUANAKg8k6Ot7ElJJAaCIgByU8CVjSMAbPR5y2FWoMYCXE2xokXWKaZmCigCQJZ/jyLUZxmEqvoeqltCjD/4entJep4810zT0aGj4Dtj9DblUanNEJclFtUet0LzSuRpSJ4mbrHPGE9ASW+2VMn4+TZBybawdl4R88jrP8Za11NjzfNp5ODzwhSgg6sMwKInJABuNHbTLyVGBdgAcOKiGPeLCfGDcXHidEDC8slrbWOCAXEAljsArRcA8ntPU769ugwImwjgPRKgu9ZWUSp4nWMZlvjfPYBin4ywPcvzaazn88LTIgAMBKc+QKsFpK0QrYORPlYEAJXliZV1ySjbXS8PQMDdQDT2yQjbszyfxno+L8y2WgAqj5aAPgDnPu8IBaLRAtLz7QCQj5BbFRBPyDbU1SAfUtNHi4Oo5/rsarDm+TQFgKsT5g1KU8A1ABp9wKT5JgeFDFHyS7m5UV5RZ+WsH74/5GV5Po1C8Hkh744khP3Sxwus2QLS5opHYp4CI60OlC83NQ3K2zoK3yyCY4gQaBp/GfH9YR8sz6eRl88Ly29J635o5ifAzN9eAIH8fIrkBCubxd1cUoTBxgmWVogTNzZYB8kx1gsSLE//cZcjAOFOAGiRB0AXKECviYCpZQACw0fQ/lgZpgO5/kwtg1KeT1MAuDphjUmcAoNFBIQCAFIMgtdKB9MUPp2cIG+XTsfKtmJcpggaT0FhohL21Nk6IFuO/P19tmL4+AqA/J2tFohL8pXa1Vb2SXk+jQx83nejuKVG83dpAZkvlRKM+SFhjA9pKPm/kzxHAEKtx2K+srNNDJA4ABbqLQ9AmwWWxf9H5VDYsvE7VrQCudHHFsKSDxrJmFgRAPsQl1we7wPxrhAJ02+cneYgYHCwj6zQHR39suXI399vZwE+AiD/yqR/2kSkMQ7JItR8mo42V/dObqg0BVB5ZyAIubtqSGhEBIwa6Q21NeKCHDdGXID5/O07Fug2meh5gD8bvHv57jaQUy0k2GqyvMbtHX2yACB/f7+tf/Dx8QLkn6t7D2bOmyG1O/G3f0l5TKdkisEapIqy81Ldpukj1AGQsaaUQh8UHQV+ej3UX7sGQdHiwtvZ0MClrTs+5EUyNTZBSWU+hAQ+QvPtpq/pb3ysjv72W0SlfLy9oKvHItUzftaG8dujU13XC8sTSiAp9TGpqrL8upTn08jA5/cuHUsBwDAZ3699uE1YkU1IzTGAMTkAxbABBONrbkVk+Y/45xSS+cd2wYfZK+F5YxGwu/vd0KSqb1eHIXfjhbKmhz6AZK8nR1/av3r1angbmaqrq1UJ6axDLPcEAM7iDa6+604dBaAAtkpt3zU6uejjend1XndHiPvZhk4BXgC1ADgLiXnaRIcbHEHraXDGuWbNUwbD1isPLwaM2q46nA+75pZIUdvhB0DjafCHFxs9BkDpby5C1usT4FSvANN1hIathx8AjadBT1gAOs2i0yWAAODFxY5mL4DBAVC7amgBSfNp0BMWwFaNK4s/oBcXRBgBOxss9wiAB8AClnnFkAOzlkFu6W4QBgfglSgBdjQSCoDpjUeIlniA4kZIa0TIExaAJmzI3kwQgD2D9cK+wASywFRF539n4UiiJR6gND00xwOyKuo85qiWesUQBIAXunOjnmiJBygCcDwlVlM8wJMAyAl7Y5GBaIkHKAKgxPBNr/eY+T6sQH0LwMM6cp6S2+MWQFYnS071k7OtsH3mxw7vC1wJ7+n7fyWghh2AkhUVDu8L1AKg5vpbSUGl+mEH4O3n/juk9wVDvf9XUlCpftgBeOCnwNWsscT+PQC+FUBi7wUa2m7TPL4PwPTTkyIkYK/VdDm8JxhKe8j/UupL7d0/8gU8Z73+VhplV/XClRmJxP49AFOAvReob79F+8D3AZieOcH6OvxqrdnhPcFQ2sPC85J8au/+kU//gocAuO8W8BOrBai9+0c+w3IPAXDfLeBHFyULUHv3j3yGNeL9v1YS7rsFZF6XdFB79498gb/+Wrz5eX+ktO9wp/399wEZ1yQA1N79I1/QJvEBBHnPTwLAnfY0HoBOi38VxpwYey9Q1yG+BsX3AZielWL79xlN7adwAKi8+8d3AEFbukQA3gy0AuBGe0FrPMDfT/4iVO3c/P4c8WUaktq7f+RL/LOZAtC3JUwCwJ32mh2J1vcFYWO5R4AqUGOv05VerKroirJoBkDr+wL21gCFUXv3j3wHXp2gWXaPAKD1fUFqmvhvFSS1d//IV/bWrAcDAK3vCx5PeVQCQO3dP/J5CoD/A6HCBrlkmg25AAAAAElFTkSuQmCC"}],"animations":[{"uuid":"cd728260-73fe-0135-7436-1d39239c2384","name":"tilt","loop":"hold","override":false,"length":0.25,"snapping":20,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","markers":[{"color":0,"time":0},{"color":0,"time":1.25}],"animators":{"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":-30}],"uuid":"0d6f15c7-dc9b-3068-4a75-b59f548e234b","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"cbe32cc8-8336-7d38-677f-abfc710517fc","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"5053aa43-275d-d28e-3b0d-64ce36bba855","name":"flip_lazy_z","loop":"once","override":false,"length":0.5,"snapping":80,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"55072092-d70d-cc9f-b85c-76452999411d","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"360\n","y":0,"z":0}],"uuid":"4af56cd9-a869-d3ef-4a4c-8215934074fd","time":0.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4c59454b-d762-e138-f511-8cdcfe9eea48":{"name":"Body","type":"bone","rotation_global":true,"keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f4e375a3-9f2f-ab4e-c414-b8a5a52faf65","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"360\n","y":0,"z":0}],"uuid":"0962bebc-3352-16b0-74e8-2e3f031092ff","time":0.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"0711b4b3-ae80-2b74-54f0-834484f1fe12","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"360\n","y":0,"z":0}],"uuid":"75f99f55-ab32-7ae6-6e11-60b8001eb679","time":0.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f24e0216-c240-dcc9-4671-00154bec4a88","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"360\n","y":0,"z":0}],"uuid":"c199a577-2af2-4ac2-1098-dd95e81c855c","time":0.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"64aa6f6e-6b69-58ab-1d95-c475b0d1859a":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f2ee120e-64e4-9d81-e67a-e888d58ace8b","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"360\n","y":0,"z":0}],"uuid":"9ec5031d-3c2f-d997-4d4d-c31a043f81e7","time":0.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"862a1a5f-d759-de65-e54d-f20cdfc2e910","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":12,"z":12}],"uuid":"cd4a7c76-1c09-cb44-c055-357c9c37e694","time":0.125,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":24,"z":0}],"uuid":"66cdc551-414e-5512-bb4a-ea81b075004d","time":0.25,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":12,"z":-12}],"uuid":"556d8ccc-a6ac-3150-a499-612eb2004a43","time":0.375,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"70b2cee2-bf01-6870-c08e-ba9d08ec4a4c","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"3.394","z":"8.604"}],"uuid":"da154803-139d-57bf-2e60-ba1aaee2bbaf","time":0.0625,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"20.604","z":"8.604\n"}],"uuid":"fc7ef937-900f-1513-1eae-166cbfa3ec65","time":0.1875,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"20.604","z":"-8.604\n"}],"uuid":"d9f8d012-4771-68dd-23a8-23e47f5d4192","time":0.3125,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"3.394","z":"-8.604"}],"uuid":"c57460d3-905b-4601-d18f-0ee887dd24f4","time":0.4375,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d31cd665-4b23-f14a-bf34-7fff4f8aa858":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"186b1868-effb-81d6-88bb-4a0a8872fa03","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"360\n","y":0,"z":0}],"uuid":"b7c8314c-046d-8205-79d1-b014e7f68595","time":0.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"0d72ada4-ca11-d65b-a5dc-5342b580ba69","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":12,"z":12}],"uuid":"5cad745b-8f3f-185f-d2fa-c7e9fd2db9d2","time":0.125,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":24,"z":0}],"uuid":"61e55c6c-0011-02f4-1b21-af8e9847e56e","time":0.25,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":12,"z":-12}],"uuid":"848f7c67-3017-0ded-0442-4c218f6e233e","time":0.375,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"42d1b2c3-37c5-7fc6-5b9e-a25328b9b8c5","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"3.394","z":"8.604"}],"uuid":"314d0f67-3524-541a-a251-8ff2e50872d0","time":0.0625,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"20.604","z":"8.604\n"}],"uuid":"e363a18c-70d4-9be2-b618-b66be6251689","time":0.1875,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"20.604","z":"-8.604\n"}],"uuid":"e915011c-fff4-771c-3034-1c04ca4892c8","time":0.3125,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"3.394","z":"-8.604"}],"uuid":"06f7269f-250d-dd05-5fd6-d0ea8c61ae8e","time":0.4375,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"a1a8f472-3ef1-c590-19d0-3fa5ed70a86c","name":"effort_flip_Broken","loop":"once","override":false,"length":1.25,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"21aa5eb6-f889-2847-59d9-c8a190afeccc","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":0,"z":0}],"uuid":"f8d903e1-9629-04f5-0c09-86e61a1d26a3","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-90,"y":0,"z":0}],"uuid":"ee85c2fb-93e5-410c-0345-e6c0c7ccc96a","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-147.5,"y":0,"z":0}],"uuid":"4da3195c-6958-3f9b-e395-0e85f1f6514a","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-312.5,"y":0,"z":0}],"uuid":"586e67b1-f04d-21c7-c02d-272ef4dacc02","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-302.5,"y":0,"z":0}],"uuid":"783eb0cc-1631-42f8-074e-29e0e8fdbd22","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-357.5,"y":0,"z":0}],"uuid":"adf85721-5a8c-cf48-f05f-d799d98e5e59","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"04846e7a-3356-1caf-fce7-9023aed00ab9","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":-2}],"uuid":"3ae90265-33b6-a43c-4723-a9360e4aa595","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":8,"z":8}],"uuid":"1a193749-651e-05b6-1f64-999bec1f2aac","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":2,"z":6}],"uuid":"2c4502f2-eab5-7fcf-4d63-0420a1868eb3","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-11,"z":-2}],"uuid":"b4977e82-706f-e033-ec48-d2e37c7bdbf7","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-8,"z":-10}],"uuid":"8cadd572-bf6f-d4f6-351f-efb4e45b2ed8","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1,"z":-7}],"uuid":"c4165331-8f20-f103-e703-1f0f457d556a","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0}],"uuid":"1b1758e8-5d4f-5f9b-1288-00c5aff2f01c","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4c59454b-d762-e138-f511-8cdcfe9eea48":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"03aaf6d4-dacd-6e24-6aa5-af70f432f6fe","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":22.5,"y":0,"z":0}],"uuid":"04a6cb7b-ca54-d354-9370-9122c9049eb2","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-90","y":0,"z":0}],"uuid":"c495cc27-1e56-427b-2442-74ac5d42882b","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-140,"y":0,"z":0}],"uuid":"a8f6f7a3-1dc1-3026-a85d-02b06aa32065","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-195,"y":0,"z":0}],"uuid":"603af9af-1dd8-68bb-9829-71cc76b908d0","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-245,"y":0,"z":0}],"uuid":"8bbf9faf-79ea-694e-aea3-8ee854ec7a44","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-320,"y":0,"z":0}],"uuid":"cceeec0a-ad3a-8ac6-d78e-fb7970fc1256","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-360\n","y":0,"z":0}],"uuid":"1b109a24-a637-8401-7928-eafa91da3381","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"44a0b420-cfd5-3b3d-cb9a-c2c891fa27c2","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":-2}],"uuid":"545f766b-0e43-db3a-85dc-05f0ddefd49c","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":7,"z":8}],"uuid":"7776285f-4bfd-ce45-a3b1-8a4a1502fa16","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":2,"z":5}],"uuid":"498abaff-bae8-be14-ced5-0314c832ce4d","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-5,"z":-2}],"uuid":"90b34f68-cabc-0b5e-8a2c-03f225051685","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-9,"z":-8}],"uuid":"c0c05153-9b41-f14f-2f24-acc5ded9805b","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":-8}],"uuid":"4a9cc7f6-0c9f-7dae-a299-172843f364d7","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0}],"uuid":"61da04e6-2ea5-41f4-5b08-3487c7e74843","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"241787f7-f620-a4b3-1ab1-054a7e4974e8","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":57.5}],"uuid":"33528007-33b3-5fb6-094c-1f29f6126cbf","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-360,"y":"\n90","z":-247.49999999999955}],"uuid":"3c9b30f9-09e6-d210-a4c5-488e497f6986","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-360,"y":90,"z":-247.5}],"uuid":"e5d7fdb0-4c3a-4ce9-8de3-11d451e4ce66","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-360,"y":90,"z":-247.5}],"uuid":"866e9121-a3d6-8eed-2e88-d1c44c0f80af","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-540,"y":-15,"z":-427.49999999999955}],"uuid":"a129d327-7759-b99c-f451-91f6806e5c98","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-360","y":0,"z":-607.4999999999995}],"uuid":"6b3eec7b-7eea-6e70-3e3d-71a3f0dee16b","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"761da304-9e26-9a61-f55d-a67487dad2fc","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"540578a6-0c91-1175-e205-34d76831732d","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":10,"z":7}],"uuid":"c0d031f4-19c0-148b-f90b-e129adf79eea","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":6,"z":2}],"uuid":"491a5f3e-3cda-32b6-22a5-384cace889ee","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-2,"z":-4}],"uuid":"f8c333da-e727-6302-1c8a-8ec3856b8320","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-1,"z":-7}],"uuid":"b942ae9f-2731-d95c-62e0-8135f56bdcb1","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":2,"z":-7}],"uuid":"2dbd7440-6ba9-e8da-2ca7-6e076f014298","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":2,"z":0}],"uuid":"c3853e04-e5ac-418c-fb76-454563979aa0","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"86bc49bc-408e-bb4e-079c-c7a688d00688","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":-60}],"uuid":"eb8dad6e-275c-51c5-8ec2-55bf722d0f0f","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-360,"y":"-90","z":-467.5}],"uuid":"304ad257-bea0-209d-d578-ff0ece02268c","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-360,"y":-90,"z":-467.5}],"uuid":"4c174f59-e2bb-708f-9b05-3d345e6c787e","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-360,"y":-90,"z":-467.5}],"uuid":"c6606329-ba0b-48c8-13f1-662e2380d3dc","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-540,"y":5,"z":-647.5}],"uuid":"c99a57cf-7b4c-20d4-80cb-dfdc8ad812a4","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-720,"y":0,"z":-827.5}],"uuid":"1d0886bd-d044-3b59-4a71-b465d94345af","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"58e6dbf2-14ee-18cf-5d21-d3ae0cbe7230","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"eb708aa7-835f-73dd-881f-35d52e5a47de","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":10,"z":6}],"uuid":"b05bb02e-4049-1744-0ce5-0a1e9421d8d9","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":6,"z":2}],"uuid":"83b0f93d-8007-1cb9-8cc0-4bde7e678a87","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-3,"z":-4}],"uuid":"97150475-a1b2-8d0d-e6ac-ce1c069834d9","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-2,"z":-7}],"uuid":"b8af1927-3050-7f73-5d5f-13d59a5b9cce","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":3,"z":-7}],"uuid":"9c025e77-7bfe-7f5c-6092-6d19aed08972","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":2,"z":0}],"uuid":"c87ce6ba-2e8f-4212-d128-deb17909ed17","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"64aa6f6e-6b69-58ab-1d95-c475b0d1859a":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"64e3dc20-183e-1f2d-5a94-0227abd96813","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10,"y":0,"z":0}],"uuid":"13ee343d-425b-3ab0-10e5-a1000663abf1","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-75","y":0,"z":0}],"uuid":"37792543-4e72-1c55-c56a-9883064e6e65","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-82.5,"y":0,"z":0}],"uuid":"5df00705-ae41-60e9-0273-43afe135809e","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-205,"y":0,"z":0}],"uuid":"e392bae6-ee41-1da1-4438-95d94ef8760e","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-287.5,"y":0,"z":0}],"uuid":"49d2b28b-81ac-146f-cb8c-8ef508a84fc6","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-337.5,"y":0,"z":0}],"uuid":"4a2b756d-7c44-59c0-abca-558b4c7d64fc","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-360","y":0,"z":0}],"uuid":"ca8fe666-6cee-3b72-6646-20dc9f724ff1","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"3ff1e664-39a2-0272-d886-3df7f81a8221","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":2}],"uuid":"da5a3778-9351-b0dd-22ba-e983ad0b47ad","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":16,"z":-3}],"uuid":"8b70bbb5-8962-e980-545b-cbf259a10ff5","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":22,"z":-1}],"uuid":"eb88bf25-e442-248f-74e3-13873d54cc82","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":17,"z":1}],"uuid":"6c667fbc-eaaa-acb5-d310-0ef001d117b3","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":2,"z":-1}],"uuid":"83bf93da-1944-f3ba-8b3b-14091dd3fc7d","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"a04dcdcd-f63e-f21b-b2b2-525348196914","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":5.5,"z":3}],"uuid":"9966e0e2-ec82-6117-dc5e-af553fb2ef46","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d31cd665-4b23-f14a-bf34-7fff4f8aa858":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"9127bd96-a12d-919c-f244-0f93bac3a4bf","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10,"y":0,"z":0}],"uuid":"4cb9bb96-ff47-4e86-c1a0-c8e27472faa7","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-\n37.5","y":0,"z":0}],"uuid":"a50bcbc5-2220-e041-1b37-0c11076c989f","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-112.5,"y":0,"z":0}],"uuid":"3fcd84e1-2678-9cff-1315-bb1527087445","time":0.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-182.5,"y":0,"z":0}],"uuid":"68dba848-f613-42ef-9d35-6e646a4a16b3","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-255,"y":0,"z":0}],"uuid":"3ee05276-b2d1-3e67-565e-6c078c62a164","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-305,"y":0,"z":0}],"uuid":"010fef4e-e952-13bc-fb9e-748b16b5d787","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-360\n","y":0,"z":0}],"uuid":"167fbd26-7b28-1d51-4455-5edbdd5fbf8a","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"fcd03cc1-5b78-0a35-3e65-41087e9a9222","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":2}],"uuid":"378f8b72-f450-26db-9541-95254cc6bbab","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":18,"z":-3}],"uuid":"0dcbfdb0-efea-3e57-fdb9-e72a2fe56350","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":22,"z":-1}],"uuid":"cd8004f7-7888-c689-42b1-5600dbbafa9c","time":0.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":16,"z":1}],"uuid":"cb68f71a-2c1f-5f43-e6bc-148323e36895","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1,"z":-1}],"uuid":"26fc7e87-808b-8602-bef4-3fde3d5de288","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0}],"uuid":"51188d7d-9526-cebd-8e02-21de570f6324","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":7.5,"z":2}],"uuid":"bb72b179-8177-0192-1f50-782f4a06ebb1","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"c78fdb79-c0c6-b89f-413a-890c8690cf88","name":"clap","loop":"once","override":false,"length":2.5,"snapping":20,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"77d488d1-9458-58c6-e241-75599906ba19","time":0.15,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"82bbdf59-bb08-0e30-adb3-7b60cda04bdd","time":0.4,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"2ae28392-e83d-236a-ed93-064db1f3782d","time":0.6,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.41170966269192,"y":-17.724958020755366,"z":3.1424924397820178}],"uuid":"0efbf3a5-1b2b-c125-17f5-451f9f4e82e7","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"8aeb6d8b-7275-cc98-8b08-40f2afbc4a41","time":2.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"3aa0c323-9c6c-b0bf-5a13-3fd7a09dae24","time":0.8,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.41170966269192,"y":-17.724958020755366,"z":3.1424924397820178}],"uuid":"f568bd17-8286-c4ae-bb0f-8508514981f5","time":0.7,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"0ffbec19-cd84-0e85-8054-6124e707816b","time":1,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.41170966269192,"y":-17.724958020755366,"z":3.1424924397820178}],"uuid":"29285746-ee60-fb9b-479d-b4a4889cf2ee","time":0.9,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"193fb519-5932-1bcc-93f3-4514cd501aa0","time":1.2,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.41170966269192,"y":-17.724958020755366,"z":3.1424924397820178}],"uuid":"803bbed3-2311-577d-e8e6-03b871e84933","time":1.1,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"2c14a7a7-61df-7762-4af0-38eff5f0ce7e","time":1.4,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.41170966269192,"y":-17.724958020755366,"z":3.1424924397820178}],"uuid":"de56ec3e-1f1b-8495-50a8-ce7426f3c84b","time":1.3,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.41170966269192,"y":-17.724958020755366,"z":3.1424924397820178}],"uuid":"14fa2787-7fe2-7464-d9e6-05d338c40f82","time":1.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"50d6fed2-fe11-6d02-8f36-9aeb573435b2","time":1.6,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"db7ca7b2-2139-7619-41b1-be9cd0be7d9b","time":2.3,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.41170966269192,"y":-17.724958020755366,"z":3.1424924397820178}],"uuid":"dfd8a5e2-5a97-9580-cf10-52b48777f4be","time":1.7,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"513e2137-9b6c-f2f9-addf-710b1185027f","time":1.8,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.41170966269192,"y":-17.724958020755366,"z":3.1424924397820178}],"uuid":"1b6e3992-a3c8-7fc6-514f-893ae6c924d6","time":1.9,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"01f4026a-621c-f21e-2f33-8287e0dd07ad","time":2,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.41170966269192,"y":-17.724958020755366,"z":3.1424924397820178}],"uuid":"e5d057ec-e8b4-eb32-a0a3-a54ffc39276c","time":2.1,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"21954b33-d5a6-fea8-3228-93e4f09defd8","time":2.2,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f78104f5-827f-1cfc-5dc3-6d529cf6282b","time":0.15,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"695eeaec-4ea3-219b-f55a-7fc02a8e6149","time":0.4,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"b718e444-114f-cf4a-4f07-d0258168c7ef","time":0.6,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-79.37241586167005,"y":19.683498079413948,"z":3.616441573003212}],"uuid":"41aa99a2-f6a6-7ce7-2144-be90427d898f","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"1900d0a4-26a6-f3f5-5e5c-4e5c04468ecb","time":2.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"14284f25-fb0c-faef-30e5-50bd3bade506","time":0.8,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-79.37241586167005,"y":19.683498079413948,"z":3.616441573003212}],"uuid":"02397939-b293-e5ea-bbc0-7d2d973c0cf1","time":0.7,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"01bf0682-be46-9c95-37e9-9abaa41b125d","time":1,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-79.37241586167005,"y":19.683498079413948,"z":3.616441573003212}],"uuid":"dbfba932-2cb4-ecaf-b07a-8ac751072e90","time":0.9,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"83082e80-a3bd-b2e3-cac1-c095beaab09c","time":1.2,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-79.37241586167005,"y":19.683498079413948,"z":3.616441573003212}],"uuid":"666c1a5d-4327-6f34-95be-46a33efbad83","time":1.1,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"a3dd23af-7e4c-9218-e6a6-58506adfd9c9","time":1.4,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-79.37241586167005,"y":19.683498079413948,"z":3.616441573003212}],"uuid":"4a2e5a15-dca2-b431-65cf-8fa685ff10a9","time":1.3,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-79.37241586167005,"y":19.683498079413948,"z":3.616441573003212}],"uuid":"c6ff84ad-644b-5f24-be11-b60916cbb99b","time":1.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"553777e9-ba1a-9c61-947b-05366895ad0c","time":1.6,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"4c2100aa-7319-d922-c30e-3db0ab1ac4fd","time":2.3,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-79.37241586167005,"y":19.683498079413948,"z":3.616441573003212}],"uuid":"ec5d3350-0f81-4cb5-24ba-41cc99b842b4","time":1.7,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"f900ad2f-555e-40c5-2d50-bfaf6926aa98","time":1.8,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-79.37241586167005,"y":19.683498079413948,"z":3.616441573003212}],"uuid":"3a0e06a0-b0ae-ad1d-a9d5-4714d6b45e58","time":1.9,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"f09339e1-c6bc-621a-a4c4-6ace1def93b6","time":2,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-79.37241586167005,"y":19.683498079413948,"z":3.616441573003212}],"uuid":"8c67cf30-b505-9383-08da-f51024187a30","time":2.1,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"7cd33c89-db35-82b2-053a-f414390aded8","time":2.2,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"daf7fc63-d1c8-0b42-d822-06a161a80c18","name":"wave","loop":"once","override":false,"length":1.7916666666666667,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"dcbc841c-1a58-2428-1826-cce3653637f2":{"name":"Receptors","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"-45","y":"0","z":"0"}],"uuid":"439efc0c-cd16-bcec-5eb4-26f38f47fb4d","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-45","y":"0","z":"0"}],"uuid":"97bfa7d7-203a-10db-bf67-8f2379fe7be4","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"d84a2338-79b0-387e-d374-18563f824214","time":0.2916666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-45","y":"0","z":"0"}],"uuid":"2e880f77-92ad-07e4-25ba-749a9628bb77","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"1707fdb7-1e1b-d984-3174-8b7805fef4e9","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"85193644-3e1a-e3f8-803e-c9450dd72aad","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"d545c268-bb6c-b87c-6996-4492a061cba7","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"c44fee2c-8079-5e00-ad10-31fb544159c9","time":1.4583333333333333,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-45","y":"0","z":"0"}],"uuid":"76ef162a-664b-9431-fcfd-3c12fc4494aa","time":0.9166666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"fc519b47-7ea3-5432-1eeb-6aa2bc1ec5d4","time":0.7916666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"1715d3f1-0e70-7254-a72d-8ff58118ccbd","time":1.0416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"e749fc2a-4b22-2f20-607f-0d0ff458bcc5","time":1.2916666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":1,"z":-3}],"uuid":"25ba833a-0044-a913-9e58-faf5b91e357f","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":1,"z":-3}],"uuid":"2bdd76fb-0b9c-e07f-9631-cc686636d9e3","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"4f3384e5-894a-dfd3-8bd5-af4cbdeb2832","time":0.2916666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":1,"z":-3}],"uuid":"2de858c2-dbdd-3a96-1265-31b9592c92d4","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"1f52d005-bd51-a99e-6c82-718541b4923d","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"c8cc1441-7a5a-7a57-20ef-97123f8889a3","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"d57c94b3-25aa-e8b4-7890-49afdb2d81aa","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"1d575693-a85d-150f-4173-83e215122278","time":1.4583333333333333,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":1,"z":-3}],"uuid":"46479a7f-c182-f15a-1553-b3f25c68bb50","time":0.9166666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"632867eb-d5e3-3220-37bb-d81945f10819","time":0.7916666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"adaf54f4-ca7a-7dc8-8fed-6238c20e02dc","time":1.0416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"6f74ff9a-f6eb-05d2-e8ec-4f615768de1f","time":1.2916666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":-7.5}],"uuid":"fbf9bb0c-ca98-b7c4-dd2d-62b2508f2d65","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"7c49791f-30aa-3980-ae97-7c674489c16b","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"8dba4889-5451-0f9a-14aa-c19b994f9798","time":1.7916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":-7.5}],"uuid":"72178732-c646-78cd-77f2-d160f8ecaf36","time":1.5416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":"0","z":"0"}],"uuid":"4dcd1858-4b7e-195a-6ce8-2c0287bb39f5","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"95ee3234-13ad-bed7-51c5-362c09f52d68","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"c1ed3963-107d-6b31-ae28-45618a3bba09","time":1.7916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":"0","z":"0"}],"uuid":"1ea437d7-7f58-c3a3-e13e-554c9a493ef8","time":1.5416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4c59454b-d762-e138-f511-8cdcfe9eea48":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":-5}],"uuid":"9c420f7d-5e2c-5e6f-ee9f-42e97120b697","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"04d3d343-01c7-5a59-7650-105833acc72b","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f4370dc3-6de4-2c7b-22b2-915d3cc9fb4b","time":1.7916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":-5}],"uuid":"56ffe421-220c-7aef-9451-5f81acd20bc3","time":1.5416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-1,"y":"0","z":"0"}],"uuid":"6339bdf0-c07b-cb4f-468c-8d00f60ebe4c","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"005e6ecc-b6fc-eb87-7d2c-3be2ad8c8c79","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"41810695-14e6-5949-13f9-a1aae7d470f7","time":1.7916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-1,"y":"0","z":"0"}],"uuid":"aec3b951-9750-6a25-73a1-7dcf0a8d895a","time":1.5416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"544a47ef-3151-3c19-8551-8f54c38f902f","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"95a03ee5-c52b-9f66-30c3-734f37d0ba46","time":1.7916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"2.5\n"}],"uuid":"90d33293-fe43-3edc-623e-f46f3d0df698","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"2.5\n"}],"uuid":"45cf7d7f-255f-a390-368d-23ff6c6ede98","time":1.5416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"3178b6d3-2042-0802-c607-1befb5d9e09f","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"cffd18b1-0e36-85a4-32c0-ffa2bc97c75a","time":1.7916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-1,"y":-1,"z":"0"}],"uuid":"30053a7c-e691-5849-ba43-8add2c8b0153","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-1,"y":-1,"z":"0"}],"uuid":"e4bda781-7786-0b9c-b962-5c94d0861efc","time":1.5416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":-89.9999991462264,"z":-150}],"uuid":"f81dc3c7-77dc-3a00-af08-10607e7bc843","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.99999879258166,"z":-115}],"uuid":"fb0cf5f8-8850-120f-9208-a28d121b0716","time":0.2916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"d8102de7-586c-2345-680d-784b2f4363ed","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.9999991462264,"z":-150}],"uuid":"382fc072-1206-bcd1-5cab-a0cd6543432a","time":0.6666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.99999879258166,"z":"-115\n"}],"uuid":"d4fda29f-d347-ebf7-90a5-edc78ca36e8e","time":0.7916666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.9999991462264,"z":-150}],"uuid":"c89e9b58-2084-cdca-c606-9dcffe382396","time":0.4166666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.99999879258166,"z":"-115\n"}],"uuid":"26bcf4f9-9583-f211-a21f-af500968f238","time":0.5416666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"9254c77c-28ee-0efc-d0cf-42985284d7b2","time":1.6666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.9999991462264,"z":-150}],"uuid":"bb261ab3-cbd9-bcef-1f72-3b8b81d5ed00","time":0.9166666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.99999879258166,"z":"-115\n"}],"uuid":"35292b51-de25-61a9-41a1-06cf2e0da61f","time":1.0416666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.9999991462264,"z":-150}],"uuid":"30adc32b-0bcd-df2f-d072-0bb16f14197d","time":1.1666666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.99999879258166,"z":"-115\n"}],"uuid":"79c2edb9-386e-de4d-2529-b96e2c08f056","time":1.5416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.99999879258166,"z":"-115\n"}],"uuid":"7d713123-a19e-78c0-b868-a58dc9a2a0e6","time":1.2916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.9999991462264,"z":-150}],"uuid":"65cbf914-8b60-b758-9096-bade2c1ffc14","time":1.4166666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":2,"z":"0"}],"uuid":"f26813fd-4d51-2b38-9362-7dd6a90c5c8e","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0}],"uuid":"4a14476e-3a87-9399-7433-71ba342c3fa7","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0}],"uuid":"aa041bd6-eedd-cedc-1e15-af3032cff0cb","time":1.6666666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":2,"z":"0"}],"uuid":"530164e4-7f6f-e1a8-5c89-8add456c773b","time":1.5416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"64aa6f6e-6b69-58ab-1d95-c475b0d1859a":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"aa33bd55-e6c1-875a-6ef7-72d08dbe3c4e","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"954ac53c-1b5e-1b20-bffa-962dd8cc6492","time":1.7916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0\n\n","z":"0"}],"uuid":"31cfdbc1-3975-c4ee-820d-5c3f5fc1873f","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d31cd665-4b23-f14a-bf34-7fff4f8aa858":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0\n","y":"0","z":"0"}],"uuid":"5fcfc295-d3ca-ddbd-b055-9a6b65ea5661","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n","y":"0","z":"0"}],"uuid":"e41a5bc7-f55d-53a3-7ebd-bcb31c34d26d","time":1.7916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0\n","z":"0"}],"uuid":"083ebb2c-b339-196c-7609-c8576d39927a","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0\n","z":"0"}],"uuid":"85f601b8-b74a-25a0-24b7-9d93f15f26f5","time":1.7916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"2a45c5e2-0356-ba27-5e2f-087e6457e9c0","name":"followMe","loop":"once","override":false,"length":1.375,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":5,"y":"0","z":"0"}],"uuid":"894f5af0-f946-de87-b6e8-1c8270360925","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"22517dff-4ad8-8b8f-8623-14c5ef40504b","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0.7340404134620258,"y":24.874691603068186,"z":0.46394336388129886}],"uuid":"062fa17d-5950-c0aa-d8bb-dbcf23c7f2ce","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":"0","z":"0"}],"uuid":"ec196967-79b6-d8a4-663d-dbac44dd6546","time":0.4583333333333333,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-8.373890510081965,"y":24.566127971168825,"z":1.3819256713139838}],"uuid":"5bb6a2ac-e189-d5c2-6c91-c294a32e14c6","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"9887f18d-8d35-6cf1-7e2f-004a182ed804","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0.7340404134620258,"y":24.874691603068186,"z":0.46394336388129886}],"uuid":"a301e9b0-bd77-f7aa-69aa-12b45109bb2e","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":-4}],"uuid":"180f8eb8-273f-4624-1a39-21e39cb10546","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"fd11d9d5-1bf1-e60a-4653-5723e7b64e60","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":2}],"uuid":"0c916541-3713-5808-4dee-68c695ad7570","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":-4}],"uuid":"c7e51fe8-0e6f-3f85-97e8-fa44033304f2","time":0.4583333333333333,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0.71}],"uuid":"e81c5d3d-3b13-755e-0b32-7c36dbe31c3e","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"12d5d418-e4ae-a422-f62a-e40539931954","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":2}],"uuid":"c9639672-905c-99d3-1a7c-77f2c45ba3b3","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4c59454b-d762-e138-f511-8cdcfe9eea48":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":22.5,"y":"0","z":"0"}],"uuid":"8a1cc288-107c-28ef-bfe2-44d4c242b1ba","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"91c29147-d947-1391-daf3-41b467fffb09","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.139296625613042,"y":40.79237202269042,"z":1.366426829135773}],"uuid":"f9bf8db6-d8aa-11aa-da03-db08fc23a7a6","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":22.5,"y":"0","z":"0"}],"uuid":"2550914c-3009-32cd-fb1f-b23e3d4e8d8e","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.54376576204426,"y":43.2517878454892,"z":0.762357985920171}],"uuid":"a819c8f3-dd9e-089c-c1ed-7fcbe532abbf","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.070845175358954,"y":20.245553693528116,"z":-0.21019016151115277}],"uuid":"3484e322-f2bc-b445-8294-f76df1838869","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"2003c2af-78fc-b15c-e2d0-9a39ec77f25b","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.54376576204426,"y":43.2517878454892,"z":0.762357985920171}],"uuid":"8220dff3-3962-77cd-f652-73d0ceb84317","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0.5\n","z":-4.5}],"uuid":"7699b2ac-ca45-5928-f3bd-0983bd724f18","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"63f37286-d974-f6a5-3597-15cd7f0ee310","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":1,"y":0,"z":2.5}],"uuid":"1603e7f5-3561-4f5e-508c-53c5e275f8c8","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0.5\n","z":-4.5}],"uuid":"925a9a08-a592-3dd0-9e19-ac3c21ad5479","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1,"z":0.5}],"uuid":"f1d60592-b952-4be8-216d-1cf7abf9a44d","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"39ef08f9-0ab3-dd43-e491-250edef9134f","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":1,"y":0,"z":2.5}],"uuid":"eea0aeb1-5b6a-5cf6-978d-fa65399e2fb5","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"74138584-550c-acf3-7418-f44444a13e97","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":15,"y":"0","z":"0"}],"uuid":"c6d7784c-15bd-6596-c27c-4b7c80804ab4","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":15,"y":"0","z":"0"}],"uuid":"23c920ce-e9f2-3ad7-5769-4d5ddea625f7","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-15.001975664013571,"y":51.05934394980068,"z":-2.1762636138515745}],"uuid":"b3644f7a-5de1-79ff-4e3b-b8e718eaf680","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-15.54376576204426,"y":43.2517878454892,"z":0.762357985920171}],"uuid":"77a62a19-88cd-1843-5e53-40545e247b79","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.070845175358954,"y":20.245553693528116,"z":-0.21019016151115277}],"uuid":"49873638-fe5c-da24-3135-c37865ce9d58","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"83a7c14b-e28e-d108-bd14-eeca060ca57d","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-15.54376576204426,"y":43.2517878454892,"z":0.762357985920171}],"uuid":"9bdb6c46-1df5-0a81-5788-d5d33f2e9e8c","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"41020bdb-9ffa-222f-1fec-5768a68bad7c","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0.5\n","z":-3.5}],"uuid":"ac978271-fa68-2077-7ef7-e237148a253a","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0.5\n","z":-3.5}],"uuid":"6d3d5627-f8d3-a155-a8b3-d94743d40e0b","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":2,"y":0,"z":5.5}],"uuid":"b853c2f1-9021-4616-3536-a827bbdeec7e","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1,"z":0.5}],"uuid":"da777f80-3927-27b7-d843-36045d4b326b","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"02f405d5-4085-ef63-9628-3a364458fe0a","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":2,"y":0,"z":5.5}],"uuid":"1b7ae221-c820-b462-a759-4dda1d4f4ed3","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-74.56834248387258,"y":-9.935578431269278,"z":-5.267040957668087}],"uuid":"87bb9ffc-84f7-8f3b-4850-0eafd866272c","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"348ee9c0-cc61-f6c6-510d-6a76ebf3598e","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-120.70533623040757,"y":33.15221974766706,"z":20.488613927605456}],"uuid":"a1be318f-e8cc-95c8-aa31-ad94345c26e2","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"rotation","data_points":[{"x":-74.56834248387258,"y":-9.935578431269278,"z":-5.267040957668087}],"uuid":"182aacfd-bef0-7d17-42b3-e420c38e220b","time":0.4583333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-197.90654906124183,"y":67.58109425245863,"z":-117.15317596551813}],"uuid":"7a23199d-ba66-827e-9140-2a86faae3c52","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"rotation","data_points":[{"x":-197.90654906124183,"y":67.58109425245863,"z":-117.15317596551813}],"uuid":"50022e84-b58a-bd37-43bc-f11afa174d0c","time":0.7916666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"rotation","data_points":[{"x":-214.08915231876986,"y":72.05925312606412,"z":-134.5891257222278}],"uuid":"f80b279e-5624-07c4-8aa9-d023e4a59224","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f72330bc-8125-b922-1fe1-c8d2c4d799f9","time":1.375,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-197.90654906124183,"y":67.58109425245863,"z":-117.15317596551813}],"uuid":"394f8bfd-ad27-5c9a-3e9d-f767aecaf941","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"position","data_points":[{"x":"0","y":"0","z":-3}],"uuid":"886b6b44-033b-74de-3529-66edc7cc7272","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"23444864-78a8-958a-6067-77cce11ed1cd","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":-3}],"uuid":"f2426b22-d9b9-ba85-a955-0bea0920990b","time":0.4583333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":0,"z":0}],"uuid":"2de57f53-4351-a0ff-3c5a-9217ca3bb079","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":1,"z":-3}],"uuid":"cd9cb512-72a4-6c3d-b26a-a731727c42b4","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":0,"z":0}],"uuid":"183731c9-ffd8-9886-1db3-8b88fc1a0a13","time":0.7916666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"4b900c7f-97c2-5d28-4e90-7ca809243ce4","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":0,"z":0}],"uuid":"4c1dabd6-f7fb-6518-83e4-faaea18c9b8e","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"64aa6f6e-6b69-58ab-1d95-c475b0d1859a":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":21.761514824064307,"y":10.474174376960491,"z":-3.2857771429571585}],"uuid":"d390e3f1-2b0e-a3ed-cb8e-5c0aacd02739","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"395986d6-2c66-e222-2f62-5f04154fe542","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"dbda7c26-906d-1959-db9d-5b02c1f9ea9a","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":21.761514824064307,"y":10.474174376960491,"z":-3.2857771429571585}],"uuid":"b95a2377-5da3-42d5-755f-bef480120ba7","time":1.1666666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d31cd665-4b23-f14a-bf34-7fff4f8aa858":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":-5,"z":0}],"uuid":"46546742-be92-bffb-3a97-b6d067ed66ce","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"ec62f10d-4f32-ac12-8f59-04e59031cc0e","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"4dad5c7d-7819-dd4c-5e44-a73bc7f41f7f","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-5,"z":0}],"uuid":"a8c50d56-c2fb-1689-3284-a0525c74e4ed","time":1.1666666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"6fa4ff3c-5e54-5c9d-af89-67735bd054d3","name":"followMe2","loop":"once","override":false,"length":1.4583333333333333,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":5,"y":0,"z":0}],"uuid":"894f5af0-f946-de87-b6e8-1c8270360925","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"22517dff-4ad8-8b8f-8623-14c5ef40504b","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0.7340404134620258,"y":-24.874691603068186,"z":-0.46394336388129886}],"uuid":"062fa17d-5950-c0aa-d8bb-dbcf23c7f2ce","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":0,"z":0}],"uuid":"ec196967-79b6-d8a4-663d-dbac44dd6546","time":0.4583333333333333,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-8.373890510081965,"y":-24.566127971168825,"z":-1.3819256713139838}],"uuid":"5bb6a2ac-e189-d5c2-6c91-c294a32e14c6","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"9887f18d-8d35-6cf1-7e2f-004a182ed804","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0.7340404134620258,"y":-24.874691603068186,"z":-0.46394336388129886}],"uuid":"a301e9b0-bd77-f7aa-69aa-12b45109bb2e","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":-4}],"uuid":"180f8eb8-273f-4624-1a39-21e39cb10546","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"fd11d9d5-1bf1-e60a-4653-5723e7b64e60","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":2}],"uuid":"0c916541-3713-5808-4dee-68c695ad7570","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":-4}],"uuid":"c7e51fe8-0e6f-3f85-97e8-fa44033304f2","time":0.4583333333333333,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0.71}],"uuid":"e81c5d3d-3b13-755e-0b32-7c36dbe31c3e","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"12d5d418-e4ae-a422-f62a-e40539931954","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":2}],"uuid":"c9639672-905c-99d3-1a7c-77f2c45ba3b3","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4c59454b-d762-e138-f511-8cdcfe9eea48":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":22.5,"y":0,"z":0}],"uuid":"8a1cc288-107c-28ef-bfe2-44d4c242b1ba","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"91c29147-d947-1391-daf3-41b467fffb09","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.139296625613042,"y":-40.79237202269042,"z":-1.366426829135773}],"uuid":"f9bf8db6-d8aa-11aa-da03-db08fc23a7a6","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":22.5,"y":0,"z":0}],"uuid":"2550914c-3009-32cd-fb1f-b23e3d4e8d8e","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.54376576204426,"y":-43.2517878454892,"z":-0.762357985920171}],"uuid":"a819c8f3-dd9e-089c-c1ed-7fcbe532abbf","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.070845175358954,"y":-20.245553693528116,"z":0.21019016151115277}],"uuid":"3484e322-f2bc-b445-8294-f76df1838869","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"2003c2af-78fc-b15c-e2d0-9a39ec77f25b","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.54376576204426,"y":-43.2517878454892,"z":-0.762357985920171}],"uuid":"8220dff3-3962-77cd-f652-73d0ceb84317","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0.5\n","z":-4.5}],"uuid":"7699b2ac-ca45-5928-f3bd-0983bd724f18","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"63f37286-d974-f6a5-3597-15cd7f0ee310","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-1,"y":0,"z":2.5}],"uuid":"1603e7f5-3561-4f5e-508c-53c5e275f8c8","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0.5\n","z":-4.5}],"uuid":"925a9a08-a592-3dd0-9e19-ac3c21ad5479","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1,"z":0.5}],"uuid":"f1d60592-b952-4be8-216d-1cf7abf9a44d","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"39ef08f9-0ab3-dd43-e491-250edef9134f","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-1,"y":0,"z":2.5}],"uuid":"eea0aeb1-5b6a-5cf6-978d-fa65399e2fb5","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"c0b5ed38-780e-71dd-aa82-323ad966c334","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-74.56834248387258,"y":9.935578431269278,"z":5.267040957668087}],"uuid":"8bc0f681-6fe7-7f8b-0959-01c1c3483f8c","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-120.70533623040757,"y":-33.15221974766706,"z":-20.488613927605456}],"uuid":"539e7b73-cb0c-53d6-ce80-5a767c9a6a25","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"rotation","data_points":[{"x":-74.56834248387258,"y":9.935578431269278,"z":5.267040957668087}],"uuid":"aee752d3-b1e6-e407-bddd-83e9aa05e561","time":0.4583333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-197.90654906124183,"y":-67.58109425245863,"z":117.15317596551813}],"uuid":"11db6894-273d-726d-0358-15d3237e2e64","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"rotation","data_points":[{"x":-197.90654906124183,"y":-67.58109425245863,"z":117.15317596551813}],"uuid":"9a0ab1d0-2d36-e131-6123-7f8854d86f53","time":0.7916666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"rotation","data_points":[{"x":-214.08915231876986,"y":-72.05925312606412,"z":134.5891257222278}],"uuid":"a8ea82e0-4512-ae2c-51de-c511df3b5b16","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"d35b5e5a-79de-bae5-0837-d5d16f5a0421","time":1.375,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-197.90654906124183,"y":-67.58109425245863,"z":117.15317596551813}],"uuid":"8516a69c-887a-9932-35ec-de24d292d747","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"f5c0da1f-89d3-5144-3a84-04be12951a6b","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":-3}],"uuid":"7b9a8ad3-cd7f-04bc-9d2b-c54465bb2b3c","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":-3}],"uuid":"a3d1d7cd-994d-b9c7-4056-c404a6e2197b","time":0.4583333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":2,"y":0,"z":0}],"uuid":"2eaefd2f-d613-8da5-a9ff-ac8ec0bec429","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":2,"y":1,"z":-3}],"uuid":"43d1d84e-c6ad-62b0-775f-b18a9e1020cc","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":2,"y":0,"z":0}],"uuid":"4e0cdaaa-ad34-51d2-8629-63d77d3659c1","time":0.7916666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"de42d961-76fa-d960-4bf8-a713910ee906","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":2,"y":0,"z":0}],"uuid":"43c50926-72d7-8b70-77b2-f4a4f2ca0b61","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"87620008-7dfc-774d-8e6f-4749cd942778","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":15,"y":0,"z":0}],"uuid":"7359ed4c-31b7-db50-3248-429494b0d622","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":15,"y":0,"z":0}],"uuid":"46a6e5aa-e9e7-4ddd-65dd-5f2126fb9c98","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-15.001975664013571,"y":-51.05934394980068,"z":2.1762636138515745}],"uuid":"1b7bf9df-1191-1e36-1b85-edabbc74df2b","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-15.54376576204426,"y":-43.2517878454892,"z":-0.762357985920171}],"uuid":"5e90647e-2224-1f4b-1651-c567852420d1","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.070845175358954,"y":-20.245553693528116,"z":0.21019016151115277}],"uuid":"29bc42b6-b200-c393-7798-a6310a319318","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"61d983df-9fef-8baa-1a15-965b695bc67a","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-15.54376576204426,"y":-43.2517878454892,"z":-0.762357985920171}],"uuid":"ca82c89d-3060-fc84-7585-f73f5706d72b","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"adac4819-e6b5-9b8b-a244-fe6034965e35","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0.5\n","z":-3.5}],"uuid":"3d0422b5-0236-7bfe-0317-a943a560720e","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0.5\n","z":-3.5}],"uuid":"d4b8203b-c3f2-d6ad-e5f8-d55d4f7e092f","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":0,"z":5.5}],"uuid":"5eb4625c-4e54-778e-245a-b65842a4b368","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1,"z":0.5}],"uuid":"87e9b291-6923-5632-981d-30df1e1568ea","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"24717250-70d5-15f2-c5a1-b1bd5313882f","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":0,"z":5.5}],"uuid":"b2003492-8ebc-2094-854b-49cabf58fde6","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"64aa6f6e-6b69-58ab-1d95-c475b0d1859a":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":5,"z":0}],"uuid":"25108757-6947-3af5-89d6-aea1fdbeefa4","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"66cb646a-f40d-1543-0316-533f6dfd5b58","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"61b2ba59-59be-babd-95f5-19f06e18c1c2","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":5,"z":0}],"uuid":"52a0cdd5-7de2-417d-5078-4f03be2c5f6a","time":1.1666666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d31cd665-4b23-f14a-bf34-7fff4f8aa858":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":21.761514824064307,"y":-10.474174376960491,"z":3.2857771429571585}],"uuid":"13e4b639-e1ae-b778-2ba1-0e85685c86af","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"33f62a57-bd4d-2e56-22d3-452392c4801b","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"ef7b07c7-f8bb-80b3-9832-55abc2dbb22b","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":21.761514824064307,"y":-10.474174376960491,"z":3.2857771429571585}],"uuid":"673f42c9-e32c-12f2-78a2-2c563df0cf19","time":1.1666666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"16fb4492-d7f9-c0d3-78e4-3ec308409c47","name":"sprint","loop":"loop","override":true,"length":0.5833333333333334,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"position","data_points":[{"x":0,"y":-0.1,"z":0}],"uuid":"9a468da6-d7dc-c7ba-3eed-7e05bde9d278","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.3,"z":0}],"uuid":"9d309be3-0a9d-6f48-d9a1-0c747a1c63bb","time":0.08333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1,"z":0}],"uuid":"2d59af5e-b97f-7ff8-6e85-f746203a5c81","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.6,"z":0}],"uuid":"356745c4-5562-b7e9-a422-45542809e5b7","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0}],"uuid":"478ebf9c-6912-cccf-a738-4842f5e86967","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-0.3,"z":0}],"uuid":"b04d6213-9bef-62d8-b1eb-6c8ca5c17091","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-1.4901161e-8,"z":0}],"uuid":"c6cd4846-52ba-e998-b9c7-4c0ab4f85333","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.6,"z":0}],"uuid":"08fd60cb-a81b-bd2e-27e3-d0a69c86bd8f","time":0.4166666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1.4901161e-8,"z":0}],"uuid":"f2dc9e84-5bed-3cbc-ca04-2ba0611ca5c0","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-0.1,"z":0}],"uuid":"80a38385-1e6e-6790-8d8b-3d01bb2bd08a","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4c59454b-d762-e138-f511-8cdcfe9eea48":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":3.0000000000000004,"z":"0"}],"uuid":"54ba9c3e-1816-f9b2-8caf-c72856731446","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":5,"z":"0"}],"uuid":"623c3140-b803-9c80-eb07-cfd311dbda3e","time":0.08333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":7,"z":"0"}],"uuid":"b57f27e5-49e6-d149-819f-41194cbd0515","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":7,"y":16,"z":"0"}],"uuid":"329f7899-17fb-f228-ebb3-81a423254f46","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":7,"z":"0"}],"uuid":"837aac4a-8a80-b8d4-b56e-562a9b812eba","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":5,"z":"0"}],"uuid":"ee9f3f54-baed-b6fd-40b6-0b29aef55a89","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":-1.9999999999999774,"z":"-1\n"}],"uuid":"cc46c535-e92f-09fd-147c-736e62b5993b","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":-15.999999999999972,"z":"-1"}],"uuid":"22ec9ada-ba2f-c0c6-d144-78f86ceeb8df","time":0.4166666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":7,"y":-4.000000000000005,"z":"0"}],"uuid":"0ac4da21-01c5-f90c-4af9-3b545819f2ab","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":3.0000000000000004,"z":"0"}],"uuid":"9c5d2a32-a38f-602b-4625-4ff981c23b5e","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-0.20000005,"z":0}],"uuid":"d905ec4d-b5dc-6dbd-e6bf-56e286ea6111","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.3,"z":0}],"uuid":"d84c084a-997e-dfef-1b19-63ecaed7441a","time":0.08333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1,"z":0}],"uuid":"1fd6e3b8-c922-3fb9-9d8f-a6d442f44971","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.6,"z":0}],"uuid":"80d21512-0f9c-3a55-2253-1af1c02d7b8a","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0}],"uuid":"9b02f4b7-2fd1-93cc-1629-d9783299b249","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-0.3,"z":0}],"uuid":"8065940e-5717-52d0-035c-9897af6641f1","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.2,"z":0}],"uuid":"e44f7f0f-7e1b-1e56-e12d-28f055fba895","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.5,"z":0}],"uuid":"221fdda3-b1c0-f139-450f-361fe685b9dd","time":0.4166666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0}],"uuid":"2c87e78b-e861-80e9-d5dc-ee3561479319","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-0.20000005,"z":0}],"uuid":"0159fa06-ae18-3184-7356-dc372b7375a2","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-2.7199427162358916,"y":19.821692192334467,"z":82.02467687457283}],"uuid":"e70c1bdd-55f7-4fa9-be76-fc7aeeb8ec80","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":20,"z":90}],"uuid":"168a8727-0531-5585-4f1c-48f3bbf54ecf","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-1.816932932961663,"y":19.920664359070543,"z":84.68089666165315}],"uuid":"9032704b-c2b7-e75b-4ad7-c47b6f63012c","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-1.816932932961663,"y":19.920664359070543,"z":84.68089666165315}],"uuid":"f03334ef-e223-df19-ffcb-896ea96db969","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.5,"z":0.7}],"uuid":"e41e55a9-09a0-e06b-0630-ceeff9a963e4","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.5,"z":0.7}],"uuid":"81c4b0d4-ff7f-4824-fcdc-6434dec239d3","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.5,"z":0.7}],"uuid":"73a80389-0925-92ab-e140-2e0d2cc9cd0b","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.5,"z":0.7}],"uuid":"221c6fbf-ec76-dd1c-8672-680e58dd4cdf","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-2.7199427162363463,"y":-19.821692192334922,"z":-82.02467687457283}],"uuid":"03caabbf-ee82-10ab-5cec-4c3013b85b5e","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-4.547473508864641e-13,"y":-20.000000000000455,"z":-90}],"uuid":"b05e29f5-3541-1987-b42b-0872303f0c39","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-1.8169329329621178,"y":-19.920664359070997,"z":-84.68089666165315}],"uuid":"78a45d13-84ef-7708-4438-fdc1de033877","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-1.8169329329621178,"y":-19.920664359070997,"z":-84.68089666165315}],"uuid":"da9dcf14-a36c-18d3-318f-030ce37efb26","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.2999999999999998,"z":0.6}],"uuid":"7f9fc39d-3a9c-31d1-0c75-1db0c2afb6d8","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.2999999999999998,"z":0.6}],"uuid":"66334c0d-111d-a96f-9e93-d29c59392164","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.2999999999999998,"z":0.6}],"uuid":"9948cf8b-0163-b91c-4eb4-3c3f0824b6ae","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.2999999999999998,"z":0.6}],"uuid":"49001c08-c632-6241-626f-25e93b67d0f5","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"64aa6f6e-6b69-58ab-1d95-c475b0d1859a":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":51,"y":0,"z":4}],"uuid":"2b40fdbe-45bb-5d2d-91fe-f9baf1a3a375","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-5.999999999999983,"y":0,"z":0}],"uuid":"9bab3e4c-ff19-497a-f0a8-9d4f68459b83","time":0.08333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-18,"y":0,"z":0}],"uuid":"455f9164-9ba5-0faa-8962-450e5deb6efc","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-56.00000000000001,"y":0,"z":0}],"uuid":"b3983f17-f7a5-8898-fa0b-31f20a09fc30","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-41.00000000000001,"y":0,"z":0}],"uuid":"e1d18117-973b-3837-4cd6-db683d9936a0","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-8.00000000000001,"y":0,"z":0}],"uuid":"08540c46-e308-71f6-4583-57b40f6ada68","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":17,"y":0,"z":0}],"uuid":"f932a831-97f4-f1e8-4d01-c50e3b889d1c","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":28,"y":0,"z":0}],"uuid":"1c33cd0c-2ed1-ca3b-f75a-dd18eb506b45","time":0.4166666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":46,"y":0,"z":0}],"uuid":"1d9cd3cf-981c-ea65-3af0-7451ca8d0b22","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":51,"y":0,"z":4}],"uuid":"deab7a43-6482-fc67-483f-d538b4788569","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2.3841857821338408e-8,"y":0.3000000000000007,"z":-1.7000000000000002}],"uuid":"0f8dd833-5d29-a7e7-41ba-4675b27e9515","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0.09999997615814205,"y":4,"z":-1}],"uuid":"9d429d4f-f6ef-c8a5-5771-1c35fbbc4cef","time":0.08333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-0.40000002384185773,"y":4.3,"z":-0.6}],"uuid":"5ae25121-480a-8ddd-54cd-6593265aa50f","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-0.40000002384185773,"y":1.4000000000000004,"z":-1.2}],"uuid":"d4e364a6-c139-c2cb-d3d9-723bf9876014","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-0.40000002384185773,"y":0,"z":-1.7}],"uuid":"40320297-27b8-8dbe-38e1-0274444327e7","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-0.40000002384185773,"y":0,"z":1}],"uuid":"01a355d0-b708-4b24-a447-240a6faed271","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-0.40000002384185773,"y":0,"z":1}],"uuid":"c44e5139-db96-f329-ba87-e22979563056","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-0.40000002384185773,"y":0,"z":2.4}],"uuid":"1407bcbc-89cb-fd94-fd18-7cadbecbcaf8","time":0.4166666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-0.40000002384185773,"y":0.40000000000000036,"z":3.4}],"uuid":"60861556-7abb-3687-89fd-7f4e7783d867","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2.3841857821338408e-8,"y":1.3000000000000007,"z":-3.7}],"uuid":"99ce8fb0-81cc-1077-5583-89a9aa723df6","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d31cd665-4b23-f14a-bf34-7fff4f8aa858":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":4,"y":0,"z":0}],"uuid":"7343b426-517a-4e08-c0aa-0bf5c49ab8ab","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":18,"y":0,"z":0}],"uuid":"cca5efd4-5cdb-ecca-1fac-7df43dd76e1d","time":0.08333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":40,"y":0,"z":0}],"uuid":"4ac44eed-1971-2d26-0080-02f7c3b581af","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":42,"y":0,"z":0}],"uuid":"5a1e5b56-8301-7c8c-bca1-507a3bab937a","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":34,"y":0,"z":0}],"uuid":"d66fc1c2-c271-9830-8a16-34f9ca702534","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":7,"y":0,"z":0}],"uuid":"a87bae7e-d7ca-7773-f23b-9a960cd1d4db","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-42.000000000000014,"y":0,"z":0}],"uuid":"ebb004dd-e507-f39e-a36e-a2a997905fe0","time":0.4166666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-36.49999999999998,"y":0,"z":0}],"uuid":"7d56578c-5aa7-ff5b-d651-d7753ae5f7df","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":4,"y":0,"z":0}],"uuid":"acf2a59f-3db7-3295-382a-228a69119103","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":29.999999999999996,"y":0,"z":0}],"uuid":"3def1bdd-0b86-1395-3ba9-b8d320f251c1","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":2.3841857821338408e-8,"y":0,"z":0}],"uuid":"ccad33fa-f7ee-bb67-8481-47ff12c21c35","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0.10000002384185791,"y":0,"z":1}],"uuid":"81896205-4f4f-8403-cdad-1622d114ffbe","time":0.08333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0.5000000238418578,"y":0.3000000000000007,"z":2.9}],"uuid":"b0d4a97e-169b-bab9-ec29-8e50210fc062","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0.10000002384185791,"y":0.6999999999999993,"z":0.8}],"uuid":"deb07bb1-f7f5-1441-62ec-0f53bc30ea60","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0.10000002384185791,"y":2.5,"z":-2}],"uuid":"1f0b59fe-88f1-36ee-b9b0-0dfd4ccd66b1","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0.10000002384185791,"y":4,"z":-1}],"uuid":"62f2869a-85f6-2380-dc0d-cfbd54aef9bc","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0.10000002384185791,"y":3,"z":-2}],"uuid":"f48c14c5-6bb3-be75-b410-2073a28ea87f","time":0.4166666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0.10000002384185791,"y":0,"z":-1}],"uuid":"39d08a5a-6eb6-3316-3c82-44c5f81afec8","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":2.3841857821338408e-8,"y":0,"z":0}],"uuid":"5f9ab527-074e-df8a-6405-b0aa98c1bf0d","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0.10000002384185791,"y":0,"z":2}],"uuid":"9396d8c7-a6dd-6ee5-25a6-188b633f8c0f","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"529f551c-3d11-c436-987b-cdd5eed7c9e6","name":"pointLeft_n","loop":"once","override":false,"length":1.25,"snapping":20,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"dcbc841c-1a58-2428-1826-cce3653637f2":{"name":"Receptors","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"5dd91230-6e63-ac1b-faa5-cb2c04a225b7","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-52.5,"y":"0","z":"0"}],"uuid":"eb7a7354-70bf-1cd2-53fa-80a1d80f4c36","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-55,"y":"0","z":"0"}],"uuid":"c98ca27f-714a-0b4d-3101-87af71f3ddbb","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"0a1f82d3-a319-de35-c7ef-0d9e012b70cd","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"e1c3bd02-d62a-6ec3-0a26-d9866f53d9aa","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":2,"z":-2}],"uuid":"0daccb23-07d2-6664-a57b-92130e0bd643","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"36a1ee20-bec3-378f-b300-22a10488d558","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-7.5,"y":"0","z":"0"}],"uuid":"3c72a886-4c2a-e905-5530-d3aa5c98fad4","time":0.1,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":7.5,"y":0,"z":0}],"uuid":"703f1341-713f-67d9-3b23-46d139dc59da","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"7aa2341b-9c7e-0186-a795-0eaac28a950d","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-7.5,"y":"0","z":"0"}],"uuid":"9a502b95-0787-1a48-914b-08e4fe934981","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":0,"z":0}],"uuid":"835052ac-656f-3963-9d64-58a5ea839ac6","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":-1}],"uuid":"becc166b-2920-265e-88a6-951d83378642","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f9e3d551-4ec8-b299-1ff0-5c9519646b5a","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"68db605d-5abd-2365-0a55-3d66c1a21944","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4c59454b-d762-e138-f511-8cdcfe9eea48":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"95cdda79-01ff-2aad-dabd-a89b83f68397","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-5,"y":10,"z":0}],"uuid":"2ef337df-15ab-eed3-7d85-8f8d42249a54","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":10,"z":0}],"uuid":"3b11e418-5cad-ac31-e4a4-d002ce7cc537","time":0.4,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"6c107237-35f7-3523-e2bb-e155a69dbeaf","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":-1}],"uuid":"ecc1a784-03e3-23c1-2751-75308261824d","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0.3799999999999999}],"uuid":"8a37a303-dd35-4674-5c4d-32e7a2986c68","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"a7ba21ba-a99b-91b9-bb62-a64157d9365c","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"10","y":"2.5","z":0}],"uuid":"10ce9bd6-77d1-30b3-e1e5-ccbdbb40b122","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":8.16961621259361,"y":26.795156291967487,"z":7.953870623042803}],"uuid":"243ba430-2cfa-7f3d-bc4a-7c5ca21f3cb7","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":8.783762324260806,"y":16.538075814467447,"z":9.020478530827404}],"uuid":"a4e8ea03-2520-3c60-a74b-59a28129411d","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"dc00bbd3-077f-3f09-f411-75e09fa99120","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"1\n\n"}],"uuid":"341b76e8-1a52-19de-e3cb-7c02f7bc2cda","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"d5d67590-768a-dd86-6c10-0203ac1656bc","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-115,"y":5,"z":0}],"uuid":"ae2d0af4-1fdd-e8ad-f0b8-b62ee1e7d37b","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-94.11524000000009,"y":5,"z":0}],"uuid":"eae7caeb-7390-ea44-42c2-152912e10e31","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-87.5,"y":5,"z":0}],"uuid":"373e7bb4-c4f2-95cc-b180-9630f6a7167a","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0\n"}],"uuid":"a0eeeed5-c5c4-03dd-9a8c-4a5299cb9f5d","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"-1"}],"uuid":"7de55d71-ccae-0f82-5e80-0781c4441483","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":-4}],"uuid":"6acaa103-84da-6274-72b3-e3f424df45c6","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"64aa6f6e-6b69-58ab-1d95-c475b0d1859a":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"8e6dc4ca-25bc-a4a7-54b8-bab0a6684841","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-2.5,"y":"0","z":"0"}],"uuid":"aea9cca0-9ee7-13d1-9ecd-9dd69407426e","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":0,"z":0}],"uuid":"07e134c2-4d15-2faa-cc67-6d0662c5d468","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0\n"}],"uuid":"9865f3f8-e1b4-1418-1e9e-7b0124b902d2","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"0.25"}],"uuid":"cfe847fd-5dd6-a1a6-3d79-9b75be45d983","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d31cd665-4b23-f14a-bf34-7fff4f8aa858":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"ac29e13f-3ed2-f8df-6ce0-f951fff65fc6","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-2.5","y":"0","z":"0"}],"uuid":"7e809b28-e0f4-2f06-5e54-30e47f6c20ff","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0\n"}],"uuid":"75f8d5d7-4a8e-3689-0583-22e87a9f401d","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"-0.25"}],"uuid":"636821aa-62a2-f14d-90c6-2610cd167048","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"82f92264-4259-2a00-2aa6-f870dab5b92f","name":"pointLeft_n2","loop":"once","override":false,"length":1.25,"snapping":20,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"dcbc841c-1a58-2428-1826-cce3653637f2":{"name":"Receptors","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"5dd91230-6e63-ac1b-faa5-cb2c04a225b7","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-52.5,"y":"0","z":"0"}],"uuid":"eb7a7354-70bf-1cd2-53fa-80a1d80f4c36","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-55,"y":"0","z":"0"}],"uuid":"c98ca27f-714a-0b4d-3101-87af71f3ddbb","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"0a1f82d3-a319-de35-c7ef-0d9e012b70cd","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"e1c3bd02-d62a-6ec3-0a26-d9866f53d9aa","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":2,"z":-2}],"uuid":"0daccb23-07d2-6664-a57b-92130e0bd643","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"36a1ee20-bec3-378f-b300-22a10488d558","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-7.5,"y":"0","z":"0"}],"uuid":"3c72a886-4c2a-e905-5530-d3aa5c98fad4","time":0.1,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":7.5,"y":0,"z":0}],"uuid":"703f1341-713f-67d9-3b23-46d139dc59da","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"7aa2341b-9c7e-0186-a795-0eaac28a950d","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-7.5,"y":"0","z":"0"}],"uuid":"9a502b95-0787-1a48-914b-08e4fe934981","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":0,"z":0}],"uuid":"835052ac-656f-3963-9d64-58a5ea839ac6","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":-1}],"uuid":"becc166b-2920-265e-88a6-951d83378642","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f9e3d551-4ec8-b299-1ff0-5c9519646b5a","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"68db605d-5abd-2365-0a55-3d66c1a21944","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4c59454b-d762-e138-f511-8cdcfe9eea48":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"95cdda79-01ff-2aad-dabd-a89b83f68397","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-5,"y":10,"z":0}],"uuid":"2ef337df-15ab-eed3-7d85-8f8d42249a54","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":10,"z":0}],"uuid":"3b11e418-5cad-ac31-e4a4-d002ce7cc537","time":0.4,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"6c107237-35f7-3523-e2bb-e155a69dbeaf","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":-1}],"uuid":"ecc1a784-03e3-23c1-2751-75308261824d","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0.3799999999999999}],"uuid":"8a37a303-dd35-4674-5c4d-32e7a2986c68","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"d14102bb-d603-a9d1-4f4e-aa51592de52b","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-115,"y":5,"z":0}],"uuid":"7e326d07-d2d3-6e8c-965a-a9845b68492a","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-94.11524000000009,"y":5,"z":0}],"uuid":"bd8d45a6-60bc-c691-7693-b246076a20d1","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-87.5,"y":5,"z":0}],"uuid":"c8c11794-fb16-328a-3f98-55f70c9b727a","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0\n"}],"uuid":"22732025-12c9-96e1-9cc9-1fc6c5a88f6b","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"-1"}],"uuid":"b143b71a-d210-4910-d77a-c0b9fe23d62e","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":-4}],"uuid":"ad226ae6-5de8-46db-8428-b81cb91bd091","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"418bc9b4-b50d-1e9d-508a-d14d5637869a","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.33811420754213733,0.08452855188553433,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.33811420754213733,-0.08452855188553433,0]},{"channel":"rotation","data_points":[{"x":10,"y":-2.5,"z":0}],"uuid":"32d38840-78e4-4e6a-8c6d-3ec11f3b1aeb","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":8.16961621259361,"y":-26.795156291967487,"z":-7.953870623042803}],"uuid":"c9e6ea10-3ef2-8505-148d-b8d82748b65d","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":8.783762324260806,"y":-16.538075814467447,"z":-9.020478530827404}],"uuid":"b096bfb5-a13e-b97a-d28a-49149a5d9673","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0}],"uuid":"d4101ad1-bd09-dc52-7ade-de956001d79e","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,-0.033811420754213735],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0.033811420754213735]},{"channel":"position","data_points":[{"x":0,"y":0,"z":1}],"uuid":"4d5eca32-f99e-e29a-ccca-c2b52ffe3c47","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"64aa6f6e-6b69-58ab-1d95-c475b0d1859a":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"8e6dc4ca-25bc-a4a7-54b8-bab0a6684841","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-2.5,"y":"0","z":"0"}],"uuid":"aea9cca0-9ee7-13d1-9ecd-9dd69407426e","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":0,"z":0}],"uuid":"07e134c2-4d15-2faa-cc67-6d0662c5d468","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0\n"}],"uuid":"9865f3f8-e1b4-1418-1e9e-7b0124b902d2","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"0.25"}],"uuid":"cfe847fd-5dd6-a1a6-3d79-9b75be45d983","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d31cd665-4b23-f14a-bf34-7fff4f8aa858":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"ac29e13f-3ed2-f8df-6ce0-f951fff65fc6","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-2.5","y":"0","z":"0"}],"uuid":"7e809b28-e0f4-2f06-5e54-30e47f6c20ff","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0\n"}],"uuid":"75f8d5d7-4a8e-3689-0583-22e87a9f401d","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"-0.25"}],"uuid":"636821aa-62a2-f14d-90c6-2610cd167048","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"282cf0cc-49f7-adc8-5e1a-630bba0ec934","name":"sitting","loop":"loop","override":true,"length":2.5,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"position","data_points":[{"x":"0","y":-11,"z":"0"}],"uuid":"0fe48389-0c34-1b2a-7ae9-b545c43d707b","time":2.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4c59454b-d762-e138-f511-8cdcfe9eea48":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"591091bb-c920-4c96-604c-4bbf0e536c74","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"75eb5b1d-9da7-ffdd-c5c4-0373d97a24dd","time":2.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-11,"z":"0"}],"uuid":"51355bf2-19af-4031-05ef-0158d20c6f8d","time":2.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"position","data_points":[{"x":"0","y":-11,"z":"0"}],"uuid":"61c3acaa-3989-4369-1394-4d0249e7d0ca","time":2.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-11,"z":"0"}],"uuid":"b7065684-b32f-c506-f53d-5f05b8b33398","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"position","data_points":[{"x":"0","y":-11,"z":"0"}],"uuid":"518ba7b7-e60b-2518-e3cd-8b341090772e","time":2.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-11,"z":"0"}],"uuid":"8d68ff2c-99e1-d188-ddd6-cd8245161678","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"64aa6f6e-6b69-58ab-1d95-c475b0d1859a":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-84.93602897198525,"y":7.435472226131878,"z":0.9844794635018843}],"uuid":"be35acbb-afd7-8c0f-e2a2-a501e1f9e97b","time":1.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-82.41547415817331,"y":7.385417875791973,"z":1.3096230881060364}],"uuid":"bb69ff03-aa99-0995-b141-51c4c059300b","time":2.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-82.41547415817331,"y":7.385417875791973,"z":1.3096230881060364}],"uuid":"0edf8696-e877-65d2-49a2-07e6984985b5","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-10,"z":"0"}],"uuid":"0ddfb4e8-35d3-0e9a-298e-abbbdefad8a3","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-10,"z":"0"}],"uuid":"c673235a-fd8c-c797-7af0-16533d453cab","time":2.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d31cd665-4b23-f14a-bf34-7fff4f8aa858":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-82.38564774959059,"y":-9.913580674589866,"z":-1.3184461832734087}],"uuid":"443aa19e-1d8e-c778-d939-0f4190baa682","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.35870061546893,"y":-9.857233612339314,"z":-1.6882679424047637}],"uuid":"2614ab6c-d2de-009f-fce2-cec3428848a6","time":1.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-82.38564774959059,"y":-9.913580674589866,"z":-1.3184461832734087}],"uuid":"b9a51525-ee17-67b2-65f7-f2557fed0c91","time":2.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-10,"z":"0"}],"uuid":"b2d775b0-6ef2-bd06-498c-1703604f9073","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-10,"z":"0"}],"uuid":"03246311-130b-cac6-49f0-9430be427ee1","time":2.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}}],"animation_variable_placeholders":"\n"} \ No newline at end of file diff --git a/3d_models/figura-old/Big Sister Moon/rw_moon_casual.png b/3d_models/figura-old/Big Sister Moon/rw_moon_casual.png new file mode 100644 index 0000000..a93e4ec Binary files /dev/null and b/3d_models/figura-old/Big Sister Moon/rw_moon_casual.png differ diff --git a/3d_models/figura-old/Big Sister Moon/rw_moon_work.png b/3d_models/figura-old/Big Sister Moon/rw_moon_work.png new file mode 100644 index 0000000..8085695 Binary files /dev/null and b/3d_models/figura-old/Big Sister Moon/rw_moon_work.png differ diff --git a/3d_models/figura-old/Big Sister Moon/script.lua b/3d_models/figura-old/Big Sister Moon/script.lua new file mode 100644 index 0000000..b3be95d --- /dev/null +++ b/3d_models/figura-old/Big Sister Moon/script.lua @@ -0,0 +1,16 @@ +require("GSAnimBlend") +vanilla_model.PLAYER:setVisible(false) +BlendTime = 2 +animations.player_model.clap:setBlendTime(BlendTime) +animations.player_model.followMe:setBlendTime(BlendTime) +animations.player_model.wave:setBlendTime(BlendTime) +animations.player_model.sitting:setBlendTime(BlendTime) +animations.player_model.tilt:setBlendTime(BlendTime) + +function events.ENTITY_INIT() +IsSlim = player:getModelType() == "SLIM" +models.player_model.root.RightArm.RSlim:setVisible(IsSlim) +models.player_model.root.LeftArm.LSlim:setVisible(IsSlim) +models.player_model.root.LeftArm.LSteve:setVisible(not IsSlim) +models.player_model.root.RightArm.RSteve:setVisible(not IsSlim) +end diff --git a/3d_models/figura-old/Emmie “Legacy Edition Minigames” Undertale/avatar.json b/3d_models/figura-old/Emmie “Legacy Edition Minigames” Undertale/avatar.json new file mode 100644 index 0000000..e244beb --- /dev/null +++ b/3d_models/figura-old/Emmie “Legacy Edition Minigames” Undertale/avatar.json @@ -0,0 +1,10 @@ +{ + "name": "Emmie \"Legacy Edition Minigames\" Undertale", + "description": "It's you!", + "authors": [ + "akirapink", + "Perfect System DX", + "Emmie" + ], + "color": "#00f0ff" +} \ No newline at end of file diff --git a/3d_models/figura-old/Emmie “Legacy Edition Minigames” Undertale/avatar.png b/3d_models/figura-old/Emmie “Legacy Edition Minigames” Undertale/avatar.png new file mode 100644 index 0000000..06c6a75 Binary files /dev/null and b/3d_models/figura-old/Emmie “Legacy Edition Minigames” Undertale/avatar.png differ diff --git a/3d_models/figura-old/Emmie “Legacy Edition Minigames” Undertale/cape.png b/3d_models/figura-old/Emmie “Legacy Edition Minigames” Undertale/cape.png new file mode 100644 index 0000000..f5d4628 Binary files /dev/null and b/3d_models/figura-old/Emmie “Legacy Edition Minigames” Undertale/cape.png differ diff --git a/3d_models/figura-old/Emmie “Legacy Edition Minigames” Undertale/player_model.bbmodel b/3d_models/figura-old/Emmie “Legacy Edition Minigames” Undertale/player_model.bbmodel new file mode 100644 index 0000000..e9c17c7 --- /dev/null +++ b/3d_models/figura-old/Emmie “Legacy Edition Minigames” Undertale/player_model.bbmodel @@ -0,0 +1 @@ +{"meta":{"format_version":"4.10","model_format":"free","box_uv":false},"name":"player_model","model_identifier":"","visible_box":[1,1,0],"variable_placeholders":"","variable_placeholder_buttons":[],"timeline_setups":[],"unhandled_root_fields":{},"resolution":{"width":64,"height":64},"elements":[{"name":"Head","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-4,24,-4],"to":[4,32,4],"autouv":0,"color":7,"origin":[0,24,0],"faces":{"north":{"uv":[8,8,16,16],"texture":0},"east":{"uv":[0,8,8,16],"texture":0},"south":{"uv":[24,8,32,16],"texture":0},"west":{"uv":[16,8,24,16],"texture":0},"up":{"uv":[16,8,8,0],"texture":0},"down":{"uv":[24,0,16,8],"texture":0}},"type":"cube","uuid":"24ec8f24-bff9-4c83-be9f-539aae6450e0"},{"name":"Hat","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-4,24,-4],"to":[4,32,4],"autouv":0,"color":8,"inflate":0.5,"origin":[0,24,0],"faces":{"north":{"uv":[40,8,48,16],"texture":0},"east":{"uv":[32,8,40,16],"texture":0},"south":{"uv":[56,8,64,16],"texture":0},"west":{"uv":[48,8,56,16],"texture":0},"up":{"uv":[48,8,40,0],"texture":0},"down":{"uv":[56,0,48,8],"texture":0}},"type":"cube","uuid":"0cea74e7-8d72-4a05-9dbd-8b1fb257ef5b"},{"name":"Body","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-4,12,-2],"to":[4,24,2],"autouv":0,"color":1,"origin":[0,24,0],"faces":{"north":{"uv":[20,20,28,32],"texture":0},"east":{"uv":[16,20,20,32],"texture":0},"south":{"uv":[32,20,40,32],"texture":0},"west":{"uv":[28,20,32,32],"texture":0},"up":{"uv":[28,20,20,16],"texture":0},"down":{"uv":[36,16,28,20],"texture":0}},"type":"cube","uuid":"90249b38-a7a6-4365-90de-b24bdff27812"},{"name":"Jacket","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-4,12,-2],"to":[4,24,2],"autouv":0,"color":4,"inflate":0.25,"origin":[0,24,0],"faces":{"north":{"uv":[20,36,28,48],"texture":0},"east":{"uv":[16,36,20,48],"texture":0},"south":{"uv":[32,36,40,48],"texture":0},"west":{"uv":[28,36,32,48],"texture":0},"up":{"uv":[28,36,20,32],"texture":0},"down":{"uv":[36,32,28,36],"texture":0}},"type":"cube","uuid":"b89b56bf-2a10-422e-9a3e-d871aab3edd7"},{"name":"LeftArm","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-7,12,-2],"to":[-4,24,2],"autouv":0,"color":2,"origin":[-5,22,0],"faces":{"north":{"uv":[36,52,39,64],"texture":0},"east":{"uv":[32,52,36,64],"texture":0},"south":{"uv":[43,52,46,64],"texture":0},"west":{"uv":[39,52,43,64],"texture":0},"up":{"uv":[39,52,36,48],"texture":0},"down":{"uv":[42,48,39,52],"texture":0}},"type":"cube","uuid":"f3b15ad0-32f5-4525-a17d-561fe9b61012"},{"name":"Left Sleeve","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-7,12,-2],"to":[-4,24,2],"autouv":0,"color":2,"inflate":0.25,"origin":[-5,22,0],"faces":{"north":{"uv":[52,52,55,64],"texture":0},"east":{"uv":[48,52,52,64],"texture":0},"south":{"uv":[59,52,62,64],"texture":0},"west":{"uv":[55,52,59,64],"texture":0},"up":{"uv":[55,52,52,48],"texture":0},"down":{"uv":[58,48,55,52],"texture":0}},"type":"cube","uuid":"82a5e15b-9528-4731-a364-2f67740a608a"},{"name":"RightArm","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[4,12,-2],"to":[7,24,2],"autouv":0,"color":1,"origin":[5,22,0],"faces":{"north":{"uv":[44,20,47,32],"texture":0},"east":{"uv":[40,20,44,32],"texture":0},"south":{"uv":[51,20,54,32],"texture":0},"west":{"uv":[47,20,51,32],"texture":0},"up":{"uv":[47,20,44,16],"texture":0},"down":{"uv":[50,16,47,20],"texture":0}},"type":"cube","uuid":"d4391ec3-b6f7-4b7c-b0fd-0e2f259488e6"},{"name":"Right Sleeve","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[4,12,-2],"to":[7,24,2],"autouv":0,"color":4,"inflate":0.25,"origin":[5,22,0],"faces":{"north":{"uv":[44,36,47,48],"texture":0},"east":{"uv":[40,36,44,48],"texture":0},"south":{"uv":[51,36,54,48],"texture":0},"west":{"uv":[47,36,51,48],"texture":0},"up":{"uv":[47,36,44,32],"texture":0},"down":{"uv":[50,32,47,36],"texture":0}},"type":"cube","uuid":"9e981d9c-0b0a-4ae7-92d0-95bf6e863447"},{"name":"LeftLeg","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-3.9,0,-2],"to":[0.10000000000000009,12,2],"autouv":0,"color":2,"origin":[-1.9,12,0],"faces":{"north":{"uv":[20,52,24,64],"texture":0},"east":{"uv":[16,52,20,64],"texture":0},"south":{"uv":[28,52,32,64],"texture":0},"west":{"uv":[24,52,28,64],"texture":0},"up":{"uv":[24,52,20,48],"texture":0},"down":{"uv":[28,48,24,52],"texture":0}},"type":"cube","uuid":"22c66abb-402c-4910-8258-d60ea393abcc"},{"name":"Left Pants","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-3.9,0,-2],"to":[0.10000000000000009,12,2],"autouv":0,"color":9,"inflate":0.25,"origin":[-1.9,12,0],"faces":{"north":{"uv":[4,52,8,64],"texture":0},"east":{"uv":[0,52,4,64],"texture":0},"south":{"uv":[12,52,16,64],"texture":0},"west":{"uv":[8,52,12,64],"texture":0},"up":{"uv":[8,52,4,48],"texture":0},"down":{"uv":[12,48,8,52],"texture":0}},"type":"cube","uuid":"9bb61fb4-3f46-4c89-ab96-03d8345e0afd"},{"name":"RightLeg","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-0.1,0,-2],"to":[3.9,12,2],"autouv":0,"color":1,"origin":[1.9,12,0],"faces":{"north":{"uv":[4,20,8,32],"texture":0},"east":{"uv":[0,20,4,32],"texture":0},"south":{"uv":[12,20,16,32],"texture":0},"west":{"uv":[8,20,12,32],"texture":0},"up":{"uv":[8,20,4,16],"texture":0},"down":{"uv":[12,16,8,20],"texture":0}},"type":"cube","uuid":"973b6678-fa48-4773-8b53-7c14d04b256e"},{"name":"Right Pants","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-0.1,0,-2],"to":[3.9,12,2],"autouv":0,"color":2,"inflate":0.25,"origin":[1.9,12,0],"faces":{"north":{"uv":[4,36,8,48],"texture":0},"east":{"uv":[0,36,4,48],"texture":0},"south":{"uv":[12,36,16,48],"texture":0},"west":{"uv":[8,36,12,48],"texture":0},"up":{"uv":[8,36,4,32],"texture":0},"down":{"uv":[12,32,8,36],"texture":0}},"type":"cube","uuid":"31a0651c-2e22-4406-9bfb-da10b6b6bd4b"},{"name":"Cape","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-5,8,2],"to":[5,24,3],"autouv":0,"color":6,"origin":[0,24,2],"faces":{"north":{"uv":[22,1,12,17],"texture":1},"east":{"uv":[1,1,0,17],"texture":1},"south":{"uv":[11,1,1,17],"texture":1},"west":{"uv":[12,1,11,17],"texture":1},"up":{"uv":[11,0,1,1],"texture":1},"down":{"uv":[21,1,11,0],"texture":1}},"type":"cube","uuid":"2a72be0f-6aa9-4ed3-b40c-11fc73a4dd41"},{"name":"LeftElytra","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-5,4,2],"to":[5,24,4],"autouv":0,"color":1,"inflate":1,"origin":[-5,24,2],"faces":{"north":{"uv":[24,2,34,22],"texture":1},"east":{"uv":[22,2,24,22],"texture":1},"south":{"uv":[36,2,46,22],"texture":1},"west":{"uv":[34,2,36,22],"texture":1},"up":{"uv":[34,2,24,0],"texture":1},"down":{"uv":[44,0,34,2],"texture":1}},"type":"cube","uuid":"4a2a1364-9680-492c-8c19-173b043b3319"},{"name":"RightElytra","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-5,4,2],"to":[5,24,4],"autouv":0,"color":2,"inflate":1,"origin":[5,24,2],"faces":{"north":{"uv":[34,2,24,22],"texture":1},"east":{"uv":[36,2,34,22],"texture":1},"south":{"uv":[46,2,36,22],"texture":1},"west":{"uv":[24,2,22,22],"texture":1},"up":{"uv":[24,2,34,0],"texture":1},"down":{"uv":[34,0,44,2],"texture":1}},"type":"cube","uuid":"aa140161-fab3-4240-a05a-9b6a624748fd"},{"name":"cuboid","color":0,"origin":[0,5.5,0],"rotation":[0,0,0],"export":true,"visibility":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"vertices":{"kVsN":[-4.072727272727272,8.500000000000002,-2.1714285714285717],"v6hQ":[-8.599999999999998,3.5,-5.800000000000001],"pw9t":[4.072727272727272,8.500000000000002,-2.1714285714285717],"FAAY":[8.074349270001092e-18,8.500000000000002,-2.1714285714285717],"lDfq":[9.136763647632814e-18,3.5,-8.8],"aPXG":[8.599999999999998,3.5,-5.800000000000001],"462c":[-4.072727272727272,8.500000000000002,2.1714285714285717],"V4W3":[-8.599999999999998,3.5,5.800000000000001],"mt3g":[4.072727272727272,8.500000000000002,2.1714285714285717],"DERH":[8.074349270001092e-18,8.500000000000002,2.1714285714285717],"y5qz":[9.136763647632814e-18,3.5,8.8],"tSvy":[8.599999999999998,3.5,5.800000000000001],"Z5yX":[-4.072727272727272,8.500000000000002,-0.000028571428571488866],"OnrJ":[-9.599999999999998,3.5,-0.00007631578947364659],"dVHv":[9.136763647632814e-18,3.5,-0.00011578947368384718],"FMlm":[9.599999999999998,3.5,-0.00007631578947364659],"4iBU":[4.072727272727272,8.500000000000002,-0.000028571428571488866],"BLCY":[8.074349270001092e-18,8.500000000000002,-0.000028571428571488866]},"faces":{"l7hNAuIZ":{"uv":{"v6hQ":[27.999999999999954,20.000000000000032],"Z5yX":[30.099985348178087,16.000000000000032],"OnrJ":[31.999947368421005,20.000000000000032],"kVsN":[27.98646153846149,16.000000000000032]},"vertices":["v6hQ","Z5yX","OnrJ","kVsN"],"texture":0},"vvVnyUSY":{"uv":{"FAAY":[32,16.5],"4iBU":[35.199999999999996,17.999980263157894],"BLCY":[32,17.999980263157894],"pw9t":[35.199999999999996,16.5]},"vertices":["FAAY","4iBU","BLCY","pw9t"],"texture":0},"eV54Fc1J":{"uv":{"lDfq":[30,32],"OnrJ":[28,30.500019736842106],"dVHv":[30,30.500019736842106],"v6hQ":[28,32]},"vertices":["lDfq","OnrJ","dVHv","v6hQ"],"texture":0},"Fzx5MujU":{"uv":{"kVsN":[28.8,16.5],"BLCY":[32,17.999980263157894],"Z5yX":[28.8,17.999980263157894],"FAAY":[32,16.5]},"vertices":["kVsN","BLCY","Z5yX","FAAY"],"texture":0},"fMG9SHbG":{"uv":{"pw9t":[33.11353846153841,16.000000000000032],"FMlm":[32.000052631578896,20.000000000000032],"4iBU":[32.000014651821814,16.000000000000032],"aPXG":[35.99999999999995,20.000000000000032]},"vertices":["pw9t","FMlm","4iBU","aPXG"],"texture":0},"afEd2Hb9":{"uv":{"aPXG":[32,32],"dVHv":[30,30.500019736842106],"FMlm":[32,30.500019736842106],"lDfq":[30,32]},"vertices":["aPXG","dVHv","FMlm","lDfq"],"texture":0},"mwuBftot":{"uv":{"kVsN":[35.199999999999996,16.000000000000014],"FAAY":[33,16.000000000000014],"lDfq":[32,19.04140000000001],"v6hQ":[36,19.04140000000001]},"vertices":["kVsN","FAAY","lDfq","v6hQ"],"texture":0},"I927VXNM":{"uv":{"FAAY":[32,16.000000000000014],"pw9t":[35.199999999999996,16.000000000000014],"lDfq":[32,19.04140000000001],"aPXG":[36,19.04140000000001]},"vertices":["FAAY","pw9t","lDfq","aPXG"],"texture":0},"FsmgUEDO":{"uv":{"DERH":[32,16.000000000000014],"462c":[35.199999999999996,16.000000000000014],"y5qz":[32,19.04140000000001],"V4W3":[36,19.04140000000001]},"vertices":["DERH","462c","y5qz","V4W3"],"texture":0},"Bh3d0inH":{"uv":{"mt3g":[35.199999999999996,16.000000000000014],"DERH":[32,16.000000000000014],"y5qz":[32,19.04140000000001],"tSvy":[36,19.04140000000001]},"vertices":["mt3g","DERH","y5qz","tSvy"],"texture":0},"jkBG7fL6":{"uv":{"462c":[29.999985348178086,16.000000000000032],"Z5yX":[27.98646153846149,16.000000000000032],"OnrJ":[27.999999999999957,20.000000000000032],"V4W3":[31.999947368421005,20.000000000000032]},"vertices":["462c","Z5yX","OnrJ","V4W3"],"texture":0},"iXae13nS":{"uv":{"V4W3":[28,29],"OnrJ":[28,30.500019736842106],"dVHv":[30,30.500019736842106],"y5qz":[30,29]},"vertices":["V4W3","OnrJ","dVHv","y5qz"],"texture":0},"vItRHZ5z":{"uv":{"y5qz":[30,29],"dVHv":[30,30.500019736842106],"FMlm":[32,30.500019736842106],"tSvy":[32,29]},"vertices":["y5qz","dVHv","FMlm","tSvy"],"texture":0},"mctifiP9":{"uv":{"tSvy":[27.999999999999954,20.000000000000032],"FMlm":[32.000052631578896,20.000000000000032],"4iBU":[32.000014651821814,16.000000000000032],"mt3g":[30.88646153846149,16.000000000000032]},"vertices":["tSvy","FMlm","4iBU","mt3g"],"texture":0},"3u9heCNo":{"uv":{"mt3g":[35.199999999999996,19.5],"4iBU":[35.199999999999996,17.999980263157894],"BLCY":[32,17.999980263157894],"DERH":[32,19.5]},"vertices":["mt3g","4iBU","BLCY","DERH"],"texture":0},"2gfVPMBV":{"uv":{"DERH":[32,19.5],"BLCY":[32,17.999980263157894],"Z5yX":[28.8,17.999980263157894],"462c":[28.8,19.5]},"vertices":["DERH","BLCY","Z5yX","462c"],"texture":0}},"type":"mesh","uuid":"815315e9-1335-4770-b5fd-0033fc3b4a88"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-4,18,0],"to":[4,21,3],"autouv":0,"color":3,"origin":[0,23,1],"faces":{"north":{"uv":[20,38,28,41],"texture":0},"east":{"uv":[20,38,23,41],"texture":0},"south":{"uv":[20,38,28,41],"texture":0},"west":{"uv":[20,38,23,41],"texture":0},"up":{"uv":[20,38,28,41],"texture":0},"down":{"uv":[20,38,28,41],"texture":0}},"type":"cube","uuid":"cd4cca0c-abc5-a461-f180-97ce2ee60154"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[2,30,-0.5],"to":[6,33,0.5],"autouv":0,"color":2,"rotation":[0,0,-25],"origin":[4.5,33.5,0],"uv_offset":[27,5],"faces":{"north":{"uv":[28,6,31,8],"texture":0},"east":{"uv":[28,6,29,8],"texture":0},"south":{"uv":[33,6,36,8],"texture":0},"west":{"uv":[35,6,36,8],"texture":0},"up":{"uv":[31,7,28,6],"texture":0},"down":{"uv":[36,7,33,8],"texture":0}},"type":"cube","uuid":"ffdc1fa5-4efb-03b2-5457-678ec32d6d01"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[3.3,33,-0.5],"to":[4.7,35,0.5],"autouv":0,"color":2,"rotation":[0,0,-25],"origin":[4.5,33.5,0],"uv_offset":[27,5],"faces":{"north":{"uv":[29,4,30,6],"texture":0},"east":{"uv":[28,6,29,8],"texture":0},"south":{"uv":[34,4,35,6],"texture":0},"west":{"uv":[35,6,36,8],"texture":0},"up":{"uv":[30,6,29,4],"texture":0},"down":{"uv":[36,7,33,8],"texture":0}},"type":"cube","uuid":"db32f4ab-c317-a05a-6b06-615061f5aedd"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[3.3,31,0.5],"to":[4.7,33,1.5],"autouv":0,"color":2,"rotation":[0,0,-25],"origin":[4.5,33.5,0],"uv_offset":[27,5],"faces":{"north":{"uv":[29,4,30,6],"texture":0},"east":{"uv":[28,6,29,8],"texture":0},"south":{"uv":[34,4,35,6],"texture":0},"west":{"uv":[35,6,36,8],"texture":0},"up":{"uv":[30,6,29,4],"texture":0},"down":{"uv":[36,7,33,8],"texture":0}},"type":"cube","uuid":"27db83d2-4f15-e246-92fe-114140846f4b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-4.7,33,-0.5],"to":[-3.3,35,0.5],"autouv":0,"color":2,"rotation":[0,0,25],"origin":[-4.5,33.5,0],"uv_offset":[27,5],"faces":{"north":{"uv":[30,4,29,6],"texture":0},"east":{"uv":[36,6,35,8],"texture":0},"south":{"uv":[35,4,34,6],"texture":0},"west":{"uv":[29,6,28,8],"texture":0},"up":{"uv":[29,6,30,4],"texture":0},"down":{"uv":[33,7,36,8],"texture":0}},"type":"cube","uuid":"d2461456-9d74-9a1c-dfe4-a6dbdbccc186"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-6,30,-0.5],"to":[-2,33,0.5],"autouv":0,"color":2,"rotation":[0,0,25],"origin":[-4.5,33.5,0],"uv_offset":[27,5],"faces":{"north":{"uv":[31,6,28,8],"texture":0},"east":{"uv":[36,6,35,8],"texture":0},"south":{"uv":[36,6,33,8],"texture":0},"west":{"uv":[29,6,28,8],"texture":0},"up":{"uv":[28,7,31,6],"texture":0},"down":{"uv":[33,7,36,8],"texture":0}},"type":"cube","uuid":"06038279-493f-4425-b2af-cb7224ae357c"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-4.7,31,0.5],"to":[-3.3,33,1.5],"autouv":0,"color":2,"rotation":[0,0,25],"origin":[-4.5,33.5,0],"uv_offset":[27,5],"faces":{"north":{"uv":[30,4,29,6],"texture":0},"east":{"uv":[36,6,35,8],"texture":0},"south":{"uv":[35,4,34,6],"texture":0},"west":{"uv":[29,6,28,8],"texture":0},"up":{"uv":[29,6,30,4],"texture":0},"down":{"uv":[33,7,36,8],"texture":0}},"type":"cube","uuid":"02100232-c9c7-c800-8a8e-cdf59d4b5b2c"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-1,12,2],"to":[1,14,4],"autouv":0,"color":1,"origin":[0,12,3],"faces":{"north":{"uv":[62,26,64,28],"texture":0},"east":{"uv":[62,26,64,28],"texture":0},"south":{"uv":[62,26,64,28],"texture":0},"west":{"uv":[62,26,64,28],"texture":0},"up":{"uv":[62,26,64,28],"texture":0},"down":{"uv":[62,26,64,28],"texture":0}},"type":"cube","uuid":"5c1c9514-43c7-aa77-9517-c86ded92cd54"},{"name":"cuboid_selection","color":0,"origin":[0,5.5,0],"rotation":[0,0,0],"export":true,"visibility":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"vertices":{"HCeA":[-3,9,2],"Mbf3":[-3,9,-1.5],"QEv8":[-5.499999999999999,3,3.5000000000000004],"7Qm1":[-5.499999999999998,3,-3.5],"kHSz":[0.5,9,-1.5],"MUNr":[0.5,3,-3.5],"lrJV":[0.4999999999999991,3,3.5000000000000004],"GSJM":[0.5,9,2]},"faces":{"fMG9SHbG":{"uv":{"QEv8":[28.8,19.04140000000001],"HCeA":[29.599999999999998,16.000000000000014],"Mbf3":[34.4,16.000000000000014],"7Qm1":[35.199999999999996,19.04140000000001]},"vertices":["QEv8","HCeA","Mbf3","7Qm1"],"texture":0},"afEd2Hb9":{"uv":{"MUNr":[30,32],"QEv8":[32,29],"lrJV":[30,29],"7Qm1":[32,32]},"vertices":["MUNr","QEv8","lrJV","7Qm1"],"texture":0},"O8SxpnaH":{"uv":{"lrJV":[32,19.04140000000001],"HCeA":[35.199999999999996,16.000000000000014],"GSJM":[32,16.000000000000014],"QEv8":[36,19.04140000000001]},"vertices":["lrJV","HCeA","GSJM","QEv8"],"texture":0},"xHMZgghh":{"uv":{"kHSz":[32,16.000000000000014],"7Qm1":[28,19.04140000000001],"MUNr":[32,19.04140000000001],"Mbf3":[28.8,16.000000000000014]},"vertices":["kHSz","7Qm1","MUNr","Mbf3"],"texture":0},"ZASJSmkD":{"uv":{"GSJM":[32,16.5],"kHSz":[32,19.5],"HCeA":[28.8,16.5],"Mbf3":[28.8,19.5]},"vertices":["GSJM","kHSz","HCeA","Mbf3"],"texture":0},"TIVqHymZ":{"uv":{"MUNr":[28.8,19.04140000000001],"kHSz":[29.599999999999998,16.000000000000014],"GSJM":[34.4,16.000000000000014],"lrJV":[35.199999999999996,19.04140000000001]},"vertices":["MUNr","kHSz","GSJM","lrJV"],"texture":0}},"type":"mesh","uuid":"00a7cd6e-833a-39be-514a-6b8c4d11c478"},{"name":"cuboid_selection","color":0,"origin":[0,5.5,0],"rotation":[0,0,0],"export":true,"visibility":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"vertices":{"HCeA":[3,9,2],"Mbf3":[3,9,-1.5],"QEv8":[5.499999999999999,3,3.5000000000000004],"7Qm1":[5.499999999999998,3,-3.5],"kHSz":[-0.5,9,-1.5],"MUNr":[-0.5,3,-3.5],"lrJV":[-0.4999999999999991,3,3.5000000000000004],"GSJM":[-0.5,9,2]},"faces":{"fMG9SHbG":{"uv":{"HCeA":[29.599999999999998,16.000000000000014],"QEv8":[28.8,19.04140000000001],"Mbf3":[34.4,16.000000000000014],"7Qm1":[35.199999999999996,19.04140000000001]},"vertices":["HCeA","QEv8","Mbf3","7Qm1"],"texture":0},"afEd2Hb9":{"uv":{"QEv8":[32,29],"MUNr":[30,32],"lrJV":[30,29],"7Qm1":[32,32]},"vertices":["QEv8","MUNr","lrJV","7Qm1"],"texture":0},"O8SxpnaH":{"uv":{"HCeA":[35.199999999999996,16.000000000000014],"lrJV":[32,19.04140000000001],"GSJM":[32,16.000000000000014],"QEv8":[36,19.04140000000001]},"vertices":["HCeA","lrJV","GSJM","QEv8"],"texture":0},"xHMZgghh":{"uv":{"7Qm1":[28,19.04140000000001],"kHSz":[32,16.000000000000014],"MUNr":[32,19.04140000000001],"Mbf3":[28.8,16.000000000000014]},"vertices":["7Qm1","kHSz","MUNr","Mbf3"],"texture":0},"ZASJSmkD":{"uv":{"kHSz":[32,19.5],"GSJM":[32,16.5],"HCeA":[28.8,16.5],"Mbf3":[28.8,19.5]},"vertices":["kHSz","GSJM","HCeA","Mbf3"],"texture":0},"TIVqHymZ":{"uv":{"kHSz":[29.599999999999998,16.000000000000014],"MUNr":[28.8,19.04140000000001],"GSJM":[34.4,16.000000000000014],"lrJV":[35.199999999999996,19.04140000000001]},"vertices":["kHSz","MUNr","GSJM","lrJV"],"texture":0}},"type":"mesh","uuid":"1af8775c-a959-ecae-b9d8-f8d8de9a49e7"},{"name":"cube","color":8,"origin":[0,10.5,0],"rotation":[0,0,0],"export":true,"visibility":true,"locked":false,"render_order":"default","allow_mirror_modeling":true,"vertices":{"3MPT":[-4,4.5,2],"N1Uy":[-4,4.5,-2],"QwRz":[-5.5,-1.5,3.5],"UFXr":[-5.5,-1.5,-4.5],"Bowl":[4,4.5,2],"3MJj":[4,4.5,-2],"PLP3":[5.5,-1.5,3.5],"AOoI":[5.5,-1.5,-4.5]},"faces":{"tc17KaTS":{"uv":{"3MPT":[32,16],"N1Uy":[28,16],"QwRz":[36,20],"UFXr":[28,20]},"vertices":["3MPT","N1Uy","QwRz","UFXr"],"texture":0},"GEikfAWL":{"uv":{"3MJj":[36,16],"N1Uy":[28,16],"Bowl":[36,20],"3MPT":[28,20]},"vertices":["3MJj","N1Uy","Bowl","3MPT"],"texture":0},"eVeZKihf":{"uv":{"PLP3":[36,16],"QwRz":[28,16],"AOoI":[36,20],"UFXr":[28,20]},"vertices":["PLP3","QwRz","AOoI","UFXr"],"texture":0},"KrmJfYT5":{"uv":{"Bowl":[36,16],"3MPT":[28,16],"PLP3":[36,20],"QwRz":[28,20]},"vertices":["Bowl","3MPT","PLP3","QwRz"],"texture":0},"MHY9mZDV":{"uv":{"N1Uy":[36,16],"3MJj":[28,16],"UFXr":[36,20],"AOoI":[28,20]},"vertices":["N1Uy","3MJj","UFXr","AOoI"],"texture":0},"9nMkYtTQ":{"uv":{"3MJj":[28,16],"Bowl":[32,16],"PLP3":[36,20],"AOoI":[28,20]},"vertices":["3MJj","Bowl","PLP3","AOoI"],"texture":0}},"type":"mesh","uuid":"1d83825b-e145-d295-d0b0-847379454da5"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-1,11.299999999999999,3.6999999999999997],"to":[1,13.299999999999999,10.700000000000001],"autouv":0,"color":1,"rotation":[-45,0,0],"origin":[0,12,3],"faces":{"north":{"uv":[61,25,63,26.5],"rotation":90,"texture":0},"east":{"uv":[61,24,63,25.5],"rotation":270,"texture":0},"south":{"uv":[60,23,62,25],"rotation":90,"texture":0},"west":{"uv":[61,24,63,25.5],"rotation":90,"texture":0},"up":{"uv":[61,24,63,25.5],"rotation":180,"texture":0},"down":{"uv":[61,24,63,25.5],"texture":0}},"type":"cube","uuid":"bcb5f7f1-3c6e-a0f4-c953-4bb243de5cd8"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-1,16.950000000000006,6.95],"to":[1,22.950000000000006,8.95],"autouv":0,"color":1,"origin":[0,12,3],"faces":{"north":{"uv":[60,19.39999999999999,61,21.39999999999999],"texture":0},"east":{"uv":[60,19.39999999999999,61,21.39999999999999],"texture":0},"south":{"uv":[60,19.39999999999999,61,21.39999999999999],"texture":0},"west":{"uv":[60,19.39999999999999,61,21.39999999999999],"texture":0},"up":{"uv":[60,19.39999999999999,61,21.39999999999999],"texture":0},"down":{"uv":[60,21.999999999999993,62,23.999999999999993],"texture":0}},"type":"cube","uuid":"fe114a66-897d-c874-43d0-55edbcac097c"}],"outliner":[{"name":"root","origin":[0,0,0],"color":0,"uuid":"e6d6122f-838d-40cc-8645-c262abdf504d","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"Head","origin":[0,24,0],"color":0,"uuid":"9f5fc45a-c4f0-4bc9-9509-fa563608baa9","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["24ec8f24-bff9-4c83-be9f-539aae6450e0","0cea74e7-8d72-4a05-9dbd-8b1fb257ef5b",{"name":"LeftSpyglassPivot","origin":[-2,28,-4],"color":0,"uuid":"07365503-5bf9-4e08-93b6-321ca8b72050","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"RightSpyglassPivot","origin":[2,28,-4],"color":0,"uuid":"0b3d7b79-fc9d-423b-b43d-8c77c4488bd3","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"HelmetItemPivot","origin":[0,24,0],"color":0,"uuid":"609f4053-318c-4cce-a828-d8859d3708c3","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"HelmetPivot","origin":[0,24,0],"color":0,"uuid":"ca384e06-8150-4bb4-898e-822c01608231","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"LeftEar","origin":[4.5,33.5,0],"color":0,"uuid":"f234624d-38f9-3066-770d-ff6016b2e4ee","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["d2461456-9d74-9a1c-dfe4-a6dbdbccc186","06038279-493f-4425-b2af-cb7224ae357c","02100232-c9c7-c800-8a8e-cdf59d4b5b2c"]},{"name":"RightEar","origin":[4.5,33.5,0],"color":0,"uuid":"2f403aee-8f81-daa8-7d88-24995462242b","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["ffdc1fa5-4efb-03b2-5457-678ec32d6d01","db32f4ab-c317-a05a-6b06-615061f5aedd","27db83d2-4f15-e246-92fe-114140846f4b"]}]},{"name":"Body","origin":[0,24,0],"color":0,"uuid":"c6433812-ac6f-452c-b47d-0659d4ff52af","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["90249b38-a7a6-4365-90de-b24bdff27812","b89b56bf-2a10-422e-9a3e-d871aab3edd7",{"name":"LeftParrotPivot","origin":[-6,24,0],"color":0,"uuid":"2b8e527a-1501-461e-9d6e-0bec4c016051","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"RightParrotPivot","origin":[6,24,0],"color":0,"uuid":"92aabc38-7664-4d73-bf9d-ace24e8c56a5","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"ChestplatePivot","origin":[0,24,0],"color":0,"uuid":"c11ad808-88a0-4585-94b9-e95516115b23","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"LeftElytra","origin":[0,24,0],"color":0,"uuid":"277432ac-13b8-4574-81ca-169b76a90a05","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"RightElytra","origin":[0,24,0],"color":0,"uuid":"225a4f0c-8008-4073-b4c3-b60411e3d4a8","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"LeggingsPivot","origin":[0,12,0],"color":0,"uuid":"60f7bfbc-6b0b-47ee-8e71-362a16b90cc3","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"Tail","origin":[0,13,2],"color":0,"uuid":"b9d15261-7e9c-bd8d-7685-b8f32c86420f","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["5c1c9514-43c7-aa77-9517-c86ded92cd54",{"name":"TailMiddle","origin":[0,13.05,3.8],"color":0,"uuid":"6eeff8bd-8949-df91-9b23-6587612569ce","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["bcb5f7f1-3c6e-a0f4-c953-4bb243de5cd8",{"name":"TailTip","origin":[0,17.500000000000007,7.749999999999999],"color":0,"uuid":"3edff783-b708-3903-1806-c441e3a493ce","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["fe114a66-897d-c874-43d0-55edbcac097c"]}]}]},{"name":"Breasts","origin":[0,24,0],"rotation":[45,0,0],"color":0,"uuid":"bfe05606-0835-971d-81a7-a7d3c870839e","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["cd4cca0c-abc5-a461-f180-97ce2ee60154"]},{"name":"Skirt","origin":[0,10.5,0],"color":0,"uuid":"21c1dad9-b11b-9c99-20db-052cf6320516","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["1d83825b-e145-d295-d0b0-847379454da5"]},{"name":"Skirt_old","origin":[0,5.5,0],"color":0,"uuid":"b3c85943-483f-8a9b-108d-af9db8973185","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":false,"autouv":0,"children":["815315e9-1335-4770-b5fd-0033fc3b4a88"]}]},{"name":"LeftArm","origin":[-5,22,0],"color":0,"uuid":"d8d2b609-5517-4131-bf8a-5588bff24a81","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["f3b15ad0-32f5-4525-a17d-561fe9b61012","82a5e15b-9528-4731-a364-2f67740a608a",{"name":"LeftItemPivot","origin":[-5.5,12,-2],"color":0,"uuid":"918444ed-1fbc-4491-8b56-0eda82fa44a7","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"LeftShoulderPivot","origin":[-6,24,0],"color":0,"uuid":"c3539709-85f7-4bd0-a135-6296198b1c46","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]}]},{"name":"RightArm","origin":[5,22,0],"color":0,"uuid":"564a27a0-a648-497d-81b6-c96e0b486557","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["d4391ec3-b6f7-4b7c-b0fd-0e2f259488e6","9e981d9c-0b0a-4ae7-92d0-95bf6e863447",{"name":"RightItemPivot","origin":[5.5,12,-2],"color":0,"uuid":"d09d9cab-f78a-4ac5-9455-8413d76a8c0f","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"RightShoulderPivot","origin":[6,24,0],"color":0,"uuid":"6f583f80-fdda-49b2-9f93-d4f608bc454c","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]}]},{"name":"LeftLeg","origin":[-1.9,12,0],"color":0,"uuid":"561f60cf-40e5-4085-b343-06b00d8b002b","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"LeftSkirt","origin":[0,5.5,0],"color":0,"uuid":"2750343a-6ec9-5d8a-2395-bb485e249477","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":false,"autouv":0,"children":["00a7cd6e-833a-39be-514a-6b8c4d11c478"]},"22c66abb-402c-4910-8258-d60ea393abcc","9bb61fb4-3f46-4c89-ab96-03d8345e0afd",{"name":"LeftLeggingPivot","origin":[-2,12,0],"color":0,"uuid":"a5892a77-bc89-4ec3-b16e-777d0369a3dd","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"LeftBootPivot","origin":[-2,0,0],"color":0,"uuid":"05641f9d-d00c-4a7e-abd7-ec8c1731a8e0","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]}]},{"name":"RightLeg","origin":[1.9,12,0],"color":0,"uuid":"8e05975b-43ff-4074-82af-769279d78cde","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"RightSkirt","origin":[0,5.5,0],"color":0,"uuid":"609dbd22-07a0-4f25-e19a-6722c1c27c9f","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":false,"autouv":0,"children":["1af8775c-a959-ecae-b9d8-f8d8de9a49e7"]},"973b6678-fa48-4773-8b53-7c14d04b256e","31a0651c-2e22-4406-9bfb-da10b6b6bd4b",{"name":"RightLeggingPivot","origin":[2,12,0],"color":0,"uuid":"16913db9-8a0b-4ede-b0e0-4728186ede45","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"RightBootPivot","origin":[2,0,0],"color":0,"uuid":"7bbb36b1-355b-4852-be74-bed0dc8ed3e2","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]}]},{"name":"Cape","origin":[0,24,2],"color":0,"uuid":"1de6bd08-2687-4481-b5e2-038433713f49","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["2a72be0f-6aa9-4ed3-b40c-11fc73a4dd41"]},{"name":"Elytra","origin":[0,24,2],"color":0,"uuid":"f734870f-7d03-45eb-87f3-9c20a02c9fd6","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"LeftElytra","origin":[-5,24,2],"color":0,"uuid":"1a99e900-0f16-4e10-a7f3-f21c938e99b7","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["4a2a1364-9680-492c-8c19-173b043b3319"]},{"name":"RightElytra","origin":[5,24,2],"color":0,"uuid":"bd250e0b-2138-4325-b0a1-642be9e67db1","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["aa140161-fab3-4240-a05a-9b6a624748fd"]}]}]}],"textures":[{"path":"/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21/.minecraft/figura/avatars/Emmie “Legacy Edition Minigames” Undertale/pmcskin3d-alex-slim-arms3.png","name":"pmcskin3d-alex-slim-arms3.png","folder":"","namespace":"","id":"1","group":"","width":64,"height":64,"uv_width":64,"uv_height":64,"particle":false,"use_as_default":false,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"4f4ea78d-d4ee-e8bd-ae82-9c076f3cf76a","relative_path":"pmcskin3d-alex-slim-arms3.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAB4FJREFUeF7tWmtsVEUUPne7hQImFGgtUCqIZCkFRPGR8tBohFBKakJIFEOkilEjgsTwQwiEGAIBfxATqS980QKGmBCiDbUGYoxAadDwkEKhgUopFJEC5YdNaXf3mjPLuTszO3vn3n0Utu0kze3eOfM43/nOmce5BmhK3dIdJoqMSjcESdM04Yof4JInaNtDcVmp2FA3YDfXayeHAOR6w7MyjFATBAD/rwkEejYAbSt2MgagwlgIANL6/FyfLQBPFj2tBbmbjS4Mp52cBUAwiNr3YgAkBjBGmCZcmJfvmgG33tthDvnkVQF81bvuYIZjBtBkyBXIHWJxgZQCACdrZ4mjmR22hpqz/s0ISx8JBmCaJw2IBTiG/K47rM+MqBuoxwNw+t2djNWj0kNQmHeDnQ4YVT2/QrQEwtgGg8GIfcTlLhM8Hg8UlC3SGiGWuThtY9Qt3Wmi8rSu80ue407u7g1keQIhFC/DIKDyoRjigYmf6gHAOeZ6cd/B4i4rchB1OldZzkAG4EZHDm5y0Pstt11o+9yVgXeViG5ABACtj5bGJ4HLM2XSZ+JqIE+QV57qWgKJY45x6p0KM6+fJ+pGB621+VANG3vBosfYc8+uE+y5auZ0i9o8gGgmw+MBAiCadbDN5M8X27oAxiAiWCIVpzkZuNXFfT7vAlSJe/1NBw/D5vHpUN56BwqKprKqM9XHoDSrP6w61wVlz8+I0I/60gGA5wjdWaFtxQ4zGYoLAOAP+bDT3BmiLgKwYdMzsHvjPJi17hxrd2D9eFi4Zh+sXX1QCQDKhJQ3oTktCHlcQOTRcgIAMuCX222wsHx5UoKlUbWs3Hwo6BGsSD6LvorW7HhxvJLFGT8hIIa1goR9FNvhSTFguZY8BiqP/c/dau8CZ5btMpO5UjAAcOLyBPEdAdFkBCCnpEAA4VrlGRhtpgHWjYF0wCgdjvqmdUzmY8MY8LJgSEdoJwDgoLtLt5pJY4Bs2m0fN5o3cvJg2LVmwGd+87eCyPwP3ral4p/VR83qB71Q9K9faEfvjtVnsX6pfxSi//H51vtjtf1Tx80nj1tj6OaFglXLtjNjF5e9Zo0RMRgCcGvEaBhytQnw6Wv6ug8AHgEd0j2CAb3KBWSf5/0RgRj5dy2YXfVgpE9gz6u+1wWfhaNfCS4ytXQ+2MaA8r2u5KNtovD9MUVfJK+6iVLGAAQg2iAYA0Y21kKg8zSk9ZvIntfy32DxwSopBgB/DEcdDPRZGQCM1FT6t18RGNA5eJZVN3VCq2CFsSUzIXNoti0D2m5eh8bKQ+E+NIxJJAP4oz0dppQA8IPa0Uym4T8rF7C9AxVaCtElqOA+YPiWPfcEAByUQEgYAFVZHvD7/Uxx+uOV5QHB9wgA/Xm9Xgsw1b4B5eX3To0T7TZaZkHcDNj7QKc1pzSvF0gpUpIHBd8hWAF/eJPUPyPDAmFJ437wdwShomAO6xPli1ujJ17cBkFiwKnZ41j/z5ZMM+IGQOciEfHFJnLb+buqLhYAsJ/fK49Yca9XAsCD0GsBIEbFDUBd7Qlrk4SbpTsDcwGXRyo3ak7CsOlT2E9cXlXLKi8vBLn6LKEvN+7kNCWXFADsTnsqAOzko4EjL8H4G3ehVPoAcJiUNZYUnhJ2goUvDxLO61Ny/hKYV/zCE0m5mnK7AjiVb9j6A9PPt/wl5byVAPD3AZOzQzfAVFINAFryhl9sZirIQPR4AGJiAB+UUt0FdK5ixHsfoLvD000A6/EjDD6XSOkvJ2kzJ/3byTAAogk4uQ9IBACY/qJ0GWWBEIREAKB1AZXyPCh29wGoPF5ZX7h5m3XzyNDBjgwiy08alGkdiAKBAEvSYErudHuoX1XZ11AL83yFQtXP5/+AueOeYu/oGl0bBB3N2EZoY8mGCAbZAUHK810+7suGvPYBLFFCabVLA9rheMP1qCOfba2H/KwJQn3DzQbwDQ19tLWmci1b9mJigBtQSmcsjgCArCD3gxZSFZJHJmCmqe6/W0wM5csPVyR13xF35yoA0ApoVb6gNdFCqkJWk+tQ/r4HQOUCsvKkWDRK28kTld2w0o1s3AxwM9j9KKsEoGrll6Ec2hb7POD9qJDbORmkLN8wc3ER+9lWUR0RiWW6pjpISgDk4CUvWfzvlAeg5mST7YeQHe3ix1EZA0MfR1GZPmV0SseRiMlv+r7L5PODox4NrclUdMdhuX12536hvZPsMjVwm/936/8oHwHAR7sDJn0bgE+3AMjt+wBINQb0OhfY/uE2k3L/+Gx5uFDI//OXIxgbsPDvRjR8J1yLu20/rHKd4Lr8za6dTzu99dXFBQMBoNw/PlvGFor5f5se8L4g5+w31rcDsbQf8uPaew8AzwBMbFCJdtnB3xf0u30gIjFC7e0SHtYgig8sdFbDemIA3kfw8qp7Ark//pQZ9xq+7ZXVwgScUpgm5Ta5Su0IAPkwpronkAHgT5kpD4ATttjJ9AEQL4L32gXinX8fA1QIurkPSHkGyFEUz/v8fYCOYpdbLsa0jidqFdDNT1dvqADQNeLrUx6AX4/UC+u4fN7XgVG3+YuUZsD/u/fiAtwsyuoAAAAASUVORK5CYII="},{"path":"/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21/.minecraft/figura/avatars/Emmie “Legacy Edition Minigames” Undertale/cape.png","name":"cape.png","folder":"","namespace":"","id":"2","group":"","width":64,"height":32,"uv_width":64,"uv_height":32,"particle":false,"use_as_default":false,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"2d9deb47-80e1-e09e-2bca-57413d79f33d","relative_path":"cape.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAgCAYAAACinX6EAAAAAXNSR0IArs4c6QAAAxxJREFUaENjZGBgYDi7L/h/2gRBEJPh06unYBoG+MSkwcxZBe9RxPFxjJ3WMhKr2Dmt+T+y2h9fPjL8+PIBLnR20xyizSLWTmR1jCDPt+73Y2j03MuQ0MGGYQYHjwDDjJxXDPXbnRmqHTcxRFR9I8qe2ye2E+VwWADsnVVLlHqiLCdBETgAylYYMPCLy6EEAsjjoJhYUPEL7PmPLx8xdEVcAAfAt49v8FrBxS/CQGwAwAxCTwkwcViKoFVKAAdA/TZHhvfPHsA9jOw7UKoABYaglAJDo9d+mgcAKCKQwa/vn8HcPz9/MOyYXEL1VALPAiCLQJZ8fvsCbCEHDz+Y5uSDlA0gQMsAAJkPSgWgAGBmYWPwsdQA27nx8CUGWgYCPABAloEsYuPkhXsYZjFMDFYG0CILIAeAv60eg5t8I9wdqbNdaJYK4AGgY+UKtuTKsd0MIPa5vesYjJyD4I4A8emVApADgJ2VhSFlvi84cmiRDTACAORRWIxPjVkPDoDp96aBA4TWAWAdVfJfXFmXARYAIM//5J/LkD1hA82yAbwQhHkaFNKgmM8044bE/pv4AQmALcdvMBirSTPEu+nTJwCQkztKMQzl0DMFgApBEEAOAFgZRe1sAE8B/xUPYvM3XIzxvj3Ns4CxX8p/eX1bsJ2gQIAFQN6UbQx///yiSTkADwDxW2vwBsBLtRCSAgDUhCan8QIrB2ABcPbWUwYhPi6G1+8+0KQcGFIBQItsAG8K5zqL4E0Bc07/pUsKgGUDbClgxAUALEZAWeDdp280KQfgKQBkGazZ+/3TezgbVOqCAAs7B11TAKwgBNE0DwBQZ0hYVBKeBb79+MXAxYHoGn/+8gVcAMEaQnjzClSS3EIQXP1BawNYdYgcCN8/v6Vqi5DqvStY4IA8QU4tgC8AYDUBNdsCgzIAYFUhcjYAsWnRFhiUAYCeCkAeh9UAIHrYpwCQJ2GpANYlRy53RkQAwAIBNCwnKg8ZHEEG1BodolkWIKamGAxqRgNgMMTCQLphNAUMZOgPBrtHU8BgiIWBdMNoChjI0B8Mdo/4FAAA9EBmP603ObkAAAAASUVORK5CYII="}],"animations":[{"uuid":"11a85da2-d513-6d4f-1bed-d948254340d5","name":"idle","loop":"loop","override":false,"length":2,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"b9d15261-7e9c-bd8d-7685-b8f32c86420f":{"name":"Tail","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-55,"y":"0","z":"0"}],"uuid":"3b9c1dce-fb4f-827c-9c06-16c4287638a4","time":0,"color":-1,"interpolation":"catmullrom"},{"channel":"rotation","data_points":[{"x":-25,"y":0,"z":0}],"uuid":"94aa7672-57a6-c7f8-832f-4de38611b9ec","time":1,"color":-1,"interpolation":"catmullrom"},{"channel":"rotation","data_points":[{"x":-55,"y":"0","z":"0"}],"uuid":"246ee3b2-9538-0ecd-0000-8ac0d77af41c","time":2,"color":-1,"interpolation":"catmullrom"}]},"6eeff8bd-8949-df91-9b23-6587612569ce":{"name":"TailMiddle","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-65,"y":"0","z":"0"}],"uuid":"d4ea9121-4e1f-83c5-8249-d502853a35d1","time":0,"color":-1,"interpolation":"catmullrom"},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"db4938b1-413b-c10b-416c-d5987b0a9288","time":1,"color":-1,"interpolation":"catmullrom"},{"channel":"rotation","data_points":[{"x":-65,"y":"0","z":"0"}],"uuid":"66c8ad84-9db7-1d77-be97-06c7ab06e33c","time":2,"color":-1,"interpolation":"catmullrom"}]},"3edff783-b708-3903-1806-c441e3a493ce":{"name":"TailTip","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":17.5,"y":"0","z":"0"}],"uuid":"f1331892-a5e4-bfb4-9203-21659c03be96","time":1,"color":-1,"interpolation":"catmullrom"},{"channel":"rotation","data_points":[{"x":-70,"y":"0","z":"0"}],"uuid":"cb63f514-4b5f-bd5e-552a-03dfcc3e56c3","time":0,"color":-1,"interpolation":"catmullrom"},{"channel":"rotation","data_points":[{"x":-70,"y":"0","z":"0"}],"uuid":"18d96b13-6928-08f1-9f10-87ef7b5029a8","time":2,"color":-1,"interpolation":"catmullrom"}]}}},{"uuid":"d7fedd1a-7f6d-8a0e-86dc-31f742c24d50","name":"idle2","loop":"loop","override":false,"length":2,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"b9d15261-7e9c-bd8d-7685-b8f32c86420f":{"name":"Tail","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-55,"y":"0","z":"0"}],"uuid":"3b9c1dce-fb4f-827c-9c06-16c4287638a4","time":0,"color":-1,"interpolation":"catmullrom"},{"channel":"rotation","data_points":[{"x":-55,"y":"0","z":"0"}],"uuid":"88339811-fa6a-f0f3-58c0-e0fd3cb2b03b","time":1,"color":-1,"interpolation":"catmullrom"},{"channel":"rotation","data_points":[{"x":-55,"y":"0","z":"0"}],"uuid":"a6124c03-edab-90e7-f679-798766945023","time":2,"color":-1,"interpolation":"catmullrom"}]},"6eeff8bd-8949-df91-9b23-6587612569ce":{"name":"TailMiddle","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-65,"y":"0","z":"0"}],"uuid":"d4ea9121-4e1f-83c5-8249-d502853a35d1","time":0,"color":-1,"interpolation":"catmullrom"},{"channel":"rotation","data_points":[{"x":-72.46563008626572,"y":32.533491259123366,"z":-8.636489843937397}],"uuid":"8e59ae58-c7af-abb5-978f-8c0672f4ddbc","time":0.5,"color":-1,"interpolation":"catmullrom"},{"channel":"rotation","data_points":[{"x":-65,"y":"0","z":"0"}],"uuid":"3375951a-8e44-346c-1120-b51b35ee710e","time":1,"color":-1,"interpolation":"catmullrom"},{"channel":"rotation","data_points":[{"x":-72.46563008626572,"y":-32.533491259123366,"z":8.636489843937852}],"uuid":"d33afee9-a468-5e83-7baa-0104d5fbc783","time":1.5,"color":-1,"interpolation":"catmullrom"},{"channel":"rotation","data_points":[{"x":-65,"y":"0","z":"0"}],"uuid":"cb9b1ab7-2726-b20d-ab05-cfcbdb237d85","time":2,"color":-1,"interpolation":"catmullrom"}]},"3edff783-b708-3903-1806-c441e3a493ce":{"name":"TailTip","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-70,"y":"0","z":"0"}],"uuid":"cb63f514-4b5f-bd5e-552a-03dfcc3e56c3","time":0,"color":-1,"interpolation":"catmullrom"},{"channel":"rotation","data_points":[{"x":-32.76368652482961,"y":41.64114326791014,"z":18.881721230905896}],"uuid":"d5654f30-7cc2-e827-e441-1214e802734d","time":0.5,"color":-1,"interpolation":"catmullrom"},{"channel":"rotation","data_points":[{"x":-70,"y":"0","z":"0"}],"uuid":"c4cae2b1-25f1-70cf-f8d9-60a71d509143","time":1,"color":-1,"interpolation":"catmullrom"},{"channel":"rotation","data_points":[{"x":-32.76368652482961,"y":-41.64114326791014,"z":-18.881721230905896}],"uuid":"a8b176ec-0dba-7148-b86c-55bed30a29bf","time":1.5,"color":-1,"interpolation":"catmullrom"},{"channel":"rotation","data_points":[{"x":-70,"y":"0","z":"0"}],"uuid":"ea735c90-5c88-462f-a9f7-8b2bc6944c6f","time":2,"color":-1,"interpolation":"catmullrom"}]}}}]} \ No newline at end of file diff --git a/3d_models/figura-old/Emmie “Legacy Edition Minigames” Undertale/pmcskin3d-alex-slim-arms3.png b/3d_models/figura-old/Emmie “Legacy Edition Minigames” Undertale/pmcskin3d-alex-slim-arms3.png new file mode 100644 index 0000000..832e566 Binary files /dev/null and b/3d_models/figura-old/Emmie “Legacy Edition Minigames” Undertale/pmcskin3d-alex-slim-arms3.png differ diff --git a/3d_models/figura-old/Emmie “Legacy Edition Minigames” Undertale/script.lua b/3d_models/figura-old/Emmie “Legacy Edition Minigames” Undertale/script.lua new file mode 100644 index 0000000..dd06e1c --- /dev/null +++ b/3d_models/figura-old/Emmie “Legacy Edition Minigames” Undertale/script.lua @@ -0,0 +1,21 @@ +BlendTime = 2 +animations.player_model.idle2:play() + +-- Auto generated script file -- + +--hide vanilla model +vanilla_model.PLAYER:setVisible(false) + +--hide vanilla cape model +vanilla_model.CAPE:setVisible(false) + +--hide vanilla elytra model +vanilla_model.ELYTRA:setVisible(false) + + +function events.tick() + models.player_model.root.Body.Skirt:setVisible(not player:getItem(4):isArmor()) + models.player_model.root.Body.Breasts:setVisible(not player:getItem(5):isArmor()) +-- models.player_model.root.LeftLeg.LeftSkirt:setVisible(not player:getItem(4):isArmor()) +-- models.player_model.root.RightLeg.RightSkirt:setVisible(not player:getItem(4):isArmor()) +end diff --git a/3d_models/figura-old/Emmie “Legacy Edition Minigames” Undertale/texture.png b/3d_models/figura-old/Emmie “Legacy Edition Minigames” Undertale/texture.png new file mode 100644 index 0000000..449dfd1 Binary files /dev/null and b/3d_models/figura-old/Emmie “Legacy Edition Minigames” Undertale/texture.png differ diff --git a/3d_models/figura-old/Five Pebbles (Erratic Pulse)/GSAnimBlend.lua b/3d_models/figura-old/Five Pebbles (Erratic Pulse)/GSAnimBlend.lua new file mode 100644 index 0000000..078b9c2 --- /dev/null +++ b/3d_models/figura-old/Five Pebbles (Erratic Pulse)/GSAnimBlend.lua @@ -0,0 +1,2277 @@ +-- ┌───┐ ┌───┐ -- +-- │ ┌─┘ ┌─────┐┌─────┐ └─┐ │ -- +-- │ │ │ ┌───┘│ ╶───┤ │ │ -- +-- │ │ │ ├───┐└───┐ │ │ │ -- +-- │ │ │ └─╴ │┌───┘ │ │ │ -- +-- │ └─┐ └─────┘└─────┘ ┌─┘ │ -- +-- └───┘ └───┘ -- +---@module "Animation Blend Library" +---@version v1.9.0 +---@see GrandpaScout @ https://github.com/GrandpaScout +-- Adds prewrite-like animation blending to the rewrite. +-- Also includes the ability to modify how the blending works per-animation with blending callbacks. +-- +-- Simply `require`ing this library is enough to make it run. However, if you place this library in +-- a variable, you can get access to functions and tools that allow for generating pre-build blend +-- callbacks or creating your own blend callbacks. +-- +-- This library is fully documented. If you use Sumneko's Lua Language server, you will get +-- descriptions of each function, method, and field in this library. + +local ID = "GSAnimBlend" +local VER = "1.9.0" +local FIG = {"0.1.0-rc.14", "0.1.1"} + +---@type boolean, Lib.GS.AnimBlend +local s, this = pcall(function() + --|================================================================================================================|-- + --|=====|| SCRIPT ||===============================================================================================|-- + --||==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==||-- + + -- Localize Lua basic + local getmetatable = getmetatable + local setmetatable = setmetatable + local type = type + local assert = assert + local error = error + local next = next + local ipairs = ipairs + local pairs = pairs + local rawset = rawset + local tostring = tostring + -- Localize Lua math + local m_abs = math.abs + local m_cos = math.cos + local m_lerp = math.lerp + local m_map = math.map + local m_max = math.max + local m_sin = math.sin + local m_sqrt = math.sqrt + local m_huge = math.huge + local m_pi = math.pi + -- Localize Figura globals + local animations = animations + local figuraMetatables = figuraMetatables + local vanilla_model = vanilla_model + local events = events + -- Localize current environment + local _ENV = _ENV --[[@as _G]] + + ---@diagnostic disable: duplicate-set-field, duplicate-doc-field + + ---This library is used to allow prewrite-like animation blending with one new feature with infinite + ---possibility added on top. + ---Any fields, functions, and methods injected by this library will be prefixed with + ---**[GS AnimBlend Library]** in their description. + --- + ---If this library is required without being stored to a variable, it will automatically set up the + ---blending features. + ---If this library is required *and* stored to a variable, it will also contain tools for generating + ---pre-built blending callbacks and creating custom blending callbacks. + ---```lua + ---require "···" + ---local anim_blend = require "···" + ---``` + ---@class Lib.GS.AnimBlend + ---This library's perferred ID. + ---@field _ID string + ---This library's version. + ---@field _VERSION string + local this = { + ---Enables error checking in the library. `true` by default. + --- + ---Turning off error checking will greatly reduce the amount of instructions used by this library + ---at the cost of not telling you when you put in a wrong value. + --- + ---If an error pops up while this is `false`, try setting it to `true` and see if a different + ---error pops up. + safe = true + } + local thismt = { + __type = ID, + __metatable = false, + __index = { + _ID = ID, + _VERSION = VER + } + } + + -- Create private space for blending trigger. + -- This is done non-destructively so other scripts may do this as well. + if not getmetatable(_ENV) then setmetatable(_ENV, {}) end + + + -----======================================= VARIABLES ========================================----- + + local _ENVMT = getmetatable(_ENV) + + ---Contains the data required to make animation blending for each animation. + ---@type {[Animation]: Lib.GS.AnimBlend.AnimData} + local animData = {} + + ---Contains the currently blending animations. + ---@type {[Animation]?: true} + local blending = {} + + this.animData = animData + this.blending = blending + + + -----=================================== UTILITY FUNCTIONS ====================================----- + + local chk = {} + + chk.types = { + ["nil"] = "nil", + boolean = "boolean", + number = "number", + string = "string", + table = "table", + ["function"] = "function" + } + + function chk.badarg(i, name, got, exp, opt) + if opt and got == nil then return true end + local gotT = type(got) + local gotType = chk.types[gotT] or "userdata" + + local expType = chk.types[exp] or "userdata" + if gotType ~= expType then + if expType == "function" and gotType == "table" then + local mt = getmetatable(got) + if mt and mt.__call then return true end + end + return false, ("bad argument #%s to '%s' (%s expected, got %s)") + :format(i, name, expType, gotType) + elseif expType ~= exp and gotT ~= exp then + return false, ("bad argument #%s to '%s' (%s expected, got %s)") + :format(i, name, exp, gotType) + end + + return true + end + + function chk.badnum(i, name, got, opt) + if opt and got == nil then + return true + elseif type(got) ~= "number" then + local gotType = chk.types[type(got)] or "userdata" + return false, ("bad argument #%s to '%s' (number expected, got %s)"):format(i, name, gotType) + elseif got ~= got or m_abs(got) == m_huge then + return false, ("bad argument #%s to '%s' (value cannot be %s)"):format(i, name, got) + end + + return true + end + + local function makeSane(val, def) + return (val == val and m_abs(val) ~= m_huge) and val or def + end + + + -----=================================== PREPARE ANIMATIONS ===================================----- + + -- This will at least catch players running at around 30 fps. + -- Any lower and their computer is already having trouble, they don't need the blending. + local tPass = 0.037504655 + + local blendCommand = [[getmetatable(_ENV).GSLib_triggerBlend(%q)]] + + _ENVMT.GSLib_triggerBlend = setmetatable({}, { + __call = function(self, id) + if self[id] then self[id]() end + end + }) + + local animNum = 0 + for _, anim in ipairs(animations:getAnimations()) do + local blend = anim:getBlend() + local len = anim:getLength() + local lenSane = makeSane(len, false) + lenSane = lenSane and (lenSane > tPass and lenSane) or false + local tID = "blendAnim_" .. animNum + + animData[anim] = { + blendTimeIn = 0, + blendTimeOut = 0, + blend = blend, + blendSane = makeSane(blend, 0), + length = lenSane, + triggerId = tID, + callback = nil + } + + _ENVMT.GSLib_triggerBlend[tID] = function() if anim:getLoop() == "ONCE" then anim:stop() end end + + if lenSane then anim:newCode(m_max(lenSane - tPass, 0), blendCommand:format(tID)) end + + animNum = animNum + 1 + end + + + -----============================ PREPARE METATABLE MODIFICATIONS =============================----- + + local animation_mt = figuraMetatables.Animation + local animationapi_mt = figuraMetatables.AnimationAPI + + local ext_Animation = next(animData) + if not ext_Animation then + error( + "No animations have been found!\n" .. + "This library cannot build its functions without an animation to use.\n" .. + "Create an animation or don't `require` this library to fix the error." + ) + end + + + -- Check for conflicts + if ext_Animation.blendTime then + local path = tostring(ext_Animation.blendTime):match("^function: (.-):%d+%-%d+$") + error( + "Conflicting script [" .. path .. "] found!\n" .. + "Remove the other script or this script to fix the error." + ) + end + + local _animationIndex = animation_mt.__index + local _animationNewIndex = animation_mt.__newindex or rawset + local _animationapiIndex = animationapi_mt.__index + + local animPlay = ext_Animation.play + local animStop = ext_Animation.stop + local animPause = ext_Animation.pause + local animRestart = ext_Animation.restart + local animBlend = ext_Animation.blend + local animLength = ext_Animation.length + local animGetPlayState = ext_Animation.getPlayState + local animGetBlend = ext_Animation.getBlend + ---@diagnostic disable-next-line: deprecated + local animIsPlaying = ext_Animation.isPlaying + ---@diagnostic disable-next-line: undefined-field + local animIsPaused = ext_Animation.isPaused + local animNewCode = ext_Animation.newCode + local animapiGetPlaying = animations.getPlaying + + ---Contains the old functions, just in case you need direct access to them again. + --- + ---These are useful for creating your own blending callbacks. + this.oldF = { + play = animPlay, + stop = animStop, + pause = animPause, + restart = animRestart, + + getBlend = animGetBlend, + getPlayState = animGetPlayState, + isPlaying = animIsPlaying, + isPaused = animIsPaused, + + setBlend = ext_Animation.setBlend, + setLength = ext_Animation.setLength, + setPlaying = ext_Animation.setPlaying, + + blend = animBlend, + length = animLength, + playing = ext_Animation.playing, + + api_getPlaying = animapiGetPlaying + } + + + -----===================================== SET UP LIBRARY =====================================----- + + ---Causes a blending event to happen. + --- + ---If `time`, `from`, or `to` are `nil`, they will take from the animation's data to determine this + ---value. + --- + ---One of `from` or `to` *must* be set. + --- + ---If `starting` is given, it will be used instead of the guessed value from the data given. + ---@param anim Animation + ---@param time? number + ---@param from? number + ---@param to? number + ---@param starting? boolean + ---@return Lib.GS.AnimBlend.BlendState + function this.blend(anim, time, from, to, starting) + if this.safe then + assert(chk.badarg(1, "blend", anim, "Animation")) + assert(chk.badarg(2, "blend", time, "number", true)) + assert(chk.badarg(3, "blend", from, "number", true)) + assert(chk.badarg(4, "blend", to, "number", true)) + if not from and not to then error("one of arguments #3 or #4 must be a number", 2) end + end + + local data = animData[anim] + + if starting == nil then + local _from, _to = from or data.blendSane, to or data.blendSane + starting = _from < _to + end + + ---@type Lib.GS.AnimBlend.BlendState + local blendState = { + time = 0, + max = time or false, + + from = from or false, + to = to or false, + + callback = data.callback or this.defaultCallback, + + paused = false, + starting = starting + } + + local blendSane = data.blendSane + + blendState.callbackState = { + anim = anim, + time = 0, + max = time or (starting and data.blendTimeIn or data.blendTimeOut), + progress = 0, + from = from or blendSane, + to = to or blendSane, + starting = starting, + done = false + } + + data.state = blendState + + blending[anim] = true + + animBlend(anim, from or blendSane) + animPlay(anim) + animPause(anim) + + return blendState + end + + + -----==================================== PRESET CALLBACKS ====================================----- + + ---Contains blending callback generators. + --- + ---These are *not* callbacks themselves. They are meant to be called to generate a callback which + ---can *then* be used. + local callbackGenerators = {} + + ---Contains custom blending curves. + --- + ---These callbacks change the curve used when blending. These cannot be used to modify custom or + ---generated callbacks (yet). + local callbackCurves = {} + + + ---===== CALLBACK GENERATORS =====--- + + ---Given a list of parts, this will generate a blending callback that will blend between the vanilla + ---parts' normal rotations and the rotations of the animation. + --- + ---The list of parts given is expected to the the list of parts that have a vanilla parent type in + ---the chosen animation in no particular order. + --- + ---This callback *also* expects the animation to override vanilla rotations. + --- + ---Note: The resulting callback makes *heavy* use of `:offsetRot()` and will conflict with any other + ---code that also uses that method! + ---@param parts ModelPart[] + ---@return Lib.GS.AnimBlend.blendCallback + function callbackGenerators.blendVanilla(parts) + -- Because some dumbass won't read the instructions... + ---@diagnostic disable-next-line: undefined-field + if parts.done ~= nil then + error("attempt to use generator 'blendVanilla' as a blend callback.", 2) + end + + ---@type {[string]: ModelPart[]} + local partList = {} + + -- Gather the vanilla parent of each part. + for _, part in ipairs(parts) do + local vpart = part:getParentType():gsub("([a-z])([A-Z])", "%1_%2"):upper() + if vanilla_model[vpart] then + if not partList[vpart] then partList[vpart] = {} end + local plvp = partList[vpart] + plvp[#plvp+1] = part + end + end + + -- The actual callback is created here. + return function(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + for _, v in pairs(partList) do + for _, p in ipairs(v) do p:offsetRot() end + end + animBlend(state.anim, data.blend) + else + local pct = state.starting and 1 - state.progress or state.progress + + for n, v in pairs(partList) do + ---@type Vector3 + local rot = vanilla_model[n]:getOriginRot() + if n == "HEAD" then rot[2] = ((rot[2] + 180) % 360) - 180 end + rot:scale(pct) + for _, p in ipairs(v) do p:offsetRot(rot) end + end + + animBlend(state.anim, m_lerp(state.from, state.to, state.progress)) + end + end + end + + ---Generates a callback that causes an animation to blend into another animation. + ---@param anim Animation + ---@return Lib.GS.AnimBlend.blendCallback + function callbackGenerators.blendTo(anim) + -- Because some dumbass won't read the instructions... + ---@diagnostic disable-next-line: undefined-field + if anim.done ~= nil then + error("attempt to use generator 'blendTo' as a blend callback.", 2) + end + + ---This is used to track when the next animation should start blending. + local ready = true + + return function(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + ready = true + else + if not state.starting and ready then + ready = false + anim:play() + end + animBlend(state.anim, m_lerp(state.from, state.to, state.progress)) + end + end + end + + ---Generates a callback that forces all given animations to blend out if they are playing. + ---@param anims Animation[] + ---@return Lib.GS.AnimBlend.blendCallback + function callbackGenerators.blendOut(anims) + -- Because some dumbass won't read the instructions... + ---@diagnostic disable-next-line: undefined-field + if anim.done ~= nil then + error("attempt to use generator 'blendOut' as a blend callback.", 2) + end + + local ready = true + + return function(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + ready = true + else + if state.starting and ready then + ready = false + for _, anim in ipairs(anims) do anim:stop() end + end + animBlend(state.anim, m_lerp(state.from, state.to, state.progress)) + end + end + end + + ---Generates a makeshift blending callback by using the return value of the given function as the progress. + --- + ---The current progress is passed into the function. + ---@param func fun(progress: number): number + ---@return Lib.GS.AnimBlend.blendCallback + function callbackGenerators.custom(func) + -- Because some dumbass won't read the instructions... + ---@diagnostic disable-next-line: undefined-field + if type(func) == "table" and func.done ~= nil then + error("attempt to use generator 'custom' as a blend callback.", 2) + end + + return function(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + animBlend(state.anim, m_lerp(state.from, state.to, func(state.progress))) + end + end + end + + ---Generates a callback that plays one callback while blending in and another callback while blending out. + --- + ---If a string is given instead of a callback, it is treated as the name of a curve found in + ---`.callbackCurves`. + ---If `nil` is given, the default callback is used. + ---@param blend_in? Lib.GS.AnimBlend.blendCallback | Lib.GS.AnimBlend.curve + ---@param blend_out? Lib.GS.AnimBlend.blendCallback | Lib.GS.AnimBlend.curve + ---@return Lib.GS.AnimBlend.blendCallback + function callbackGenerators.dualBlend(blend_in, blend_out) + -- The dumbass check is a bit further down. + + local tbin, tbout = type(blend_in), type(blend_out) + local infunc, outfunc = blend_in, blend_out + if tbin == "string" then + infunc = callbackCurves[blend_in] + if not infunc then error("bad argument #1 to 'dualBlend' ('" .. blend_in .. "' is not a valid curve)", 2) end + elseif blend_in == nil then + infunc = this.defaultCallback + elseif tbin == "table" then + -- Because some dumbass won't read the instructions... + ---@diagnostic disable-next-line: undefined-field + if blend_in.done ~= nil then + error("attempt to use generator 'dualBlend' as a blend callback.", 2) + end + local mt = getmetatable(blend_in) + if not (mt and mt.__call) then + error("bad argument #1 to 'dualBlend' (function or string expected, got " .. tbin .. ")") + end + elseif tbin ~= "function" then + error("bad argument #1 to 'dualBlend' (function or string expected, got " .. tbin .. ")") + end + + if tbout == "string" then + outfunc = callbackCurves[blend_out] + if not outfunc then error("bad argument #2 to 'dualBlend' ('" .. blend_in .. "' is not a valid curve)", 2) end + elseif blend_out == nil then + outfunc = this.defaultCallback + elseif tbout == "table" then + local mt = getmetatable(blend_out) + if not (mt and mt.__call) then + error("bad argument #2 to 'dualBlend' (function or string expected, got " .. tbin .. ")") + end + elseif tbout ~= "function" then + error("bad argument #2 to 'dualBlend' (function or string expected, got " .. tbout .. ")") + end + + return function(state, data) + if state.starting then + infunc(state, data) + else + outfunc(state, data) + end + end + end + + do ---@source https://github.com/gre/bezier-easing/blob/master/src/index.js + + -- Bezier curves are extremely expensive to use especially with higher settings. + -- Every function has been in-lined to improve instruction counts as much as possible. + -- + -- In-lined functions are labeled with a --[[funcName(param1, paramN, ...)]] + -- If an in-lined function spans more than one line, it will contain a #marker# that will appear later to close the + -- function. + -- + -- All of the functions below in the block comment are in-lined somewhere else. + + local default_subdiv_iters = 10 + local default_subdiv_prec = 0.0000001 + local default_newton_minslope = 0.001 + local default_newton_iters = 4 + local default_sample_size = 11 + + --[=[ + local function _A(A1, A2) return 1.0 - 3.0 * A2 + 3.0 * A1 end + local function _B(A1, A2) return 3.0 * A2 - 6.0 * A1 end + local function _C(A1) return 3.0 * A1 end + + -- Returns x(t) given t, x1, and x2, or y(t) given t, y1, and y2. + local function calcBezier(T, A1, A2) + --[[((_A(A1, A2) * T + _B(A1, A2)) * T + _C(A1)) * T]] + return (((1.0 - 3.0 * A2 + 3.0 * A1) * T + (3.0 * A2 - 6.0 * A1)) * T + (3.0 * A1)) * T + end + + -- Returns dx/dt given t, x1, and x2, or dy/dt given t, y1, and y2. + local function getSlope(T, A1, A2) + --[[3.0 * _A(A1, A2) * T ^ 2 + 2.0 * _B(A1, A2) * T + _C(A1)]] + return 3.0 * (1.0 - 3.0 * A2 + 3.0 * A1) * T ^ 2 + 2.0 * (3.0 * A2 - 6.0 * A1) * T + (3.0 * A1) + end + + local function binarySubdivide(X, A, B, X1, X2) + local curX, curT + local iter = 0 + while (m_abs(curX) > SUBDIVISION_PRECISION and iter < SUBDIVISION_MAX_ITERATIONS) do + curT = A + (B - A) * 0.5 + --[[calcBezier(curT, X1, X2) - X]] + curX = ((((1.0 - 3.0 * X2 + 3.0 * X1) * curT + (3.0 * X2 - 6.0 * X1)) * curT + (3.0 * X1)) * curT) - X + if curX > 0.0 then B = curT else A = curT end + iter = iter + 1 + end + return curT or (A + (B - A) * 0.5) + end + + local function newtonRaphsonIterate(X, Tguess, X1, X2) + for _ = 1, NEWTON_ITERATIONS do + --[[getSlope(Tguess, X1, X2)]] + local curSlope = 3.0 * (1.0 - 3.0 * X2 + 3.0 * X1) * Tguess ^ 2 + 2.0 * (3.0 * X2 - 6.0 * X1) * Tguess + (3.0 * X1) + if (curSlope == 0.0) then return Tguess end + --[[calcBezier(Tguess, X1, X2) - X]] + local curX = ((((1.0 - 3.0 * X2 + 3.0 * X1) * Tguess + (3.0 * X2 - 6.0 * X1)) * Tguess + (3.0 * X1)) * Tguess) - X + Tguess = Tguess - (curX / curSlope) + end + return Tguess + end + + local function getTForX(X) + local intervalStart = 0.0 + local curSample = 1 + local lastSample = SAMPLE_SIZE - 1 + + while curSample ~= lastSample and SAMPLES[curSample] <= X do + intervalStart = intervalStart + STEP_SIZE + curSample = curSample + 1 + end + curSample = curSample - 1 + + -- Interpolate to provide an initial guess for t + local dist = (X - SAMPLES[curSample]) / (SAMPLES[curSample + 1] - SAMPLES[curSample]) + local Tguess = intervalStart + dist * STEP_SIZE + + local initSlope = getSlope(Tguess, X1, X2) + if (initSlope >= NEWTON_MIN_SLOPE) then + return newtonRaphsonIterate(X, Tguess, X1, X2) + elseif (initSlope == 0) then + return Tguess + else + return binarySubdivide(X, intervalStart, intervalStart + STEP_SIZE, X1, X2) + end + end + ]=] + + local BezierMT = { + ---@param self Lib.GS.AnimBlend.Bezier + __call = function(self, state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local X1, X2 = self[1], self[3] + local Y1, Y2 = self[2], self[4] + local X = state.progress + local T + --[[getTForX(state.progress) #start getTForX#]] + local intervalStart = 0 + local curSample = 1 + local lastSample = self.options.sample_size - 1 + local samples = self.samples + local step_size = samples.step + + while curSample ~= lastSample and samples[curSample] <= X do + intervalStart = intervalStart + step_size + curSample = curSample + 1 + end + curSample = curSample - 1 + + -- Interpolate to provide an initial guess for T + local dist = (X - samples[curSample]) / (samples[curSample + 1] - samples[curSample]) + local Tguess = intervalStart + dist * step_size + + local c1 = (1.0 - 3.0 * X2 + 3.0 * X1) + local c2 = (3.0 * X2 - 6.0 * X1) + local c3 = (3.0 * X1) + --[[getSlope(Tguess, X1, X2)]] + local initSlope = 3.0 * c1 * Tguess ^ 2 + 2.0 * c2 * Tguess + c3 + if (initSlope >= self.options.newton_minslope) then + --[[newtonRaphsonIterate(X, Tguess, X1, X2)]] + for _ = 1, self.options.newton_iters do + --[[getSlope(Tguess, X1, X2)]] + local curSlope = 3.0 * c1 * Tguess ^ 2 + 2.0 * c2 * Tguess + c3 + if (curSlope == 0.0) then break end + --[[calcBezier(Tguess, X1, X2) - X]] + local curX = (((c1 * Tguess + c2) * Tguess + c3) * Tguess) - X + Tguess = Tguess - (curX / curSlope) + end + T = Tguess + elseif (initSlope == 0) then + T = Tguess + else + local A = intervalStart + local B = intervalStart + step_size + --[[binarySubdivide(X, A, B, X1, X2)]] + local curX, curT + local iter = 0 + while (m_abs(curX) > self.options.subdiv_prec and iter < self.options.subdiv_iters) do + curT = A + (B - A) * 0.5 + --[[calcBezier(curT, X1, X2) - X]] + curX = ((((1.0 - 3.0 * X2 + 3.0 * X1) * curT + (3.0 * X2 - 6.0 * X1)) * curT + (3.0 * X1)) * curT) - X + if curX > 0.0 then B = curT else A = curT end + iter = iter + 1 + end + T = curT or (A + (B - A) * 0.5) + end + --#end getTForX# + --[[calcBezier(T, Y1, Y2)]] + local prog = (((1.0 - 3.0 * Y2 + 3.0 * Y1) * T + (3.0 * Y2 - 6.0 * Y1)) * T + (3.0 * Y1)) * T + animBlend(state.anim, m_lerp(state.from, state.to, prog)) + end + end, + __index = { + wrap = function(self) return function(state, data) self(state, data) end end + }, + type = "Bezier" + } + + + ---Generates a callback that uses a custom bezier curve to blend. + --- + ---These are expensive to run so use them sparingly or use low settings. + ---@param x1 number + ---@param y1 number + ---@param x2 number + ---@param y2 number + ---@param options? Lib.GS.AnimBlend.BezierOptions + ---@return Lib.GS.AnimBlend.blendCallback + function callbackGenerators.bezierEasing(x1, y1, x2, y2, options) + -- Because some dumbass won't read the instructions... + ---@diagnostic disable-next-line: undefined-field + if type(x1) == "table" and x1.done ~= nil then + error("attempt to use generator 'bezierEasing' as a blend callback.", 2) + end + + -- Optimization. This may cause an issue if a Bezier object is expected. + -- If you actually need a Bezier object then don't make a linear bezier lmao. + if x1 == y1 and x2 == y2 then return callbackCurves.linear end + + ---===== Verify options =====--- + local to = type(options) + if to == "nil" then + options = { + newton_iters = default_newton_iters, + newton_minslope = default_newton_minslope, + subdiv_prec = default_subdiv_prec, + subdiv_iters = default_subdiv_iters, + sample_size = default_sample_size + } + elseif to ~= "table" then + error("bad argument #5 to 'bezierEasing' (table expected, got " .. to .. ")") + else + local safe = this.safe + local oni = options.newton_iters + if oni == nil then + options.newton_iters = default_newton_iters + elseif safe then + assert(chk.badnum('5["newton_iters"]', "bezierEasing", oni)) + end + + local onm = options.newton_minslope + if onm == nil then + options.newton_minslope = default_newton_minslope + elseif safe then + assert(chk.badnum('5["newton_minslope"]', "bezierEasing", onm)) + end + + local osp = options.subdiv_prec + if osp == nil then + options.subdiv_prec = default_subdiv_prec + elseif safe then + assert(chk.badnum('5["subdiv_prec"]', "bezierEasing", osp)) + end + + local osi = options.subdiv_iters + if osi == nil then + options.subdiv_iters = default_subdiv_iters + elseif safe then + assert(chk.badnum('5["subdiv_iters"]', "bezierEasing", osi)) + end + + local oss = options.sample_size + if oss == nil then + options.sample_size = default_sample_size + elseif safe then + assert(chk.badnum('5["sample_size"]', "bezierEasing", oss)) + end + end + + if this.safe then + chk.badnum(1, "bezierEasing", x1) + chk.badnum(2, "bezierEasing", y1) + chk.badnum(3, "bezierEasing", x2) + chk.badnum(4, "bezierEasing", y2) + end + + if x1 > 1 or x1 < 0 then + error("bad argument #1 to 'bezierEasing' (value out of [0, 1] range)", 2) + end + if x2 > 1 or x2 < 0 then + error("bad argument #3 to 'bezierEasing' (value out of [0, 1] range)", 2) + end + + local samples = {step = 1 / (options.sample_size - 1)} + + ---@type Lib.GS.AnimBlend.bezierCallback + local obj = setmetatable({ + x1, y1, x2, y2, + options = options, + samples = samples + }, BezierMT) + + local step = samples.step + local c1 = (1.0 - 3.0 * x2 + 3.0 * x1) + local c2 = (3.0 * x2 - 6.0 * x1) + local c3 = (3.0 * x1) + for i = 0, options.sample_size - 1 do + local istep = i * step + --[[calcBezier(istep, X1, X2)]] + samples[i] = ((c1 * istep + c2) * istep + c3) * istep + end + + return obj + end + end + + ---Generates a callback that plays other callbacks on a timeline. + --- + ---An example of a valid timeline: + ---```lua + ---...timeline({ + --- {time = 0, min = 0, max = 1, func = .callbackCurve.easeInSine}, + --- {time = 0.5, min = 1, max = 0.5, func = .callbackCurve.easeOutCubic}, + --- {time = 0.5, min = 0.5, max = 1, func = .callbackCurve.easeInCubic} + ---}) + ---``` + ---@param tl Lib.GS.AnimBlend.timeline + ---@return Lib.GS.AnimBlend.blendCallback + function callbackGenerators.timeline(tl) + -- Because some dumbass won't read the instructions... + ---@diagnostic disable-next-line: undefined-field + if tl.done ~= nil then + error("attempt to use generator 'timeline' as a blend callback.", 2) + end + + if this.safe then + assert(chk.badarg(1, "timeline", tl, "table")) + for i, kf in ipairs(tl) do + assert(chk.badarg("1[" .. i .. "]", "timeline", kf, "table")) + end + local time = 0 + local ftime = tl[1].time + if ftime ~= 0 then error("error in keyframe #1: timeline does not start at 0 (got " .. ftime .. ")") end + for i, kf in ipairs(tl) do + assert(chk.badnum("1[" .. i .. ']["time"]', "timeline", kf.time)) + if kf.time <= time then + error( + "error in keyframe #" .. i .. + ": timeline did not move forward (from " .. time .. " to " .. kf.time .. ")", 2 + ) + end + + if kf.min then assert(chk.badnum("1[" .. i .. ']["min"]', "timeline", kf.min)) end + if kf.max then assert(chk.badnum("1[" .. i .. ']["max"]', "timeline", kf.max)) end + + assert(chk.badarg("1[" .. i .. ']["func"]', "timeline", kf.func, "function"), true) + end + end + + return function(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + ---@type Lib.GS.AnimBlend.tlKeyframe, Lib.GS.AnimBlend.tlKeyframe + local kf, nextkf + for _, _kf in ipairs(tl) do + if _kf.time > state.progress then + if _kf.time < 1 then nextkf = _kf end + break + end + kf = _kf + end + + local adj_prog = m_map( + state.progress, + kf.time, nextkf and nextkf.time or 1, + kf.min or 0, kf.max or 1 + ) + + local newstate = setmetatable( + {time = state.max * adj_prog, progress = adj_prog}, + {__index = state} + ); + (kf.func or this.defaultCallback)(newstate, data) + end + end + end + + + ---===== CALLBACK CURVES =====--- + + ---A callback that uses the `linear` easing method to blend. + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.linear(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + animBlend(state.anim, m_lerp(state.from, state.to, state.progress)) + end + end + + -- I planned to add easeOutIn curves but I'm lazy. I'll do it if people request it. + + ---A callback that uses the `easeInSine` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInSine) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInSine(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = (1 - m_cos(state.progress * m_pi * 0.5)) -- + animBlend( + state.anim, + from + (state.to - from) * (1 - m_cos(state.progress * m_pi * 0.5)) + ) + end + end + + ---A callback that uses the `easeOutSine` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutSine) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutSine(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = (m_sin(state.progress * m_pi * 0.5)) -- + animBlend( + state.anim, + from + (state.to - from) * (m_sin(state.progress * m_pi * 0.5)) + ) + end + end + + ---A callback that uses the `easeInOutSine` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutSine) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutSine(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = -(m_cos(state.progress * m_pi) - 1) * 0.5 -- + animBlend( + state.anim, + from + (state.to - from) * (-(m_cos(state.progress * m_pi) - 1) * 0.5) + ) + end + end + + ---A callback that uses the `easeInQuad` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInQuad) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInQuad(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = state.progress ^ 2 -- + animBlend( + state.anim, + from + (state.to - from) * (state.progress ^ 2) + ) + end + end + + ---A callback that uses the `easeOutQuad` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutQuad) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutQuad(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = 1 - (1 - state.progress) ^ 2 -- + animBlend( + state.anim, + from + (state.to - from) * (1 - (1 - state.progress) ^ 2) + ) + end + end + + ---A callback that uses the `easeInOutQuad` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutQuad) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutQuad(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- x < 0.5 -- + -- and 2 * x ^ 2 -- + -- or 1 - (-2 * x + 2) ^ 2 * 0.5 -- + animBlend( + state.anim, + from + (state.to - from) * ( + x < 0.5 + and 2 * x ^ 2 + or 1 - (-2 * x + 2) ^ 2 * 0.5 + ) + ) + end + end + + ---A callback that uses the `easeInCubic` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInCubic) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInCubic(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = state.progress ^ 3 -- + animBlend( + state.anim, + from + (state.to - from) * (state.progress ^ 3) + ) + end + end + + ---A callback that uses the `easeOutCubic` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutCubic) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutCubic(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = 1 - (1 - state.progress) ^ 3 -- + animBlend( + state.anim, + from + (state.to - from) * (1 - (1 - state.progress) ^ 3) + ) + end + end + + ---A callback that uses the `easeInOutCubic` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutCubic) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutCubic(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- x < 0.5 -- + -- and 4 * x ^ 3 -- + -- or 1 - (-2 * x + 2) ^ 3 * 0.5 -- + animBlend( + state.anim, + from + (state.to - from) * ( + x < 0.5 + and 4 * x ^ 3 + or 1 - (-2 * x + 2) ^ 3 * 0.5 + ) + ) + end + end + + ---A callback that uses the `easeInQuart` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInQuart) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInQuart(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = state.progress ^ 4 -- + animBlend( + state.anim, + from + (state.to - from) * (state.progress ^ 4) + ) + end + end + + ---A callback that uses the `easeOutQuart` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutQuart) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutQuart(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = 1 - (1 - state.progress) ^ 4 -- + animBlend( + state.anim, + from + (state.to - from) * (1 - (1 - state.progress) ^ 4) + ) + end + end + + ---A callback that uses the `easeInOutQuart` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutQuart) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutQuart(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + --local prog = -- + -- x < 0.5 -- + -- and 8 * x ^ 4 -- + -- or 1 - (-2 * x + 2) ^ 4 * 0.5 -- + animBlend( + state.anim, + from + (state.to - from) * ( + x < 0.5 + and 8 * x ^ 4 + or 1 - (-2 * x + 2) ^ 4 * 0.5 + ) + ) + end + end + + ---A callback that uses the `easeInQuint` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInQuint) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInQuint(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = state.progress ^ 5 -- + animBlend( + state.anim, + from + (state.to - from) * (state.progress ^ 5) + ) + end + end + + ---A callback that uses the `easeOutQuint` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutQuint) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutQuint(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = 1 - (1 - state.progress) ^ 5 -- + animBlend( + state.anim, + from + (state.to - from) * (1 - (1 - state.progress) ^ 5) + ) + end + end + + ---A callback that uses the `easeInOutQuint` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutQuint) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutQuint(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- x < 0.5 -- + -- and 16 * x ^ 5 -- + -- or 1 - (-2 * x + 2) ^ 5 * 0.5 -- + animBlend( + state.anim, + from + (state.to - from) * ( + x < 0.5 + and 16 * x ^ 5 + or 1 - (-2 * x + 2) ^ 5 * 0.5 + ) + ) + end + end + + ---A callback that uses the `easeInExpo` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInExpo) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInExpo(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- x == 0 -- + -- and 0 -- + -- or 2 ^ (10 * x - 10) -- + animBlend( + state.anim, + from + (state.to - from) * ( + x == 0 + and 0 + or 2 ^ (10 * x - 10) + ) + ) + end + end + + ---A callback that uses the `easeOutExpo` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutExpo) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutExpo(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- x == 1 -- + -- and 1 -- + -- or 1 - 2 ^ (-10 * x) -- + animBlend( + state.anim, + from + (state.to - from) * ( + x == 1 + and 1 + or 1 - 2 ^ (-10 * x) + ) + ) + end + end + + ---A callback that uses the `easeInOutExpo` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutExpo) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutExpo(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- (x == 0 or x == 1) and x -- + -- or x < 0.5 and 2 ^ (20 * x - 10) * 0.5 -- + -- or (2 - 2 ^ (-20 * x + 10)) * 0.5 -- + animBlend( + state.anim, + from + (state.to - from) * ( + (x == 0 or x == 1) and x + or x < 0.5 and 2 ^ (20 * x - 10) * 0.5 + or (2 - 2 ^ (-20 * x + 10)) * 0.5 + ) + ) + end + end + + ---A callback that uses the `easeInCirc` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInCirc) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInCirc(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = 1 - m_sqrt(1 - state.progress ^ 2) -- + animBlend( + state.anim, + from + (state.to - from) * (1 - m_sqrt(1 - state.progress ^ 2)) + ) + end + end + + ---A callback that uses the `easeOutCirc` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutCirc) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutCirc(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = m_sqrt(1 - (state.progress - 1) ^ 2) -- + animBlend( + state.anim, + from + (state.to - from) * m_sqrt(1 - (state.progress - 1) ^ 2) + ) + end + end + + ---A callback that uses the `easeInOutCirc` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutCirc) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutCirc(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- x < 0.5 -- + -- and (1 - m_sqrt(1 - (2 * x) ^ 2)) * 0.5 -- + -- or (m_sqrt(1 - (-2 * x + 2) ^ 2) + 1) * 0.5 -- + animBlend( + state.anim, + from + (state.to - from) * ( + x < 0.5 + and (1 - m_sqrt(1 - (2 * x) ^ 2)) * 0.5 + or (m_sqrt(1 - (-2 * x + 2) ^ 2) + 1) * 0.5 + ) + ) + end + end + + ---A callback that uses the `easeInBack` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInBack) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInBack(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- magic c1 <1.70158> = 1.70158 -- + -- magic c2 <2.70158> = c1 + 1 -- + -- local prog = 2.70158 * x ^ 3 - 1.70158 * x ^ 2 -- + animBlend( + state.anim, + from + (state.to - from) * (2.70158 * x ^ 3 - 1.70158 * x ^ 2) + ) + end + end + + ---A callback that uses the `easeOutBack` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutBack) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutBack(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress - 1 + -- magic c1 <1.70158> = 1.70158 -- + -- magic c2 <2.70158> = c1 + 1 -- + -- local prog = 1 + 2.70158 * x ^ 3 + 1.70158 * x ^ 2 -- + animBlend( + state.anim, + from + (state.to - from) * (1 + 2.70158 * x ^ 3 + 1.70158 * x ^ 2) + ) + end + end + + ---A callback that uses the `easeInOutBack` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutBack) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutBack(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + local x2 = x * 2 + -- magic c1 <1.70158> = 1.70158 -- + -- magic c2 <2.5949095> = c1 * 1.525 -- + -- magic c3 <3.5949095> = c2 + 1 -- + -- local prog = -- + -- x < 0.5 -- + -- and (x2 ^ 2 * (3.5949095 * x2 - 2.5949095)) * 0.5 -- + -- or ((x2 - 2) ^ 2 * (3.5949095 * (x2 - 2) + 2.5949095) + 2) * 0.5 -- + animBlend( + state.anim, + from + (state.to - from) * ( + x < 0.5 + and (x2 ^ 2 * (3.5949095 * x2 - 2.5949095)) * 0.5 + or ((x2 - 2) ^ 2 * (3.5949095 * (x2 - 2) + 2.5949095) + 2) * 0.5 + ) + ) + end + end + + ---A callback that uses the `easeInElastic` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInElastic) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInElastic(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- (x == 0 or x == 1) and x -- + -- or -(2 ^ (10 * x - 10)) * m_sin((x * 10 - 10.75) * m_pi / 1.5) -- + animBlend( + state.anim, + from + (state.to - from) * ( + (x == 0 or x == 1) and x + or -(2 ^ (10 * x - 10)) * m_sin((x * 10 - 10.75) * m_pi / 1.5) + ) + ) + end + end + + ---A callback that uses the `easeOutElastic` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutElastic) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutElastic(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- (x == 0 or x == 1) and x -- + -- or 2 ^ (-10 * x) * m_sin((x * 10 - 0.75) * m_pi / 1.5) + 1 -- + animBlend( + state.anim, + from + (state.to - from) * ( + (x == 0 or x == 1) and x + or 2 ^ (-10 * x) * m_sin((x * 10 - 0.75) * m_pi / 1.5) + 1 + ) + ) + end + end + + ---A callback that uses the `easeInOutElastic` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutElastic) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutElastic(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- (x == 0 or x == 1) and x -- + -- or x < 0.5 and -(2 ^ (x * 20 - 10) * m_sin((x * 20 - 11.125) * m_pi / 2.25)) * 0.5 -- + -- or (2 ^ (-x * 20 + 10) * m_sin((x * 20 - 11.125) * m_pi / 2.25)) * 0.5 + 1 -- + animBlend( + state.anim, + from + (state.to - from) * ( + (x == 0 or x == 1) and x + or x < 0.5 and -(2 ^ (x * 20 - 10) * m_sin((x * 20 - 11.125) * m_pi / 2.25)) * 0.5 + or (2 ^ (-x * 20 + 10) * m_sin((x * 20 - 11.125) * m_pi / 2.25)) * 0.5 + 1 + ) + ) + end + end + + ---A callback that uses the `easeInBounce` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInBounce) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInBounce(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = 1 - state.progress + -- magic c1 <7.5625> = 7.5625 -- + -- magic c2 <2.75> = 2.75 -- + -- local prog = -- + -- 1 - ( -- + -- x < 1 / 2.75 and 7.5625 * x ^ 2 -- + -- or x < 2 / 2.75 and 7.5625 * (x - 1.5 / 2.75) ^ 2 + 0.75 -- + -- or x < 2.5 / 2.75 and 7.5625 * (x - 2.25 / 2.75) ^ 2 + 0.9375 -- + -- or 7.5625 * (x - 2.625 / 2.75) ^ 2 + 0.984375 -- + -- ) -- + animBlend( + state.anim, + from + (state.to - from) * ( + 1 - ( + x < 1 / 2.75 and 7.5625 * x ^ 2 + or x < 2 / 2.75 and 7.5625 * (x - 1.5 / 2.75) ^ 2 + 0.75 + or x < 2.5 / 2.75 and 7.5625 * (x - 2.25 / 2.75) ^ 2 + 0.9375 + or 7.5625 * (x - 2.625 / 2.75) ^ 2 + 0.984375 + ) + ) + ) + end + end + + ---A callback that uses the `easeOutBounce` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutBounce) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutBounce(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- magic c1 <7.5625> = 7.5625 -- + -- magic c2 <2.75> = 2.75 -- + -- local prog = -- + -- x < 1 / 2.75 and 7.5625 * x ^ 2 -- + -- or x < 2 / 2.75 and 7.5625 * (x - 1.5 / 2.75) ^ 2 + 0.75 -- + -- or x < 2.5 / 2.75 and 7.5625 * (x - 2.25 / 2.75) ^ 2 + 0.9375 -- + -- or 7.5625 * (x - 2.625 / 2.75) ^ 2 + 0.984375 -- + animBlend( + state.anim, + from + (state.to - from) * ( + x < 1 / 2.75 and 7.5625 * x ^ 2 + or x < 2 / 2.75 and 7.5625 * (x - 1.5 / 2.75) ^ 2 + 0.75 + or x < 2.5 / 2.75 and 7.5625 * (x - 2.25 / 2.75) ^ 2 + 0.9375 + or 7.5625 * (x - 2.625 / 2.75) ^ 2 + 0.984375 + ) + ) + end + end + + ---A callback that uses the `easeInOutBounce` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutBounce) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutBounce(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + local s = x < 0.5 and -1 or 1 + x = x < 0.5 and 1 - 2 * x or 2 * x - 1 + -- magic c1 <7.5625> = 7.5625 + -- magic c2 <2.75> = 2.75 + -- local prog = + -- (1 + s * ( + -- x < 1 / 2.75 and 7.5625 * x ^ 2 + -- or x < 2 / 2.75 and 7.5625 * (x - 1.5 / 2.75) ^ 2 + 0.75 + -- or x < 2.5 / 2.75 and 7.5625 * (x - 2.25 / 2.75) ^ 2 + 0.9375 + -- or 7.5625 * (x - 2.625 / 2.75) ^ 2 + 0.984375 + -- )) * 0.5 + animBlend( + state.anim, + -- What the fuck. + from + (state.to - from) * ( + (1 + s * ( + x < 1 / 2.75 and 7.5625 * x ^ 2 + or x < 2 / 2.75 and 7.5625 * (x - 1.5 / 2.75) ^ 2 + 0.75 + or x < 2.5 / 2.75 and 7.5625 * (x - 2.25 / 2.75) ^ 2 + 0.9375 + or 7.5625 * (x - 2.625 / 2.75) ^ 2 + 0.984375 + )) * 0.5 + ) + ) + end + end + + + ---The default callback used by this library. This is used when no other callback is being used. + this.defaultCallback = callbackCurves["lin" .. "ear"] --Yes, I did this to trick the LuaLS + this.callbackGen = callbackGenerators + this.callbackCurve = callbackCurves + + + -----===================================== BLENDING LOGIC =====================================----- + + local ticker = 0 + local last_delta = 0 + local allowed_contexts = { + RENDER = true, + FIRST_PERSON = true, + OTHER = true + } + + events.TICK:register(function() + ticker = ticker + 1 + end, "GSAnimBlend:Tick_TimeTicker") + + events.RENDER:register(function(delta, ctx) + if not allowed_contexts[ctx] or (delta == last_delta and ticker == 0) then return end + local elapsed_time = ticker + (delta - last_delta) + ticker = 0 + for anim in pairs(blending) do + -- Every frame, update time and progress, then call the callback. + local data = animData[anim] + local state = data.state + if not state.paused then + local cbs = state.callbackState + state.time = state.time + elapsed_time + if not state.max then cbs.max = state.starting and data.blendTimeIn or data.blendTimeOut end + if not state.from then + cbs.from = data.blendSane + elseif not state.to then + cbs.to = data.blendSane + end + + -- When a blend stops, update all info to signal it has stopped. + if (state.time >= cbs.max) or (animGetPlayState(anim) == "STOPPED") then + cbs.time = cbs.max + cbs.progress = 1 + cbs.done = true + + -- Do final callback. + state.callback(cbs, animData[anim]) + blending[anim] = nil + else + cbs.time = state.time + cbs.progress = cbs.time / cbs.max + state.callback(cbs, animData[anim]) + end + end + end + last_delta = delta + end, "GSAnimBlend:Render_UpdateBlendStates") + + + -----================================ METATABLE MODIFICATIONS =================================----- + + ---===== FIELDS =====--- + + local animationGetters = {} + local animationSetters = {} + + function animationGetters:blendCallback() + if this.safe then assert(chk.badarg(1, "__index", self, "Animation")) end + return animData[self].callback + end + function animationSetters:blendCallback(value) + if this.safe then + assert(chk.badarg(1, "__newindex", self, "Animation")) + if type(value) ~= "string" then + assert(chk.badarg(3, "__newindex", value, "function", true)) + end + end + + if type(func) == "string" then + value = callbackCurves[value] + if not value then error("bad argument #3 of '__newindex' ('" .. func .. "' is not a valid curve)") end + end + animData[self].callback = value + end + + + ---===== METHODS =====--- + + local animationMethods = {} + + function animationMethods:play() + if this.safe then assert(chk.badarg(1, "play", self, "Animation")) end + + if blending[self] then + local state = animData[self].state + if state.paused then + state.paused = false + return + elseif state.starting then + return + end + + animStop(self) + local cbs = state.callbackState + local time = cbs.max * cbs.progress + this.blend(self, time, animGetBlend(self), nil, true) + return + elseif animData[self].blendTimeIn == 0 or animGetPlayState(self) ~= "STOPPED" then + return animPlay(self) + end + + this.blend(self, nil, 0, nil, true) + end + + function animationMethods:stop() + if this.safe then assert(chk.badarg(1, "stop", self, "Animation")) end + + if blending[self] then + local state = animData[self].state + if not state.starting then return end + + local cbs = state.callbackState + local time = cbs.max * cbs.progress + this.blend(self, time, animGetBlend(self), 0, false) + return + elseif animData[self].blendTimeOut == 0 or animGetPlayState(self) == "STOPPED" then + return animStop(self) + end + + this.blend(self, nil, nil, 0, false) + end + + function animationMethods:pause() + if this.safe then assert(chk.badarg(1, "pause", self, "Animation")) end + + if blending[self] then + animData[self].state.paused = true + return + end + + animPause(self) + end + + function animationMethods:restart(blend) + if this.safe then assert(chk.badarg(1, "restart", self, "Animation")) end + + if blend then + animStop(self) + this.blend(self, nil, 0, nil, true) + elseif blending[self] then + animBlend(self, animData[self].blend) + blending[self] = nil + else + animRestart(self) + end + end + + + ---===== GETTERS =====--- + + function animationMethods:getBlendTime() + if this.safe then assert(chk.badarg(1, "getBlendTime", self, "Animation")) end + local data = animData[self] + return data.blendTimeIn, data.blendTimeOut + end + + function animationMethods:isBlending() + if this.safe then assert(chk.badarg(1, "isBlending", self, "Animation")) end + return blending[self] + end + + function animationMethods:getBlend() + if this.safe then assert(chk.badarg(1, "getBlend", self, "Animation")) end + return animData[self].blend + end + + function animationMethods:getPlayState() + if this.safe then assert(chk.badarg(1, "getPlayState", self, "Animation")) end + return blending[self] + and (animData[self].state.paused + and "PAUSED" + or "PLAYING") + or animGetPlayState(self) + end + + function animationMethods:isPlaying() + if this.safe then assert(chk.badarg(1, "isPlaying", self, "Animation")) end + return blending[self] or animIsPlaying(self) + end + + function animationMethods:isPaused() + if this.safe then assert(chk.badarg(1, "isPaused", self, "Animation")) end + return not blending[self] and animIsPaused(self) + end + + + ---===== SETTERS =====--- + + function animationMethods:setBlendTime(time_in, time_out) + if time_in == nil then time_in = 0 end + if this.safe then + assert(chk.badarg(1, "setBlendTime", self, "Animation")) + assert(chk.badnum(2, "setBlendTime", time_in)) + assert(chk.badnum(3, "setBlendTime", time_out, true)) + end + + animData[self].blendTimeIn = m_max(time_in, 0) + animData[self].blendTimeOut = m_max(time_out or time_in, 0) + return self + end + + function animationMethods:setOnBlend(func) + if this.safe then + assert(chk.badarg(1, "setOnBlend", self, "Animation")) + if type(func) ~= "string" then + assert(chk.badarg(2, "setOnBlend", func, "function", true)) + end + end + + if type(func) == "string" then + func = callbackCurves[func] + if not func then error("bad argument #2 of 'setOnBlend' ('" .. func .. "' is not a valid curve)") end + end + animData[self].callback = func + return self + end + + function animationMethods:setBlend(weight) + if weight == nil then weight = 0 end + if this.safe then + assert(chk.badarg(1, "setBlend", self, "Animation")) + assert(chk.badarg(2, "setBlend", weight, "number")) + end + + local data = animData[self] + data.blend = weight + data.blendSane = makeSane(weight, 0) + return blending[self] and self or animBlend(self, weight) + end + + function animationMethods:setLength(len) + if len == nil then len = 0 end + if this.safe then + assert(chk.badarg(1, "setLength", self, "Animation")) + assert(chk.badarg(2, "setLength", len, "number")) + end + + local data = animData[self] + if data.length then animNewCode(self, data.length, "") end + + local lenSane = makeSane(m_max(len - tPass, 0), false) + data.length = lenSane and (lenSane > tPass and lenSane) or false + + if data.length then + animNewCode(self, m_max(data.length - tPass, 0), blendCommand:format(data.triggerId)) + end + return animLength(self, len) + end + + function animationMethods:setPlaying(state) + if this.safe then assert(chk.badarg(1, "setPlaying", self, "Animation")) end + if state then self:play() else self:stop() end + return self + end + + + ---===== CHAINED =====--- + + animationMethods.blendTime = animationMethods.setBlendTime + animationMethods.onBlend = animationMethods.setOnBlend + animationMethods.blend = animationMethods.setBlend + animationMethods.length = animationMethods.setLength + animationMethods.playing = animationMethods.setPlaying + + + ---===== METAMETHODS =====--- + + function animation_mt:__index(key) + if animationGetters[key] then + return animationGetters[key](self) + elseif animationMethods[key] then + return animationMethods[key] + else + return _animationIndex(self, key) + end + end + + function animation_mt:__newindex(key, value) + if animationSetters[key] then + animationSetters[key](self, value) + return + else + _animationNewIndex(self, key, value) + end + end + + + -----============================== ANIMATION API MODIFICATIONS ===============================----- + + if animationapi_mt then + local apiMethods = {} + + function apiMethods:getPlaying(ignore_blending) + if this.safe then assert(chk.badarg(1, "getPlaying", self, "AnimationAPI")) end + ---@cast animapiGetPlaying function + if ignore_blending then return animapiGetPlaying(animations) end + local anims = {} + for _, anim in ipairs(animations:getAnimations()) do + ---@diagnostic disable-next-line: deprecated + if anim:isPlaying() then anims[#anims+1] = anim end + end + + return anims + end + + function animationapi_mt:__index(key) + return apiMethods[key] or _animationapiIndex(self, key) + end + end + + + return setmetatable(this, thismt) +end) + +if s then + return this +else -- This is *all* error handling. + ---@cast this string + local e_msg, e_stack = this:match("^(.-)\nstack traceback:\n(.*)$") + + -- Modify Stack + local stack_lines = {} + local skip_next + for line in e_stack:gmatch("[ \t]*([^\n]+)") do + -- If the level is not a Java level, keep it. + if not line:match("^%[Java]:") then + if not skip_next then + stack_lines[#stack_lines+1] = (" §4" .. line) + else + skip_next = false + end + elseif line:match("in function 'pcall'") then + -- If the level *is* a Java level and it contains the pcall, remove both it and the level above. + stack_lines[#stack_lines] = stack_lines[#stack_lines]:gsub("in function %b<>", "in protected chunk") + skip_next = true + end + end + + e_stack = table.concat(stack_lines, "\n") + + local cmp, ver = client.compareVersions, client.getFiguraVersion():match("^([^%+]*)") + local extra_reason = "" + + if FIG[1] and cmp(ver, FIG[1]) == -1 then + extra_reason = ("\n§oYour Figura version (%s) is below the recommended minimum of %s§r"):format(ver, FIG[1]) + elseif FIG[2] and cmp(ver, FIG[2]) == 1 then + extra_reason = ("\n§oYour Figura version (%s) is above the recommended maximum of %s§r"):format(ver, FIG[2]) + end + + error( + ( + "'%s' failed to load\z + \n§7INFO: %s v%s | %s§r%s\z + \ncaused by:\z + \n §4%s\z + \n §4stack traceback:\z + \n%s§r" + ):format( + ID, + ID, VER, ver, + extra_reason, + e_msg, e_stack + ), + 2 + ) +end + +--|==================================================================================================================|-- +--|=====|| DOCUMENTATION ||==========================================================================================|-- +--||=:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:=:==:=:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:=||-- + +---@diagnostic disable: duplicate-set-field, duplicate-doc-field, duplicate-doc-alias +---@diagnostic disable: missing-return, unused-local, lowercase-global, unreachable-code + +---@class Lib.GS.AnimBlend.AnimData +---The blending-in time of this animation in ticks. +---@field blendTimeIn number +---The blending-out time of this animation in ticks. +---@field blendTimeOut number +---The faked blend weight value of this animation. +---@field blend number +---The preferred blend weight that blending will use. +---@field blendSane number +---Where in the timeline the stop instruction is placed. +---If this is `false`, there is no stop instruction due to length limits. +---@field length number|false +---The id for this animation's blend trigger +---@field triggerId string +---The callback function this animation will call every frame while it is blending and one final +---time when blending finishes. +---@field callback? Lib.GS.AnimBlend.blendCallback +---The active blend state. +---@field state? Lib.GS.AnimBlend.BlendState + +---@class Lib.GS.AnimBlend.BlendState +---The amount of time this blend has been running for in ticks. +---@field time number +---The maximum time this blend will run in ticks. +---@field max number|false +---The starting blend weight. +---@field from number|false +---The ending blend weight. +---@field to number|false +---The callback to call each blending frame. +---@field callback? function +---The state proxy used in the blend callback function. +---@field callbackState Lib.GS.AnimBlend.CallbackState +---Determines if this blend is paused. +---@field paused boolean +---Determines if this blend is starting or ending an animation. +---@field starting boolean + +---@class Lib.GS.AnimBlend.CallbackState +---The animation this callback is acting on. +---@field anim Animation +---The amount of time this blend has been running for in ticks. +---@field time number +---The maximum time this blend will run in ticks. +---@field max number +---The progress as a percentage. +---@field progress number +---The starting blend weight. +---@field from number +---The ending blend weight. +---@field to number +---Determines if this blend is starting or ending an animation. +---@field starting boolean +---Determines if this blend is finishing up. +---@field done boolean + +---@class Lib.GS.AnimBlend.BezierOptions +---How many time to use the Newton-Raphson method to approximate. +---Higher numbers create more accurate approximations at the cost of instructions. +--- +---The default value is `4`. +---@field newton_iters? integer +---The minimum slope required to attempt to use the Newton-Raphson method. +---Lower numbers cause smaller slopes to be approximated at the cost of instructions. +--- +---The default value is `0.001`. +---@field newton_minslope? number +---The most precision that subdivision will allow before stopping early. +---Lower numbers cause subdivision to allow more precision at the cost of instructions. +--- +---The default value is `0.0000001`. +---@field subdiv_prec? number +---The maximum amount of times that subdivision will be performed. +---Higher numbers cause more subdivision to happen at the cost of instructions. +--- +---The default value is `10`. +---@field subdiv_iters? integer +---The amount of samples to gather from the bezier curve. +---Higher numbers gather more samples at the cost of more instructions when creating the curve. +---Lower numbers gather less samples at the cost of more instructions when blending with the curve. +--- +---The default value is `11`. +---@field sample_size? integer + +---@class Lib.GS.AnimBlend.Bezier: function +---@overload fun(state: Lib.GS.AnimBlend.CallbackState, data: Lib.GS.AnimBlend.AnimData) +---The X1 value. +---@field [1] number +---The Y1 value. +---@field [2] number +---The X2 value. +---@field [3] number +---The Y2 value. +---@field [4] number +---The options used to make this bezier. +---@field options Lib.GS.AnimBlend.BezierOptions +---The samples gathered from this bezier. +---@field samples {step: number, [integer]: number} + +---@class Lib.GS.AnimBlend.tlKeyframe +---The progress this keyframe starts at in the range [0, 1). +--- +---If the first keyframe does not start at `0`, an error will be thrown. +---A keyframe at or after time `1` will never run as completing the blend will be preferred. +---@field time number +---The starting adjusted-progress of this keyframe. +---Despite the name of this option, it does not need to be smaller than `max`. +--- +---All keyframes get an adjusted-progress which starts when the keyframe starts and ends when the next keyframe (or the +---end of the timeline) is hit. +--- +---The default value is `0`. +---@field min? number +---The ending adjusted-progress of this keyframe. +---Despite the name of this option, it does not need to be bigger than `min`. +--- +---All keyframes get an adjusted-progress which starts when the keyframe starts and ends when the next keyframe (or the +---end of the timeline) is hit. +--- +---The default value is `1`. +---@field max? number +---The blending callback to use for this entire frame. +---The adjusted-progress is given to this callback as it runs. +--- +---If a string is given instead of a callback, it is treated as the name of a curve found in +---`.callbackCurves`. +---If `nil` is given, the default callback is used. +--- +---Note: Blending callbacks called by this function will **never** call cleanup code. Care should be taken to make sure +---this does not break anything. +---@field func? Lib.GS.AnimBlend.blendCallback | Lib.GS.AnimBlend.curve + +---@alias Lib.GS.AnimBlend.blendCallback +---| fun(state: Lib.GS.AnimBlend.CallbackState, data: Lib.GS.AnimBlend.AnimData) + +---@alias Lib.GS.AnimBlend.bezierCallback +---| Lib.GS.AnimBlend.Bezier +---| Lib.GS.AnimBlend.blendCallback + +---@alias Lib.GS.AnimBlend.timeline Lib.GS.AnimBlend.tlKeyframe[] + +---@alias Lib.GS.AnimBlend.curve string +---| "linear" # The default blending curve. Goes from 0 to 1 without any fancy stuff. +---| "easeInSine" # [Learn More...](https://easings.net/#easeInSine) +---| "easeOutSine" # [Learn More...](https://easings.net/#easeOutSine) +---| "easeInOutSine" # [Learn More...](https://easings.net/#easeInOutSine) +---| "easeInQuad" # [Learn More...](https://easings.net/#easeInQuad) +---| "easeOutQuad" # [Learn More...](https://easings.net/#easeOutQuad) +---| "easeInOutQuad" # [Learn More...](https://easings.net/#easeInOutQuad) +---| "easeInCubic" # [Learn More...](https://easings.net/#easeInCubic) +---| "easeOutCubic" # [Learn More...](https://easings.net/#easeOutCubic) +---| "easeInOutCubic" # [Learn More...](https://easings.net/#easeInOutCubic) +---| "easeInQuart" # [Learn More...](https://easings.net/#easeInQuart) +---| "easeOutQuart" # [Learn More...](https://easings.net/#easeOutQuart) +---| "easeInOutQuart" # [Learn More...](https://easings.net/#easeInOutQuart) +---| "easeInQuint" # [Learn More...](https://easings.net/#easeInQuint) +---| "easeOutQuint" # [Learn More...](https://easings.net/#easeOutQuint) +---| "easeInOutQuint" # [Learn More...](https://easings.net/#easeInOutQuint) +---| "easeInExpo" # [Learn More...](https://easings.net/#easeInExpo) +---| "easeOutExpo" # [Learn More...](https://easings.net/#easeOutExpo) +---| "easeInOutExpo" # [Learn More...](https://easings.net/#easeInOutExpo) +---| "easeInCirc" # [Learn More...](https://easings.net/#easeInCirc) +---| "easeOutCirc" # [Learn More...](https://easings.net/#easeOutCirc) +---| "easeInOutCirc" # [Learn More...](https://easings.net/#easeInOutCirc) +---| "easeInBack" # [Learn More...](https://easings.net/#easeInBack) +---| "easeOutBack" # [Learn More...](https://easings.net/#easeOutBack) +---| "easeInOutBack" # [Learn More...](https://easings.net/#easeInOutBack) +---| "easeInElastic" # [Learn More...](https://easings.net/#easeInElastic) +---| "easeOutElastic" # [Learn More...](https://easings.net/#easeOutElastic) +---| "easeInOutElastic" # [Learn More...](https://easings.net/#easeInOutElastic) +---| "easeInBounce" # [Learn More...](https://easings.net/#easeInBounce) +---| "easeOutBounce" # [Learn More...](https://easings.net/#easeOutBounce) +---| "easeInOutBounce" # [Learn More...](https://easings.net/#easeInOutBounce) + + +---@class Animation +---#### [GS AnimBlend Library] +---The callback that should be called every frame while the animation is blending. +--- +---This allows adding custom behavior to the blending feature. +--- +---If this is `nil`, it will default to the library's basic callback. +---@field blendCallback? Lib.GS.AnimBlend.blendCallback +local Animation + + +---===== METHODS =====--- + +---#### [GS AnimBlend Library] +---Starts this animation from the beginning, even if it is currently paused or playing. +--- +---If `blend` is set, it will also restart with a blend. +function Animation:restart(blend) end + + +---===== GETTERS =====--- + +---#### [GS AnimBlend Library] +---Gets the blending times of this animation in ticks. +---@return number, number +function Animation:getBlendTime() end + +---#### [GS AnimBlend Library] +---Gets if this animation is currently blending. +---@return boolean +function Animation:isBlending() end + + +---===== SETTERS =====--- + +---#### [GS AnimBlend Library] +---Sets the blending time of this animation in ticks. +--- +---If two values are given, the blending in and out times are set respectively. +---@generic self +---@param self self +---@param time_in? number +---@param time_out? number +---@return self +function Animation:setBlendTime(time_in, time_out) end + +---#### [GS AnimBlend Library] +---Sets the blending callback of this animation. +---@generic self +---@param self self +---@param func? Lib.GS.AnimBlend.blendCallback +---@return self +function Animation:setOnBlend(func) end + + +---===== CHAINED =====--- + +---#### [GS AnimBlend Library] +---Sets the blending time of this animation in ticks. +--- +---If two values are given, the blending in and out times are set respectively. +---@generic self +---@param self self +---@param time_in? number +---@param time_out? number +---@return self +function Animation:blendTime(time_in, time_out) end + +---#### [GS AnimBlend Library] +---Sets the blending callback of this animation. +---@generic self +---@param self self +---@param func? Lib.GS.AnimBlend.blendCallback +---@return self +function Animation:onBlend(func) end + + +---@class AnimationAPI +local AnimationAPI + +---#### [GS AnimBlend Library] +---Gets an array of every playing animation. +--- +---Set `ignore_blending` to ignore animations that are currently blending. +---@param ignore_blending? boolean +---@return Animation[] +function AnimationAPI:getPlaying(ignore_blending) end diff --git a/3d_models/figura-old/Five Pebbles (Erratic Pulse)/actionwheel.lua b/3d_models/figura-old/Five Pebbles (Erratic Pulse)/actionwheel.lua new file mode 100644 index 0000000..26fc97d --- /dev/null +++ b/3d_models/figura-old/Five Pebbles (Erratic Pulse)/actionwheel.lua @@ -0,0 +1,73 @@ +--EMOTES-- + +local mainPage = action_wheel:newPage() +action_wheel:setPage(mainPage) + +function pings.Follow() + animations.player_model.followMe:play() +end +--- +function pings.Wave() + animations.player_model.wave:play() +end +--- +function pings.Clap() + animations.player_model.clap:play() +end +--- +function pings.Sitting(state) + animations.player_model.sitting:setPlaying(state) +end +--- +function pings.Tilt(state) + animations.player_model.tilt:setPlaying(state) +end + +function pings.Casual() + models.player_model:setPrimaryTexture("CUSTOM", textures["rw_pebs_casual"]) +end + +function pings.Work() + models.player_model:setPrimaryTexture("CUSTOM", textures["rw_pebs_work"]) +end + +------------------------------------------------------------------------------- + +mainPage:newAction() + :title("Casual") + :item("minecraft:light_gray_wool") + :hoverColor(1,1,0) + :onLeftClick(pings.Casual) + +mainPage:newAction() + :title("Work") + :item("minecraft:orange_wool") + :hoverColor(1,1,0) + :onLeftClick(pings.Work) + +mainPage:newAction() + :title("Wave") + :item("minecraft:lantern") + :hoverColor(1,1,0) + :onLeftClick(pings.Wave) + +mainPage:newAction() + :title("Follow Me") + :item("minecraft:compass") + :hoverColor(1,1,0) + :onLeftClick(pings.Follow) + +mainPage:newAction() + :title("Clap") + :item("minecraft:rabbit_foot") + :hoverColor(1,1,0) + :onLeftClick(pings.Clap) + + +mainPage:newAction() + :title("Sit") + :item("minecraft:purpur_stairs") + :hoverColor(1,1,0) + :onToggle(pings.Sitting) + + diff --git a/3d_models/figura-old/Five Pebbles (Erratic Pulse)/avatar.json b/3d_models/figura-old/Five Pebbles (Erratic Pulse)/avatar.json new file mode 100644 index 0000000..7669e01 --- /dev/null +++ b/3d_models/figura-old/Five Pebbles (Erratic Pulse)/avatar.json @@ -0,0 +1,7 @@ +{ + "authors": [ + "akirapink" + ], + "name": "Five Pebbles/Erratic Pulse", + "description":"Five Pebbles Supercomputer from Rain World" +} diff --git a/3d_models/figura-old/Five Pebbles (Erratic Pulse)/player_model.bbmodel b/3d_models/figura-old/Five Pebbles (Erratic Pulse)/player_model.bbmodel new file mode 100644 index 0000000..25ce6ec --- /dev/null +++ b/3d_models/figura-old/Five Pebbles (Erratic Pulse)/player_model.bbmodel @@ -0,0 +1 @@ +{"meta":{"format_version":"4.5","model_format":"free","box_uv":true},"name":"player_model","model_identifier":"","visible_box":[1,1,0],"variable_placeholders":"\n","variable_placeholder_buttons":[],"timeline_setups":[],"unhandled_root_fields":{},"resolution":{"width":64,"height":64},"elements":[{"name":"Head","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-4,24,-4],"to":[4,32,4],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[8,8,16,16],"texture":0},"east":{"uv":[0,8,8,16],"texture":0},"south":{"uv":[24,8,32,16],"texture":0},"west":{"uv":[16,8,24,16],"texture":0},"up":{"uv":[16,8,8,0],"texture":0},"down":{"uv":[24,0,16,8],"texture":0}},"type":"cube","uuid":"496dda5d-cca1-1751-414e-9a66ec7fee97"},{"name":"Slim Right Arm","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,12,-2],"to":[7,24,2],"autouv":0,"color":0,"origin":[0,0,0],"uv_offset":[40,16],"faces":{"north":{"uv":[44,20,47,32],"texture":0},"east":{"uv":[40,20,44,32],"texture":0},"south":{"uv":[51,20,54,32],"texture":0},"west":{"uv":[47,20,51,32],"texture":0},"up":{"uv":[47,20,44,16],"texture":0},"down":{"uv":[50,16,47,20],"texture":0}},"type":"cube","uuid":"9d4f0444-419a-b809-ba15-0c79019c07ef"},{"name":"Slim Right Arm Layer","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,12,-2],"to":[7,24,2],"autouv":0,"color":0,"inflate":0.25,"origin":[0,0,0],"uv_offset":[40,32],"faces":{"north":{"uv":[44,36,47,48],"texture":0},"east":{"uv":[40,36,44,48],"texture":0},"south":{"uv":[51,36,54,48],"texture":0},"west":{"uv":[47,36,51,48],"texture":0},"up":{"uv":[47,36,44,32],"texture":0},"down":{"uv":[50,32,47,36],"texture":0}},"type":"cube","uuid":"7be37985-2faa-66eb-242e-cb8eba0cfa76"},{"name":"Slim Left Arm","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-7,12,-2],"to":[-4,24,2],"autouv":0,"color":0,"origin":[0,0,0],"uv_offset":[32,48],"faces":{"north":{"uv":[36,52,39,64],"texture":0},"east":{"uv":[32,52,36,64],"texture":0},"south":{"uv":[43,52,46,64],"texture":0},"west":{"uv":[39,52,43,64],"texture":0},"up":{"uv":[39,52,36,48],"texture":0},"down":{"uv":[42,48,39,52],"texture":0}},"type":"cube","uuid":"cf83f33e-4217-062e-c91d-569fb49cf0b3"},{"name":"Slim Left Arm Layer","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-7,12,-2],"to":[-4,24,2],"autouv":0,"color":0,"inflate":0.25,"origin":[0,0,0],"uv_offset":[48,48],"faces":{"north":{"uv":[52,52,55,64],"texture":0},"east":{"uv":[48,52,52,64],"texture":0},"south":{"uv":[59,52,62,64],"texture":0},"west":{"uv":[55,52,59,64],"texture":0},"up":{"uv":[55,52,52,48],"texture":0},"down":{"uv":[58,48,55,52],"texture":0}},"type":"cube","uuid":"06ce123e-edbe-42b5-855a-9fb0deaa3db0"},{"name":"Right Leg","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.10000000000000009,0,-2],"to":[3.9,12,2],"autouv":0,"color":0,"origin":[0,0,0],"uv_offset":[0,16],"faces":{"north":{"uv":[4,20,8,32],"texture":0},"east":{"uv":[0,20,4,32],"texture":0},"south":{"uv":[12,20,16,32],"texture":0},"west":{"uv":[8,20,12,32],"texture":0},"up":{"uv":[8,20,4,16],"texture":0},"down":{"uv":[12,16,8,20],"texture":0}},"type":"cube","uuid":"8479a47a-d4bb-a01c-f46e-3cc5acef8687"},{"name":"Right Leg Layer","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.10000000000000009,0,-2],"to":[3.9,12,2],"autouv":0,"color":0,"inflate":0.25,"origin":[0,0,0],"uv_offset":[0,32],"faces":{"north":{"uv":[4,36,8,48],"texture":0},"east":{"uv":[0,36,4,48],"texture":0},"south":{"uv":[12,36,16,48],"texture":0},"west":{"uv":[8,36,12,48],"texture":0},"up":{"uv":[8,36,4,32],"texture":0},"down":{"uv":[12,32,8,36],"texture":0}},"type":"cube","uuid":"c110d4f6-3f50-73dd-44a9-9783e476354c"},{"name":"Left Leg","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-3.9,0,-2],"to":[0.10000000000000009,12,2],"autouv":0,"color":0,"origin":[0,0,0],"uv_offset":[16,48],"faces":{"north":{"uv":[20,52,24,64],"texture":0},"east":{"uv":[16,52,20,64],"texture":0},"south":{"uv":[28,52,32,64],"texture":0},"west":{"uv":[24,52,28,64],"texture":0},"up":{"uv":[24,52,20,48],"texture":0},"down":{"uv":[28,48,24,52],"texture":0}},"type":"cube","uuid":"ac52fb92-fd14-ab9a-1ecf-d21464461ead"},{"name":"Left Leg Layer","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-3.9,0,-2],"to":[0.10000000000000009,12,2],"autouv":0,"color":0,"inflate":0.25,"origin":[0,0,0],"uv_offset":[0,48],"faces":{"north":{"uv":[4,52,8,64],"texture":0},"east":{"uv":[0,52,4,64],"texture":0},"south":{"uv":[12,52,16,64],"texture":0},"west":{"uv":[8,52,12,64],"texture":0},"up":{"uv":[8,52,4,48],"texture":0},"down":{"uv":[12,48,8,52],"texture":0}},"type":"cube","uuid":"0eee2b8e-3a44-4f3d-002a-c5b7f078f724"},{"name":"Body Layer","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-4,12,-2],"to":[4,24,2],"autouv":0,"color":0,"inflate":0.25,"origin":[0,0,0],"uv_offset":[16,32],"faces":{"north":{"uv":[20,36,28,48],"texture":0},"east":{"uv":[16,36,20,48],"texture":0},"south":{"uv":[32,36,40,48],"texture":0},"west":{"uv":[28,36,32,48],"texture":0},"up":{"uv":[28,36,20,32],"texture":0},"down":{"uv":[36,32,28,36],"texture":0}},"type":"cube","uuid":"9a3c26d3-f6fd-62ee-a8af-435c768e9316"},{"name":"Body","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-4,12,-2],"to":[4,24,2],"autouv":0,"color":0,"origin":[0,0,0],"uv_offset":[16,16],"faces":{"north":{"uv":[20,20,28,32],"texture":0},"east":{"uv":[16,20,20,32],"texture":0},"south":{"uv":[32,20,40,32],"texture":0},"west":{"uv":[28,20,32,32],"texture":0},"up":{"uv":[28,20,20,16],"texture":0},"down":{"uv":[36,16,28,20],"texture":0}},"type":"cube","uuid":"f0e2f48d-fa6d-1439-0b2f-6dafffeb0b46"},{"name":"Steve Right Arm","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,12,-2],"to":[8,24,2],"autouv":0,"color":0,"visibility":false,"origin":[0,0,0],"uv_offset":[40,16],"faces":{"north":{"uv":[44,20,48,32],"texture":0},"east":{"uv":[40,20,44,32],"texture":0},"south":{"uv":[52,20,56,32],"texture":0},"west":{"uv":[48,20,52,32],"texture":0},"up":{"uv":[48,20,44,16],"texture":0},"down":{"uv":[52,16,48,20],"texture":0}},"type":"cube","uuid":"d3292373-1106-01c6-e4fd-ed82ad7fca34"},{"name":"Steve Right Arm Layer","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,12,-2],"to":[8,24,2],"autouv":0,"color":0,"visibility":false,"inflate":0.25,"origin":[0,0,0],"uv_offset":[40,32],"faces":{"north":{"uv":[44,36,48,48],"texture":0},"east":{"uv":[40,36,44,48],"texture":0},"south":{"uv":[52,36,56,48],"texture":0},"west":{"uv":[48,36,52,48],"texture":0},"up":{"uv":[48,36,44,32],"texture":0},"down":{"uv":[52,32,48,36],"texture":0}},"type":"cube","uuid":"5c56e20e-1324-ecb1-04b6-b5a31fde4b6b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,25,-2],"to":[6,30,2],"autouv":0,"color":0,"origin":[0,24,0],"uv_offset":[-2,-2],"faces":{"north":{"uv":[35,10,37,14],"texture":0},"east":{"uv":[35,10,37,14],"texture":0},"south":{"uv":[35,10,37,14],"texture":0},"west":{"uv":[35,10,37,14],"texture":0},"up":{"uv":[35,10,37,14],"texture":0},"down":{"uv":[35,10,37,14],"texture":0}},"type":"cube","uuid":"7f8ec1e5-e67f-756d-ac83-5f4d25d6370f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,30,-1],"to":[5,35,1],"autouv":0,"color":0,"origin":[0,24,0],"uv_offset":[-2,-2],"faces":{"north":{"uv":[35,10,37,14],"texture":0},"east":{"uv":[35,10,37,14],"texture":0},"south":{"uv":[35,10,37,14],"texture":0},"west":{"uv":[35,10,37,14],"texture":0},"up":{"uv":[35,10,37,14],"texture":0},"down":{"uv":[35,10,37,14],"texture":0}},"type":"cube","uuid":"0b7e4f44-c743-683f-a391-32f9caf04f8a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-5,30,-1],"to":[-4,35,1],"autouv":0,"color":0,"origin":[0,24,0],"uv_offset":[-2,-2],"faces":{"north":{"uv":[37,10,35,14],"texture":0},"east":{"uv":[37,10,35,14],"texture":0},"south":{"uv":[37,10,35,14],"texture":0},"west":{"uv":[37,10,35,14],"texture":0},"up":{"uv":[37,10,35,14],"texture":0},"down":{"uv":[37,10,35,14],"texture":0}},"type":"cube","uuid":"f8e2df92-365b-a855-8997-9194cc460c40"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-6,25,-2],"to":[-4,30,2],"autouv":0,"color":0,"origin":[0,24,0],"uv_offset":[-2,-2],"faces":{"north":{"uv":[37,10,35,14],"texture":0},"east":{"uv":[37,10,35,14],"texture":0},"south":{"uv":[37,10,35,14],"texture":0},"west":{"uv":[37,10,35,14],"texture":0},"up":{"uv":[37,10,35,14],"texture":0},"down":{"uv":[37,10,35,14],"texture":0}},"type":"cube","uuid":"e2ca987e-088d-5257-8f7f-0e69dd1c1362"},{"name":"Left Arm","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-8,12,-2],"to":[-4,24,2],"autouv":0,"color":0,"visibility":false,"origin":[0,0,0],"uv_offset":[32,48],"faces":{"north":{"uv":[36,52,40,64],"texture":0},"east":{"uv":[32,52,36,64],"texture":0},"south":{"uv":[44,52,48,64],"texture":0},"west":{"uv":[40,52,44,64],"texture":0},"up":{"uv":[40,52,36,48],"texture":0},"down":{"uv":[44,48,40,52],"texture":0}},"type":"cube","uuid":"0be6a9e0-ba6c-8bda-3a47-34f134419852"},{"name":"Left Arm Layer","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-8,12,-2],"to":[-4,24,2],"autouv":0,"color":0,"visibility":false,"inflate":0.25,"origin":[0,0,0],"uv_offset":[48,48],"faces":{"north":{"uv":[52,52,56,64],"texture":0},"east":{"uv":[48,52,52,64],"texture":0},"south":{"uv":[60,52,64,64],"texture":0},"west":{"uv":[56,52,60,64],"texture":0},"up":{"uv":[56,52,52,48],"texture":0},"down":{"uv":[60,48,56,52],"texture":0}},"type":"cube","uuid":"5907d0a1-4f7d-8d76-1d11-bf6638bcbfca"},{"name":"Head Layer","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-4,24,-4],"to":[4,32,4],"autouv":0,"color":0,"inflate":0.25,"origin":[0,0,0],"uv_offset":[32,0],"faces":{"north":{"uv":[40,8,48,16],"texture":0},"east":{"uv":[32,8,40,16],"texture":0},"south":{"uv":[56,8,64,16],"texture":0},"west":{"uv":[48,8,56,16],"texture":0},"up":{"uv":[48,8,40,0],"texture":0},"down":{"uv":[56,0,48,8],"texture":0}},"type":"cube","uuid":"f97cf4ec-b02c-c370-d9a8-2a7a583c4edb"}],"outliner":[{"name":"root","origin":[0,0,0],"color":0,"uuid":"84566099-c3bd-d9c4-0cf0-553f90fbf36d","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"Head","origin":[0,24,0],"color":0,"uuid":"e368b5ff-8fe7-52f8-b15d-3669735ea015","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["496dda5d-cca1-1751-414e-9a66ec7fee97","f97cf4ec-b02c-c370-d9a8-2a7a583c4edb",{"name":"HelmetPivot","origin":[0,24,0],"color":0,"uuid":"eadfb178-89a5-3a93-68b7-9eb41b8a5c8e","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"HelmetItemPivot","origin":[0,24,0],"color":0,"uuid":"9677352b-11c7-581d-f90d-2147f145cbc1","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"RightSpyglassPivot","origin":[2,28,-4],"color":0,"uuid":"51662881-b5c8-5f43-b52c-0cbb15ac4dea","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"LeftSpyglassPivot","origin":[-2,28,-4],"color":0,"uuid":"8c48b4bf-7a56-9663-9107-d45f344670d6","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]},"7f8ec1e5-e67f-756d-ac83-5f4d25d6370f","0b7e4f44-c743-683f-a391-32f9caf04f8a","e2ca987e-088d-5257-8f7f-0e69dd1c1362","f8e2df92-365b-a855-8997-9194cc460c40"]},{"name":"Body","origin":[0,24,0],"color":0,"uuid":"4c59454b-d762-e138-f511-8cdcfe9eea48","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["f0e2f48d-fa6d-1439-0b2f-6dafffeb0b46","9a3c26d3-f6fd-62ee-a8af-435c768e9316",{"name":"LeggingsPivot","origin":[0,12,0],"color":0,"uuid":"26ce304e-4f4e-2641-5bdd-deee8e51263c","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"ChestplatePivot","origin":[0,24,0],"color":0,"uuid":"ecf2f9a0-9370-010f-0895-7aa06ab98579","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"RightParrotPivot","origin":[6,24,0],"color":0,"uuid":"8bee590e-3bc4-cccb-7da8-537740bcaf97","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"LeftParrotPivot","origin":[-6,24,0],"color":0,"uuid":"19073238-7ffa-c063-86e5-3e65260ee604","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]}]},{"name":"RightArm","origin":[5,22,0],"color":0,"uuid":"fd161bb4-4436-7745-1328-8f69fbae792c","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"RSlim","origin":[5,22,0],"color":0,"uuid":"f8dbc9c6-b195-649e-95fd-738acfa8b667","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["9d4f0444-419a-b809-ba15-0c79019c07ef","7be37985-2faa-66eb-242e-cb8eba0cfa76"]},{"name":"RSteve","origin":[5,22,0],"color":0,"uuid":"80733f54-5fce-1e97-57ee-7e1806b1c8d8","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":false,"autouv":0,"children":["d3292373-1106-01c6-e4fd-ed82ad7fca34","5c56e20e-1324-ecb1-04b6-b5a31fde4b6b"]},{"name":"RightItemPivot","origin":[6,12,-2],"color":0,"uuid":"6b4e025b-0994-5066-c875-845249691228","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"RightShoulderPivot","origin":[6,24,0],"color":0,"uuid":"b1791191-89fd-1450-4af8-b6b2b6c78ddc","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]}]},{"name":"LeftArm","origin":[-5,22,0],"color":0,"uuid":"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"LSlim","origin":[-5,22,0],"color":0,"uuid":"ef40825d-43b6-d3be-4095-a427ba9fac85","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["cf83f33e-4217-062e-c91d-569fb49cf0b3","06ce123e-edbe-42b5-855a-9fb0deaa3db0"]},{"name":"LSteve","origin":[-5,22,0],"color":0,"uuid":"af656ca1-1792-71a5-e0a7-daeb3e399df5","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":false,"autouv":0,"children":["0be6a9e0-ba6c-8bda-3a47-34f134419852","5907d0a1-4f7d-8d76-1d11-bf6638bcbfca"]},{"name":"LEFT_ITEM_PIVOT","origin":[-5.500000000000002,12,-1],"color":0,"uuid":"6f1e9b1e-b8da-e7ad-1459-e3916edd4f60","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"LeftItemPivot","origin":[-6,12,-2],"color":0,"uuid":"6ae8a382-1963-3a1a-ceb3-71e8f77af063","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"LeftShoulderPivot","origin":[-6,24,0],"color":0,"uuid":"2d3d97e4-c610-4dd0-19b1-9b4fd01133da","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]}]},{"name":"RightLeg","origin":[1.9,12,0],"color":0,"uuid":"64aa6f6e-6b69-58ab-1d95-c475b0d1859a","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["8479a47a-d4bb-a01c-f46e-3cc5acef8687","c110d4f6-3f50-73dd-44a9-9783e476354c",{"name":"RightLeggingPivot","origin":[2,12,0],"color":0,"uuid":"ec6db401-1528-f2c7-ed85-390642e4fc4e","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"RightBootPivot","origin":[2,0,0],"color":0,"uuid":"5bad6774-e32f-b725-0a05-ee6a421cde0f","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]}]},{"name":"LeftLeg","origin":[-1.9,12,0],"color":0,"uuid":"d31cd665-4b23-f14a-bf34-7fff4f8aa858","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["ac52fb92-fd14-ab9a-1ecf-d21464461ead","0eee2b8e-3a44-4f3d-002a-c5b7f078f724",{"name":"LeftLeggingPivot","origin":[-2,12,0],"color":0,"uuid":"7d331ccd-5bf0-f4d0-cc39-bfdaedcbb2a9","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"LeftBootPivot","origin":[-2,0,0],"color":0,"uuid":"2914c19e-9afc-28ed-edce-1774e9eeb1e7","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]}]}]}],"textures":[{"path":"/home/akira/.local/share/PrismLauncher/instances/!!_1201PLUS_!!/.minecraft/figura/avatars/Five Pebbles (Erratic Pulse)/rw_pebs_casual.png","name":"rw_pebs_casual.png","folder":"","namespace":"","id":"0","particle":false,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"fc96c34c-1072-6a64-91c8-b7bcd1005f9b","relative_path":"../rw_pebs_casual.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAACk1JREFUeF7tW39QFdcVPk+Z1qGQRELBImKLhmLj8EwHrEFL3nTSAGOfBBuKtmCdMSQRBEIIHVtN/+jUmhkkRBBMg8mkwRkhlozoMBDLTAlVYjVthJpKsUmVIFUHjQ1IbQfYznefZ7m77L5deM8pGM8/b+/ec3+c755z7r17znOQBXU+VKLMf+BrFBS2UMM5dOUCXTz3Dzo7+E+vPaz7+36H1Ri+1ufQPOVAyjO0vuUVOpCymda17KW61Fwaav655diWDAM/qFYg/BfnLdXM8z+XzhBAaP1zBy0J/oqhDABnxgNwc0uToheepQUIfzveJorQEpmgHSDnB6WWIE9rDbADgF54Fggg3BEAYJW/vtJlagbeVjD0rVxVA1wul9LW1uZVI+zw+KoxcntL9YQThC0/+s1E1d7jvr9F9MF+4I4GoG5xlsICZm7cQV0NewgA2BEe7Wa8BgAAeHnYOWwapsCOj4Gx6wPsqLcdHr+agLzPy97+aleTEPjBqiq6/vIuur++h2hHkWfsbeV0NTOG7nv2efowL0+Ac3/canVerB28E/A5gvuX62Un6Q/hJ9uHw2yfhzQAAYJ/lvNtuuer8RrgPzv/Pt1T8wcBhCy8vEXinADydo6QTcTpdCqdnZ2WfsmbBky2D4fVNneo5QAOM2JM5ZcegRzbPafCusVZ9HjK+gm7gwwCVh0rbkSoc2xfqAqcmZmpDA8P05EjR6YEgtvtVgIDA6m+vt52e1sAPPHm22L+MAUQVB/02w1rLQGwstc5e1ZrAAD/ZASQ+weAZu2dTudIVFSUYO/t7aXOzs4AsZjwAWZ7PJyd84NSUpRnRcP6BwbEb+a5UI8mOF6mzodKTM8IaG90j+BJw0RkE8AKDg4OktVZwQxU2H9wcLChBrnd7pF7V9bStt1L6Cfx8eAZB8BskrIAc/aspptbmsTY/MwXIgCoJ67De2+XqVcTh9Wmx44dE89T9QOwf7RftWqV2idW+2poEe1r+RHtLPgr/aziG7QppZb2tWwYrVqbPltoAE9SL4TsxY1Q91bPdWZ94z142jZGUkhICF27do16enrEMFVVVbZtWJ5XXl6ekCUmJkbT578W7BhN3umcvXft6/RaS5YAIPftTfRe1vfIwfu8kYB81fV220M7X+ov5yeIycrEYNgFAoKz0Pp+Wltb6dPQQqppyR59f/gLFB/4X9pReJZSdjpnCwD0glc2/kk53ttPwYNE7xz9HYVcb6eBgQEKDQ0Vv319fQ6o2ty5cyk8PJzgtUGwXdCNGzdo+fLltGbNGk3Xhw8fppMnT9LlLz1M8xcspIufXBC/TEuXxNCZsz30Xm2x19XfvXu3ejJ1vdGnHsymeumaMFiUq0CRJ/jvv9QaAhAbG6sRkD13Q0ODEhQURPO2tqpXZKj6pRcfpaGhIdp16DyxsAChpOjHJAPe21ZhCQDGvnLlCmX8MURswdhm5d1Ev6iKoigOh0P0qxApDhpfeEMAkh/7rujDTAOMzIXfAYBH6i8bfkF6NzNcAABiEH74hGsCANAwM4ChAZMBAMKr8wUGublE1dVAQMhuqgGY4FQASEhIUPaNeHYFviOwQ3wyoI02bH9FI7Dgk0wCJuDNxNLT01WfEfdSl6UJaADIyyNKTCTq6CBHdbUHAFZ5WS3ZNqGiTDxJnjDzj3TXUVZWlmDbv99zYgQBBL424wYJ4ZmYX24DvyET/AUoKSmJli1bpladPn1aLcvPYJDL2dnZHpW30oCcXx1RsNJQ+8r+WWKg/Igx4ZAAAN7zM0D4/b2xFHPmHfEe7YrTF2kmjgK8+okTJ+ipjkBRh71+xYoVYqszIt7+9HXw7CDZHLq7u9Wy/Aw+uZycnKxqt1cfAA2AMHEPRlBp+W+EOmJ1B4OJLpz0gMAawWYh85sBEBYWppEHTssXANAefRoBYFTHALDwQhMcDmH7siMUJgCBIPDKKC0IWHmQbAooy/xj5z2nNyasJtRX3gp5C8Q7XlX9arMWuFwuHIU1fPI5ASByWX5Gf3JZNgHsAKYAPJxdprA986QgcM/SZLHFPDWrS2MC4JH518WLI7WG4AsKCgrEioGwQhUVFaqv0POPjIwQLio4tsoXloCAAPEuIiJCbdLf36+W5WcwyOXiYvk8gZ3Asw3qydAJynsz27/c0JsGgK+kpASXDc1YbrebSktLjeagEVBmgEC+A6AoaWlEjY3oeSIItnYBvQ9gPwFwEsP6JwhVVlZGBw8e1LzPyMig4uJiUwB45ZkBggMAEBwoE5wrl+Vn1MvljIwMseJpaYoSHU308ccAwQQAMOq3Pv1xVb8l8oRuNwCnTp2iNCzhLWpsbFTL8jOq5fK4CVhoAH8TRAf6252d8pvfGbOl1ryaRsywcSMNgEC5/VGayxYuaHz5kp/Rr1zW3g28+IDIyEhl1xyX6BQnNznWpx/s+ZttxLw84Km0cEMAZLVl9TRkJBI+wAyAysFvidMeEwdpUObvFVzHX61RHr8bsPDGIDgAAG56INz2ioqKKDU1VZSbm5upvLxc3AS5Hr9yOTMzc4JcUNv8/HzN+8rKSkpISDDDwPA9+gEAfKIEE8cl+FkPDvOOf2u0AYBeKFlAvfB63ujoaFUwTBgk26wsGVQaJAOht3E9v68mgM9kcp/6z22ORxZ1K31N1yhydQj9mrZS7EeHpvQ1Rh4kKPUXyrrmaqpL2UzrW/YSx+5r6JKtvr1dhqb6vdBM9Rzdix5XDm48tOWFF2jPLSZbk/Smy/4AwOw6PCkbssEsAHiaXlRZ3/0o1hIAb/d1G2NOKxZhAvKM7AJg9knM3yp6u9GyXO3bPQH0D5PZ2/EaHd16Wny2funyLKKxUbLrM3yZ410AfEHPX22zd36qzNm2lJ4LH6OEZZsJ2rA5cZOtLC9f5zAtNCBn1nzlrcdyKONoDTnGRinpvkBqvz78+TEBXsUnZ81X9o1d9OuiWB6EfFWhmd7er2jPRDDuAjATV82fc76rAf5Ecyb2dVcD/L1qiDOgz6kGV2tra0V7BDn8Ef+3ks/vGsAAcEjNKL/A26QAAIfAnj632Fb830pIb/V+BwDBVgyIUFtHg3GGyR0PAAImUzUBf6fAWGmHzxog2zwLrg+q6nML2EeAT44t6mOD8qdyfV1ZWZnPc8c8fO5En1SFTo2iShxOQxhezgmq+el4krXd2D/4CgsLfZ67XwBArjE6QlIFJ1qg/OpYnEhe4mQLvOPwGoKvXR/2C34AMNnY/7QCgPMLWHg2AwiMdzJxhokMVtKC6yqL3dg/+KaNBsj5BbzCbAL69BrOK5DzkQrd47mCdmP/4JsxPkAfVV64PEYkYbKGzHgAsO8bJVHIOQVGuwJrwXNrPCnsILuxf/BNGw3gbVB2crwTyO/ktFj5vawBdmP/4Gtvb58eu4Cv+QWyk7Qb+/fnX3J9RtHX/AL8FY9J/Efp1p+v8Cz/YRv/P5Dr5D9aWJ32butdwNf8gk+eOa7Oz27sH3xTzQ7Xg+EXDUCnZjkFVvkFTV9er87p/2EC/wNy4aJqUUdVyQAAAABJRU5ErkJggg=="},{"path":"/home/akira/.local/share/PrismLauncher/instances/!!_1201PLUS_!!/.minecraft/figura/avatars/Five Pebbles (Erratic Pulse)/rw_pebs_work.png","name":"rw_pebs_work.png","folder":"","namespace":"","id":"1","particle":false,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"8aaebd41-f312-2e97-5cfb-a7983d8e0fb1","relative_path":"../rw_pebs_work.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAACuZJREFUeF7tW31QVccVP5dP5evxIag8ECK2KgOigsbBRp2YCtY6OqlYtURR4wdItbZFk8Y6GScdYkw71XGAVJPY6kSraceMwwStTU0y0ExSBIwjJlUjyKco36LwHmzn7GXv2/veffde3n34Nd1/3n6cs3fPb885u3t2nwAaqWpaHhk/ZzaMGGOWUT5oqocbn5VCdVejag8rrh0TtL5htH0DjCHH0zfDypIiOJ6eDStKCuHEwhzo/ni35rc1Cbq2nSYovNeYWNk4rU03AUEoLv4QJgeOVZQBwXniAbDkf0XshWfSIghXTp6kRfP3npGBUP/f72g5qWKfJsiPtQboAcBeeCYQgvBUAFB/vgzML6QqmkFHxVeqEzjqZI6kAZs3byZFRUWqGqGHxqjG8Pya6nlz/n5ys60ekp9LhfLPyyA2xAwxmatoH2gCTz0AF6bvIAyxuT/Pg5pjH1AAmBPsbWx4ujXgxIRMMitmBoQlxMDdyzXUFNAkMHW01ik6QGc+QI9666FxqwngOo9OzDRthszGuytL6TqfcPwd6Cn8CwT88RrAkTXit7P+DN2/mAB+2avh8spNgPuEgKmzpXEx02ArgX3/fDvvJN0h/FD7EO4sLyD2wjNJEAQU/P7rs2Bk7EQZ8PdvfgMjX/+CAsELzy+RzD8o9c9A4J1kRkYGOXXqlKZfUtOAofYhPMgtJr7JMxX7xEGWnjoF8y6+RdvJ+y30V1gbTn8vTN8BszMyHFYH1llv+ZfgOyYBrJ63Ffv36o8AYVeMJPCePXvIvXv3YO/evS6BsHPnTuLv7w+7d2vvANmAdAHw3AdFlB5NAROqPqbPV23WBADpPM0RigD019+GEQcXyQBAwqEIwHeMADrjT0pKso4bN46S19bWQlVVlRedTPQB8cuXK67xuMtLqtgHhLxNGT9NFmdybrkokCD8Gqqm5YEaP7N/JQTQRHgTwBns6OgArb2CMxNA+zeZTIoatHjxYqtp9lF4bf9k2JGSAmfOnLEBYD9InBlM35ReoFvcgIgYnCmw5IubHu9XZ8CD3GLovl0D6Ogmzp5H6/mZRuHsnSA/cNbOO0G0X6Rx1Q84409d+wk5XPIzyN96BX5zIB7Wpx+FwyWr++MbG7yoBuBHlbazvABKqKu1szZnfWP9w9oqZ77Zbk3LT/IsfPE9eLckkwKQ8/f1kNlRIwi4zqud5nCgw9n+ME6LP1h7nhwqean/Pz0+kOLXB7/bVg3p+UmeFAD7mf3XzHAyb6bo5TH9tWS6BAA73qKqhYWFQWRkJKDXxoS2i2mbVXSYzlLata1gjo6B+ls19JelhMnfh8vV38K/j/5KdQUgX4C0M72UnUfND03V1UOXJgCXShdJ5sFUFgFITEyUycg8d/XL4gD7yvNkfD7J+yj9ut7fAxMWQcjbvgZKaxsgsAvg7Ll/QO2FA7oB6D1WTJfZ3qbLstXEHnxCCBEEcbIJABEApG/oAoA5OT1IIwDhnQXUcfIJHWZLUA4FABMDYdWyeQ4AqAHMa4AeAFB4aRyIQU4OQEEBIkBl1wRAyQTUVBwBwNnHxBwrc4ioBecXl8sEpnScSaAJqJlYYZbNxPSYgAyALVsAUlMByspAKCgQASAbp4gqax2AG/XddODjzQHg4+UhyflJeTPNR44aCZNigmT1Y5OaITpNrLp11gaNpSIPpvwkl1Zc+ttB8J4mmgAmRs/zhMTLYW27YqMN4JSpuwaAlfk8UvNlYZY4uZoaQLKmSwBcb+yiX40bGygD4HylGPg0h/nB5GiTNFKsf3a7PCjaex8geBxASwVAy4eiJoQv2wfh0wDaawF8R8oFpQMXD5UOKSBKrAqMtjV13bKV+TxS8GXheZt2q/oAoxqQsknUDpa8AgCsvQBBo+XydDaLdZ0KwnbVKwMQOBiIDhoEAqmQn5X5vH2b8CObBqADpJogCNT2eUcoGNWAmevkAARFAvR0APRb5UJ5egH4mQA6ncRPOhtEXxUUKQDm8Zcl7JMl5GdlPk8B4NqEZQOSCagDYNAHJK9od5g+01jllayj0eaQeSb/UAHutRLAdsbL6pCO74+n4fNIx5eFzAfcIHAlcNzzII9hDUh5sc0BgOAxNgfKN7Y3DSjqOtKj2chMyReA0fP9YR0r83nk5cvCxp5BAAhZsgTgo4+ouA4zI5BVsyQneK1Z3M1NGG2SOcFzX4uGGxXqD/HmEGmcWD9zSacjABFOALjtBIAID7D0ybXD20eA9kH6YK4/rGNlPk8B4NqEre1U2CVLCBk/HuDGDQRBAYCLcyYq66XiXDlWxj57x6EyJNxTkbutpV+xHumVAED6thYrRE/wkfhuXeuTynweCfiyz64WfRqAUV8MdWPC8DemoZSnpB5xBGAUPWo7pLY7dp5xkCJklJcyAHescK5kgewwhucRdjjj89gVX5afDVR8AN796ZxsRbK++1sc6kNDvRVpW1stivVIb7HYmYC3AEjfdX0HjUSzxC5psIx5jFazxKLWWPZ+dYakAaLtK4NAg6Js3477dUxDKgeI8UI+hYXaVJavv9vapwgA0lsscv/g7e0BSN9ds126iEFmdi/B8vbgsEsbYW24PgBYWJwiOnihab+HVyv7Rp6AsGBfKtjddtGVPxPlT38tVlEoby8P6Oy2Su2MnvEwent0vqu7B02NKyWTxHY0U95EWd6+Lfaf2ygAGCbj+7UPtwlz466SuuJWiFoUCu/AKzDp+mmXIrL8RwIW7iErPi6AE+nZsLKkENjd/SFo0tW32mHI1Xihourhwng1bimJzzqdO/BbODhIpGuQzjqkJuQGAJzFG9S+60obBWATvCnxfnp9kiYAaud1VwbxKHmoCfAD0AuAs5CYu1V0uMExHA+YX96sqTFaQqDJFJa9C+deqaRh6z80ewAM9INen6HVv1q74bPADysbn3AADJ4G3aEBL+W3kRGvJcAvRw/AjKnZgNqQnbpe1ysvI7OPvI+FBmzwMJOTCzZAxrlDIAz0w5xgP/isvechmcBjoAFsFl/2MJPDA/Uyk2rf50uMxAM0N0JGI0Lu8AFqaty2ZwQxFg9QNxLD8YC0r+sMO0FVAHYFESPxAC0fIZxNjDJ0GhxuAK5nmYixeICGBmgh9LS3D6v6Pgng/R+AJ2GWhnOMbtcAkhsvOdULX7ZAc2uaw/sCNYHcff+vBd6wAxBqyXJ4X6AXAD3X31oCarU/FACG8r5gqPf/WgJqtQ87AI+9CVSnxRL79wD4VgATey/QcOc+LeP7AMw/n2y7+r1a0+nwnmAo/LDukjRJeu/+kS7wp46PO7RmW6lduDI/jti/B2ACsPcC9Xd7KC++D8D8C1Nt/xGqvtXh8J5gKPyw+qI0Lr13/0gXtMZNADxyDVhq0wC9d/9IZ9roJgAeuQb8uFLSAL13/0hn2ire/xtNwiPXgDnfSjLovftHuuC8XvEBxLER0r7DFf5H7wNSr0oA6L37R7qQ3eIDCPInPwkAV/hpPACdFv8qjDkx9l6grlV8DYrvAzC/IJF7tDP4wsxl/lkcADrv/vEdQMgbnSIAB4JtALjAbzgeEB4i3gO6mhIWtEqseu/+kS7uSAcFoO+NcAkAV/gNOxKj7wtCuIeceu/+3fmXXMMAGH1fwP/fiP5HafDPV5jn/7CN/1Pm2wL3LzU8dtQgw50YfV8QtjBDMgG9d/9Ix66/XTU9xmcYAKPvC0yhNoeq9+4f6eZdfMvw2BGE/wGxJOiqv4U2zgAAAABJRU5ErkJggg=="}],"animations":[{"uuid":"cd728260-73fe-0135-7436-1d39239c2384","name":"tilt","loop":"hold","override":false,"length":0.25,"snapping":20,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","markers":[{"color":0,"time":0},{"color":0,"time":1.25}],"animators":{"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":-30}],"uuid":"0d6f15c7-dc9b-3068-4a75-b59f548e234b","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"cbe32cc8-8336-7d38-677f-abfc710517fc","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"5053aa43-275d-d28e-3b0d-64ce36bba855","name":"flip_lazy_z","loop":"once","override":false,"length":0.5,"snapping":80,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"55072092-d70d-cc9f-b85c-76452999411d","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"360\n","y":0,"z":0}],"uuid":"4af56cd9-a869-d3ef-4a4c-8215934074fd","time":0.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4c59454b-d762-e138-f511-8cdcfe9eea48":{"name":"Body","type":"bone","rotation_global":true,"keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f4e375a3-9f2f-ab4e-c414-b8a5a52faf65","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"360\n","y":0,"z":0}],"uuid":"0962bebc-3352-16b0-74e8-2e3f031092ff","time":0.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"0711b4b3-ae80-2b74-54f0-834484f1fe12","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"360\n","y":0,"z":0}],"uuid":"75f99f55-ab32-7ae6-6e11-60b8001eb679","time":0.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f24e0216-c240-dcc9-4671-00154bec4a88","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"360\n","y":0,"z":0}],"uuid":"c199a577-2af2-4ac2-1098-dd95e81c855c","time":0.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"64aa6f6e-6b69-58ab-1d95-c475b0d1859a":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f2ee120e-64e4-9d81-e67a-e888d58ace8b","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"360\n","y":0,"z":0}],"uuid":"9ec5031d-3c2f-d997-4d4d-c31a043f81e7","time":0.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"862a1a5f-d759-de65-e54d-f20cdfc2e910","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":12,"z":12}],"uuid":"cd4a7c76-1c09-cb44-c055-357c9c37e694","time":0.125,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":24,"z":0}],"uuid":"66cdc551-414e-5512-bb4a-ea81b075004d","time":0.25,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":12,"z":-12}],"uuid":"556d8ccc-a6ac-3150-a499-612eb2004a43","time":0.375,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"70b2cee2-bf01-6870-c08e-ba9d08ec4a4c","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"3.394","z":"8.604"}],"uuid":"da154803-139d-57bf-2e60-ba1aaee2bbaf","time":0.0625,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"20.604","z":"8.604\n"}],"uuid":"fc7ef937-900f-1513-1eae-166cbfa3ec65","time":0.1875,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"20.604","z":"-8.604\n"}],"uuid":"d9f8d012-4771-68dd-23a8-23e47f5d4192","time":0.3125,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"3.394","z":"-8.604"}],"uuid":"c57460d3-905b-4601-d18f-0ee887dd24f4","time":0.4375,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d31cd665-4b23-f14a-bf34-7fff4f8aa858":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"186b1868-effb-81d6-88bb-4a0a8872fa03","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"360\n","y":0,"z":0}],"uuid":"b7c8314c-046d-8205-79d1-b014e7f68595","time":0.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"0d72ada4-ca11-d65b-a5dc-5342b580ba69","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":12,"z":12}],"uuid":"5cad745b-8f3f-185f-d2fa-c7e9fd2db9d2","time":0.125,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":24,"z":0}],"uuid":"61e55c6c-0011-02f4-1b21-af8e9847e56e","time":0.25,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":12,"z":-12}],"uuid":"848f7c67-3017-0ded-0442-4c218f6e233e","time":0.375,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"42d1b2c3-37c5-7fc6-5b9e-a25328b9b8c5","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"3.394","z":"8.604"}],"uuid":"314d0f67-3524-541a-a251-8ff2e50872d0","time":0.0625,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"20.604","z":"8.604\n"}],"uuid":"e363a18c-70d4-9be2-b618-b66be6251689","time":0.1875,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"20.604","z":"-8.604\n"}],"uuid":"e915011c-fff4-771c-3034-1c04ca4892c8","time":0.3125,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"3.394","z":"-8.604"}],"uuid":"06f7269f-250d-dd05-5fd6-d0ea8c61ae8e","time":0.4375,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"a1a8f472-3ef1-c590-19d0-3fa5ed70a86c","name":"effort_flip_Broken","loop":"once","override":false,"length":1.25,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"21aa5eb6-f889-2847-59d9-c8a190afeccc","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":0,"z":0}],"uuid":"f8d903e1-9629-04f5-0c09-86e61a1d26a3","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-90,"y":0,"z":0}],"uuid":"ee85c2fb-93e5-410c-0345-e6c0c7ccc96a","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-147.5,"y":0,"z":0}],"uuid":"4da3195c-6958-3f9b-e395-0e85f1f6514a","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-312.5,"y":0,"z":0}],"uuid":"586e67b1-f04d-21c7-c02d-272ef4dacc02","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-302.5,"y":0,"z":0}],"uuid":"783eb0cc-1631-42f8-074e-29e0e8fdbd22","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-357.5,"y":0,"z":0}],"uuid":"adf85721-5a8c-cf48-f05f-d799d98e5e59","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"04846e7a-3356-1caf-fce7-9023aed00ab9","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":-2}],"uuid":"3ae90265-33b6-a43c-4723-a9360e4aa595","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":8,"z":8}],"uuid":"1a193749-651e-05b6-1f64-999bec1f2aac","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":2,"z":6}],"uuid":"2c4502f2-eab5-7fcf-4d63-0420a1868eb3","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-11,"z":-2}],"uuid":"b4977e82-706f-e033-ec48-d2e37c7bdbf7","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-8,"z":-10}],"uuid":"8cadd572-bf6f-d4f6-351f-efb4e45b2ed8","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1,"z":-7}],"uuid":"c4165331-8f20-f103-e703-1f0f457d556a","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0}],"uuid":"1b1758e8-5d4f-5f9b-1288-00c5aff2f01c","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4c59454b-d762-e138-f511-8cdcfe9eea48":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"03aaf6d4-dacd-6e24-6aa5-af70f432f6fe","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":22.5,"y":0,"z":0}],"uuid":"04a6cb7b-ca54-d354-9370-9122c9049eb2","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-90","y":0,"z":0}],"uuid":"c495cc27-1e56-427b-2442-74ac5d42882b","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-140,"y":0,"z":0}],"uuid":"a8f6f7a3-1dc1-3026-a85d-02b06aa32065","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-195,"y":0,"z":0}],"uuid":"603af9af-1dd8-68bb-9829-71cc76b908d0","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-245,"y":0,"z":0}],"uuid":"8bbf9faf-79ea-694e-aea3-8ee854ec7a44","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-320,"y":0,"z":0}],"uuid":"cceeec0a-ad3a-8ac6-d78e-fb7970fc1256","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-360\n","y":0,"z":0}],"uuid":"1b109a24-a637-8401-7928-eafa91da3381","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"44a0b420-cfd5-3b3d-cb9a-c2c891fa27c2","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":-2}],"uuid":"545f766b-0e43-db3a-85dc-05f0ddefd49c","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":7,"z":8}],"uuid":"7776285f-4bfd-ce45-a3b1-8a4a1502fa16","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":2,"z":5}],"uuid":"498abaff-bae8-be14-ced5-0314c832ce4d","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-5,"z":-2}],"uuid":"90b34f68-cabc-0b5e-8a2c-03f225051685","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-9,"z":-8}],"uuid":"c0c05153-9b41-f14f-2f24-acc5ded9805b","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":-8}],"uuid":"4a9cc7f6-0c9f-7dae-a299-172843f364d7","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0}],"uuid":"61da04e6-2ea5-41f4-5b08-3487c7e74843","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"241787f7-f620-a4b3-1ab1-054a7e4974e8","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":57.5}],"uuid":"33528007-33b3-5fb6-094c-1f29f6126cbf","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-360,"y":"\n90","z":-247.49999999999955}],"uuid":"3c9b30f9-09e6-d210-a4c5-488e497f6986","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-360,"y":90,"z":-247.5}],"uuid":"e5d7fdb0-4c3a-4ce9-8de3-11d451e4ce66","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-360,"y":90,"z":-247.5}],"uuid":"866e9121-a3d6-8eed-2e88-d1c44c0f80af","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-540,"y":-15,"z":-427.49999999999955}],"uuid":"a129d327-7759-b99c-f451-91f6806e5c98","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-360","y":0,"z":-607.4999999999995}],"uuid":"6b3eec7b-7eea-6e70-3e3d-71a3f0dee16b","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"761da304-9e26-9a61-f55d-a67487dad2fc","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"540578a6-0c91-1175-e205-34d76831732d","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":10,"z":7}],"uuid":"c0d031f4-19c0-148b-f90b-e129adf79eea","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":6,"z":2}],"uuid":"491a5f3e-3cda-32b6-22a5-384cace889ee","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-2,"z":-4}],"uuid":"f8c333da-e727-6302-1c8a-8ec3856b8320","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-1,"z":-7}],"uuid":"b942ae9f-2731-d95c-62e0-8135f56bdcb1","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":2,"z":-7}],"uuid":"2dbd7440-6ba9-e8da-2ca7-6e076f014298","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":2,"z":0}],"uuid":"c3853e04-e5ac-418c-fb76-454563979aa0","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"86bc49bc-408e-bb4e-079c-c7a688d00688","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":-60}],"uuid":"eb8dad6e-275c-51c5-8ec2-55bf722d0f0f","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-360,"y":"-90","z":-467.5}],"uuid":"304ad257-bea0-209d-d578-ff0ece02268c","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-360,"y":-90,"z":-467.5}],"uuid":"4c174f59-e2bb-708f-9b05-3d345e6c787e","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-360,"y":-90,"z":-467.5}],"uuid":"c6606329-ba0b-48c8-13f1-662e2380d3dc","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-540,"y":5,"z":-647.5}],"uuid":"c99a57cf-7b4c-20d4-80cb-dfdc8ad812a4","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-720,"y":0,"z":-827.5}],"uuid":"1d0886bd-d044-3b59-4a71-b465d94345af","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"58e6dbf2-14ee-18cf-5d21-d3ae0cbe7230","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"eb708aa7-835f-73dd-881f-35d52e5a47de","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":10,"z":6}],"uuid":"b05bb02e-4049-1744-0ce5-0a1e9421d8d9","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":6,"z":2}],"uuid":"83b0f93d-8007-1cb9-8cc0-4bde7e678a87","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-3,"z":-4}],"uuid":"97150475-a1b2-8d0d-e6ac-ce1c069834d9","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-2,"z":-7}],"uuid":"b8af1927-3050-7f73-5d5f-13d59a5b9cce","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":3,"z":-7}],"uuid":"9c025e77-7bfe-7f5c-6092-6d19aed08972","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":2,"z":0}],"uuid":"c87ce6ba-2e8f-4212-d128-deb17909ed17","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"64aa6f6e-6b69-58ab-1d95-c475b0d1859a":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"64e3dc20-183e-1f2d-5a94-0227abd96813","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10,"y":0,"z":0}],"uuid":"13ee343d-425b-3ab0-10e5-a1000663abf1","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-75","y":0,"z":0}],"uuid":"37792543-4e72-1c55-c56a-9883064e6e65","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-82.5,"y":0,"z":0}],"uuid":"5df00705-ae41-60e9-0273-43afe135809e","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-205,"y":0,"z":0}],"uuid":"e392bae6-ee41-1da1-4438-95d94ef8760e","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-287.5,"y":0,"z":0}],"uuid":"49d2b28b-81ac-146f-cb8c-8ef508a84fc6","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-337.5,"y":0,"z":0}],"uuid":"4a2b756d-7c44-59c0-abca-558b4c7d64fc","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-360","y":0,"z":0}],"uuid":"ca8fe666-6cee-3b72-6646-20dc9f724ff1","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"3ff1e664-39a2-0272-d886-3df7f81a8221","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":2}],"uuid":"da5a3778-9351-b0dd-22ba-e983ad0b47ad","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":16,"z":-3}],"uuid":"8b70bbb5-8962-e980-545b-cbf259a10ff5","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":22,"z":-1}],"uuid":"eb88bf25-e442-248f-74e3-13873d54cc82","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":17,"z":1}],"uuid":"6c667fbc-eaaa-acb5-d310-0ef001d117b3","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":2,"z":-1}],"uuid":"83bf93da-1944-f3ba-8b3b-14091dd3fc7d","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"a04dcdcd-f63e-f21b-b2b2-525348196914","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":5.5,"z":3}],"uuid":"9966e0e2-ec82-6117-dc5e-af553fb2ef46","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d31cd665-4b23-f14a-bf34-7fff4f8aa858":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"9127bd96-a12d-919c-f244-0f93bac3a4bf","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10,"y":0,"z":0}],"uuid":"4cb9bb96-ff47-4e86-c1a0-c8e27472faa7","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-\n37.5","y":0,"z":0}],"uuid":"a50bcbc5-2220-e041-1b37-0c11076c989f","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-112.5,"y":0,"z":0}],"uuid":"3fcd84e1-2678-9cff-1315-bb1527087445","time":0.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-182.5,"y":0,"z":0}],"uuid":"68dba848-f613-42ef-9d35-6e646a4a16b3","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-255,"y":0,"z":0}],"uuid":"3ee05276-b2d1-3e67-565e-6c078c62a164","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-305,"y":0,"z":0}],"uuid":"010fef4e-e952-13bc-fb9e-748b16b5d787","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-360\n","y":0,"z":0}],"uuid":"167fbd26-7b28-1d51-4455-5edbdd5fbf8a","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"fcd03cc1-5b78-0a35-3e65-41087e9a9222","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":2}],"uuid":"378f8b72-f450-26db-9541-95254cc6bbab","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":18,"z":-3}],"uuid":"0dcbfdb0-efea-3e57-fdb9-e72a2fe56350","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":22,"z":-1}],"uuid":"cd8004f7-7888-c689-42b1-5600dbbafa9c","time":0.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":16,"z":1}],"uuid":"cb68f71a-2c1f-5f43-e6bc-148323e36895","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1,"z":-1}],"uuid":"26fc7e87-808b-8602-bef4-3fde3d5de288","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0}],"uuid":"51188d7d-9526-cebd-8e02-21de570f6324","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":7.5,"z":2}],"uuid":"bb72b179-8177-0192-1f50-782f4a06ebb1","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"c78fdb79-c0c6-b89f-413a-890c8690cf88","name":"clap","loop":"once","override":false,"length":2.5,"snapping":20,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"77d488d1-9458-58c6-e241-75599906ba19","time":0.15,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"82bbdf59-bb08-0e30-adb3-7b60cda04bdd","time":0.4,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"2ae28392-e83d-236a-ed93-064db1f3782d","time":0.6,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.41170966269192,"y":-17.724958020755366,"z":3.1424924397820178}],"uuid":"0efbf3a5-1b2b-c125-17f5-451f9f4e82e7","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"8aeb6d8b-7275-cc98-8b08-40f2afbc4a41","time":2.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"3aa0c323-9c6c-b0bf-5a13-3fd7a09dae24","time":0.8,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.41170966269192,"y":-17.724958020755366,"z":3.1424924397820178}],"uuid":"f568bd17-8286-c4ae-bb0f-8508514981f5","time":0.7,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"0ffbec19-cd84-0e85-8054-6124e707816b","time":1,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.41170966269192,"y":-17.724958020755366,"z":3.1424924397820178}],"uuid":"29285746-ee60-fb9b-479d-b4a4889cf2ee","time":0.9,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"193fb519-5932-1bcc-93f3-4514cd501aa0","time":1.2,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.41170966269192,"y":-17.724958020755366,"z":3.1424924397820178}],"uuid":"803bbed3-2311-577d-e8e6-03b871e84933","time":1.1,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"2c14a7a7-61df-7762-4af0-38eff5f0ce7e","time":1.4,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.41170966269192,"y":-17.724958020755366,"z":3.1424924397820178}],"uuid":"de56ec3e-1f1b-8495-50a8-ce7426f3c84b","time":1.3,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.41170966269192,"y":-17.724958020755366,"z":3.1424924397820178}],"uuid":"14fa2787-7fe2-7464-d9e6-05d338c40f82","time":1.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"50d6fed2-fe11-6d02-8f36-9aeb573435b2","time":1.6,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"db7ca7b2-2139-7619-41b1-be9cd0be7d9b","time":2.3,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.41170966269192,"y":-17.724958020755366,"z":3.1424924397820178}],"uuid":"dfd8a5e2-5a97-9580-cf10-52b48777f4be","time":1.7,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"513e2137-9b6c-f2f9-addf-710b1185027f","time":1.8,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.41170966269192,"y":-17.724958020755366,"z":3.1424924397820178}],"uuid":"1b6e3992-a3c8-7fc6-514f-893ae6c924d6","time":1.9,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"01f4026a-621c-f21e-2f33-8287e0dd07ad","time":2,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.41170966269192,"y":-17.724958020755366,"z":3.1424924397820178}],"uuid":"e5d057ec-e8b4-eb32-a0a3-a54ffc39276c","time":2.1,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"21954b33-d5a6-fea8-3228-93e4f09defd8","time":2.2,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f78104f5-827f-1cfc-5dc3-6d529cf6282b","time":0.15,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"695eeaec-4ea3-219b-f55a-7fc02a8e6149","time":0.4,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"b718e444-114f-cf4a-4f07-d0258168c7ef","time":0.6,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-79.37241586167005,"y":19.683498079413948,"z":3.616441573003212}],"uuid":"41aa99a2-f6a6-7ce7-2144-be90427d898f","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"1900d0a4-26a6-f3f5-5e5c-4e5c04468ecb","time":2.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"14284f25-fb0c-faef-30e5-50bd3bade506","time":0.8,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-79.37241586167005,"y":19.683498079413948,"z":3.616441573003212}],"uuid":"02397939-b293-e5ea-bbc0-7d2d973c0cf1","time":0.7,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"01bf0682-be46-9c95-37e9-9abaa41b125d","time":1,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-79.37241586167005,"y":19.683498079413948,"z":3.616441573003212}],"uuid":"dbfba932-2cb4-ecaf-b07a-8ac751072e90","time":0.9,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"83082e80-a3bd-b2e3-cac1-c095beaab09c","time":1.2,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-79.37241586167005,"y":19.683498079413948,"z":3.616441573003212}],"uuid":"666c1a5d-4327-6f34-95be-46a33efbad83","time":1.1,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"a3dd23af-7e4c-9218-e6a6-58506adfd9c9","time":1.4,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-79.37241586167005,"y":19.683498079413948,"z":3.616441573003212}],"uuid":"4a2e5a15-dca2-b431-65cf-8fa685ff10a9","time":1.3,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-79.37241586167005,"y":19.683498079413948,"z":3.616441573003212}],"uuid":"c6ff84ad-644b-5f24-be11-b60916cbb99b","time":1.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"553777e9-ba1a-9c61-947b-05366895ad0c","time":1.6,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"4c2100aa-7319-d922-c30e-3db0ab1ac4fd","time":2.3,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-79.37241586167005,"y":19.683498079413948,"z":3.616441573003212}],"uuid":"ec5d3350-0f81-4cb5-24ba-41cc99b842b4","time":1.7,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"f900ad2f-555e-40c5-2d50-bfaf6926aa98","time":1.8,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-79.37241586167005,"y":19.683498079413948,"z":3.616441573003212}],"uuid":"3a0e06a0-b0ae-ad1d-a9d5-4714d6b45e58","time":1.9,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"f09339e1-c6bc-621a-a4c4-6ace1def93b6","time":2,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-79.37241586167005,"y":19.683498079413948,"z":3.616441573003212}],"uuid":"8c67cf30-b505-9383-08da-f51024187a30","time":2.1,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"7cd33c89-db35-82b2-053a-f414390aded8","time":2.2,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"daf7fc63-d1c8-0b42-d822-06a161a80c18","name":"wave","loop":"once","override":false,"length":1.7916666666666667,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"dcbc841c-1a58-2428-1826-cce3653637f2":{"name":"Receptors","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"-45","y":"0","z":"0"}],"uuid":"439efc0c-cd16-bcec-5eb4-26f38f47fb4d","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-45","y":"0","z":"0"}],"uuid":"97bfa7d7-203a-10db-bf67-8f2379fe7be4","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"d84a2338-79b0-387e-d374-18563f824214","time":0.2916666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-45","y":"0","z":"0"}],"uuid":"2e880f77-92ad-07e4-25ba-749a9628bb77","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"1707fdb7-1e1b-d984-3174-8b7805fef4e9","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"85193644-3e1a-e3f8-803e-c9450dd72aad","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"d545c268-bb6c-b87c-6996-4492a061cba7","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"c44fee2c-8079-5e00-ad10-31fb544159c9","time":1.4583333333333333,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-45","y":"0","z":"0"}],"uuid":"76ef162a-664b-9431-fcfd-3c12fc4494aa","time":0.9166666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"fc519b47-7ea3-5432-1eeb-6aa2bc1ec5d4","time":0.7916666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"1715d3f1-0e70-7254-a72d-8ff58118ccbd","time":1.0416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"e749fc2a-4b22-2f20-607f-0d0ff458bcc5","time":1.2916666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":1,"z":-3}],"uuid":"25ba833a-0044-a913-9e58-faf5b91e357f","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":1,"z":-3}],"uuid":"2bdd76fb-0b9c-e07f-9631-cc686636d9e3","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"4f3384e5-894a-dfd3-8bd5-af4cbdeb2832","time":0.2916666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":1,"z":-3}],"uuid":"2de858c2-dbdd-3a96-1265-31b9592c92d4","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"1f52d005-bd51-a99e-6c82-718541b4923d","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"c8cc1441-7a5a-7a57-20ef-97123f8889a3","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"d57c94b3-25aa-e8b4-7890-49afdb2d81aa","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"1d575693-a85d-150f-4173-83e215122278","time":1.4583333333333333,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":1,"z":-3}],"uuid":"46479a7f-c182-f15a-1553-b3f25c68bb50","time":0.9166666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"632867eb-d5e3-3220-37bb-d81945f10819","time":0.7916666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"adaf54f4-ca7a-7dc8-8fed-6238c20e02dc","time":1.0416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"6f74ff9a-f6eb-05d2-e8ec-4f615768de1f","time":1.2916666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":-7.5}],"uuid":"fbf9bb0c-ca98-b7c4-dd2d-62b2508f2d65","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"7c49791f-30aa-3980-ae97-7c674489c16b","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"8dba4889-5451-0f9a-14aa-c19b994f9798","time":1.7916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":-7.5}],"uuid":"72178732-c646-78cd-77f2-d160f8ecaf36","time":1.5416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":"0","z":"0"}],"uuid":"4dcd1858-4b7e-195a-6ce8-2c0287bb39f5","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"95ee3234-13ad-bed7-51c5-362c09f52d68","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"c1ed3963-107d-6b31-ae28-45618a3bba09","time":1.7916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":"0","z":"0"}],"uuid":"1ea437d7-7f58-c3a3-e13e-554c9a493ef8","time":1.5416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4c59454b-d762-e138-f511-8cdcfe9eea48":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":-5}],"uuid":"9c420f7d-5e2c-5e6f-ee9f-42e97120b697","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"04d3d343-01c7-5a59-7650-105833acc72b","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f4370dc3-6de4-2c7b-22b2-915d3cc9fb4b","time":1.7916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":-5}],"uuid":"56ffe421-220c-7aef-9451-5f81acd20bc3","time":1.5416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-1,"y":"0","z":"0"}],"uuid":"6339bdf0-c07b-cb4f-468c-8d00f60ebe4c","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"005e6ecc-b6fc-eb87-7d2c-3be2ad8c8c79","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"41810695-14e6-5949-13f9-a1aae7d470f7","time":1.7916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-1,"y":"0","z":"0"}],"uuid":"aec3b951-9750-6a25-73a1-7dcf0a8d895a","time":1.5416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"544a47ef-3151-3c19-8551-8f54c38f902f","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"95a03ee5-c52b-9f66-30c3-734f37d0ba46","time":1.7916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"2.5\n"}],"uuid":"90d33293-fe43-3edc-623e-f46f3d0df698","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"2.5\n"}],"uuid":"45cf7d7f-255f-a390-368d-23ff6c6ede98","time":1.5416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"3178b6d3-2042-0802-c607-1befb5d9e09f","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"cffd18b1-0e36-85a4-32c0-ffa2bc97c75a","time":1.7916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-1,"y":-1,"z":"0"}],"uuid":"30053a7c-e691-5849-ba43-8add2c8b0153","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-1,"y":-1,"z":"0"}],"uuid":"e4bda781-7786-0b9c-b962-5c94d0861efc","time":1.5416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":-89.9999991462264,"z":-150}],"uuid":"f81dc3c7-77dc-3a00-af08-10607e7bc843","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.99999879258166,"z":-115}],"uuid":"fb0cf5f8-8850-120f-9208-a28d121b0716","time":0.2916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"d8102de7-586c-2345-680d-784b2f4363ed","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.9999991462264,"z":-150}],"uuid":"382fc072-1206-bcd1-5cab-a0cd6543432a","time":0.6666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.99999879258166,"z":"-115\n"}],"uuid":"d4fda29f-d347-ebf7-90a5-edc78ca36e8e","time":0.7916666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.9999991462264,"z":-150}],"uuid":"c89e9b58-2084-cdca-c606-9dcffe382396","time":0.4166666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.99999879258166,"z":"-115\n"}],"uuid":"26bcf4f9-9583-f211-a21f-af500968f238","time":0.5416666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"9254c77c-28ee-0efc-d0cf-42985284d7b2","time":1.6666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.9999991462264,"z":-150}],"uuid":"bb261ab3-cbd9-bcef-1f72-3b8b81d5ed00","time":0.9166666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.99999879258166,"z":"-115\n"}],"uuid":"35292b51-de25-61a9-41a1-06cf2e0da61f","time":1.0416666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.9999991462264,"z":-150}],"uuid":"30adc32b-0bcd-df2f-d072-0bb16f14197d","time":1.1666666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.99999879258166,"z":"-115\n"}],"uuid":"79c2edb9-386e-de4d-2529-b96e2c08f056","time":1.5416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.99999879258166,"z":"-115\n"}],"uuid":"7d713123-a19e-78c0-b868-a58dc9a2a0e6","time":1.2916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.9999991462264,"z":-150}],"uuid":"65cbf914-8b60-b758-9096-bade2c1ffc14","time":1.4166666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":2,"z":"0"}],"uuid":"f26813fd-4d51-2b38-9362-7dd6a90c5c8e","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0}],"uuid":"4a14476e-3a87-9399-7433-71ba342c3fa7","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0}],"uuid":"aa041bd6-eedd-cedc-1e15-af3032cff0cb","time":1.6666666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":2,"z":"0"}],"uuid":"530164e4-7f6f-e1a8-5c89-8add456c773b","time":1.5416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"64aa6f6e-6b69-58ab-1d95-c475b0d1859a":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"aa33bd55-e6c1-875a-6ef7-72d08dbe3c4e","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"954ac53c-1b5e-1b20-bffa-962dd8cc6492","time":1.7916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0\n\n","z":"0"}],"uuid":"31cfdbc1-3975-c4ee-820d-5c3f5fc1873f","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d31cd665-4b23-f14a-bf34-7fff4f8aa858":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0\n","y":"0","z":"0"}],"uuid":"5fcfc295-d3ca-ddbd-b055-9a6b65ea5661","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n","y":"0","z":"0"}],"uuid":"e41a5bc7-f55d-53a3-7ebd-bcb31c34d26d","time":1.7916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0\n","z":"0"}],"uuid":"083ebb2c-b339-196c-7609-c8576d39927a","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0\n","z":"0"}],"uuid":"85f601b8-b74a-25a0-24b7-9d93f15f26f5","time":1.7916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"2a45c5e2-0356-ba27-5e2f-087e6457e9c0","name":"followMe","loop":"once","override":false,"length":1.375,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":5,"y":"0","z":"0"}],"uuid":"894f5af0-f946-de87-b6e8-1c8270360925","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"22517dff-4ad8-8b8f-8623-14c5ef40504b","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0.7340404134620258,"y":24.874691603068186,"z":0.46394336388129886}],"uuid":"062fa17d-5950-c0aa-d8bb-dbcf23c7f2ce","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":"0","z":"0"}],"uuid":"ec196967-79b6-d8a4-663d-dbac44dd6546","time":0.4583333333333333,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-8.373890510081965,"y":24.566127971168825,"z":1.3819256713139838}],"uuid":"5bb6a2ac-e189-d5c2-6c91-c294a32e14c6","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"9887f18d-8d35-6cf1-7e2f-004a182ed804","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0.7340404134620258,"y":24.874691603068186,"z":0.46394336388129886}],"uuid":"a301e9b0-bd77-f7aa-69aa-12b45109bb2e","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":-4}],"uuid":"180f8eb8-273f-4624-1a39-21e39cb10546","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"fd11d9d5-1bf1-e60a-4653-5723e7b64e60","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":2}],"uuid":"0c916541-3713-5808-4dee-68c695ad7570","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":-4}],"uuid":"c7e51fe8-0e6f-3f85-97e8-fa44033304f2","time":0.4583333333333333,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0.71}],"uuid":"e81c5d3d-3b13-755e-0b32-7c36dbe31c3e","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"12d5d418-e4ae-a422-f62a-e40539931954","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":2}],"uuid":"c9639672-905c-99d3-1a7c-77f2c45ba3b3","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4c59454b-d762-e138-f511-8cdcfe9eea48":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":22.5,"y":"0","z":"0"}],"uuid":"8a1cc288-107c-28ef-bfe2-44d4c242b1ba","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"91c29147-d947-1391-daf3-41b467fffb09","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.139296625613042,"y":40.79237202269042,"z":1.366426829135773}],"uuid":"f9bf8db6-d8aa-11aa-da03-db08fc23a7a6","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":22.5,"y":"0","z":"0"}],"uuid":"2550914c-3009-32cd-fb1f-b23e3d4e8d8e","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.54376576204426,"y":43.2517878454892,"z":0.762357985920171}],"uuid":"a819c8f3-dd9e-089c-c1ed-7fcbe532abbf","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.070845175358954,"y":20.245553693528116,"z":-0.21019016151115277}],"uuid":"3484e322-f2bc-b445-8294-f76df1838869","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"2003c2af-78fc-b15c-e2d0-9a39ec77f25b","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.54376576204426,"y":43.2517878454892,"z":0.762357985920171}],"uuid":"8220dff3-3962-77cd-f652-73d0ceb84317","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0.5\n","z":-4.5}],"uuid":"7699b2ac-ca45-5928-f3bd-0983bd724f18","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"63f37286-d974-f6a5-3597-15cd7f0ee310","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":1,"y":0,"z":2.5}],"uuid":"1603e7f5-3561-4f5e-508c-53c5e275f8c8","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0.5\n","z":-4.5}],"uuid":"925a9a08-a592-3dd0-9e19-ac3c21ad5479","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1,"z":0.5}],"uuid":"f1d60592-b952-4be8-216d-1cf7abf9a44d","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"39ef08f9-0ab3-dd43-e491-250edef9134f","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":1,"y":0,"z":2.5}],"uuid":"eea0aeb1-5b6a-5cf6-978d-fa65399e2fb5","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"74138584-550c-acf3-7418-f44444a13e97","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":15,"y":"0","z":"0"}],"uuid":"c6d7784c-15bd-6596-c27c-4b7c80804ab4","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":15,"y":"0","z":"0"}],"uuid":"23c920ce-e9f2-3ad7-5769-4d5ddea625f7","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-15.001975664013571,"y":51.05934394980068,"z":-2.1762636138515745}],"uuid":"b3644f7a-5de1-79ff-4e3b-b8e718eaf680","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-15.54376576204426,"y":43.2517878454892,"z":0.762357985920171}],"uuid":"77a62a19-88cd-1843-5e53-40545e247b79","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.070845175358954,"y":20.245553693528116,"z":-0.21019016151115277}],"uuid":"49873638-fe5c-da24-3135-c37865ce9d58","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"83a7c14b-e28e-d108-bd14-eeca060ca57d","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-15.54376576204426,"y":43.2517878454892,"z":0.762357985920171}],"uuid":"9bdb6c46-1df5-0a81-5788-d5d33f2e9e8c","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"41020bdb-9ffa-222f-1fec-5768a68bad7c","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0.5\n","z":-3.5}],"uuid":"ac978271-fa68-2077-7ef7-e237148a253a","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0.5\n","z":-3.5}],"uuid":"6d3d5627-f8d3-a155-a8b3-d94743d40e0b","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":2,"y":0,"z":5.5}],"uuid":"b853c2f1-9021-4616-3536-a827bbdeec7e","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1,"z":0.5}],"uuid":"da777f80-3927-27b7-d843-36045d4b326b","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"02f405d5-4085-ef63-9628-3a364458fe0a","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":2,"y":0,"z":5.5}],"uuid":"1b7ae221-c820-b462-a759-4dda1d4f4ed3","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-74.56834248387258,"y":-9.935578431269278,"z":-5.267040957668087}],"uuid":"87bb9ffc-84f7-8f3b-4850-0eafd866272c","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"348ee9c0-cc61-f6c6-510d-6a76ebf3598e","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-120.70533623040757,"y":33.15221974766706,"z":20.488613927605456}],"uuid":"a1be318f-e8cc-95c8-aa31-ad94345c26e2","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"rotation","data_points":[{"x":-74.56834248387258,"y":-9.935578431269278,"z":-5.267040957668087}],"uuid":"182aacfd-bef0-7d17-42b3-e420c38e220b","time":0.4583333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-197.90654906124183,"y":67.58109425245863,"z":-117.15317596551813}],"uuid":"7a23199d-ba66-827e-9140-2a86faae3c52","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"rotation","data_points":[{"x":-197.90654906124183,"y":67.58109425245863,"z":-117.15317596551813}],"uuid":"50022e84-b58a-bd37-43bc-f11afa174d0c","time":0.7916666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"rotation","data_points":[{"x":-214.08915231876986,"y":72.05925312606412,"z":-134.5891257222278}],"uuid":"f80b279e-5624-07c4-8aa9-d023e4a59224","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f72330bc-8125-b922-1fe1-c8d2c4d799f9","time":1.375,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-197.90654906124183,"y":67.58109425245863,"z":-117.15317596551813}],"uuid":"394f8bfd-ad27-5c9a-3e9d-f767aecaf941","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"position","data_points":[{"x":"0","y":"0","z":-3}],"uuid":"886b6b44-033b-74de-3529-66edc7cc7272","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"23444864-78a8-958a-6067-77cce11ed1cd","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":-3}],"uuid":"f2426b22-d9b9-ba85-a955-0bea0920990b","time":0.4583333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":0,"z":0}],"uuid":"2de57f53-4351-a0ff-3c5a-9217ca3bb079","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":1,"z":-3}],"uuid":"cd9cb512-72a4-6c3d-b26a-a731727c42b4","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":0,"z":0}],"uuid":"183731c9-ffd8-9886-1db3-8b88fc1a0a13","time":0.7916666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"4b900c7f-97c2-5d28-4e90-7ca809243ce4","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":0,"z":0}],"uuid":"4c1dabd6-f7fb-6518-83e4-faaea18c9b8e","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"64aa6f6e-6b69-58ab-1d95-c475b0d1859a":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":21.761514824064307,"y":10.474174376960491,"z":-3.2857771429571585}],"uuid":"d390e3f1-2b0e-a3ed-cb8e-5c0aacd02739","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"395986d6-2c66-e222-2f62-5f04154fe542","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"dbda7c26-906d-1959-db9d-5b02c1f9ea9a","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":21.761514824064307,"y":10.474174376960491,"z":-3.2857771429571585}],"uuid":"b95a2377-5da3-42d5-755f-bef480120ba7","time":1.1666666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d31cd665-4b23-f14a-bf34-7fff4f8aa858":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":-5,"z":0}],"uuid":"46546742-be92-bffb-3a97-b6d067ed66ce","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"ec62f10d-4f32-ac12-8f59-04e59031cc0e","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"4dad5c7d-7819-dd4c-5e44-a73bc7f41f7f","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-5,"z":0}],"uuid":"a8c50d56-c2fb-1689-3284-a0525c74e4ed","time":1.1666666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"6fa4ff3c-5e54-5c9d-af89-67735bd054d3","name":"followMe2","loop":"once","override":false,"length":1.4583333333333333,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":5,"y":0,"z":0}],"uuid":"894f5af0-f946-de87-b6e8-1c8270360925","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"22517dff-4ad8-8b8f-8623-14c5ef40504b","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0.7340404134620258,"y":-24.874691603068186,"z":-0.46394336388129886}],"uuid":"062fa17d-5950-c0aa-d8bb-dbcf23c7f2ce","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":0,"z":0}],"uuid":"ec196967-79b6-d8a4-663d-dbac44dd6546","time":0.4583333333333333,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-8.373890510081965,"y":-24.566127971168825,"z":-1.3819256713139838}],"uuid":"5bb6a2ac-e189-d5c2-6c91-c294a32e14c6","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"9887f18d-8d35-6cf1-7e2f-004a182ed804","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0.7340404134620258,"y":-24.874691603068186,"z":-0.46394336388129886}],"uuid":"a301e9b0-bd77-f7aa-69aa-12b45109bb2e","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":-4}],"uuid":"180f8eb8-273f-4624-1a39-21e39cb10546","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"fd11d9d5-1bf1-e60a-4653-5723e7b64e60","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":2}],"uuid":"0c916541-3713-5808-4dee-68c695ad7570","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":-4}],"uuid":"c7e51fe8-0e6f-3f85-97e8-fa44033304f2","time":0.4583333333333333,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0.71}],"uuid":"e81c5d3d-3b13-755e-0b32-7c36dbe31c3e","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"12d5d418-e4ae-a422-f62a-e40539931954","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":2}],"uuid":"c9639672-905c-99d3-1a7c-77f2c45ba3b3","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4c59454b-d762-e138-f511-8cdcfe9eea48":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":22.5,"y":0,"z":0}],"uuid":"8a1cc288-107c-28ef-bfe2-44d4c242b1ba","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"91c29147-d947-1391-daf3-41b467fffb09","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.139296625613042,"y":-40.79237202269042,"z":-1.366426829135773}],"uuid":"f9bf8db6-d8aa-11aa-da03-db08fc23a7a6","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":22.5,"y":0,"z":0}],"uuid":"2550914c-3009-32cd-fb1f-b23e3d4e8d8e","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.54376576204426,"y":-43.2517878454892,"z":-0.762357985920171}],"uuid":"a819c8f3-dd9e-089c-c1ed-7fcbe532abbf","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.070845175358954,"y":-20.245553693528116,"z":0.21019016151115277}],"uuid":"3484e322-f2bc-b445-8294-f76df1838869","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"2003c2af-78fc-b15c-e2d0-9a39ec77f25b","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.54376576204426,"y":-43.2517878454892,"z":-0.762357985920171}],"uuid":"8220dff3-3962-77cd-f652-73d0ceb84317","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0.5\n","z":-4.5}],"uuid":"7699b2ac-ca45-5928-f3bd-0983bd724f18","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"63f37286-d974-f6a5-3597-15cd7f0ee310","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-1,"y":0,"z":2.5}],"uuid":"1603e7f5-3561-4f5e-508c-53c5e275f8c8","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0.5\n","z":-4.5}],"uuid":"925a9a08-a592-3dd0-9e19-ac3c21ad5479","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1,"z":0.5}],"uuid":"f1d60592-b952-4be8-216d-1cf7abf9a44d","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"39ef08f9-0ab3-dd43-e491-250edef9134f","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-1,"y":0,"z":2.5}],"uuid":"eea0aeb1-5b6a-5cf6-978d-fa65399e2fb5","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"c0b5ed38-780e-71dd-aa82-323ad966c334","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-74.56834248387258,"y":9.935578431269278,"z":5.267040957668087}],"uuid":"8bc0f681-6fe7-7f8b-0959-01c1c3483f8c","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-120.70533623040757,"y":-33.15221974766706,"z":-20.488613927605456}],"uuid":"539e7b73-cb0c-53d6-ce80-5a767c9a6a25","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"rotation","data_points":[{"x":-74.56834248387258,"y":9.935578431269278,"z":5.267040957668087}],"uuid":"aee752d3-b1e6-e407-bddd-83e9aa05e561","time":0.4583333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-197.90654906124183,"y":-67.58109425245863,"z":117.15317596551813}],"uuid":"11db6894-273d-726d-0358-15d3237e2e64","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"rotation","data_points":[{"x":-197.90654906124183,"y":-67.58109425245863,"z":117.15317596551813}],"uuid":"9a0ab1d0-2d36-e131-6123-7f8854d86f53","time":0.7916666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"rotation","data_points":[{"x":-214.08915231876986,"y":-72.05925312606412,"z":134.5891257222278}],"uuid":"a8ea82e0-4512-ae2c-51de-c511df3b5b16","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"d35b5e5a-79de-bae5-0837-d5d16f5a0421","time":1.375,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-197.90654906124183,"y":-67.58109425245863,"z":117.15317596551813}],"uuid":"8516a69c-887a-9932-35ec-de24d292d747","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"f5c0da1f-89d3-5144-3a84-04be12951a6b","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":-3}],"uuid":"7b9a8ad3-cd7f-04bc-9d2b-c54465bb2b3c","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":-3}],"uuid":"a3d1d7cd-994d-b9c7-4056-c404a6e2197b","time":0.4583333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":2,"y":0,"z":0}],"uuid":"2eaefd2f-d613-8da5-a9ff-ac8ec0bec429","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":2,"y":1,"z":-3}],"uuid":"43d1d84e-c6ad-62b0-775f-b18a9e1020cc","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":2,"y":0,"z":0}],"uuid":"4e0cdaaa-ad34-51d2-8629-63d77d3659c1","time":0.7916666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"de42d961-76fa-d960-4bf8-a713910ee906","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":2,"y":0,"z":0}],"uuid":"43c50926-72d7-8b70-77b2-f4a4f2ca0b61","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"87620008-7dfc-774d-8e6f-4749cd942778","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":15,"y":0,"z":0}],"uuid":"7359ed4c-31b7-db50-3248-429494b0d622","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":15,"y":0,"z":0}],"uuid":"46a6e5aa-e9e7-4ddd-65dd-5f2126fb9c98","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-15.001975664013571,"y":-51.05934394980068,"z":2.1762636138515745}],"uuid":"1b7bf9df-1191-1e36-1b85-edabbc74df2b","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-15.54376576204426,"y":-43.2517878454892,"z":-0.762357985920171}],"uuid":"5e90647e-2224-1f4b-1651-c567852420d1","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.070845175358954,"y":-20.245553693528116,"z":0.21019016151115277}],"uuid":"29bc42b6-b200-c393-7798-a6310a319318","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"61d983df-9fef-8baa-1a15-965b695bc67a","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-15.54376576204426,"y":-43.2517878454892,"z":-0.762357985920171}],"uuid":"ca82c89d-3060-fc84-7585-f73f5706d72b","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"adac4819-e6b5-9b8b-a244-fe6034965e35","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0.5\n","z":-3.5}],"uuid":"3d0422b5-0236-7bfe-0317-a943a560720e","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0.5\n","z":-3.5}],"uuid":"d4b8203b-c3f2-d6ad-e5f8-d55d4f7e092f","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":0,"z":5.5}],"uuid":"5eb4625c-4e54-778e-245a-b65842a4b368","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1,"z":0.5}],"uuid":"87e9b291-6923-5632-981d-30df1e1568ea","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"24717250-70d5-15f2-c5a1-b1bd5313882f","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":0,"z":5.5}],"uuid":"b2003492-8ebc-2094-854b-49cabf58fde6","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"64aa6f6e-6b69-58ab-1d95-c475b0d1859a":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":5,"z":0}],"uuid":"25108757-6947-3af5-89d6-aea1fdbeefa4","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"66cb646a-f40d-1543-0316-533f6dfd5b58","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"61b2ba59-59be-babd-95f5-19f06e18c1c2","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":5,"z":0}],"uuid":"52a0cdd5-7de2-417d-5078-4f03be2c5f6a","time":1.1666666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d31cd665-4b23-f14a-bf34-7fff4f8aa858":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":21.761514824064307,"y":-10.474174376960491,"z":3.2857771429571585}],"uuid":"13e4b639-e1ae-b778-2ba1-0e85685c86af","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"33f62a57-bd4d-2e56-22d3-452392c4801b","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"ef7b07c7-f8bb-80b3-9832-55abc2dbb22b","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":21.761514824064307,"y":-10.474174376960491,"z":3.2857771429571585}],"uuid":"673f42c9-e32c-12f2-78a2-2c563df0cf19","time":1.1666666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"16fb4492-d7f9-c0d3-78e4-3ec308409c47","name":"sprint","loop":"loop","override":true,"length":0.5833333333333334,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"position","data_points":[{"x":0,"y":-0.1,"z":0}],"uuid":"9a468da6-d7dc-c7ba-3eed-7e05bde9d278","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.3,"z":0}],"uuid":"9d309be3-0a9d-6f48-d9a1-0c747a1c63bb","time":0.08333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1,"z":0}],"uuid":"2d59af5e-b97f-7ff8-6e85-f746203a5c81","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.6,"z":0}],"uuid":"356745c4-5562-b7e9-a422-45542809e5b7","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0}],"uuid":"478ebf9c-6912-cccf-a738-4842f5e86967","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-0.3,"z":0}],"uuid":"b04d6213-9bef-62d8-b1eb-6c8ca5c17091","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-1.4901161e-8,"z":0}],"uuid":"c6cd4846-52ba-e998-b9c7-4c0ab4f85333","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.6,"z":0}],"uuid":"08fd60cb-a81b-bd2e-27e3-d0a69c86bd8f","time":0.4166666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1.4901161e-8,"z":0}],"uuid":"f2dc9e84-5bed-3cbc-ca04-2ba0611ca5c0","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-0.1,"z":0}],"uuid":"80a38385-1e6e-6790-8d8b-3d01bb2bd08a","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4c59454b-d762-e138-f511-8cdcfe9eea48":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":3.0000000000000004,"z":"0"}],"uuid":"54ba9c3e-1816-f9b2-8caf-c72856731446","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":5,"z":"0"}],"uuid":"623c3140-b803-9c80-eb07-cfd311dbda3e","time":0.08333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":7,"z":"0"}],"uuid":"b57f27e5-49e6-d149-819f-41194cbd0515","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":7,"y":16,"z":"0"}],"uuid":"329f7899-17fb-f228-ebb3-81a423254f46","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":7,"z":"0"}],"uuid":"837aac4a-8a80-b8d4-b56e-562a9b812eba","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":5,"z":"0"}],"uuid":"ee9f3f54-baed-b6fd-40b6-0b29aef55a89","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":-1.9999999999999774,"z":"-1\n"}],"uuid":"cc46c535-e92f-09fd-147c-736e62b5993b","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":-15.999999999999972,"z":"-1"}],"uuid":"22ec9ada-ba2f-c0c6-d144-78f86ceeb8df","time":0.4166666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":7,"y":-4.000000000000005,"z":"0"}],"uuid":"0ac4da21-01c5-f90c-4af9-3b545819f2ab","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":3.0000000000000004,"z":"0"}],"uuid":"9c5d2a32-a38f-602b-4625-4ff981c23b5e","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-0.20000005,"z":0}],"uuid":"d905ec4d-b5dc-6dbd-e6bf-56e286ea6111","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.3,"z":0}],"uuid":"d84c084a-997e-dfef-1b19-63ecaed7441a","time":0.08333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1,"z":0}],"uuid":"1fd6e3b8-c922-3fb9-9d8f-a6d442f44971","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.6,"z":0}],"uuid":"80d21512-0f9c-3a55-2253-1af1c02d7b8a","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0}],"uuid":"9b02f4b7-2fd1-93cc-1629-d9783299b249","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-0.3,"z":0}],"uuid":"8065940e-5717-52d0-035c-9897af6641f1","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.2,"z":0}],"uuid":"e44f7f0f-7e1b-1e56-e12d-28f055fba895","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.5,"z":0}],"uuid":"221fdda3-b1c0-f139-450f-361fe685b9dd","time":0.4166666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0}],"uuid":"2c87e78b-e861-80e9-d5dc-ee3561479319","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-0.20000005,"z":0}],"uuid":"0159fa06-ae18-3184-7356-dc372b7375a2","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-2.7199427162358916,"y":19.821692192334467,"z":82.02467687457283}],"uuid":"e70c1bdd-55f7-4fa9-be76-fc7aeeb8ec80","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":20,"z":90}],"uuid":"168a8727-0531-5585-4f1c-48f3bbf54ecf","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-1.816932932961663,"y":19.920664359070543,"z":84.68089666165315}],"uuid":"9032704b-c2b7-e75b-4ad7-c47b6f63012c","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-1.816932932961663,"y":19.920664359070543,"z":84.68089666165315}],"uuid":"f03334ef-e223-df19-ffcb-896ea96db969","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.5,"z":0.7}],"uuid":"e41e55a9-09a0-e06b-0630-ceeff9a963e4","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.5,"z":0.7}],"uuid":"81c4b0d4-ff7f-4824-fcdc-6434dec239d3","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.5,"z":0.7}],"uuid":"73a80389-0925-92ab-e140-2e0d2cc9cd0b","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.5,"z":0.7}],"uuid":"221c6fbf-ec76-dd1c-8672-680e58dd4cdf","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-2.7199427162363463,"y":-19.821692192334922,"z":-82.02467687457283}],"uuid":"03caabbf-ee82-10ab-5cec-4c3013b85b5e","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-4.547473508864641e-13,"y":-20.000000000000455,"z":-90}],"uuid":"b05e29f5-3541-1987-b42b-0872303f0c39","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-1.8169329329621178,"y":-19.920664359070997,"z":-84.68089666165315}],"uuid":"78a45d13-84ef-7708-4438-fdc1de033877","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-1.8169329329621178,"y":-19.920664359070997,"z":-84.68089666165315}],"uuid":"da9dcf14-a36c-18d3-318f-030ce37efb26","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.2999999999999998,"z":0.6}],"uuid":"7f9fc39d-3a9c-31d1-0c75-1db0c2afb6d8","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.2999999999999998,"z":0.6}],"uuid":"66334c0d-111d-a96f-9e93-d29c59392164","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.2999999999999998,"z":0.6}],"uuid":"9948cf8b-0163-b91c-4eb4-3c3f0824b6ae","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.2999999999999998,"z":0.6}],"uuid":"49001c08-c632-6241-626f-25e93b67d0f5","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"64aa6f6e-6b69-58ab-1d95-c475b0d1859a":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":51,"y":0,"z":4}],"uuid":"2b40fdbe-45bb-5d2d-91fe-f9baf1a3a375","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-5.999999999999983,"y":0,"z":0}],"uuid":"9bab3e4c-ff19-497a-f0a8-9d4f68459b83","time":0.08333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-18,"y":0,"z":0}],"uuid":"455f9164-9ba5-0faa-8962-450e5deb6efc","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-56.00000000000001,"y":0,"z":0}],"uuid":"b3983f17-f7a5-8898-fa0b-31f20a09fc30","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-41.00000000000001,"y":0,"z":0}],"uuid":"e1d18117-973b-3837-4cd6-db683d9936a0","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-8.00000000000001,"y":0,"z":0}],"uuid":"08540c46-e308-71f6-4583-57b40f6ada68","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":17,"y":0,"z":0}],"uuid":"f932a831-97f4-f1e8-4d01-c50e3b889d1c","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":28,"y":0,"z":0}],"uuid":"1c33cd0c-2ed1-ca3b-f75a-dd18eb506b45","time":0.4166666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":46,"y":0,"z":0}],"uuid":"1d9cd3cf-981c-ea65-3af0-7451ca8d0b22","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":51,"y":0,"z":4}],"uuid":"deab7a43-6482-fc67-483f-d538b4788569","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2.3841857821338408e-8,"y":0.3000000000000007,"z":-1.7000000000000002}],"uuid":"0f8dd833-5d29-a7e7-41ba-4675b27e9515","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0.09999997615814205,"y":4,"z":-1}],"uuid":"9d429d4f-f6ef-c8a5-5771-1c35fbbc4cef","time":0.08333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-0.40000002384185773,"y":4.3,"z":-0.6}],"uuid":"5ae25121-480a-8ddd-54cd-6593265aa50f","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-0.40000002384185773,"y":1.4000000000000004,"z":-1.2}],"uuid":"d4e364a6-c139-c2cb-d3d9-723bf9876014","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-0.40000002384185773,"y":0,"z":-1.7}],"uuid":"40320297-27b8-8dbe-38e1-0274444327e7","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-0.40000002384185773,"y":0,"z":1}],"uuid":"01a355d0-b708-4b24-a447-240a6faed271","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-0.40000002384185773,"y":0,"z":1}],"uuid":"c44e5139-db96-f329-ba87-e22979563056","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-0.40000002384185773,"y":0,"z":2.4}],"uuid":"1407bcbc-89cb-fd94-fd18-7cadbecbcaf8","time":0.4166666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-0.40000002384185773,"y":0.40000000000000036,"z":3.4}],"uuid":"60861556-7abb-3687-89fd-7f4e7783d867","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2.3841857821338408e-8,"y":1.3000000000000007,"z":-3.7}],"uuid":"99ce8fb0-81cc-1077-5583-89a9aa723df6","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d31cd665-4b23-f14a-bf34-7fff4f8aa858":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":4,"y":0,"z":0}],"uuid":"7343b426-517a-4e08-c0aa-0bf5c49ab8ab","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":18,"y":0,"z":0}],"uuid":"cca5efd4-5cdb-ecca-1fac-7df43dd76e1d","time":0.08333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":40,"y":0,"z":0}],"uuid":"4ac44eed-1971-2d26-0080-02f7c3b581af","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":42,"y":0,"z":0}],"uuid":"5a1e5b56-8301-7c8c-bca1-507a3bab937a","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":34,"y":0,"z":0}],"uuid":"d66fc1c2-c271-9830-8a16-34f9ca702534","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":7,"y":0,"z":0}],"uuid":"a87bae7e-d7ca-7773-f23b-9a960cd1d4db","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-42.000000000000014,"y":0,"z":0}],"uuid":"ebb004dd-e507-f39e-a36e-a2a997905fe0","time":0.4166666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-36.49999999999998,"y":0,"z":0}],"uuid":"7d56578c-5aa7-ff5b-d651-d7753ae5f7df","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":4,"y":0,"z":0}],"uuid":"acf2a59f-3db7-3295-382a-228a69119103","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":29.999999999999996,"y":0,"z":0}],"uuid":"3def1bdd-0b86-1395-3ba9-b8d320f251c1","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":2.3841857821338408e-8,"y":0,"z":0}],"uuid":"ccad33fa-f7ee-bb67-8481-47ff12c21c35","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0.10000002384185791,"y":0,"z":1}],"uuid":"81896205-4f4f-8403-cdad-1622d114ffbe","time":0.08333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0.5000000238418578,"y":0.3000000000000007,"z":2.9}],"uuid":"b0d4a97e-169b-bab9-ec29-8e50210fc062","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0.10000002384185791,"y":0.6999999999999993,"z":0.8}],"uuid":"deb07bb1-f7f5-1441-62ec-0f53bc30ea60","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0.10000002384185791,"y":2.5,"z":-2}],"uuid":"1f0b59fe-88f1-36ee-b9b0-0dfd4ccd66b1","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0.10000002384185791,"y":4,"z":-1}],"uuid":"62f2869a-85f6-2380-dc0d-cfbd54aef9bc","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0.10000002384185791,"y":3,"z":-2}],"uuid":"f48c14c5-6bb3-be75-b410-2073a28ea87f","time":0.4166666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0.10000002384185791,"y":0,"z":-1}],"uuid":"39d08a5a-6eb6-3316-3c82-44c5f81afec8","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":2.3841857821338408e-8,"y":0,"z":0}],"uuid":"5f9ab527-074e-df8a-6405-b0aa98c1bf0d","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0.10000002384185791,"y":0,"z":2}],"uuid":"9396d8c7-a6dd-6ee5-25a6-188b633f8c0f","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"529f551c-3d11-c436-987b-cdd5eed7c9e6","name":"pointLeft_n","loop":"once","override":false,"length":1.25,"snapping":20,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"dcbc841c-1a58-2428-1826-cce3653637f2":{"name":"Receptors","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"5dd91230-6e63-ac1b-faa5-cb2c04a225b7","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-52.5,"y":"0","z":"0"}],"uuid":"eb7a7354-70bf-1cd2-53fa-80a1d80f4c36","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-55,"y":"0","z":"0"}],"uuid":"c98ca27f-714a-0b4d-3101-87af71f3ddbb","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"0a1f82d3-a319-de35-c7ef-0d9e012b70cd","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"e1c3bd02-d62a-6ec3-0a26-d9866f53d9aa","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":2,"z":-2}],"uuid":"0daccb23-07d2-6664-a57b-92130e0bd643","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"36a1ee20-bec3-378f-b300-22a10488d558","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-7.5,"y":"0","z":"0"}],"uuid":"3c72a886-4c2a-e905-5530-d3aa5c98fad4","time":0.1,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":7.5,"y":0,"z":0}],"uuid":"703f1341-713f-67d9-3b23-46d139dc59da","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"7aa2341b-9c7e-0186-a795-0eaac28a950d","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-7.5,"y":"0","z":"0"}],"uuid":"9a502b95-0787-1a48-914b-08e4fe934981","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":0,"z":0}],"uuid":"835052ac-656f-3963-9d64-58a5ea839ac6","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":-1}],"uuid":"becc166b-2920-265e-88a6-951d83378642","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f9e3d551-4ec8-b299-1ff0-5c9519646b5a","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"68db605d-5abd-2365-0a55-3d66c1a21944","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4c59454b-d762-e138-f511-8cdcfe9eea48":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"95cdda79-01ff-2aad-dabd-a89b83f68397","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-5,"y":10,"z":0}],"uuid":"2ef337df-15ab-eed3-7d85-8f8d42249a54","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":10,"z":0}],"uuid":"3b11e418-5cad-ac31-e4a4-d002ce7cc537","time":0.4,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"6c107237-35f7-3523-e2bb-e155a69dbeaf","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":-1}],"uuid":"ecc1a784-03e3-23c1-2751-75308261824d","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0.3799999999999999}],"uuid":"8a37a303-dd35-4674-5c4d-32e7a2986c68","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"a7ba21ba-a99b-91b9-bb62-a64157d9365c","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"10","y":"2.5","z":0}],"uuid":"10ce9bd6-77d1-30b3-e1e5-ccbdbb40b122","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":8.16961621259361,"y":26.795156291967487,"z":7.953870623042803}],"uuid":"243ba430-2cfa-7f3d-bc4a-7c5ca21f3cb7","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":8.783762324260806,"y":16.538075814467447,"z":9.020478530827404}],"uuid":"a4e8ea03-2520-3c60-a74b-59a28129411d","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"dc00bbd3-077f-3f09-f411-75e09fa99120","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"1\n\n"}],"uuid":"341b76e8-1a52-19de-e3cb-7c02f7bc2cda","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"d5d67590-768a-dd86-6c10-0203ac1656bc","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-115,"y":5,"z":0}],"uuid":"ae2d0af4-1fdd-e8ad-f0b8-b62ee1e7d37b","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-94.11524000000009,"y":5,"z":0}],"uuid":"eae7caeb-7390-ea44-42c2-152912e10e31","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-87.5,"y":5,"z":0}],"uuid":"373e7bb4-c4f2-95cc-b180-9630f6a7167a","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0\n"}],"uuid":"a0eeeed5-c5c4-03dd-9a8c-4a5299cb9f5d","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"-1"}],"uuid":"7de55d71-ccae-0f82-5e80-0781c4441483","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":-4}],"uuid":"6acaa103-84da-6274-72b3-e3f424df45c6","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"64aa6f6e-6b69-58ab-1d95-c475b0d1859a":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"8e6dc4ca-25bc-a4a7-54b8-bab0a6684841","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-2.5,"y":"0","z":"0"}],"uuid":"aea9cca0-9ee7-13d1-9ecd-9dd69407426e","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":0,"z":0}],"uuid":"07e134c2-4d15-2faa-cc67-6d0662c5d468","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0\n"}],"uuid":"9865f3f8-e1b4-1418-1e9e-7b0124b902d2","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"0.25"}],"uuid":"cfe847fd-5dd6-a1a6-3d79-9b75be45d983","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d31cd665-4b23-f14a-bf34-7fff4f8aa858":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"ac29e13f-3ed2-f8df-6ce0-f951fff65fc6","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-2.5","y":"0","z":"0"}],"uuid":"7e809b28-e0f4-2f06-5e54-30e47f6c20ff","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0\n"}],"uuid":"75f8d5d7-4a8e-3689-0583-22e87a9f401d","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"-0.25"}],"uuid":"636821aa-62a2-f14d-90c6-2610cd167048","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"82f92264-4259-2a00-2aa6-f870dab5b92f","name":"pointLeft_n2","loop":"once","override":false,"length":1.25,"snapping":20,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"dcbc841c-1a58-2428-1826-cce3653637f2":{"name":"Receptors","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"5dd91230-6e63-ac1b-faa5-cb2c04a225b7","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-52.5,"y":"0","z":"0"}],"uuid":"eb7a7354-70bf-1cd2-53fa-80a1d80f4c36","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-55,"y":"0","z":"0"}],"uuid":"c98ca27f-714a-0b4d-3101-87af71f3ddbb","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"0a1f82d3-a319-de35-c7ef-0d9e012b70cd","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"e1c3bd02-d62a-6ec3-0a26-d9866f53d9aa","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":2,"z":-2}],"uuid":"0daccb23-07d2-6664-a57b-92130e0bd643","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"36a1ee20-bec3-378f-b300-22a10488d558","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-7.5,"y":"0","z":"0"}],"uuid":"3c72a886-4c2a-e905-5530-d3aa5c98fad4","time":0.1,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":7.5,"y":0,"z":0}],"uuid":"703f1341-713f-67d9-3b23-46d139dc59da","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"7aa2341b-9c7e-0186-a795-0eaac28a950d","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-7.5,"y":"0","z":"0"}],"uuid":"9a502b95-0787-1a48-914b-08e4fe934981","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":0,"z":0}],"uuid":"835052ac-656f-3963-9d64-58a5ea839ac6","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":-1}],"uuid":"becc166b-2920-265e-88a6-951d83378642","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f9e3d551-4ec8-b299-1ff0-5c9519646b5a","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"68db605d-5abd-2365-0a55-3d66c1a21944","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4c59454b-d762-e138-f511-8cdcfe9eea48":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"95cdda79-01ff-2aad-dabd-a89b83f68397","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-5,"y":10,"z":0}],"uuid":"2ef337df-15ab-eed3-7d85-8f8d42249a54","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":10,"z":0}],"uuid":"3b11e418-5cad-ac31-e4a4-d002ce7cc537","time":0.4,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"6c107237-35f7-3523-e2bb-e155a69dbeaf","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":-1}],"uuid":"ecc1a784-03e3-23c1-2751-75308261824d","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0.3799999999999999}],"uuid":"8a37a303-dd35-4674-5c4d-32e7a2986c68","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"d14102bb-d603-a9d1-4f4e-aa51592de52b","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-115,"y":5,"z":0}],"uuid":"7e326d07-d2d3-6e8c-965a-a9845b68492a","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-94.11524000000009,"y":5,"z":0}],"uuid":"bd8d45a6-60bc-c691-7693-b246076a20d1","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-87.5,"y":5,"z":0}],"uuid":"c8c11794-fb16-328a-3f98-55f70c9b727a","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0\n"}],"uuid":"22732025-12c9-96e1-9cc9-1fc6c5a88f6b","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"-1"}],"uuid":"b143b71a-d210-4910-d77a-c0b9fe23d62e","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":-4}],"uuid":"ad226ae6-5de8-46db-8428-b81cb91bd091","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"418bc9b4-b50d-1e9d-508a-d14d5637869a","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.33811420754213733,0.08452855188553433,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.33811420754213733,-0.08452855188553433,0]},{"channel":"rotation","data_points":[{"x":10,"y":-2.5,"z":0}],"uuid":"32d38840-78e4-4e6a-8c6d-3ec11f3b1aeb","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":8.16961621259361,"y":-26.795156291967487,"z":-7.953870623042803}],"uuid":"c9e6ea10-3ef2-8505-148d-b8d82748b65d","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":8.783762324260806,"y":-16.538075814467447,"z":-9.020478530827404}],"uuid":"b096bfb5-a13e-b97a-d28a-49149a5d9673","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0}],"uuid":"d4101ad1-bd09-dc52-7ade-de956001d79e","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,-0.033811420754213735],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0.033811420754213735]},{"channel":"position","data_points":[{"x":0,"y":0,"z":1}],"uuid":"4d5eca32-f99e-e29a-ccca-c2b52ffe3c47","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"64aa6f6e-6b69-58ab-1d95-c475b0d1859a":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"8e6dc4ca-25bc-a4a7-54b8-bab0a6684841","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-2.5,"y":"0","z":"0"}],"uuid":"aea9cca0-9ee7-13d1-9ecd-9dd69407426e","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":0,"z":0}],"uuid":"07e134c2-4d15-2faa-cc67-6d0662c5d468","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0\n"}],"uuid":"9865f3f8-e1b4-1418-1e9e-7b0124b902d2","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"0.25"}],"uuid":"cfe847fd-5dd6-a1a6-3d79-9b75be45d983","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d31cd665-4b23-f14a-bf34-7fff4f8aa858":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"ac29e13f-3ed2-f8df-6ce0-f951fff65fc6","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-2.5","y":"0","z":"0"}],"uuid":"7e809b28-e0f4-2f06-5e54-30e47f6c20ff","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0\n"}],"uuid":"75f8d5d7-4a8e-3689-0583-22e87a9f401d","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"-0.25"}],"uuid":"636821aa-62a2-f14d-90c6-2610cd167048","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"282cf0cc-49f7-adc8-5e1a-630bba0ec934","name":"sitting","loop":"loop","override":true,"length":2.5,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"position","data_points":[{"x":"0","y":-11,"z":"0"}],"uuid":"0fe48389-0c34-1b2a-7ae9-b545c43d707b","time":2.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4c59454b-d762-e138-f511-8cdcfe9eea48":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"591091bb-c920-4c96-604c-4bbf0e536c74","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"75eb5b1d-9da7-ffdd-c5c4-0373d97a24dd","time":2.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-11,"z":"0"}],"uuid":"51355bf2-19af-4031-05ef-0158d20c6f8d","time":2.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"position","data_points":[{"x":"0","y":-11,"z":"0"}],"uuid":"61c3acaa-3989-4369-1394-4d0249e7d0ca","time":2.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-11,"z":"0"}],"uuid":"b7065684-b32f-c506-f53d-5f05b8b33398","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"position","data_points":[{"x":"0","y":-11,"z":"0"}],"uuid":"518ba7b7-e60b-2518-e3cd-8b341090772e","time":2.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-11,"z":"0"}],"uuid":"8d68ff2c-99e1-d188-ddd6-cd8245161678","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"64aa6f6e-6b69-58ab-1d95-c475b0d1859a":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-84.93602897198525,"y":7.435472226131878,"z":0.9844794635018843}],"uuid":"be35acbb-afd7-8c0f-e2a2-a501e1f9e97b","time":1.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-82.41547415817331,"y":7.385417875791973,"z":1.3096230881060364}],"uuid":"bb69ff03-aa99-0995-b141-51c4c059300b","time":2.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-82.41547415817331,"y":7.385417875791973,"z":1.3096230881060364}],"uuid":"0edf8696-e877-65d2-49a2-07e6984985b5","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-10,"z":"0"}],"uuid":"0ddfb4e8-35d3-0e9a-298e-abbbdefad8a3","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-10,"z":"0"}],"uuid":"c673235a-fd8c-c797-7af0-16533d453cab","time":2.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d31cd665-4b23-f14a-bf34-7fff4f8aa858":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-82.38564774959059,"y":-9.913580674589866,"z":-1.3184461832734087}],"uuid":"443aa19e-1d8e-c778-d939-0f4190baa682","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.35870061546893,"y":-9.857233612339314,"z":-1.6882679424047637}],"uuid":"2614ab6c-d2de-009f-fce2-cec3428848a6","time":1.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-82.38564774959059,"y":-9.913580674589866,"z":-1.3184461832734087}],"uuid":"b9a51525-ee17-67b2-65f7-f2557fed0c91","time":2.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-10,"z":"0"}],"uuid":"b2d775b0-6ef2-bd06-498c-1703604f9073","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-10,"z":"0"}],"uuid":"03246311-130b-cac6-49f0-9430be427ee1","time":2.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}}],"animation_variable_placeholders":"\n"} \ No newline at end of file diff --git a/3d_models/figura-old/Five Pebbles (Erratic Pulse)/rw_pebs_casual.png b/3d_models/figura-old/Five Pebbles (Erratic Pulse)/rw_pebs_casual.png new file mode 100644 index 0000000..1b32c83 Binary files /dev/null and b/3d_models/figura-old/Five Pebbles (Erratic Pulse)/rw_pebs_casual.png differ diff --git a/3d_models/figura-old/Five Pebbles (Erratic Pulse)/rw_pebs_work.png b/3d_models/figura-old/Five Pebbles (Erratic Pulse)/rw_pebs_work.png new file mode 100644 index 0000000..32ca00a Binary files /dev/null and b/3d_models/figura-old/Five Pebbles (Erratic Pulse)/rw_pebs_work.png differ diff --git a/3d_models/figura-old/Five Pebbles (Erratic Pulse)/script.lua b/3d_models/figura-old/Five Pebbles (Erratic Pulse)/script.lua new file mode 100644 index 0000000..b3be95d --- /dev/null +++ b/3d_models/figura-old/Five Pebbles (Erratic Pulse)/script.lua @@ -0,0 +1,16 @@ +require("GSAnimBlend") +vanilla_model.PLAYER:setVisible(false) +BlendTime = 2 +animations.player_model.clap:setBlendTime(BlendTime) +animations.player_model.followMe:setBlendTime(BlendTime) +animations.player_model.wave:setBlendTime(BlendTime) +animations.player_model.sitting:setBlendTime(BlendTime) +animations.player_model.tilt:setBlendTime(BlendTime) + +function events.ENTITY_INIT() +IsSlim = player:getModelType() == "SLIM" +models.player_model.root.RightArm.RSlim:setVisible(IsSlim) +models.player_model.root.LeftArm.LSlim:setVisible(IsSlim) +models.player_model.root.LeftArm.LSteve:setVisible(not IsSlim) +models.player_model.root.RightArm.RSteve:setVisible(not IsSlim) +end diff --git a/3d_models/figura-old/Gakvu/GSAnimBlend.lua b/3d_models/figura-old/Gakvu/GSAnimBlend.lua new file mode 100644 index 0000000..078b9c2 --- /dev/null +++ b/3d_models/figura-old/Gakvu/GSAnimBlend.lua @@ -0,0 +1,2277 @@ +-- ┌───┐ ┌───┐ -- +-- │ ┌─┘ ┌─────┐┌─────┐ └─┐ │ -- +-- │ │ │ ┌───┘│ ╶───┤ │ │ -- +-- │ │ │ ├───┐└───┐ │ │ │ -- +-- │ │ │ └─╴ │┌───┘ │ │ │ -- +-- │ └─┐ └─────┘└─────┘ ┌─┘ │ -- +-- └───┘ └───┘ -- +---@module "Animation Blend Library" +---@version v1.9.0 +---@see GrandpaScout @ https://github.com/GrandpaScout +-- Adds prewrite-like animation blending to the rewrite. +-- Also includes the ability to modify how the blending works per-animation with blending callbacks. +-- +-- Simply `require`ing this library is enough to make it run. However, if you place this library in +-- a variable, you can get access to functions and tools that allow for generating pre-build blend +-- callbacks or creating your own blend callbacks. +-- +-- This library is fully documented. If you use Sumneko's Lua Language server, you will get +-- descriptions of each function, method, and field in this library. + +local ID = "GSAnimBlend" +local VER = "1.9.0" +local FIG = {"0.1.0-rc.14", "0.1.1"} + +---@type boolean, Lib.GS.AnimBlend +local s, this = pcall(function() + --|================================================================================================================|-- + --|=====|| SCRIPT ||===============================================================================================|-- + --||==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==||-- + + -- Localize Lua basic + local getmetatable = getmetatable + local setmetatable = setmetatable + local type = type + local assert = assert + local error = error + local next = next + local ipairs = ipairs + local pairs = pairs + local rawset = rawset + local tostring = tostring + -- Localize Lua math + local m_abs = math.abs + local m_cos = math.cos + local m_lerp = math.lerp + local m_map = math.map + local m_max = math.max + local m_sin = math.sin + local m_sqrt = math.sqrt + local m_huge = math.huge + local m_pi = math.pi + -- Localize Figura globals + local animations = animations + local figuraMetatables = figuraMetatables + local vanilla_model = vanilla_model + local events = events + -- Localize current environment + local _ENV = _ENV --[[@as _G]] + + ---@diagnostic disable: duplicate-set-field, duplicate-doc-field + + ---This library is used to allow prewrite-like animation blending with one new feature with infinite + ---possibility added on top. + ---Any fields, functions, and methods injected by this library will be prefixed with + ---**[GS AnimBlend Library]** in their description. + --- + ---If this library is required without being stored to a variable, it will automatically set up the + ---blending features. + ---If this library is required *and* stored to a variable, it will also contain tools for generating + ---pre-built blending callbacks and creating custom blending callbacks. + ---```lua + ---require "···" + ---local anim_blend = require "···" + ---``` + ---@class Lib.GS.AnimBlend + ---This library's perferred ID. + ---@field _ID string + ---This library's version. + ---@field _VERSION string + local this = { + ---Enables error checking in the library. `true` by default. + --- + ---Turning off error checking will greatly reduce the amount of instructions used by this library + ---at the cost of not telling you when you put in a wrong value. + --- + ---If an error pops up while this is `false`, try setting it to `true` and see if a different + ---error pops up. + safe = true + } + local thismt = { + __type = ID, + __metatable = false, + __index = { + _ID = ID, + _VERSION = VER + } + } + + -- Create private space for blending trigger. + -- This is done non-destructively so other scripts may do this as well. + if not getmetatable(_ENV) then setmetatable(_ENV, {}) end + + + -----======================================= VARIABLES ========================================----- + + local _ENVMT = getmetatable(_ENV) + + ---Contains the data required to make animation blending for each animation. + ---@type {[Animation]: Lib.GS.AnimBlend.AnimData} + local animData = {} + + ---Contains the currently blending animations. + ---@type {[Animation]?: true} + local blending = {} + + this.animData = animData + this.blending = blending + + + -----=================================== UTILITY FUNCTIONS ====================================----- + + local chk = {} + + chk.types = { + ["nil"] = "nil", + boolean = "boolean", + number = "number", + string = "string", + table = "table", + ["function"] = "function" + } + + function chk.badarg(i, name, got, exp, opt) + if opt and got == nil then return true end + local gotT = type(got) + local gotType = chk.types[gotT] or "userdata" + + local expType = chk.types[exp] or "userdata" + if gotType ~= expType then + if expType == "function" and gotType == "table" then + local mt = getmetatable(got) + if mt and mt.__call then return true end + end + return false, ("bad argument #%s to '%s' (%s expected, got %s)") + :format(i, name, expType, gotType) + elseif expType ~= exp and gotT ~= exp then + return false, ("bad argument #%s to '%s' (%s expected, got %s)") + :format(i, name, exp, gotType) + end + + return true + end + + function chk.badnum(i, name, got, opt) + if opt and got == nil then + return true + elseif type(got) ~= "number" then + local gotType = chk.types[type(got)] or "userdata" + return false, ("bad argument #%s to '%s' (number expected, got %s)"):format(i, name, gotType) + elseif got ~= got or m_abs(got) == m_huge then + return false, ("bad argument #%s to '%s' (value cannot be %s)"):format(i, name, got) + end + + return true + end + + local function makeSane(val, def) + return (val == val and m_abs(val) ~= m_huge) and val or def + end + + + -----=================================== PREPARE ANIMATIONS ===================================----- + + -- This will at least catch players running at around 30 fps. + -- Any lower and their computer is already having trouble, they don't need the blending. + local tPass = 0.037504655 + + local blendCommand = [[getmetatable(_ENV).GSLib_triggerBlend(%q)]] + + _ENVMT.GSLib_triggerBlend = setmetatable({}, { + __call = function(self, id) + if self[id] then self[id]() end + end + }) + + local animNum = 0 + for _, anim in ipairs(animations:getAnimations()) do + local blend = anim:getBlend() + local len = anim:getLength() + local lenSane = makeSane(len, false) + lenSane = lenSane and (lenSane > tPass and lenSane) or false + local tID = "blendAnim_" .. animNum + + animData[anim] = { + blendTimeIn = 0, + blendTimeOut = 0, + blend = blend, + blendSane = makeSane(blend, 0), + length = lenSane, + triggerId = tID, + callback = nil + } + + _ENVMT.GSLib_triggerBlend[tID] = function() if anim:getLoop() == "ONCE" then anim:stop() end end + + if lenSane then anim:newCode(m_max(lenSane - tPass, 0), blendCommand:format(tID)) end + + animNum = animNum + 1 + end + + + -----============================ PREPARE METATABLE MODIFICATIONS =============================----- + + local animation_mt = figuraMetatables.Animation + local animationapi_mt = figuraMetatables.AnimationAPI + + local ext_Animation = next(animData) + if not ext_Animation then + error( + "No animations have been found!\n" .. + "This library cannot build its functions without an animation to use.\n" .. + "Create an animation or don't `require` this library to fix the error." + ) + end + + + -- Check for conflicts + if ext_Animation.blendTime then + local path = tostring(ext_Animation.blendTime):match("^function: (.-):%d+%-%d+$") + error( + "Conflicting script [" .. path .. "] found!\n" .. + "Remove the other script or this script to fix the error." + ) + end + + local _animationIndex = animation_mt.__index + local _animationNewIndex = animation_mt.__newindex or rawset + local _animationapiIndex = animationapi_mt.__index + + local animPlay = ext_Animation.play + local animStop = ext_Animation.stop + local animPause = ext_Animation.pause + local animRestart = ext_Animation.restart + local animBlend = ext_Animation.blend + local animLength = ext_Animation.length + local animGetPlayState = ext_Animation.getPlayState + local animGetBlend = ext_Animation.getBlend + ---@diagnostic disable-next-line: deprecated + local animIsPlaying = ext_Animation.isPlaying + ---@diagnostic disable-next-line: undefined-field + local animIsPaused = ext_Animation.isPaused + local animNewCode = ext_Animation.newCode + local animapiGetPlaying = animations.getPlaying + + ---Contains the old functions, just in case you need direct access to them again. + --- + ---These are useful for creating your own blending callbacks. + this.oldF = { + play = animPlay, + stop = animStop, + pause = animPause, + restart = animRestart, + + getBlend = animGetBlend, + getPlayState = animGetPlayState, + isPlaying = animIsPlaying, + isPaused = animIsPaused, + + setBlend = ext_Animation.setBlend, + setLength = ext_Animation.setLength, + setPlaying = ext_Animation.setPlaying, + + blend = animBlend, + length = animLength, + playing = ext_Animation.playing, + + api_getPlaying = animapiGetPlaying + } + + + -----===================================== SET UP LIBRARY =====================================----- + + ---Causes a blending event to happen. + --- + ---If `time`, `from`, or `to` are `nil`, they will take from the animation's data to determine this + ---value. + --- + ---One of `from` or `to` *must* be set. + --- + ---If `starting` is given, it will be used instead of the guessed value from the data given. + ---@param anim Animation + ---@param time? number + ---@param from? number + ---@param to? number + ---@param starting? boolean + ---@return Lib.GS.AnimBlend.BlendState + function this.blend(anim, time, from, to, starting) + if this.safe then + assert(chk.badarg(1, "blend", anim, "Animation")) + assert(chk.badarg(2, "blend", time, "number", true)) + assert(chk.badarg(3, "blend", from, "number", true)) + assert(chk.badarg(4, "blend", to, "number", true)) + if not from and not to then error("one of arguments #3 or #4 must be a number", 2) end + end + + local data = animData[anim] + + if starting == nil then + local _from, _to = from or data.blendSane, to or data.blendSane + starting = _from < _to + end + + ---@type Lib.GS.AnimBlend.BlendState + local blendState = { + time = 0, + max = time or false, + + from = from or false, + to = to or false, + + callback = data.callback or this.defaultCallback, + + paused = false, + starting = starting + } + + local blendSane = data.blendSane + + blendState.callbackState = { + anim = anim, + time = 0, + max = time or (starting and data.blendTimeIn or data.blendTimeOut), + progress = 0, + from = from or blendSane, + to = to or blendSane, + starting = starting, + done = false + } + + data.state = blendState + + blending[anim] = true + + animBlend(anim, from or blendSane) + animPlay(anim) + animPause(anim) + + return blendState + end + + + -----==================================== PRESET CALLBACKS ====================================----- + + ---Contains blending callback generators. + --- + ---These are *not* callbacks themselves. They are meant to be called to generate a callback which + ---can *then* be used. + local callbackGenerators = {} + + ---Contains custom blending curves. + --- + ---These callbacks change the curve used when blending. These cannot be used to modify custom or + ---generated callbacks (yet). + local callbackCurves = {} + + + ---===== CALLBACK GENERATORS =====--- + + ---Given a list of parts, this will generate a blending callback that will blend between the vanilla + ---parts' normal rotations and the rotations of the animation. + --- + ---The list of parts given is expected to the the list of parts that have a vanilla parent type in + ---the chosen animation in no particular order. + --- + ---This callback *also* expects the animation to override vanilla rotations. + --- + ---Note: The resulting callback makes *heavy* use of `:offsetRot()` and will conflict with any other + ---code that also uses that method! + ---@param parts ModelPart[] + ---@return Lib.GS.AnimBlend.blendCallback + function callbackGenerators.blendVanilla(parts) + -- Because some dumbass won't read the instructions... + ---@diagnostic disable-next-line: undefined-field + if parts.done ~= nil then + error("attempt to use generator 'blendVanilla' as a blend callback.", 2) + end + + ---@type {[string]: ModelPart[]} + local partList = {} + + -- Gather the vanilla parent of each part. + for _, part in ipairs(parts) do + local vpart = part:getParentType():gsub("([a-z])([A-Z])", "%1_%2"):upper() + if vanilla_model[vpart] then + if not partList[vpart] then partList[vpart] = {} end + local plvp = partList[vpart] + plvp[#plvp+1] = part + end + end + + -- The actual callback is created here. + return function(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + for _, v in pairs(partList) do + for _, p in ipairs(v) do p:offsetRot() end + end + animBlend(state.anim, data.blend) + else + local pct = state.starting and 1 - state.progress or state.progress + + for n, v in pairs(partList) do + ---@type Vector3 + local rot = vanilla_model[n]:getOriginRot() + if n == "HEAD" then rot[2] = ((rot[2] + 180) % 360) - 180 end + rot:scale(pct) + for _, p in ipairs(v) do p:offsetRot(rot) end + end + + animBlend(state.anim, m_lerp(state.from, state.to, state.progress)) + end + end + end + + ---Generates a callback that causes an animation to blend into another animation. + ---@param anim Animation + ---@return Lib.GS.AnimBlend.blendCallback + function callbackGenerators.blendTo(anim) + -- Because some dumbass won't read the instructions... + ---@diagnostic disable-next-line: undefined-field + if anim.done ~= nil then + error("attempt to use generator 'blendTo' as a blend callback.", 2) + end + + ---This is used to track when the next animation should start blending. + local ready = true + + return function(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + ready = true + else + if not state.starting and ready then + ready = false + anim:play() + end + animBlend(state.anim, m_lerp(state.from, state.to, state.progress)) + end + end + end + + ---Generates a callback that forces all given animations to blend out if they are playing. + ---@param anims Animation[] + ---@return Lib.GS.AnimBlend.blendCallback + function callbackGenerators.blendOut(anims) + -- Because some dumbass won't read the instructions... + ---@diagnostic disable-next-line: undefined-field + if anim.done ~= nil then + error("attempt to use generator 'blendOut' as a blend callback.", 2) + end + + local ready = true + + return function(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + ready = true + else + if state.starting and ready then + ready = false + for _, anim in ipairs(anims) do anim:stop() end + end + animBlend(state.anim, m_lerp(state.from, state.to, state.progress)) + end + end + end + + ---Generates a makeshift blending callback by using the return value of the given function as the progress. + --- + ---The current progress is passed into the function. + ---@param func fun(progress: number): number + ---@return Lib.GS.AnimBlend.blendCallback + function callbackGenerators.custom(func) + -- Because some dumbass won't read the instructions... + ---@diagnostic disable-next-line: undefined-field + if type(func) == "table" and func.done ~= nil then + error("attempt to use generator 'custom' as a blend callback.", 2) + end + + return function(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + animBlend(state.anim, m_lerp(state.from, state.to, func(state.progress))) + end + end + end + + ---Generates a callback that plays one callback while blending in and another callback while blending out. + --- + ---If a string is given instead of a callback, it is treated as the name of a curve found in + ---`.callbackCurves`. + ---If `nil` is given, the default callback is used. + ---@param blend_in? Lib.GS.AnimBlend.blendCallback | Lib.GS.AnimBlend.curve + ---@param blend_out? Lib.GS.AnimBlend.blendCallback | Lib.GS.AnimBlend.curve + ---@return Lib.GS.AnimBlend.blendCallback + function callbackGenerators.dualBlend(blend_in, blend_out) + -- The dumbass check is a bit further down. + + local tbin, tbout = type(blend_in), type(blend_out) + local infunc, outfunc = blend_in, blend_out + if tbin == "string" then + infunc = callbackCurves[blend_in] + if not infunc then error("bad argument #1 to 'dualBlend' ('" .. blend_in .. "' is not a valid curve)", 2) end + elseif blend_in == nil then + infunc = this.defaultCallback + elseif tbin == "table" then + -- Because some dumbass won't read the instructions... + ---@diagnostic disable-next-line: undefined-field + if blend_in.done ~= nil then + error("attempt to use generator 'dualBlend' as a blend callback.", 2) + end + local mt = getmetatable(blend_in) + if not (mt and mt.__call) then + error("bad argument #1 to 'dualBlend' (function or string expected, got " .. tbin .. ")") + end + elseif tbin ~= "function" then + error("bad argument #1 to 'dualBlend' (function or string expected, got " .. tbin .. ")") + end + + if tbout == "string" then + outfunc = callbackCurves[blend_out] + if not outfunc then error("bad argument #2 to 'dualBlend' ('" .. blend_in .. "' is not a valid curve)", 2) end + elseif blend_out == nil then + outfunc = this.defaultCallback + elseif tbout == "table" then + local mt = getmetatable(blend_out) + if not (mt and mt.__call) then + error("bad argument #2 to 'dualBlend' (function or string expected, got " .. tbin .. ")") + end + elseif tbout ~= "function" then + error("bad argument #2 to 'dualBlend' (function or string expected, got " .. tbout .. ")") + end + + return function(state, data) + if state.starting then + infunc(state, data) + else + outfunc(state, data) + end + end + end + + do ---@source https://github.com/gre/bezier-easing/blob/master/src/index.js + + -- Bezier curves are extremely expensive to use especially with higher settings. + -- Every function has been in-lined to improve instruction counts as much as possible. + -- + -- In-lined functions are labeled with a --[[funcName(param1, paramN, ...)]] + -- If an in-lined function spans more than one line, it will contain a #marker# that will appear later to close the + -- function. + -- + -- All of the functions below in the block comment are in-lined somewhere else. + + local default_subdiv_iters = 10 + local default_subdiv_prec = 0.0000001 + local default_newton_minslope = 0.001 + local default_newton_iters = 4 + local default_sample_size = 11 + + --[=[ + local function _A(A1, A2) return 1.0 - 3.0 * A2 + 3.0 * A1 end + local function _B(A1, A2) return 3.0 * A2 - 6.0 * A1 end + local function _C(A1) return 3.0 * A1 end + + -- Returns x(t) given t, x1, and x2, or y(t) given t, y1, and y2. + local function calcBezier(T, A1, A2) + --[[((_A(A1, A2) * T + _B(A1, A2)) * T + _C(A1)) * T]] + return (((1.0 - 3.0 * A2 + 3.0 * A1) * T + (3.0 * A2 - 6.0 * A1)) * T + (3.0 * A1)) * T + end + + -- Returns dx/dt given t, x1, and x2, or dy/dt given t, y1, and y2. + local function getSlope(T, A1, A2) + --[[3.0 * _A(A1, A2) * T ^ 2 + 2.0 * _B(A1, A2) * T + _C(A1)]] + return 3.0 * (1.0 - 3.0 * A2 + 3.0 * A1) * T ^ 2 + 2.0 * (3.0 * A2 - 6.0 * A1) * T + (3.0 * A1) + end + + local function binarySubdivide(X, A, B, X1, X2) + local curX, curT + local iter = 0 + while (m_abs(curX) > SUBDIVISION_PRECISION and iter < SUBDIVISION_MAX_ITERATIONS) do + curT = A + (B - A) * 0.5 + --[[calcBezier(curT, X1, X2) - X]] + curX = ((((1.0 - 3.0 * X2 + 3.0 * X1) * curT + (3.0 * X2 - 6.0 * X1)) * curT + (3.0 * X1)) * curT) - X + if curX > 0.0 then B = curT else A = curT end + iter = iter + 1 + end + return curT or (A + (B - A) * 0.5) + end + + local function newtonRaphsonIterate(X, Tguess, X1, X2) + for _ = 1, NEWTON_ITERATIONS do + --[[getSlope(Tguess, X1, X2)]] + local curSlope = 3.0 * (1.0 - 3.0 * X2 + 3.0 * X1) * Tguess ^ 2 + 2.0 * (3.0 * X2 - 6.0 * X1) * Tguess + (3.0 * X1) + if (curSlope == 0.0) then return Tguess end + --[[calcBezier(Tguess, X1, X2) - X]] + local curX = ((((1.0 - 3.0 * X2 + 3.0 * X1) * Tguess + (3.0 * X2 - 6.0 * X1)) * Tguess + (3.0 * X1)) * Tguess) - X + Tguess = Tguess - (curX / curSlope) + end + return Tguess + end + + local function getTForX(X) + local intervalStart = 0.0 + local curSample = 1 + local lastSample = SAMPLE_SIZE - 1 + + while curSample ~= lastSample and SAMPLES[curSample] <= X do + intervalStart = intervalStart + STEP_SIZE + curSample = curSample + 1 + end + curSample = curSample - 1 + + -- Interpolate to provide an initial guess for t + local dist = (X - SAMPLES[curSample]) / (SAMPLES[curSample + 1] - SAMPLES[curSample]) + local Tguess = intervalStart + dist * STEP_SIZE + + local initSlope = getSlope(Tguess, X1, X2) + if (initSlope >= NEWTON_MIN_SLOPE) then + return newtonRaphsonIterate(X, Tguess, X1, X2) + elseif (initSlope == 0) then + return Tguess + else + return binarySubdivide(X, intervalStart, intervalStart + STEP_SIZE, X1, X2) + end + end + ]=] + + local BezierMT = { + ---@param self Lib.GS.AnimBlend.Bezier + __call = function(self, state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local X1, X2 = self[1], self[3] + local Y1, Y2 = self[2], self[4] + local X = state.progress + local T + --[[getTForX(state.progress) #start getTForX#]] + local intervalStart = 0 + local curSample = 1 + local lastSample = self.options.sample_size - 1 + local samples = self.samples + local step_size = samples.step + + while curSample ~= lastSample and samples[curSample] <= X do + intervalStart = intervalStart + step_size + curSample = curSample + 1 + end + curSample = curSample - 1 + + -- Interpolate to provide an initial guess for T + local dist = (X - samples[curSample]) / (samples[curSample + 1] - samples[curSample]) + local Tguess = intervalStart + dist * step_size + + local c1 = (1.0 - 3.0 * X2 + 3.0 * X1) + local c2 = (3.0 * X2 - 6.0 * X1) + local c3 = (3.0 * X1) + --[[getSlope(Tguess, X1, X2)]] + local initSlope = 3.0 * c1 * Tguess ^ 2 + 2.0 * c2 * Tguess + c3 + if (initSlope >= self.options.newton_minslope) then + --[[newtonRaphsonIterate(X, Tguess, X1, X2)]] + for _ = 1, self.options.newton_iters do + --[[getSlope(Tguess, X1, X2)]] + local curSlope = 3.0 * c1 * Tguess ^ 2 + 2.0 * c2 * Tguess + c3 + if (curSlope == 0.0) then break end + --[[calcBezier(Tguess, X1, X2) - X]] + local curX = (((c1 * Tguess + c2) * Tguess + c3) * Tguess) - X + Tguess = Tguess - (curX / curSlope) + end + T = Tguess + elseif (initSlope == 0) then + T = Tguess + else + local A = intervalStart + local B = intervalStart + step_size + --[[binarySubdivide(X, A, B, X1, X2)]] + local curX, curT + local iter = 0 + while (m_abs(curX) > self.options.subdiv_prec and iter < self.options.subdiv_iters) do + curT = A + (B - A) * 0.5 + --[[calcBezier(curT, X1, X2) - X]] + curX = ((((1.0 - 3.0 * X2 + 3.0 * X1) * curT + (3.0 * X2 - 6.0 * X1)) * curT + (3.0 * X1)) * curT) - X + if curX > 0.0 then B = curT else A = curT end + iter = iter + 1 + end + T = curT or (A + (B - A) * 0.5) + end + --#end getTForX# + --[[calcBezier(T, Y1, Y2)]] + local prog = (((1.0 - 3.0 * Y2 + 3.0 * Y1) * T + (3.0 * Y2 - 6.0 * Y1)) * T + (3.0 * Y1)) * T + animBlend(state.anim, m_lerp(state.from, state.to, prog)) + end + end, + __index = { + wrap = function(self) return function(state, data) self(state, data) end end + }, + type = "Bezier" + } + + + ---Generates a callback that uses a custom bezier curve to blend. + --- + ---These are expensive to run so use them sparingly or use low settings. + ---@param x1 number + ---@param y1 number + ---@param x2 number + ---@param y2 number + ---@param options? Lib.GS.AnimBlend.BezierOptions + ---@return Lib.GS.AnimBlend.blendCallback + function callbackGenerators.bezierEasing(x1, y1, x2, y2, options) + -- Because some dumbass won't read the instructions... + ---@diagnostic disable-next-line: undefined-field + if type(x1) == "table" and x1.done ~= nil then + error("attempt to use generator 'bezierEasing' as a blend callback.", 2) + end + + -- Optimization. This may cause an issue if a Bezier object is expected. + -- If you actually need a Bezier object then don't make a linear bezier lmao. + if x1 == y1 and x2 == y2 then return callbackCurves.linear end + + ---===== Verify options =====--- + local to = type(options) + if to == "nil" then + options = { + newton_iters = default_newton_iters, + newton_minslope = default_newton_minslope, + subdiv_prec = default_subdiv_prec, + subdiv_iters = default_subdiv_iters, + sample_size = default_sample_size + } + elseif to ~= "table" then + error("bad argument #5 to 'bezierEasing' (table expected, got " .. to .. ")") + else + local safe = this.safe + local oni = options.newton_iters + if oni == nil then + options.newton_iters = default_newton_iters + elseif safe then + assert(chk.badnum('5["newton_iters"]', "bezierEasing", oni)) + end + + local onm = options.newton_minslope + if onm == nil then + options.newton_minslope = default_newton_minslope + elseif safe then + assert(chk.badnum('5["newton_minslope"]', "bezierEasing", onm)) + end + + local osp = options.subdiv_prec + if osp == nil then + options.subdiv_prec = default_subdiv_prec + elseif safe then + assert(chk.badnum('5["subdiv_prec"]', "bezierEasing", osp)) + end + + local osi = options.subdiv_iters + if osi == nil then + options.subdiv_iters = default_subdiv_iters + elseif safe then + assert(chk.badnum('5["subdiv_iters"]', "bezierEasing", osi)) + end + + local oss = options.sample_size + if oss == nil then + options.sample_size = default_sample_size + elseif safe then + assert(chk.badnum('5["sample_size"]', "bezierEasing", oss)) + end + end + + if this.safe then + chk.badnum(1, "bezierEasing", x1) + chk.badnum(2, "bezierEasing", y1) + chk.badnum(3, "bezierEasing", x2) + chk.badnum(4, "bezierEasing", y2) + end + + if x1 > 1 or x1 < 0 then + error("bad argument #1 to 'bezierEasing' (value out of [0, 1] range)", 2) + end + if x2 > 1 or x2 < 0 then + error("bad argument #3 to 'bezierEasing' (value out of [0, 1] range)", 2) + end + + local samples = {step = 1 / (options.sample_size - 1)} + + ---@type Lib.GS.AnimBlend.bezierCallback + local obj = setmetatable({ + x1, y1, x2, y2, + options = options, + samples = samples + }, BezierMT) + + local step = samples.step + local c1 = (1.0 - 3.0 * x2 + 3.0 * x1) + local c2 = (3.0 * x2 - 6.0 * x1) + local c3 = (3.0 * x1) + for i = 0, options.sample_size - 1 do + local istep = i * step + --[[calcBezier(istep, X1, X2)]] + samples[i] = ((c1 * istep + c2) * istep + c3) * istep + end + + return obj + end + end + + ---Generates a callback that plays other callbacks on a timeline. + --- + ---An example of a valid timeline: + ---```lua + ---...timeline({ + --- {time = 0, min = 0, max = 1, func = .callbackCurve.easeInSine}, + --- {time = 0.5, min = 1, max = 0.5, func = .callbackCurve.easeOutCubic}, + --- {time = 0.5, min = 0.5, max = 1, func = .callbackCurve.easeInCubic} + ---}) + ---``` + ---@param tl Lib.GS.AnimBlend.timeline + ---@return Lib.GS.AnimBlend.blendCallback + function callbackGenerators.timeline(tl) + -- Because some dumbass won't read the instructions... + ---@diagnostic disable-next-line: undefined-field + if tl.done ~= nil then + error("attempt to use generator 'timeline' as a blend callback.", 2) + end + + if this.safe then + assert(chk.badarg(1, "timeline", tl, "table")) + for i, kf in ipairs(tl) do + assert(chk.badarg("1[" .. i .. "]", "timeline", kf, "table")) + end + local time = 0 + local ftime = tl[1].time + if ftime ~= 0 then error("error in keyframe #1: timeline does not start at 0 (got " .. ftime .. ")") end + for i, kf in ipairs(tl) do + assert(chk.badnum("1[" .. i .. ']["time"]', "timeline", kf.time)) + if kf.time <= time then + error( + "error in keyframe #" .. i .. + ": timeline did not move forward (from " .. time .. " to " .. kf.time .. ")", 2 + ) + end + + if kf.min then assert(chk.badnum("1[" .. i .. ']["min"]', "timeline", kf.min)) end + if kf.max then assert(chk.badnum("1[" .. i .. ']["max"]', "timeline", kf.max)) end + + assert(chk.badarg("1[" .. i .. ']["func"]', "timeline", kf.func, "function"), true) + end + end + + return function(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + ---@type Lib.GS.AnimBlend.tlKeyframe, Lib.GS.AnimBlend.tlKeyframe + local kf, nextkf + for _, _kf in ipairs(tl) do + if _kf.time > state.progress then + if _kf.time < 1 then nextkf = _kf end + break + end + kf = _kf + end + + local adj_prog = m_map( + state.progress, + kf.time, nextkf and nextkf.time or 1, + kf.min or 0, kf.max or 1 + ) + + local newstate = setmetatable( + {time = state.max * adj_prog, progress = adj_prog}, + {__index = state} + ); + (kf.func or this.defaultCallback)(newstate, data) + end + end + end + + + ---===== CALLBACK CURVES =====--- + + ---A callback that uses the `linear` easing method to blend. + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.linear(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + animBlend(state.anim, m_lerp(state.from, state.to, state.progress)) + end + end + + -- I planned to add easeOutIn curves but I'm lazy. I'll do it if people request it. + + ---A callback that uses the `easeInSine` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInSine) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInSine(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = (1 - m_cos(state.progress * m_pi * 0.5)) -- + animBlend( + state.anim, + from + (state.to - from) * (1 - m_cos(state.progress * m_pi * 0.5)) + ) + end + end + + ---A callback that uses the `easeOutSine` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutSine) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutSine(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = (m_sin(state.progress * m_pi * 0.5)) -- + animBlend( + state.anim, + from + (state.to - from) * (m_sin(state.progress * m_pi * 0.5)) + ) + end + end + + ---A callback that uses the `easeInOutSine` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutSine) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutSine(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = -(m_cos(state.progress * m_pi) - 1) * 0.5 -- + animBlend( + state.anim, + from + (state.to - from) * (-(m_cos(state.progress * m_pi) - 1) * 0.5) + ) + end + end + + ---A callback that uses the `easeInQuad` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInQuad) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInQuad(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = state.progress ^ 2 -- + animBlend( + state.anim, + from + (state.to - from) * (state.progress ^ 2) + ) + end + end + + ---A callback that uses the `easeOutQuad` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutQuad) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutQuad(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = 1 - (1 - state.progress) ^ 2 -- + animBlend( + state.anim, + from + (state.to - from) * (1 - (1 - state.progress) ^ 2) + ) + end + end + + ---A callback that uses the `easeInOutQuad` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutQuad) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutQuad(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- x < 0.5 -- + -- and 2 * x ^ 2 -- + -- or 1 - (-2 * x + 2) ^ 2 * 0.5 -- + animBlend( + state.anim, + from + (state.to - from) * ( + x < 0.5 + and 2 * x ^ 2 + or 1 - (-2 * x + 2) ^ 2 * 0.5 + ) + ) + end + end + + ---A callback that uses the `easeInCubic` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInCubic) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInCubic(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = state.progress ^ 3 -- + animBlend( + state.anim, + from + (state.to - from) * (state.progress ^ 3) + ) + end + end + + ---A callback that uses the `easeOutCubic` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutCubic) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutCubic(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = 1 - (1 - state.progress) ^ 3 -- + animBlend( + state.anim, + from + (state.to - from) * (1 - (1 - state.progress) ^ 3) + ) + end + end + + ---A callback that uses the `easeInOutCubic` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutCubic) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutCubic(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- x < 0.5 -- + -- and 4 * x ^ 3 -- + -- or 1 - (-2 * x + 2) ^ 3 * 0.5 -- + animBlend( + state.anim, + from + (state.to - from) * ( + x < 0.5 + and 4 * x ^ 3 + or 1 - (-2 * x + 2) ^ 3 * 0.5 + ) + ) + end + end + + ---A callback that uses the `easeInQuart` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInQuart) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInQuart(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = state.progress ^ 4 -- + animBlend( + state.anim, + from + (state.to - from) * (state.progress ^ 4) + ) + end + end + + ---A callback that uses the `easeOutQuart` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutQuart) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutQuart(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = 1 - (1 - state.progress) ^ 4 -- + animBlend( + state.anim, + from + (state.to - from) * (1 - (1 - state.progress) ^ 4) + ) + end + end + + ---A callback that uses the `easeInOutQuart` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutQuart) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutQuart(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + --local prog = -- + -- x < 0.5 -- + -- and 8 * x ^ 4 -- + -- or 1 - (-2 * x + 2) ^ 4 * 0.5 -- + animBlend( + state.anim, + from + (state.to - from) * ( + x < 0.5 + and 8 * x ^ 4 + or 1 - (-2 * x + 2) ^ 4 * 0.5 + ) + ) + end + end + + ---A callback that uses the `easeInQuint` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInQuint) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInQuint(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = state.progress ^ 5 -- + animBlend( + state.anim, + from + (state.to - from) * (state.progress ^ 5) + ) + end + end + + ---A callback that uses the `easeOutQuint` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutQuint) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutQuint(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = 1 - (1 - state.progress) ^ 5 -- + animBlend( + state.anim, + from + (state.to - from) * (1 - (1 - state.progress) ^ 5) + ) + end + end + + ---A callback that uses the `easeInOutQuint` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutQuint) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutQuint(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- x < 0.5 -- + -- and 16 * x ^ 5 -- + -- or 1 - (-2 * x + 2) ^ 5 * 0.5 -- + animBlend( + state.anim, + from + (state.to - from) * ( + x < 0.5 + and 16 * x ^ 5 + or 1 - (-2 * x + 2) ^ 5 * 0.5 + ) + ) + end + end + + ---A callback that uses the `easeInExpo` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInExpo) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInExpo(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- x == 0 -- + -- and 0 -- + -- or 2 ^ (10 * x - 10) -- + animBlend( + state.anim, + from + (state.to - from) * ( + x == 0 + and 0 + or 2 ^ (10 * x - 10) + ) + ) + end + end + + ---A callback that uses the `easeOutExpo` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutExpo) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutExpo(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- x == 1 -- + -- and 1 -- + -- or 1 - 2 ^ (-10 * x) -- + animBlend( + state.anim, + from + (state.to - from) * ( + x == 1 + and 1 + or 1 - 2 ^ (-10 * x) + ) + ) + end + end + + ---A callback that uses the `easeInOutExpo` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutExpo) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutExpo(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- (x == 0 or x == 1) and x -- + -- or x < 0.5 and 2 ^ (20 * x - 10) * 0.5 -- + -- or (2 - 2 ^ (-20 * x + 10)) * 0.5 -- + animBlend( + state.anim, + from + (state.to - from) * ( + (x == 0 or x == 1) and x + or x < 0.5 and 2 ^ (20 * x - 10) * 0.5 + or (2 - 2 ^ (-20 * x + 10)) * 0.5 + ) + ) + end + end + + ---A callback that uses the `easeInCirc` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInCirc) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInCirc(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = 1 - m_sqrt(1 - state.progress ^ 2) -- + animBlend( + state.anim, + from + (state.to - from) * (1 - m_sqrt(1 - state.progress ^ 2)) + ) + end + end + + ---A callback that uses the `easeOutCirc` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutCirc) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutCirc(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + -- local prog = m_sqrt(1 - (state.progress - 1) ^ 2) -- + animBlend( + state.anim, + from + (state.to - from) * m_sqrt(1 - (state.progress - 1) ^ 2) + ) + end + end + + ---A callback that uses the `easeInOutCirc` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutCirc) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutCirc(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- x < 0.5 -- + -- and (1 - m_sqrt(1 - (2 * x) ^ 2)) * 0.5 -- + -- or (m_sqrt(1 - (-2 * x + 2) ^ 2) + 1) * 0.5 -- + animBlend( + state.anim, + from + (state.to - from) * ( + x < 0.5 + and (1 - m_sqrt(1 - (2 * x) ^ 2)) * 0.5 + or (m_sqrt(1 - (-2 * x + 2) ^ 2) + 1) * 0.5 + ) + ) + end + end + + ---A callback that uses the `easeInBack` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInBack) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInBack(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- magic c1 <1.70158> = 1.70158 -- + -- magic c2 <2.70158> = c1 + 1 -- + -- local prog = 2.70158 * x ^ 3 - 1.70158 * x ^ 2 -- + animBlend( + state.anim, + from + (state.to - from) * (2.70158 * x ^ 3 - 1.70158 * x ^ 2) + ) + end + end + + ---A callback that uses the `easeOutBack` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutBack) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutBack(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress - 1 + -- magic c1 <1.70158> = 1.70158 -- + -- magic c2 <2.70158> = c1 + 1 -- + -- local prog = 1 + 2.70158 * x ^ 3 + 1.70158 * x ^ 2 -- + animBlend( + state.anim, + from + (state.to - from) * (1 + 2.70158 * x ^ 3 + 1.70158 * x ^ 2) + ) + end + end + + ---A callback that uses the `easeInOutBack` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutBack) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutBack(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + local x2 = x * 2 + -- magic c1 <1.70158> = 1.70158 -- + -- magic c2 <2.5949095> = c1 * 1.525 -- + -- magic c3 <3.5949095> = c2 + 1 -- + -- local prog = -- + -- x < 0.5 -- + -- and (x2 ^ 2 * (3.5949095 * x2 - 2.5949095)) * 0.5 -- + -- or ((x2 - 2) ^ 2 * (3.5949095 * (x2 - 2) + 2.5949095) + 2) * 0.5 -- + animBlend( + state.anim, + from + (state.to - from) * ( + x < 0.5 + and (x2 ^ 2 * (3.5949095 * x2 - 2.5949095)) * 0.5 + or ((x2 - 2) ^ 2 * (3.5949095 * (x2 - 2) + 2.5949095) + 2) * 0.5 + ) + ) + end + end + + ---A callback that uses the `easeInElastic` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInElastic) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInElastic(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- (x == 0 or x == 1) and x -- + -- or -(2 ^ (10 * x - 10)) * m_sin((x * 10 - 10.75) * m_pi / 1.5) -- + animBlend( + state.anim, + from + (state.to - from) * ( + (x == 0 or x == 1) and x + or -(2 ^ (10 * x - 10)) * m_sin((x * 10 - 10.75) * m_pi / 1.5) + ) + ) + end + end + + ---A callback that uses the `easeOutElastic` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutElastic) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutElastic(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- (x == 0 or x == 1) and x -- + -- or 2 ^ (-10 * x) * m_sin((x * 10 - 0.75) * m_pi / 1.5) + 1 -- + animBlend( + state.anim, + from + (state.to - from) * ( + (x == 0 or x == 1) and x + or 2 ^ (-10 * x) * m_sin((x * 10 - 0.75) * m_pi / 1.5) + 1 + ) + ) + end + end + + ---A callback that uses the `easeInOutElastic` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutElastic) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutElastic(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- local prog = -- + -- (x == 0 or x == 1) and x -- + -- or x < 0.5 and -(2 ^ (x * 20 - 10) * m_sin((x * 20 - 11.125) * m_pi / 2.25)) * 0.5 -- + -- or (2 ^ (-x * 20 + 10) * m_sin((x * 20 - 11.125) * m_pi / 2.25)) * 0.5 + 1 -- + animBlend( + state.anim, + from + (state.to - from) * ( + (x == 0 or x == 1) and x + or x < 0.5 and -(2 ^ (x * 20 - 10) * m_sin((x * 20 - 11.125) * m_pi / 2.25)) * 0.5 + or (2 ^ (-x * 20 + 10) * m_sin((x * 20 - 11.125) * m_pi / 2.25)) * 0.5 + 1 + ) + ) + end + end + + ---A callback that uses the `easeInBounce` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInBounce) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInBounce(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = 1 - state.progress + -- magic c1 <7.5625> = 7.5625 -- + -- magic c2 <2.75> = 2.75 -- + -- local prog = -- + -- 1 - ( -- + -- x < 1 / 2.75 and 7.5625 * x ^ 2 -- + -- or x < 2 / 2.75 and 7.5625 * (x - 1.5 / 2.75) ^ 2 + 0.75 -- + -- or x < 2.5 / 2.75 and 7.5625 * (x - 2.25 / 2.75) ^ 2 + 0.9375 -- + -- or 7.5625 * (x - 2.625 / 2.75) ^ 2 + 0.984375 -- + -- ) -- + animBlend( + state.anim, + from + (state.to - from) * ( + 1 - ( + x < 1 / 2.75 and 7.5625 * x ^ 2 + or x < 2 / 2.75 and 7.5625 * (x - 1.5 / 2.75) ^ 2 + 0.75 + or x < 2.5 / 2.75 and 7.5625 * (x - 2.25 / 2.75) ^ 2 + 0.9375 + or 7.5625 * (x - 2.625 / 2.75) ^ 2 + 0.984375 + ) + ) + ) + end + end + + ---A callback that uses the `easeOutBounce` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeOutBounce) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeOutBounce(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + -- magic c1 <7.5625> = 7.5625 -- + -- magic c2 <2.75> = 2.75 -- + -- local prog = -- + -- x < 1 / 2.75 and 7.5625 * x ^ 2 -- + -- or x < 2 / 2.75 and 7.5625 * (x - 1.5 / 2.75) ^ 2 + 0.75 -- + -- or x < 2.5 / 2.75 and 7.5625 * (x - 2.25 / 2.75) ^ 2 + 0.9375 -- + -- or 7.5625 * (x - 2.625 / 2.75) ^ 2 + 0.984375 -- + animBlend( + state.anim, + from + (state.to - from) * ( + x < 1 / 2.75 and 7.5625 * x ^ 2 + or x < 2 / 2.75 and 7.5625 * (x - 1.5 / 2.75) ^ 2 + 0.75 + or x < 2.5 / 2.75 and 7.5625 * (x - 2.25 / 2.75) ^ 2 + 0.9375 + or 7.5625 * (x - 2.625 / 2.75) ^ 2 + 0.984375 + ) + ) + end + end + + ---A callback that uses the `easeInOutBounce` easing method to blend. + --- + ---[Learn More...](https://easings.net/#easeInOutBounce) + ---@param state Lib.GS.AnimBlend.CallbackState + ---@param data Lib.GS.AnimBlend.AnimData + function callbackCurves.easeInOutBounce(state, data) + if state.done then + (state.starting and animPlay or animStop)(state.anim) + animBlend(state.anim, data.blend) + else + local from = state.from + local x = state.progress + local s = x < 0.5 and -1 or 1 + x = x < 0.5 and 1 - 2 * x or 2 * x - 1 + -- magic c1 <7.5625> = 7.5625 + -- magic c2 <2.75> = 2.75 + -- local prog = + -- (1 + s * ( + -- x < 1 / 2.75 and 7.5625 * x ^ 2 + -- or x < 2 / 2.75 and 7.5625 * (x - 1.5 / 2.75) ^ 2 + 0.75 + -- or x < 2.5 / 2.75 and 7.5625 * (x - 2.25 / 2.75) ^ 2 + 0.9375 + -- or 7.5625 * (x - 2.625 / 2.75) ^ 2 + 0.984375 + -- )) * 0.5 + animBlend( + state.anim, + -- What the fuck. + from + (state.to - from) * ( + (1 + s * ( + x < 1 / 2.75 and 7.5625 * x ^ 2 + or x < 2 / 2.75 and 7.5625 * (x - 1.5 / 2.75) ^ 2 + 0.75 + or x < 2.5 / 2.75 and 7.5625 * (x - 2.25 / 2.75) ^ 2 + 0.9375 + or 7.5625 * (x - 2.625 / 2.75) ^ 2 + 0.984375 + )) * 0.5 + ) + ) + end + end + + + ---The default callback used by this library. This is used when no other callback is being used. + this.defaultCallback = callbackCurves["lin" .. "ear"] --Yes, I did this to trick the LuaLS + this.callbackGen = callbackGenerators + this.callbackCurve = callbackCurves + + + -----===================================== BLENDING LOGIC =====================================----- + + local ticker = 0 + local last_delta = 0 + local allowed_contexts = { + RENDER = true, + FIRST_PERSON = true, + OTHER = true + } + + events.TICK:register(function() + ticker = ticker + 1 + end, "GSAnimBlend:Tick_TimeTicker") + + events.RENDER:register(function(delta, ctx) + if not allowed_contexts[ctx] or (delta == last_delta and ticker == 0) then return end + local elapsed_time = ticker + (delta - last_delta) + ticker = 0 + for anim in pairs(blending) do + -- Every frame, update time and progress, then call the callback. + local data = animData[anim] + local state = data.state + if not state.paused then + local cbs = state.callbackState + state.time = state.time + elapsed_time + if not state.max then cbs.max = state.starting and data.blendTimeIn or data.blendTimeOut end + if not state.from then + cbs.from = data.blendSane + elseif not state.to then + cbs.to = data.blendSane + end + + -- When a blend stops, update all info to signal it has stopped. + if (state.time >= cbs.max) or (animGetPlayState(anim) == "STOPPED") then + cbs.time = cbs.max + cbs.progress = 1 + cbs.done = true + + -- Do final callback. + state.callback(cbs, animData[anim]) + blending[anim] = nil + else + cbs.time = state.time + cbs.progress = cbs.time / cbs.max + state.callback(cbs, animData[anim]) + end + end + end + last_delta = delta + end, "GSAnimBlend:Render_UpdateBlendStates") + + + -----================================ METATABLE MODIFICATIONS =================================----- + + ---===== FIELDS =====--- + + local animationGetters = {} + local animationSetters = {} + + function animationGetters:blendCallback() + if this.safe then assert(chk.badarg(1, "__index", self, "Animation")) end + return animData[self].callback + end + function animationSetters:blendCallback(value) + if this.safe then + assert(chk.badarg(1, "__newindex", self, "Animation")) + if type(value) ~= "string" then + assert(chk.badarg(3, "__newindex", value, "function", true)) + end + end + + if type(func) == "string" then + value = callbackCurves[value] + if not value then error("bad argument #3 of '__newindex' ('" .. func .. "' is not a valid curve)") end + end + animData[self].callback = value + end + + + ---===== METHODS =====--- + + local animationMethods = {} + + function animationMethods:play() + if this.safe then assert(chk.badarg(1, "play", self, "Animation")) end + + if blending[self] then + local state = animData[self].state + if state.paused then + state.paused = false + return + elseif state.starting then + return + end + + animStop(self) + local cbs = state.callbackState + local time = cbs.max * cbs.progress + this.blend(self, time, animGetBlend(self), nil, true) + return + elseif animData[self].blendTimeIn == 0 or animGetPlayState(self) ~= "STOPPED" then + return animPlay(self) + end + + this.blend(self, nil, 0, nil, true) + end + + function animationMethods:stop() + if this.safe then assert(chk.badarg(1, "stop", self, "Animation")) end + + if blending[self] then + local state = animData[self].state + if not state.starting then return end + + local cbs = state.callbackState + local time = cbs.max * cbs.progress + this.blend(self, time, animGetBlend(self), 0, false) + return + elseif animData[self].blendTimeOut == 0 or animGetPlayState(self) == "STOPPED" then + return animStop(self) + end + + this.blend(self, nil, nil, 0, false) + end + + function animationMethods:pause() + if this.safe then assert(chk.badarg(1, "pause", self, "Animation")) end + + if blending[self] then + animData[self].state.paused = true + return + end + + animPause(self) + end + + function animationMethods:restart(blend) + if this.safe then assert(chk.badarg(1, "restart", self, "Animation")) end + + if blend then + animStop(self) + this.blend(self, nil, 0, nil, true) + elseif blending[self] then + animBlend(self, animData[self].blend) + blending[self] = nil + else + animRestart(self) + end + end + + + ---===== GETTERS =====--- + + function animationMethods:getBlendTime() + if this.safe then assert(chk.badarg(1, "getBlendTime", self, "Animation")) end + local data = animData[self] + return data.blendTimeIn, data.blendTimeOut + end + + function animationMethods:isBlending() + if this.safe then assert(chk.badarg(1, "isBlending", self, "Animation")) end + return blending[self] + end + + function animationMethods:getBlend() + if this.safe then assert(chk.badarg(1, "getBlend", self, "Animation")) end + return animData[self].blend + end + + function animationMethods:getPlayState() + if this.safe then assert(chk.badarg(1, "getPlayState", self, "Animation")) end + return blending[self] + and (animData[self].state.paused + and "PAUSED" + or "PLAYING") + or animGetPlayState(self) + end + + function animationMethods:isPlaying() + if this.safe then assert(chk.badarg(1, "isPlaying", self, "Animation")) end + return blending[self] or animIsPlaying(self) + end + + function animationMethods:isPaused() + if this.safe then assert(chk.badarg(1, "isPaused", self, "Animation")) end + return not blending[self] and animIsPaused(self) + end + + + ---===== SETTERS =====--- + + function animationMethods:setBlendTime(time_in, time_out) + if time_in == nil then time_in = 0 end + if this.safe then + assert(chk.badarg(1, "setBlendTime", self, "Animation")) + assert(chk.badnum(2, "setBlendTime", time_in)) + assert(chk.badnum(3, "setBlendTime", time_out, true)) + end + + animData[self].blendTimeIn = m_max(time_in, 0) + animData[self].blendTimeOut = m_max(time_out or time_in, 0) + return self + end + + function animationMethods:setOnBlend(func) + if this.safe then + assert(chk.badarg(1, "setOnBlend", self, "Animation")) + if type(func) ~= "string" then + assert(chk.badarg(2, "setOnBlend", func, "function", true)) + end + end + + if type(func) == "string" then + func = callbackCurves[func] + if not func then error("bad argument #2 of 'setOnBlend' ('" .. func .. "' is not a valid curve)") end + end + animData[self].callback = func + return self + end + + function animationMethods:setBlend(weight) + if weight == nil then weight = 0 end + if this.safe then + assert(chk.badarg(1, "setBlend", self, "Animation")) + assert(chk.badarg(2, "setBlend", weight, "number")) + end + + local data = animData[self] + data.blend = weight + data.blendSane = makeSane(weight, 0) + return blending[self] and self or animBlend(self, weight) + end + + function animationMethods:setLength(len) + if len == nil then len = 0 end + if this.safe then + assert(chk.badarg(1, "setLength", self, "Animation")) + assert(chk.badarg(2, "setLength", len, "number")) + end + + local data = animData[self] + if data.length then animNewCode(self, data.length, "") end + + local lenSane = makeSane(m_max(len - tPass, 0), false) + data.length = lenSane and (lenSane > tPass and lenSane) or false + + if data.length then + animNewCode(self, m_max(data.length - tPass, 0), blendCommand:format(data.triggerId)) + end + return animLength(self, len) + end + + function animationMethods:setPlaying(state) + if this.safe then assert(chk.badarg(1, "setPlaying", self, "Animation")) end + if state then self:play() else self:stop() end + return self + end + + + ---===== CHAINED =====--- + + animationMethods.blendTime = animationMethods.setBlendTime + animationMethods.onBlend = animationMethods.setOnBlend + animationMethods.blend = animationMethods.setBlend + animationMethods.length = animationMethods.setLength + animationMethods.playing = animationMethods.setPlaying + + + ---===== METAMETHODS =====--- + + function animation_mt:__index(key) + if animationGetters[key] then + return animationGetters[key](self) + elseif animationMethods[key] then + return animationMethods[key] + else + return _animationIndex(self, key) + end + end + + function animation_mt:__newindex(key, value) + if animationSetters[key] then + animationSetters[key](self, value) + return + else + _animationNewIndex(self, key, value) + end + end + + + -----============================== ANIMATION API MODIFICATIONS ===============================----- + + if animationapi_mt then + local apiMethods = {} + + function apiMethods:getPlaying(ignore_blending) + if this.safe then assert(chk.badarg(1, "getPlaying", self, "AnimationAPI")) end + ---@cast animapiGetPlaying function + if ignore_blending then return animapiGetPlaying(animations) end + local anims = {} + for _, anim in ipairs(animations:getAnimations()) do + ---@diagnostic disable-next-line: deprecated + if anim:isPlaying() then anims[#anims+1] = anim end + end + + return anims + end + + function animationapi_mt:__index(key) + return apiMethods[key] or _animationapiIndex(self, key) + end + end + + + return setmetatable(this, thismt) +end) + +if s then + return this +else -- This is *all* error handling. + ---@cast this string + local e_msg, e_stack = this:match("^(.-)\nstack traceback:\n(.*)$") + + -- Modify Stack + local stack_lines = {} + local skip_next + for line in e_stack:gmatch("[ \t]*([^\n]+)") do + -- If the level is not a Java level, keep it. + if not line:match("^%[Java]:") then + if not skip_next then + stack_lines[#stack_lines+1] = (" §4" .. line) + else + skip_next = false + end + elseif line:match("in function 'pcall'") then + -- If the level *is* a Java level and it contains the pcall, remove both it and the level above. + stack_lines[#stack_lines] = stack_lines[#stack_lines]:gsub("in function %b<>", "in protected chunk") + skip_next = true + end + end + + e_stack = table.concat(stack_lines, "\n") + + local cmp, ver = client.compareVersions, client.getFiguraVersion():match("^([^%+]*)") + local extra_reason = "" + + if FIG[1] and cmp(ver, FIG[1]) == -1 then + extra_reason = ("\n§oYour Figura version (%s) is below the recommended minimum of %s§r"):format(ver, FIG[1]) + elseif FIG[2] and cmp(ver, FIG[2]) == 1 then + extra_reason = ("\n§oYour Figura version (%s) is above the recommended maximum of %s§r"):format(ver, FIG[2]) + end + + error( + ( + "'%s' failed to load\z + \n§7INFO: %s v%s | %s§r%s\z + \ncaused by:\z + \n §4%s\z + \n §4stack traceback:\z + \n%s§r" + ):format( + ID, + ID, VER, ver, + extra_reason, + e_msg, e_stack + ), + 2 + ) +end + +--|==================================================================================================================|-- +--|=====|| DOCUMENTATION ||==========================================================================================|-- +--||=:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:=:==:=:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:==:=||-- + +---@diagnostic disable: duplicate-set-field, duplicate-doc-field, duplicate-doc-alias +---@diagnostic disable: missing-return, unused-local, lowercase-global, unreachable-code + +---@class Lib.GS.AnimBlend.AnimData +---The blending-in time of this animation in ticks. +---@field blendTimeIn number +---The blending-out time of this animation in ticks. +---@field blendTimeOut number +---The faked blend weight value of this animation. +---@field blend number +---The preferred blend weight that blending will use. +---@field blendSane number +---Where in the timeline the stop instruction is placed. +---If this is `false`, there is no stop instruction due to length limits. +---@field length number|false +---The id for this animation's blend trigger +---@field triggerId string +---The callback function this animation will call every frame while it is blending and one final +---time when blending finishes. +---@field callback? Lib.GS.AnimBlend.blendCallback +---The active blend state. +---@field state? Lib.GS.AnimBlend.BlendState + +---@class Lib.GS.AnimBlend.BlendState +---The amount of time this blend has been running for in ticks. +---@field time number +---The maximum time this blend will run in ticks. +---@field max number|false +---The starting blend weight. +---@field from number|false +---The ending blend weight. +---@field to number|false +---The callback to call each blending frame. +---@field callback? function +---The state proxy used in the blend callback function. +---@field callbackState Lib.GS.AnimBlend.CallbackState +---Determines if this blend is paused. +---@field paused boolean +---Determines if this blend is starting or ending an animation. +---@field starting boolean + +---@class Lib.GS.AnimBlend.CallbackState +---The animation this callback is acting on. +---@field anim Animation +---The amount of time this blend has been running for in ticks. +---@field time number +---The maximum time this blend will run in ticks. +---@field max number +---The progress as a percentage. +---@field progress number +---The starting blend weight. +---@field from number +---The ending blend weight. +---@field to number +---Determines if this blend is starting or ending an animation. +---@field starting boolean +---Determines if this blend is finishing up. +---@field done boolean + +---@class Lib.GS.AnimBlend.BezierOptions +---How many time to use the Newton-Raphson method to approximate. +---Higher numbers create more accurate approximations at the cost of instructions. +--- +---The default value is `4`. +---@field newton_iters? integer +---The minimum slope required to attempt to use the Newton-Raphson method. +---Lower numbers cause smaller slopes to be approximated at the cost of instructions. +--- +---The default value is `0.001`. +---@field newton_minslope? number +---The most precision that subdivision will allow before stopping early. +---Lower numbers cause subdivision to allow more precision at the cost of instructions. +--- +---The default value is `0.0000001`. +---@field subdiv_prec? number +---The maximum amount of times that subdivision will be performed. +---Higher numbers cause more subdivision to happen at the cost of instructions. +--- +---The default value is `10`. +---@field subdiv_iters? integer +---The amount of samples to gather from the bezier curve. +---Higher numbers gather more samples at the cost of more instructions when creating the curve. +---Lower numbers gather less samples at the cost of more instructions when blending with the curve. +--- +---The default value is `11`. +---@field sample_size? integer + +---@class Lib.GS.AnimBlend.Bezier: function +---@overload fun(state: Lib.GS.AnimBlend.CallbackState, data: Lib.GS.AnimBlend.AnimData) +---The X1 value. +---@field [1] number +---The Y1 value. +---@field [2] number +---The X2 value. +---@field [3] number +---The Y2 value. +---@field [4] number +---The options used to make this bezier. +---@field options Lib.GS.AnimBlend.BezierOptions +---The samples gathered from this bezier. +---@field samples {step: number, [integer]: number} + +---@class Lib.GS.AnimBlend.tlKeyframe +---The progress this keyframe starts at in the range [0, 1). +--- +---If the first keyframe does not start at `0`, an error will be thrown. +---A keyframe at or after time `1` will never run as completing the blend will be preferred. +---@field time number +---The starting adjusted-progress of this keyframe. +---Despite the name of this option, it does not need to be smaller than `max`. +--- +---All keyframes get an adjusted-progress which starts when the keyframe starts and ends when the next keyframe (or the +---end of the timeline) is hit. +--- +---The default value is `0`. +---@field min? number +---The ending adjusted-progress of this keyframe. +---Despite the name of this option, it does not need to be bigger than `min`. +--- +---All keyframes get an adjusted-progress which starts when the keyframe starts and ends when the next keyframe (or the +---end of the timeline) is hit. +--- +---The default value is `1`. +---@field max? number +---The blending callback to use for this entire frame. +---The adjusted-progress is given to this callback as it runs. +--- +---If a string is given instead of a callback, it is treated as the name of a curve found in +---`.callbackCurves`. +---If `nil` is given, the default callback is used. +--- +---Note: Blending callbacks called by this function will **never** call cleanup code. Care should be taken to make sure +---this does not break anything. +---@field func? Lib.GS.AnimBlend.blendCallback | Lib.GS.AnimBlend.curve + +---@alias Lib.GS.AnimBlend.blendCallback +---| fun(state: Lib.GS.AnimBlend.CallbackState, data: Lib.GS.AnimBlend.AnimData) + +---@alias Lib.GS.AnimBlend.bezierCallback +---| Lib.GS.AnimBlend.Bezier +---| Lib.GS.AnimBlend.blendCallback + +---@alias Lib.GS.AnimBlend.timeline Lib.GS.AnimBlend.tlKeyframe[] + +---@alias Lib.GS.AnimBlend.curve string +---| "linear" # The default blending curve. Goes from 0 to 1 without any fancy stuff. +---| "easeInSine" # [Learn More...](https://easings.net/#easeInSine) +---| "easeOutSine" # [Learn More...](https://easings.net/#easeOutSine) +---| "easeInOutSine" # [Learn More...](https://easings.net/#easeInOutSine) +---| "easeInQuad" # [Learn More...](https://easings.net/#easeInQuad) +---| "easeOutQuad" # [Learn More...](https://easings.net/#easeOutQuad) +---| "easeInOutQuad" # [Learn More...](https://easings.net/#easeInOutQuad) +---| "easeInCubic" # [Learn More...](https://easings.net/#easeInCubic) +---| "easeOutCubic" # [Learn More...](https://easings.net/#easeOutCubic) +---| "easeInOutCubic" # [Learn More...](https://easings.net/#easeInOutCubic) +---| "easeInQuart" # [Learn More...](https://easings.net/#easeInQuart) +---| "easeOutQuart" # [Learn More...](https://easings.net/#easeOutQuart) +---| "easeInOutQuart" # [Learn More...](https://easings.net/#easeInOutQuart) +---| "easeInQuint" # [Learn More...](https://easings.net/#easeInQuint) +---| "easeOutQuint" # [Learn More...](https://easings.net/#easeOutQuint) +---| "easeInOutQuint" # [Learn More...](https://easings.net/#easeInOutQuint) +---| "easeInExpo" # [Learn More...](https://easings.net/#easeInExpo) +---| "easeOutExpo" # [Learn More...](https://easings.net/#easeOutExpo) +---| "easeInOutExpo" # [Learn More...](https://easings.net/#easeInOutExpo) +---| "easeInCirc" # [Learn More...](https://easings.net/#easeInCirc) +---| "easeOutCirc" # [Learn More...](https://easings.net/#easeOutCirc) +---| "easeInOutCirc" # [Learn More...](https://easings.net/#easeInOutCirc) +---| "easeInBack" # [Learn More...](https://easings.net/#easeInBack) +---| "easeOutBack" # [Learn More...](https://easings.net/#easeOutBack) +---| "easeInOutBack" # [Learn More...](https://easings.net/#easeInOutBack) +---| "easeInElastic" # [Learn More...](https://easings.net/#easeInElastic) +---| "easeOutElastic" # [Learn More...](https://easings.net/#easeOutElastic) +---| "easeInOutElastic" # [Learn More...](https://easings.net/#easeInOutElastic) +---| "easeInBounce" # [Learn More...](https://easings.net/#easeInBounce) +---| "easeOutBounce" # [Learn More...](https://easings.net/#easeOutBounce) +---| "easeInOutBounce" # [Learn More...](https://easings.net/#easeInOutBounce) + + +---@class Animation +---#### [GS AnimBlend Library] +---The callback that should be called every frame while the animation is blending. +--- +---This allows adding custom behavior to the blending feature. +--- +---If this is `nil`, it will default to the library's basic callback. +---@field blendCallback? Lib.GS.AnimBlend.blendCallback +local Animation + + +---===== METHODS =====--- + +---#### [GS AnimBlend Library] +---Starts this animation from the beginning, even if it is currently paused or playing. +--- +---If `blend` is set, it will also restart with a blend. +function Animation:restart(blend) end + + +---===== GETTERS =====--- + +---#### [GS AnimBlend Library] +---Gets the blending times of this animation in ticks. +---@return number, number +function Animation:getBlendTime() end + +---#### [GS AnimBlend Library] +---Gets if this animation is currently blending. +---@return boolean +function Animation:isBlending() end + + +---===== SETTERS =====--- + +---#### [GS AnimBlend Library] +---Sets the blending time of this animation in ticks. +--- +---If two values are given, the blending in and out times are set respectively. +---@generic self +---@param self self +---@param time_in? number +---@param time_out? number +---@return self +function Animation:setBlendTime(time_in, time_out) end + +---#### [GS AnimBlend Library] +---Sets the blending callback of this animation. +---@generic self +---@param self self +---@param func? Lib.GS.AnimBlend.blendCallback +---@return self +function Animation:setOnBlend(func) end + + +---===== CHAINED =====--- + +---#### [GS AnimBlend Library] +---Sets the blending time of this animation in ticks. +--- +---If two values are given, the blending in and out times are set respectively. +---@generic self +---@param self self +---@param time_in? number +---@param time_out? number +---@return self +function Animation:blendTime(time_in, time_out) end + +---#### [GS AnimBlend Library] +---Sets the blending callback of this animation. +---@generic self +---@param self self +---@param func? Lib.GS.AnimBlend.blendCallback +---@return self +function Animation:onBlend(func) end + + +---@class AnimationAPI +local AnimationAPI + +---#### [GS AnimBlend Library] +---Gets an array of every playing animation. +--- +---Set `ignore_blending` to ignore animations that are currently blending. +---@param ignore_blending? boolean +---@return Animation[] +function AnimationAPI:getPlaying(ignore_blending) end diff --git a/3d_models/figura-old/Gakvu/actionwheel.lua b/3d_models/figura-old/Gakvu/actionwheel.lua new file mode 100644 index 0000000..0bf1548 --- /dev/null +++ b/3d_models/figura-old/Gakvu/actionwheel.lua @@ -0,0 +1,63 @@ +--EMOTES-- + +local mainPage = action_wheel:newPage() +action_wheel:setPage(mainPage) + +function pings.Yeah() + animations.player_model.yes:play() +end +--- +function pings.No() + animations.player_model.no:play() +end +--- +function pings.NoNoNo(state) + animations.player_model.noNoNo:play() +end +--- +function pings.Wave(state) + animations.player_model.wave:play() +end +--- +function pings.FollowMe(state) + animations.player_model.followMe:play() +end +--- +function pings.Sitting(state) + animations.player_model.sitting:setPlaying(state) +end +-------------------------------------------------------------------- + +mainPage:newAction() + :title("Yeah") + :item("minecraft:lime_concrete") + :hoverColor(1,1,0) + :onLeftClick(pings.Yeah) +mainPage:newAction() + :title("No") + :item("minecraft:red_concrete") + :hoverColor(1,1,0) + :onLeftClick(pings.No) +mainPage:newAction() + :title("No No No") + :item("minecraft:red_terracotta") + :hoverColor(1,1,0) + :onLeftClick(pings.NoNoNo) + +mainPage:newAction() + :title("Wave") + :item("minecraft:lantern") + :hoverColor(1,1,0) + :onLeftClick(pings.Wave) +mainPage:newAction() + :title("Follow Me") + :item("minecraft:compass") + :hoverColor(1,1,0) + :onLeftClick(pings.FollowMe) + +mainPage:newAction() + :title("Sit") + :item("minecraft:purpur_stairs") + :hoverColor(1,1,0) + :onToggle(pings.Sitting) + diff --git a/3d_models/figura-old/Gakvu/avatar.json b/3d_models/figura-old/Gakvu/avatar.json new file mode 100644 index 0000000..1bb2efc --- /dev/null +++ b/3d_models/figura-old/Gakvu/avatar.json @@ -0,0 +1,7 @@ +{ + "authors": [ + "akirapink" + ], + "name": "Gakvukani qou ¡æoÍ0ü", + "description":"§eGakvu from §bFortnite" +} diff --git a/3d_models/figura-old/Gakvu/avatar.png b/3d_models/figura-old/Gakvu/avatar.png new file mode 100644 index 0000000..0bca908 Binary files /dev/null and b/3d_models/figura-old/Gakvu/avatar.png differ diff --git a/3d_models/figura-old/Gakvu/gakvu.png b/3d_models/figura-old/Gakvu/gakvu.png new file mode 100644 index 0000000..1ce1add Binary files /dev/null and b/3d_models/figura-old/Gakvu/gakvu.png differ diff --git a/3d_models/figura-old/Gakvu/player_model.bbmodel b/3d_models/figura-old/Gakvu/player_model.bbmodel new file mode 100644 index 0000000..270ada6 --- /dev/null +++ b/3d_models/figura-old/Gakvu/player_model.bbmodel @@ -0,0 +1 @@ +{"meta":{"format_version":"4.5","model_format":"free","box_uv":true},"name":"player_model","model_identifier":"","visible_box":[1,1,0],"variable_placeholders":"","variable_placeholder_buttons":[],"timeline_setups":[],"unhandled_root_fields":{},"resolution":{"width":64,"height":64},"elements":[{"name":"Head","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-4,24,-4],"to":[4,32,4],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[8,8,16,16],"texture":0},"east":{"uv":[0,8,8,16],"texture":0},"south":{"uv":[24,8,32,16],"texture":0},"west":{"uv":[16,8,24,16],"texture":0},"up":{"uv":[16,8,8,0],"texture":0},"down":{"uv":[24,0,16,8],"texture":0}},"type":"cube","uuid":"2c90ef25-b6e1-7fda-3597-fff53e57e863"},{"name":"Body","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-4,12,-2],"to":[4,24,2],"autouv":0,"color":0,"origin":[0,0,0],"uv_offset":[16,16],"faces":{"north":{"uv":[20,20,28,32],"texture":0},"east":{"uv":[16,20,20,32],"texture":0},"south":{"uv":[32,20,40,32],"texture":0},"west":{"uv":[28,20,32,32],"texture":0},"up":{"uv":[28,20,20,16],"texture":0},"down":{"uv":[36,16,28,20],"texture":0}},"type":"cube","uuid":"4c4dc420-17a2-4c5d-ec67-b08a6c336134"},{"name":"Body Layer","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-4,10,-2],"to":[4,24,2],"autouv":0,"color":0,"inflate":0.25,"origin":[0,0,0],"uv_offset":[16,32],"faces":{"north":{"uv":[20,36,28,48],"texture":0},"east":{"uv":[16,36,20,48],"texture":0},"south":{"uv":[32,36,40,48],"texture":0},"west":{"uv":[28,36,32,48],"texture":0},"up":{"uv":[28,36,20,32],"texture":0},"down":{"uv":[36,32,28,36],"texture":0}},"type":"cube","uuid":"f2876f7c-d7bd-4574-2303-e17db5d18d8a"},{"name":"Right Arm","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,12,-2],"to":[7,24,2],"autouv":0,"color":0,"origin":[0,0,0],"uv_offset":[40,16],"faces":{"north":{"uv":[44,20,47,32],"texture":0},"east":{"uv":[40,20,44,32],"texture":0},"south":{"uv":[51,20,54,32],"texture":0},"west":{"uv":[47,20,51,32],"texture":0},"up":{"uv":[47,20,44,16],"texture":0},"down":{"uv":[50,16,47,20],"texture":0}},"type":"cube","uuid":"904fc387-bf9d-6685-925a-92558e96629e"},{"name":"Right Arm Layer","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,12,-2],"to":[7,24,2],"autouv":0,"color":0,"inflate":0.25,"origin":[0,0,0],"uv_offset":[40,32],"faces":{"north":{"uv":[44,36,47,48],"texture":0},"east":{"uv":[40,36,44,48],"texture":0},"south":{"uv":[51,36,54,48],"texture":0},"west":{"uv":[47,36,51,48],"texture":0},"up":{"uv":[47,36,44,32],"texture":0},"down":{"uv":[50,32,47,36],"texture":0}},"type":"cube","uuid":"98a913f6-6d4d-615f-a746-98f47a514da9"},{"name":"Left Arm","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-7,12,-2],"to":[-4,24,2],"autouv":0,"color":0,"origin":[0,0,0],"uv_offset":[32,48],"faces":{"north":{"uv":[36,52,39,64],"texture":0},"east":{"uv":[32,52,36,64],"texture":0},"south":{"uv":[43,52,46,64],"texture":0},"west":{"uv":[39,52,43,64],"texture":0},"up":{"uv":[39,52,36,48],"texture":0},"down":{"uv":[42,48,39,52],"texture":0}},"type":"cube","uuid":"391fe4d0-9a03-2151-3cd2-a63f3a1d4a43"},{"name":"Left Arm Layer","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-7,12,-2],"to":[-4,24,2],"autouv":0,"color":0,"inflate":0.25,"origin":[0,0,0],"uv_offset":[48,48],"faces":{"north":{"uv":[52,52,55,64],"texture":0},"east":{"uv":[48,52,52,64],"texture":0},"south":{"uv":[59,52,62,64],"texture":0},"west":{"uv":[55,52,59,64],"texture":0},"up":{"uv":[55,52,52,48],"texture":0},"down":{"uv":[58,48,55,52],"texture":0}},"type":"cube","uuid":"1464ac2b-a60a-adb3-4c99-3bfe4996849e"},{"name":"Left Leg","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-3.9,6,-2],"to":[0.10000000000000009,12,2],"autouv":0,"color":0,"origin":[0,0,0],"uv_offset":[16,48],"faces":{"north":{"uv":[20,52,24,58],"texture":0},"east":{"uv":[16,52,20,58],"texture":0},"south":{"uv":[28,52,32,58],"texture":0},"west":{"uv":[24,52,28,58],"texture":0},"up":{"uv":[24,52,20,48],"texture":0},"down":{"uv":[28,48,24,52],"texture":0}},"type":"cube","uuid":"bdf175a5-f366-e252-928b-5af5f01146ad"},{"name":"Hat Layer","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-4,25,-4],"to":[4,32,4],"autouv":0,"color":0,"inflate":0.5,"origin":[0,0,0],"uv_offset":[32,0],"faces":{"north":{"uv":[40,8,48,15],"texture":0},"east":{"uv":[0,8,8,16],"texture":0},"south":{"uv":[24,8,32,16],"texture":0},"west":{"uv":[24,8,32,16],"texture":0},"up":{"uv":[16,8,8,0],"texture":0},"down":{"uv":[8,10,0,6],"texture":0}},"type":"cube","uuid":"a5055479-e55e-0a86-3805-341cf13b452b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-6,25,-2],"to":[-2.9999999999999973,31,4],"autouv":0,"color":0,"rotation":[4.1686302720218137e-16,-17.499999999999996,7.500000000000001],"origin":[0,24,0],"uv_offset":[41,10],"faces":{"north":{"uv":[25,1,28,7],"texture":0},"east":{"uv":[31,1,25,7],"texture":0},"south":{"uv":[31,1,30,7],"texture":0},"west":{"uv":[31,1,25,7],"texture":0},"up":{"uv":[25,1,31,2],"rotation":90,"texture":0},"down":{"uv":[25,6,31,7],"texture":0}},"type":"cube","uuid":"fc542270-c0e2-fb2a-0bb3-736ba54030c0"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2.9999999999999973,25,-2],"to":[6,31,4],"autouv":0,"color":0,"rotation":[4.1686302720218137e-16,17.499999999999996,-7.500000000000001],"origin":[0,24,0],"uv_offset":[41,10],"faces":{"north":{"uv":[28,1,25,7],"texture":0},"east":{"uv":[25,1,31,7],"texture":0},"south":{"uv":[30,1,31,7],"texture":0},"west":{"uv":[25,1,31,7],"texture":0},"up":{"uv":[31,1,25,2],"rotation":90,"texture":0},"down":{"uv":[31,6,25,7],"texture":0}},"type":"cube","uuid":"f796ba54-2e25-2b7a-5d09-2beb35b41483"},{"name":"Eyes","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-4,28,-5],"to":[4,30,-5],"autouv":0,"color":0,"origin":[0,28,0],"faces":{"north":{"uv":[0,0,3,2],"texture":0},"east":{"uv":[0,0,3,2],"texture":0},"south":{"uv":[0,2,8,4],"texture":0},"west":{"uv":[0,0,3,2],"texture":0},"up":{"uv":[0,0,3,2],"texture":0},"down":{"uv":[0,0,3,2],"texture":0}},"type":"cube","uuid":"355079aa-ce0b-7b40-4b65-04b603b0e381"},{"name":"Eyes","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-4,28,-5.000000000000002],"to":[4,29,-5.000000000000002],"autouv":0,"color":0,"inflate":0.25,"origin":[0,28,0],"faces":{"north":{"uv":[0,5,8,6],"texture":0},"east":{"uv":[0,0,3,2],"texture":0},"south":{"uv":[0,0,3,2],"texture":0},"west":{"uv":[0,0,3,2],"texture":0},"up":{"uv":[0,0,3,2],"texture":0},"down":{"uv":[0,0,3,2],"texture":0}},"type":"cube","uuid":"f43bada4-abfc-a754-5300-ed3bea20f9cc"},{"name":"Left Leg","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-3.4999999999999996,0,-1.5000000000000004],"to":[-0.5,6,1.4999999999999996],"autouv":0,"color":0,"origin":[0,0,0],"uv_offset":[17,49],"faces":{"north":{"uv":[20,52,23,58],"texture":0},"east":{"uv":[17,52,20,58],"texture":0},"south":{"uv":[26,52,29,58],"texture":0},"west":{"uv":[23,52,26,58],"texture":0},"up":{"uv":[23,52,20,49],"texture":0},"down":{"uv":[26,49,23,52],"texture":0}},"type":"cube","uuid":"4a406f6a-82fe-1235-5ec8-d5cb982edaf4"},{"name":"Right Leg","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.4999999999999999,0,-1.5000000000000004],"to":[3.4999999999999996,6,1.4999999999999996],"autouv":0,"color":0,"mirror_uv":true,"origin":[0,0,0],"uv_offset":[17,49],"faces":{"north":{"uv":[23,52,20,58],"texture":0},"east":{"uv":[26,52,23,58],"texture":0},"south":{"uv":[29,52,26,58],"texture":0},"west":{"uv":[20,52,17,58],"texture":0},"up":{"uv":[20,52,23,49],"texture":0},"down":{"uv":[23,49,26,52],"texture":0}},"type":"cube","uuid":"a88a7b8a-ab4e-de24-392f-6fe792f8d1ec"},{"name":"Body Layer","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,6,-2],"to":[4,12,2],"autouv":0,"color":0,"mirror_uv":true,"inflate":0.1,"origin":[0,0,0],"uv_offset":[16,32],"faces":{"north":{"uv":[24,42,20,48],"texture":0},"east":{"uv":[28,42,24,48],"texture":0},"south":{"uv":[32,42,28,48],"texture":0},"west":{"uv":[20,42,16,48],"texture":0},"up":{"uv":[20,36,24,32],"texture":0},"down":{"uv":[16,32,20,36],"texture":0}},"type":"cube","uuid":"cc6e9a63-9e31-6546-b248-3bd0b51623c1"},{"name":"Right Leg","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.10000000000000009,6,-2],"to":[3.9,12,2],"autouv":0,"color":0,"mirror_uv":true,"origin":[0,0,0],"uv_offset":[16,48],"faces":{"north":{"uv":[24,52,20,58],"texture":0},"east":{"uv":[28,52,24,58],"texture":0},"south":{"uv":[32,52,28,58],"texture":0},"west":{"uv":[20,52,16,58],"texture":0},"up":{"uv":[20,52,24,48],"texture":0},"down":{"uv":[24,48,28,52],"texture":0}},"type":"cube","uuid":"9e916900-c77a-0d42-d652-c97589759349"},{"name":"Body Layer","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-4,6,-2],"to":[0,12,2],"autouv":0,"color":0,"inflate":0.1,"origin":[0,0,0],"uv_offset":[22,32],"faces":{"north":{"uv":[30,42,34,48],"texture":0},"east":{"uv":[26,42,30,48],"texture":0},"south":{"uv":[38,42,42,48],"texture":0},"west":{"uv":[34,42,38,48],"texture":0},"up":{"uv":[30,36,26,32],"texture":0},"down":{"uv":[20,32,16,36],"texture":0}},"type":"cube","uuid":"506cd868-86a1-e190-23d3-1e66349a02de"}],"outliner":[{"name":"Head","origin":[0,24,0],"color":0,"uuid":"2bd6a8af-f74d-86fe-2148-58fb6cef8da4","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["2c90ef25-b6e1-7fda-3597-fff53e57e863","a5055479-e55e-0a86-3805-341cf13b452b",{"name":"Receptors","origin":[0,24,0],"color":0,"uuid":"dcbc841c-1a58-2428-1826-cce3653637f2","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["fc542270-c0e2-fb2a-0bb3-736ba54030c0","f796ba54-2e25-2b7a-5d09-2beb35b41483"]},"355079aa-ce0b-7b40-4b65-04b603b0e381","f43bada4-abfc-a754-5300-ed3bea20f9cc"]},{"name":"Body","origin":[0,24,0],"color":0,"uuid":"f29d6084-1cf7-718f-32dd-cc0d2284c328","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["4c4dc420-17a2-4c5d-ec67-b08a6c336134","f2876f7c-d7bd-4574-2303-e17db5d18d8a"]},{"name":"RightArm","origin":[5,22,0],"color":0,"uuid":"5dd35133-3278-b724-dfcc-9c93da6e604f","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["904fc387-bf9d-6685-925a-92558e96629e","98a913f6-6d4d-615f-a746-98f47a514da9"]},{"name":"LeftArm","origin":[-5,22,0],"color":0,"uuid":"34622386-0356-369d-4fc6-64ec81a20fc5","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["391fe4d0-9a03-2151-3cd2-a63f3a1d4a43","1464ac2b-a60a-adb3-4c99-3bfe4996849e"]},{"name":"RightLeg","origin":[1.9,12,0],"color":0,"uuid":"4667a42e-b309-6a63-69cf-4606631a4f89","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["cc6e9a63-9e31-6546-b248-3bd0b51623c1","a88a7b8a-ab4e-de24-392f-6fe792f8d1ec","9e916900-c77a-0d42-d652-c97589759349"]},{"name":"LeftLeg","origin":[-1.9,12,0],"color":0,"uuid":"22d1e4c5-d506-29a0-7c68-b5d322c62690","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["506cd868-86a1-e190-23d3-1e66349a02de","bdf175a5-f366-e252-928b-5af5f01146ad","4a406f6a-82fe-1235-5ec8-d5cb982edaf4"]}],"textures":[{"path":"/home/akira/.local/share/PrismLauncher/instances/!!_1201PLUS_!!/.minecraft/figura/avatars/Gakvu/gakvu.png","name":"gakvu.png","folder":"","namespace":"","id":"0","particle":false,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"2c830bc7-f5f7-e982-7ad7-6616e0704d17","relative_path":"../gakvu.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAACQ5JREFUeF7tW9tvFUUYn2OxpZSWQhMqpRduRaKiEMQAAWMiagwRbzHR8ER4wGfjgyZiIphojP8AD8QnEhMjKoQYFRICBIiGUEUNUm69YkkqpYViW8qa35zz23zn6+7Ont3TUzTOy56dnflmvt98t/lmTsa4i1dR3mRGRrsMnvVz55u+az3+886dgUgK43eHMu4hIltEjj8y2pWKvrNzRXmTB+abG9eYzu5T/pNg9PT+FgOARz00alr1rFlaPcNvf/jIztTjd3afctKImqCzc3PjGk8zvrBlmbnccc7g2X7xVCwAWuYvMUtaHzEXL1w0nnfb9uno2Zd6/HPtPzhppAIAEgBGh28PmRmV1T7jhQDQtOptT648JnT4yNfGmF+ck3eNP+kAQAIk4wACBXX4XYgKPP3US5ZxPI+f+Ax2xQmAa/xJV4Flrc94YFQaPgBAYxjPCE60AXElwDV+HBBTqQAmAHFn0d6gEAAmTsStAq7xJx0AY0yeGyIAfMYDIJUjjBw/NQBl91VbFzVtWq2dpWaodfEaW0/dh87Pb3jY6j6fsi9+gwafZF3Td72z32SPn4GVhT4PDPSb2to6X9fxPjL6t6kon27rNcNgEgCwHybM3/J5a/hPUzXjAUuDhfaEY4yMzrafdJwAQ8lxosZf/fgbPu3zQ8Om6/T39r1m5m3jGj9DKxskpLTyWC2AJAsmxHp6BDxlkR6DUiTb8Htn97AJihO8TK8FHuNoUYfkcvyM12CHzWQqzeIli82F9l9NR88F09yYDbo4Jl0554j3CQD0Xr1iGuYtMHyOHfjAXHnoOTM+NmiaW9bavp0dJ03Z/TVmwe/fmbGNb/kDaBCDBtRgoY1Xvz4vQgQdeIllrfXG5eezgdqwda2yQBIyfcfz5sb5yHllama2epJhCQDEds6bn5i2dzeYFR8dM3WHDtkx+jdu9OsufbwtDzD0R78gdQirH7xZaenqOAFSBwkI209ACqBeUNX167b6MUbWxRorAa55BNoARH5gBISpg1qU8E7xZHsCGQcAGVfQBs168EVfEsBERfl1O34UAFn1mO1LAFfexTjHzwBFGjPJMBqg2AmMDVoJgCSg8DfUgHpIgjRWsr80ljqgksaUkkBRBgAuN5fdrGWNKAtWnuOjP9REG3l+9wHgako3KF3Z8p0H8wA4+/4mrfK+W8SHIDcYFj0CIIS0uZ2nHx7r9wkDqorcxs32D6LF8SWoE2Jx6hWIwIXo4trfM65wTTbse1L6rn5h400AAEZRNtYguAb6H4BcZPmvlYC0KlBVVZUnQYUCcevWrcgtcpiEuSQzVAWCGIZvlTYg6n165d082mWZbFQ27vUWtZ50SVTT1wy6gGR7GwgVukqyfRCjqMOE+a1u9nI/gdJ//WzecEHf2FfSQCcNLr+DBumyruQANDWssztGORG5WpwkGe7qPeEDwW9ylSWw+I4C2hIcbrAQXoMe28HnD95sd2abQDO1BGASmJicJFeL38gp25AZ3Qf1qAMDEgAwTWYJgmQe/QgoacZNlaUGAOGvXHmuMCaFcDpICsgoN0Zkim1BEwV0CYZWB4JMoLTaxFaBtEYQBhKTkHooV1GuOpnRIi9zBXKFtV5LSZK2JMiOlAwAeAE9Ab1aGhy58mFMaSMqwWMf1NHjSFABaGwVSCsBdINaBKNEVn5ztQMzTGgEqZQGk0CUTAKYs5NWPcpoUXThNajneOoVDjOEWvS1QeV7yQDATk66Ie0RgtwW2tBtSualXycjFHftIqVaoY10w/hWUhXQk9GT1paaXkD6dVp16rSkkSSwcqXSSN/mA3xfleCHDoWDVkwzFTRMWKibNLSOHQgl4DmyC0JrbqGRRDE/G3Pp221m0fN7jHks25XJFLhQ1Pdf2m96z+zOWnTHfYIw+nEZ1pOPFS4WAhJOgm/88Y1Z9M4en1HLGNJqrx8zZ7/cZAAMkqnIAbKgD4BzARBKP+FFjKIDgBUC88wkY7XlbpKpNeQVAQKYbli53QAAANJ1+tPIOYXRv2ckgDYFTKFQtLnSup7gUBpcAITRd0lOmBSnlgBtRMkgVhSF9iApIATQBZwGOi4gRQFAirgUZ0zKGroUKkHb4FIdjkXQSwqANnJgWhs4GsXlrx40bZ9vsEdrLJFGMabx1HRLBsCK14560s3RxUES6hZtti4wzy2Ca+Uao9wiGIvjPrXLbfviyVjSHatRpBsc9zy6N7TDhId2TbNdRrfsM2V9V+3vrt791v2RWa4YvAHqmho2Z+OA+nmmfO8r9nf1jjvWbVq6ub7OdjkJM2WZWLzFahQFwILGLZ5kjjrf/9V+69pW1h8wN7Zes6s+cHJ3HhBkpnbtdrvKsz6ba870vWDVp+7lzdZNUnXQNqodpEyCdKV7byzeYjWKAgBewDdQuUCHhpCXE8AEfb5eedAmaGxDGwLDJgOoqHaabslsAN0gVuivgR/t6jGooWWmDWCbObVPWElAQR1/g0EdGEGFQFf2CWqHMWWbkgFgxj27maqZtdS/jkIRhkgfv7zaMtlSscOqAiPDwRvnLQCwAWjXMbLLArF+4U+2HVWIbg1SFtWO0ka6JbMBKz486iHshVujDnKy0GeEqJASDQKP3CVTlBD0AV3fYCrmqTa0L2jHsf2j/PdK5AV8GyAGRJ0UQakmWGX5jUZUi6yOMKWqRNkkH4iYm6PURjDSRcb8qAGT3ZLmK0pnAxSTaQ9X0x5+FpovKLoETNb9grgrWmi+4D8HQKH5gqIDMNUqUGi+IDUAaQ9WuJUu9D4BM0BJ8xFUqdQApL1foA9XaVNd9wYkAEnyEew/5QDI43UesEgQ9MkxJYUnP5QAvWdw5SMYKU45ADxZJtNBdw3wTd8bIABJ8xHMF9wzAPDML+ikmeDIewP+0VfCfETRbEBaI8hrtPKOAU+Dou4NUAKS5iPacqF7aglICwCP1sIuUulzR30JKmk+omg2oBgABN0Kc90b0G6w0HwEM0ZTLgFQAZRC7w345/9J8xG5W2RTDoD8P1Eh9wZ8L+DIR8hslEzK3DNGEDZA3weKc29AxgEy2xy1A5c5haICEHPbH9gs7H4BG4fdG9CBUKFzIAD/ADkQSEtfJi8+AAAAAElFTkSuQmCC"}],"animations":[{"uuid":"87e83a46-acb9-54fd-8569-75eecc1f6aec","name":"yes","loop":"once","override":false,"length":0.7083333333333334,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"2bd6a8af-f74d-86fe-2148-58fb6cef8da4":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-2.5,"y":"0","z":"0"}],"uuid":"5286c38e-5ad4-a873-4c2e-3d5c65898281","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":2.5,"y":0,"z":0}],"uuid":"e64ab604-058d-a697-4600-6c0870099bb6","time":0.3333333333333333,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-5,"y":0,"z":0}],"uuid":"cbcd8c76-608e-7c5d-bf6f-221476a32282","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"a844966f-0549-6998-f8b7-b1a234b3cfae","time":0.6666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n","y":0,"z":0}],"uuid":"f840d733-5a4b-a6ef-c13d-1a41cf7f193e","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"dcbc841c-1a58-2428-1826-cce3653637f2":{"name":"Receptors","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"-17.5","y":"0","z":"0"}],"uuid":"0f945288-d9a0-c37e-3cdb-78f1e603062e","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"68954ef2-e111-63da-f4b0-713d4103bda9","time":0.3333333333333333,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-17.5\n","y":0,"z":0}],"uuid":"57ea8e30-d77a-3987-23b3-5e93a9c1f522","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"3175648f-1bb2-9e94-2940-3c3b07e6bbc5","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"1097c2e7-9f29-a163-770d-d6f3bd2c2c38","time":0.6666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"448a7b31-0827-708b-65a6-e06ddf54cd0a","name":"no","loop":"once","override":false,"length":0.7083333333333334,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"2bd6a8af-f74d-86fe-2148-58fb6cef8da4":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0\n","y":0,"z":0}],"uuid":"75507ecb-285d-268d-47f1-49dd417c0c53","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"\n","y":"-2.5","z":"0"}],"uuid":"c10c1dc7-75c9-6b5e-3bd3-5dfb494cc472","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"\n","y":"2.5","z":0}],"uuid":"216ba3ab-14b4-9c9e-339c-f3e87e31119c","time":0.3333333333333333,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"\n","y":"-5","z":0}],"uuid":"522d8c97-d1f3-a242-ce06-28d25aca56b8","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"5d69319d-c559-e7ae-5092-102b0f7e467f","time":0.6666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"dcbc841c-1a58-2428-1826-cce3653637f2":{"name":"Receptors","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"\n","y":"-10.5","z":"0"}],"uuid":"bd8d9001-1fc1-120f-5581-fe1c63ed7d74","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":"10.5\n","z":0}],"uuid":"ff3337af-fc6c-a81e-c3bd-7af3ea0469a2","time":0.3333333333333333,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"\n","y":"-10.5","z":0}],"uuid":"24c9b08c-1f9d-6dab-546f-00d6c56325e2","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"67646551-4a07-7b1d-65e8-3b19822bb048","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"8f439da9-d66f-967e-b4cb-6400349f1635","time":0.6666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"e7d13d0c-143b-2127-63f4-3f903747929b","name":"noNoNo","loop":"once","override":false,"length":1.0833333333333333,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"2bd6a8af-f74d-86fe-2148-58fb6cef8da4":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0\n","y":"0\n","z":0}],"uuid":"75507ecb-285d-268d-47f1-49dd417c0c53","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"\n","y":-15,"z":"0"}],"uuid":"c10c1dc7-75c9-6b5e-3bd3-5dfb494cc472","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"\n","y":15,"z":0}],"uuid":"216ba3ab-14b4-9c9e-339c-f3e87e31119c","time":0.3333333333333333,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"\n","y":-15,"z":0}],"uuid":"522d8c97-d1f3-a242-ce06-28d25aca56b8","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"b83ccaf9-f28f-1830-959e-02a8f00cb8d4","time":1,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"\n","y":15,"z":0}],"uuid":"4f5248be-50be-e575-e68c-0d1ca0283894","time":0.6666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"\n","y":-15,"z":0}],"uuid":"dbf8eea1-af03-bab0-c67d-97e2d11be80c","time":0.8333333333333334,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"dcbc841c-1a58-2428-1826-cce3653637f2":{"name":"Receptors","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"\n","y":"-19.5","z":"0"}],"uuid":"bd8d9001-1fc1-120f-5581-fe1c63ed7d74","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":"19.5\n","z":0}],"uuid":"ff3337af-fc6c-a81e-c3bd-7af3ea0469a2","time":0.3333333333333333,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"\n","y":"-19.5","z":0}],"uuid":"24c9b08c-1f9d-6dab-546f-00d6c56325e2","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"67646551-4a07-7b1d-65e8-3b19822bb048","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"ff6d9ce6-64f0-7b48-e6c4-c43340e9d0a0","time":1,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":"19.5\n","z":0}],"uuid":"3586f511-867e-a992-3066-d4db47937ed2","time":0.6666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"\n","y":"-19.5","z":0}],"uuid":"01a434e5-8ced-7111-0291-8a97dfe8c802","time":0.8333333333333334,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"efe3b8ff-3de0-19f3-89f9-83082b278d4b","name":"wave","loop":"once","override":false,"length":1.4583333333333333,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"2bd6a8af-f74d-86fe-2148-58fb6cef8da4":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":-7.5}],"uuid":"fbf9bb0c-ca98-b7c4-dd2d-62b2508f2d65","time":0.16666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"7c49791f-30aa-3980-ae97-7c674489c16b","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"8dba4889-5451-0f9a-14aa-c19b994f9798","time":1.4166666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":-7.5}],"uuid":"72178732-c646-78cd-77f2-d160f8ecaf36","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":"0","z":"0"}],"uuid":"4dcd1858-4b7e-195a-6ce8-2c0287bb39f5","time":0.16666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"95ee3234-13ad-bed7-51c5-362c09f52d68","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"c1ed3963-107d-6b31-ae28-45618a3bba09","time":1.4166666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":"0","z":"0"}],"uuid":"1ea437d7-7f58-c3a3-e13e-554c9a493ef8","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"dcbc841c-1a58-2428-1826-cce3653637f2":{"name":"Receptors","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"-45","y":"0","z":"0"}],"uuid":"439efc0c-cd16-bcec-5eb4-26f38f47fb4d","time":0.16666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-45","y":"0","z":"0"}],"uuid":"97bfa7d7-203a-10db-bf67-8f2379fe7be4","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"d84a2338-79b0-387e-d374-18563f824214","time":0.2916666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-45","y":"0","z":"0"}],"uuid":"2e880f77-92ad-07e4-25ba-749a9628bb77","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"1707fdb7-1e1b-d984-3174-8b7805fef4e9","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"85193644-3e1a-e3f8-803e-c9450dd72aad","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"d545c268-bb6c-b87c-6996-4492a061cba7","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"c44fee2c-8079-5e00-ad10-31fb544159c9","time":1.4583333333333333,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-45","y":"0","z":"0"}],"uuid":"76ef162a-664b-9431-fcfd-3c12fc4494aa","time":0.9166666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"fc519b47-7ea3-5432-1eeb-6aa2bc1ec5d4","time":0.7916666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"1715d3f1-0e70-7254-a72d-8ff58118ccbd","time":1.0416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"e749fc2a-4b22-2f20-607f-0d0ff458bcc5","time":1.2916666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":1,"z":-3}],"uuid":"25ba833a-0044-a913-9e58-faf5b91e357f","time":0.16666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":1,"z":-3}],"uuid":"2bdd76fb-0b9c-e07f-9631-cc686636d9e3","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"4f3384e5-894a-dfd3-8bd5-af4cbdeb2832","time":0.2916666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":1,"z":-3}],"uuid":"2de858c2-dbdd-3a96-1265-31b9592c92d4","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"1f52d005-bd51-a99e-6c82-718541b4923d","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"c8cc1441-7a5a-7a57-20ef-97123f8889a3","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"d57c94b3-25aa-e8b4-7890-49afdb2d81aa","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"1d575693-a85d-150f-4173-83e215122278","time":1.4583333333333333,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":1,"z":-3}],"uuid":"46479a7f-c182-f15a-1553-b3f25c68bb50","time":0.9166666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"632867eb-d5e3-3220-37bb-d81945f10819","time":0.7916666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"adaf54f4-ca7a-7dc8-8fed-6238c20e02dc","time":1.0416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"6f74ff9a-f6eb-05d2-e8ec-4f615768de1f","time":1.2916666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f29d6084-1cf7-718f-32dd-cc0d2284c328":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":-5}],"uuid":"9c420f7d-5e2c-5e6f-ee9f-42e97120b697","time":0.16666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"04d3d343-01c7-5a59-7650-105833acc72b","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f4370dc3-6de4-2c7b-22b2-915d3cc9fb4b","time":1.4166666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":-5}],"uuid":"56ffe421-220c-7aef-9451-5f81acd20bc3","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-1,"y":"0","z":"0"}],"uuid":"6339bdf0-c07b-cb4f-468c-8d00f60ebe4c","time":0.16666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"005e6ecc-b6fc-eb87-7d2c-3be2ad8c8c79","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"41810695-14e6-5949-13f9-a1aae7d470f7","time":1.4166666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-1,"y":"0","z":"0"}],"uuid":"aec3b951-9750-6a25-73a1-7dcf0a8d895a","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"5dd35133-3278-b724-dfcc-9c93da6e604f":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"2.5\n"}],"uuid":"d9710dd4-5042-3376-dbc7-d626b93be537","time":0.16666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"544a47ef-3151-3c19-8551-8f54c38f902f","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"95a03ee5-c52b-9f66-30c3-734f37d0ba46","time":1.4166666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":2.5}],"uuid":"2d5196ca-8c67-55eb-0107-73e1a93f3c5c","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"9338fdad-840d-a837-df4e-729ec40d5ae4","time":0.16666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"3178b6d3-2042-0802-c607-1befb5d9e09f","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"cffd18b1-0e36-85a4-32c0-ffa2bc97c75a","time":1.4166666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"","y":"0\n","z":"0"}],"uuid":"454c51fc-dd9a-4577-9ae5-2bb94d711044","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"34622386-0356-369d-4fc6-64ec81a20fc5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":-89.9999991462264,"z":-150}],"uuid":"f81dc3c7-77dc-3a00-af08-10607e7bc843","time":0.16666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.99999879258166,"z":-115}],"uuid":"fb0cf5f8-8850-120f-9208-a28d121b0716","time":0.2916666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"d8102de7-586c-2345-680d-784b2f4363ed","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.9999991462264,"z":-150}],"uuid":"382fc072-1206-bcd1-5cab-a0cd6543432a","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.99999879258166,"z":"-115\n"}],"uuid":"d4fda29f-d347-ebf7-90a5-edc78ca36e8e","time":0.7916666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.9999991462264,"z":-150}],"uuid":"c89e9b58-2084-cdca-c606-9dcffe382396","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.99999879258166,"z":"-115\n"}],"uuid":"26bcf4f9-9583-f211-a21f-af500968f238","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"9254c77c-28ee-0efc-d0cf-42985284d7b2","time":1.4166666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.9999991462264,"z":-150}],"uuid":"bb261ab3-cbd9-bcef-1f72-3b8b81d5ed00","time":0.9166666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.99999879258166,"z":"-115\n"}],"uuid":"35292b51-de25-61a9-41a1-06cf2e0da61f","time":1.0416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.9999991462264,"z":-150}],"uuid":"30adc32b-0bcd-df2f-d072-0bb16f14197d","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.99999879258166,"z":"-115\n"}],"uuid":"79c2edb9-386e-de4d-2529-b96e2c08f056","time":1.2916666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":2,"z":"0"}],"uuid":"f26813fd-4d51-2b38-9362-7dd6a90c5c8e","time":0.16666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-1,"z":0}],"uuid":"4a14476e-3a87-9399-7433-71ba342c3fa7","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-1,"z":0}],"uuid":"aa041bd6-eedd-cedc-1e15-af3032cff0cb","time":1.4166666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":2,"z":"0"}],"uuid":"530164e4-7f6f-e1a8-5c89-8add456c773b","time":1.2916666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4667a42e-b309-6a63-69cf-4606631a4f89":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"aa33bd55-e6c1-875a-6ef7-72d08dbe3c4e","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"954ac53c-1b5e-1b20-bffa-962dd8cc6492","time":1.4166666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0\n\n","z":"0"}],"uuid":"31cfdbc1-3975-c4ee-820d-5c3f5fc1873f","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"22d1e4c5-d506-29a0-7c68-b5d322c62690":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0\n","y":"0","z":"0"}],"uuid":"5fcfc295-d3ca-ddbd-b055-9a6b65ea5661","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n","y":"0","z":"0"}],"uuid":"e41a5bc7-f55d-53a3-7ebd-bcb31c34d26d","time":1.4166666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0\n","z":"0"}],"uuid":"083ebb2c-b339-196c-7609-c8576d39927a","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0\n","z":"0"}],"uuid":"85f601b8-b74a-25a0-24b7-9d93f15f26f5","time":1.4166666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"3756301f-dbeb-12ae-9737-ae6c762eb668","name":"followMe","loop":"once","override":false,"length":1.375,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"2bd6a8af-f74d-86fe-2148-58fb6cef8da4":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":5,"y":"0","z":"0"}],"uuid":"894f5af0-f946-de87-b6e8-1c8270360925","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"22517dff-4ad8-8b8f-8623-14c5ef40504b","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0.7340404134620258,"y":24.874691603068186,"z":0.46394336388129886}],"uuid":"062fa17d-5950-c0aa-d8bb-dbcf23c7f2ce","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":"0","z":"0"}],"uuid":"ec196967-79b6-d8a4-663d-dbac44dd6546","time":0.4583333333333333,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-8.373890510081965,"y":24.566127971168825,"z":1.3819256713139838}],"uuid":"5bb6a2ac-e189-d5c2-6c91-c294a32e14c6","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"9887f18d-8d35-6cf1-7e2f-004a182ed804","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0.7340404134620258,"y":24.874691603068186,"z":0.46394336388129886}],"uuid":"a301e9b0-bd77-f7aa-69aa-12b45109bb2e","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":-4}],"uuid":"180f8eb8-273f-4624-1a39-21e39cb10546","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"fd11d9d5-1bf1-e60a-4653-5723e7b64e60","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":2}],"uuid":"0c916541-3713-5808-4dee-68c695ad7570","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":-4}],"uuid":"c7e51fe8-0e6f-3f85-97e8-fa44033304f2","time":0.4583333333333333,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0.71}],"uuid":"e81c5d3d-3b13-755e-0b32-7c36dbe31c3e","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"12d5d418-e4ae-a422-f62a-e40539931954","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":2}],"uuid":"c9639672-905c-99d3-1a7c-77f2c45ba3b3","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f29d6084-1cf7-718f-32dd-cc0d2284c328":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":22.5,"y":"0","z":"0"}],"uuid":"8a1cc288-107c-28ef-bfe2-44d4c242b1ba","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"91c29147-d947-1391-daf3-41b467fffb09","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.139296625613042,"y":40.79237202269042,"z":1.366426829135773}],"uuid":"f9bf8db6-d8aa-11aa-da03-db08fc23a7a6","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":22.5,"y":"0","z":"0"}],"uuid":"2550914c-3009-32cd-fb1f-b23e3d4e8d8e","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.54376576204426,"y":43.2517878454892,"z":0.762357985920171}],"uuid":"a819c8f3-dd9e-089c-c1ed-7fcbe532abbf","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.070845175358954,"y":20.245553693528116,"z":-0.21019016151115277}],"uuid":"3484e322-f2bc-b445-8294-f76df1838869","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"2003c2af-78fc-b15c-e2d0-9a39ec77f25b","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.54376576204426,"y":43.2517878454892,"z":0.762357985920171}],"uuid":"8220dff3-3962-77cd-f652-73d0ceb84317","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0.5\n","z":-4.5}],"uuid":"7699b2ac-ca45-5928-f3bd-0983bd724f18","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"63f37286-d974-f6a5-3597-15cd7f0ee310","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":1,"y":0,"z":2.5}],"uuid":"1603e7f5-3561-4f5e-508c-53c5e275f8c8","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0.5\n","z":-4.5}],"uuid":"925a9a08-a592-3dd0-9e19-ac3c21ad5479","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1,"z":0.5}],"uuid":"f1d60592-b952-4be8-216d-1cf7abf9a44d","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"39ef08f9-0ab3-dd43-e491-250edef9134f","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":1,"y":0,"z":2.5}],"uuid":"eea0aeb1-5b6a-5cf6-978d-fa65399e2fb5","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"5dd35133-3278-b724-dfcc-9c93da6e604f":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"74138584-550c-acf3-7418-f44444a13e97","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":15,"y":"0","z":"0"}],"uuid":"c6d7784c-15bd-6596-c27c-4b7c80804ab4","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":15,"y":"0","z":"0"}],"uuid":"23c920ce-e9f2-3ad7-5769-4d5ddea625f7","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-15.001975664013571,"y":51.05934394980068,"z":-2.1762636138515745}],"uuid":"b3644f7a-5de1-79ff-4e3b-b8e718eaf680","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-15.54376576204426,"y":43.2517878454892,"z":0.762357985920171}],"uuid":"77a62a19-88cd-1843-5e53-40545e247b79","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.070845175358954,"y":20.245553693528116,"z":-0.21019016151115277}],"uuid":"49873638-fe5c-da24-3135-c37865ce9d58","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"83a7c14b-e28e-d108-bd14-eeca060ca57d","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-15.54376576204426,"y":43.2517878454892,"z":0.762357985920171}],"uuid":"9bdb6c46-1df5-0a81-5788-d5d33f2e9e8c","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"41020bdb-9ffa-222f-1fec-5768a68bad7c","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0.5\n","z":-3.5}],"uuid":"ac978271-fa68-2077-7ef7-e237148a253a","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0.5\n","z":-3.5}],"uuid":"6d3d5627-f8d3-a155-a8b3-d94743d40e0b","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":2,"y":0,"z":5.5}],"uuid":"b853c2f1-9021-4616-3536-a827bbdeec7e","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1,"z":0.5}],"uuid":"da777f80-3927-27b7-d843-36045d4b326b","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"02f405d5-4085-ef63-9628-3a364458fe0a","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":2,"y":0,"z":5.5}],"uuid":"1b7ae221-c820-b462-a759-4dda1d4f4ed3","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"34622386-0356-369d-4fc6-64ec81a20fc5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-74.56834248387258,"y":-9.935578431269278,"z":-5.267040957668087}],"uuid":"87bb9ffc-84f7-8f3b-4850-0eafd866272c","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"348ee9c0-cc61-f6c6-510d-6a76ebf3598e","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-120.70533623040757,"y":33.15221974766706,"z":20.488613927605456}],"uuid":"a1be318f-e8cc-95c8-aa31-ad94345c26e2","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"rotation","data_points":[{"x":-74.56834248387258,"y":-9.935578431269278,"z":-5.267040957668087}],"uuid":"182aacfd-bef0-7d17-42b3-e420c38e220b","time":0.4583333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-197.90654906124183,"y":67.58109425245863,"z":-117.15317596551813}],"uuid":"7a23199d-ba66-827e-9140-2a86faae3c52","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"rotation","data_points":[{"x":-197.90654906124183,"y":67.58109425245863,"z":-117.15317596551813}],"uuid":"50022e84-b58a-bd37-43bc-f11afa174d0c","time":0.7916666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"rotation","data_points":[{"x":-214.08915231876986,"y":72.05925312606412,"z":-134.5891257222278}],"uuid":"f80b279e-5624-07c4-8aa9-d023e4a59224","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f72330bc-8125-b922-1fe1-c8d2c4d799f9","time":1.375,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-197.90654906124183,"y":67.58109425245863,"z":-117.15317596551813}],"uuid":"394f8bfd-ad27-5c9a-3e9d-f767aecaf941","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"position","data_points":[{"x":"0","y":"0","z":-3}],"uuid":"886b6b44-033b-74de-3529-66edc7cc7272","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"23444864-78a8-958a-6067-77cce11ed1cd","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":-3}],"uuid":"f2426b22-d9b9-ba85-a955-0bea0920990b","time":0.4583333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":0,"z":0}],"uuid":"2de57f53-4351-a0ff-3c5a-9217ca3bb079","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":1,"z":-3}],"uuid":"cd9cb512-72a4-6c3d-b26a-a731727c42b4","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":0,"z":0}],"uuid":"183731c9-ffd8-9886-1db3-8b88fc1a0a13","time":0.7916666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"4b900c7f-97c2-5d28-4e90-7ca809243ce4","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":0,"z":0}],"uuid":"4c1dabd6-f7fb-6518-83e4-faaea18c9b8e","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4667a42e-b309-6a63-69cf-4606631a4f89":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":21.761514824064307,"y":10.474174376960491,"z":-3.2857771429571585}],"uuid":"d390e3f1-2b0e-a3ed-cb8e-5c0aacd02739","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"395986d6-2c66-e222-2f62-5f04154fe542","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"dbda7c26-906d-1959-db9d-5b02c1f9ea9a","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":21.761514824064307,"y":10.474174376960491,"z":-3.2857771429571585}],"uuid":"b95a2377-5da3-42d5-755f-bef480120ba7","time":1.1666666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"22d1e4c5-d506-29a0-7c68-b5d322c62690":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":-5,"z":0}],"uuid":"46546742-be92-bffb-3a97-b6d067ed66ce","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"ec62f10d-4f32-ac12-8f59-04e59031cc0e","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"4dad5c7d-7819-dd4c-5e44-a73bc7f41f7f","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-5,"z":0}],"uuid":"a8c50d56-c2fb-1689-3284-a0525c74e4ed","time":1.1666666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"fbd9a3e7-65dc-fccd-e4e2-7ab600702bcd","name":"dealRight","loop":"hold","override":false,"length":0.55,"snapping":20,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"2bd6a8af-f74d-86fe-2148-58fb6cef8da4":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-7.5,"y":"0","z":"0"}],"uuid":"3c72a886-4c2a-e905-5530-d3aa5c98fad4","time":0.1,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":7.5,"y":0,"z":0}],"uuid":"703f1341-713f-67d9-3b23-46d139dc59da","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"7aa2341b-9c7e-0186-a795-0eaac28a950d","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-7.5,"y":"0","z":"0"}],"uuid":"9a502b95-0787-1a48-914b-08e4fe934981","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":0,"z":0}],"uuid":"835052ac-656f-3963-9d64-58a5ea839ac6","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":-1}],"uuid":"becc166b-2920-265e-88a6-951d83378642","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f9e3d551-4ec8-b299-1ff0-5c9519646b5a","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"68db605d-5abd-2365-0a55-3d66c1a21944","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"dcbc841c-1a58-2428-1826-cce3653637f2":{"name":"Receptors","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"8f833bbb-0a09-4be6-223a-2e899f1c4e92","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-52.5,"y":"0","z":"0"}],"uuid":"9abe3544-dddd-81f6-9d25-424b3e4b90d4","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-55,"y":"0","z":"0"}],"uuid":"dd756875-4297-bf52-3d52-b67e230ce474","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"80de5d8f-a78f-39c4-1e54-8a9addea9e03","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"2d4eaede-3bc7-27ad-d1b2-47e90d3364d8","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":2,"z":-2}],"uuid":"68ed66ef-a5a8-f8c4-fb36-8832ff527cc3","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"78ff457d-cbee-2d71-37f7-6545d2f3f07a","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f29d6084-1cf7-718f-32dd-cc0d2284c328":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"95cdda79-01ff-2aad-dabd-a89b83f68397","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-5,"y":10,"z":0}],"uuid":"2ef337df-15ab-eed3-7d85-8f8d42249a54","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":10,"z":0}],"uuid":"3b11e418-5cad-ac31-e4a4-d002ce7cc537","time":0.4,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"6c107237-35f7-3523-e2bb-e155a69dbeaf","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"5dd35133-3278-b724-dfcc-9c93da6e604f":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"5e52e66d-5feb-fb2e-aa67-3a10ddf80659","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-137.5,"y":5,"z":0}],"uuid":"9e121c94-2063-85e7-6b30-773a69e56801","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-85,"y":5,"z":0}],"uuid":"bb5b2d4e-66fb-0a51-770f-b6bc8a115f93","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-87.5,"y":5,"z":0}],"uuid":"3dae999a-43fe-9382-c7c0-53430839dc72","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0\n"}],"uuid":"6820db09-9be4-087f-bfa4-3532da4c6787","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"-1"}],"uuid":"c78d170e-7f4b-5bea-73ad-4c8966d475af","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":-4}],"uuid":"ad2326a8-2e86-b0c5-b3da-ea4c029b1fdd","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"34622386-0356-369d-4fc6-64ec81a20fc5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"d45bdbc4-af26-e8fd-6726-023d42e5a373","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"10","y":"2.5","z":0}],"uuid":"bd44afdc-101f-7323-a299-350d16f3b863","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-8.1696","y":"-26.7952","z":"-7.9539"}],"uuid":"e30ac77e-d363-dee4-b446-4d104a00001a","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-8.7838","y":"-16.5381","z":"-9.0205"}],"uuid":"62155a88-167e-0447-6210-d5bb7b2e9b11","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f1dc745c-fdfe-80f4-b43e-2e43acd1d8e7","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"1\n\n"}],"uuid":"c2d07625-17bd-eb4e-8c57-b58a55b986d0","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4667a42e-b309-6a63-69cf-4606631a4f89":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"8e6dc4ca-25bc-a4a7-54b8-bab0a6684841","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-2.5,"y":"0","z":"0"}],"uuid":"aea9cca0-9ee7-13d1-9ecd-9dd69407426e","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":0,"z":0}],"uuid":"07e134c2-4d15-2faa-cc67-6d0662c5d468","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0\n"}],"uuid":"9865f3f8-e1b4-1418-1e9e-7b0124b902d2","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"0.25"}],"uuid":"cfe847fd-5dd6-a1a6-3d79-9b75be45d983","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"22d1e4c5-d506-29a0-7c68-b5d322c62690":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"ac29e13f-3ed2-f8df-6ce0-f951fff65fc6","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-2.5","y":"0","z":"0"}],"uuid":"7e809b28-e0f4-2f06-5e54-30e47f6c20ff","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0\n"}],"uuid":"75f8d5d7-4a8e-3689-0583-22e87a9f401d","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"-0.25"}],"uuid":"636821aa-62a2-f14d-90c6-2610cd167048","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"4fb418ad-8196-9254-6500-ab4b00557579","name":"dealLeft","loop":"hold","override":false,"length":0.55,"snapping":20,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"2bd6a8af-f74d-86fe-2148-58fb6cef8da4":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-7.5,"y":"0","z":"0"}],"uuid":"3c72a886-4c2a-e905-5530-d3aa5c98fad4","time":0.1,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":7.5,"y":0,"z":0}],"uuid":"703f1341-713f-67d9-3b23-46d139dc59da","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"7aa2341b-9c7e-0186-a795-0eaac28a950d","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-7.5,"y":"0","z":"0"}],"uuid":"9a502b95-0787-1a48-914b-08e4fe934981","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":0,"z":0}],"uuid":"835052ac-656f-3963-9d64-58a5ea839ac6","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":-1}],"uuid":"becc166b-2920-265e-88a6-951d83378642","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f9e3d551-4ec8-b299-1ff0-5c9519646b5a","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"68db605d-5abd-2365-0a55-3d66c1a21944","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"dcbc841c-1a58-2428-1826-cce3653637f2":{"name":"Receptors","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"5dd91230-6e63-ac1b-faa5-cb2c04a225b7","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-52.5,"y":"0","z":"0"}],"uuid":"eb7a7354-70bf-1cd2-53fa-80a1d80f4c36","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-55,"y":"0","z":"0"}],"uuid":"c98ca27f-714a-0b4d-3101-87af71f3ddbb","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"0a1f82d3-a319-de35-c7ef-0d9e012b70cd","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"e1c3bd02-d62a-6ec3-0a26-d9866f53d9aa","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":2,"z":-2}],"uuid":"0daccb23-07d2-6664-a57b-92130e0bd643","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"36a1ee20-bec3-378f-b300-22a10488d558","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f29d6084-1cf7-718f-32dd-cc0d2284c328":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"95cdda79-01ff-2aad-dabd-a89b83f68397","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-5,"y":10,"z":0}],"uuid":"2ef337df-15ab-eed3-7d85-8f8d42249a54","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":10,"z":0}],"uuid":"3b11e418-5cad-ac31-e4a4-d002ce7cc537","time":0.4,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"6c107237-35f7-3523-e2bb-e155a69dbeaf","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"5dd35133-3278-b724-dfcc-9c93da6e604f":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"a7ba21ba-a99b-91b9-bb62-a64157d9365c","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"10","y":"2.5","z":0}],"uuid":"10ce9bd6-77d1-30b3-e1e5-ccbdbb40b122","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":8.16961621259361,"y":26.795156291967487,"z":7.953870623042803}],"uuid":"243ba430-2cfa-7f3d-bc4a-7c5ca21f3cb7","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":8.783762324260806,"y":16.538075814467447,"z":9.020478530827404}],"uuid":"a4e8ea03-2520-3c60-a74b-59a28129411d","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"dc00bbd3-077f-3f09-f411-75e09fa99120","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"1\n\n"}],"uuid":"341b76e8-1a52-19de-e3cb-7c02f7bc2cda","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"34622386-0356-369d-4fc6-64ec81a20fc5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"d5d67590-768a-dd86-6c10-0203ac1656bc","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-137.5,"y":5,"z":0}],"uuid":"ae2d0af4-1fdd-e8ad-f0b8-b62ee1e7d37b","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-85,"y":5,"z":0}],"uuid":"eae7caeb-7390-ea44-42c2-152912e10e31","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-87.5,"y":5,"z":0}],"uuid":"373e7bb4-c4f2-95cc-b180-9630f6a7167a","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0\n"}],"uuid":"a0eeeed5-c5c4-03dd-9a8c-4a5299cb9f5d","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"-1"}],"uuid":"7de55d71-ccae-0f82-5e80-0781c4441483","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":-4}],"uuid":"6acaa103-84da-6274-72b3-e3f424df45c6","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4667a42e-b309-6a63-69cf-4606631a4f89":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"8e6dc4ca-25bc-a4a7-54b8-bab0a6684841","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-2.5,"y":"0","z":"0"}],"uuid":"aea9cca0-9ee7-13d1-9ecd-9dd69407426e","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":0,"z":0}],"uuid":"07e134c2-4d15-2faa-cc67-6d0662c5d468","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0\n"}],"uuid":"9865f3f8-e1b4-1418-1e9e-7b0124b902d2","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"0.25"}],"uuid":"cfe847fd-5dd6-a1a6-3d79-9b75be45d983","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"22d1e4c5-d506-29a0-7c68-b5d322c62690":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"ac29e13f-3ed2-f8df-6ce0-f951fff65fc6","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-2.5","y":"0","z":"0"}],"uuid":"7e809b28-e0f4-2f06-5e54-30e47f6c20ff","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0\n"}],"uuid":"75f8d5d7-4a8e-3689-0583-22e87a9f401d","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"-0.25"}],"uuid":"636821aa-62a2-f14d-90c6-2610cd167048","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"a02ab3a2-b2f4-3e89-8d43-d6187ee2ed7f","name":"tilt","loop":"hold","override":false,"length":0.25,"snapping":20,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","markers":[{"color":0,"time":0},{"color":0,"time":1.25}],"animators":{"2bd6a8af-f74d-86fe-2148-58fb6cef8da4":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":-17.5}],"uuid":"0d6f15c7-dc9b-3068-4a75-b59f548e234b","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"cbe32cc8-8336-7d38-677f-abfc710517fc","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"dcbc841c-1a58-2428-1826-cce3653637f2":{"name":"Receptors","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-22.5,"y":"0","z":"0"}],"uuid":"c6e14469-6c9f-8376-bda9-e04c570725d1","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"672b5a05-aada-24f2-beca-32cc3757b9f4","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"c7dce8b4-75b0-fc6a-4104-ebeec50de0f0","name":"sitting","loop":"loop","override":true,"length":2.5,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"2bd6a8af-f74d-86fe-2148-58fb6cef8da4":{"name":"Head","type":"bone","keyframes":[{"channel":"position","data_points":[{"x":"0","y":-11,"z":"0"}],"uuid":"0fe48389-0c34-1b2a-7ae9-b545c43d707b","time":2.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f29d6084-1cf7-718f-32dd-cc0d2284c328":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"591091bb-c920-4c96-604c-4bbf0e536c74","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"75eb5b1d-9da7-ffdd-c5c4-0373d97a24dd","time":2.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-11,"z":"0"}],"uuid":"51355bf2-19af-4031-05ef-0158d20c6f8d","time":2.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"5dd35133-3278-b724-dfcc-9c93da6e604f":{"name":"RightArm","type":"bone","keyframes":[{"channel":"position","data_points":[{"x":"0","y":-11,"z":"0"}],"uuid":"61c3acaa-3989-4369-1394-4d0249e7d0ca","time":2.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-11,"z":"0"}],"uuid":"b7065684-b32f-c506-f53d-5f05b8b33398","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"34622386-0356-369d-4fc6-64ec81a20fc5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"position","data_points":[{"x":"0","y":-11,"z":"0"}],"uuid":"518ba7b7-e60b-2518-e3cd-8b341090772e","time":2.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-11,"z":"0"}],"uuid":"8d68ff2c-99e1-d188-ddd6-cd8245161678","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4667a42e-b309-6a63-69cf-4606631a4f89":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-84.93602897198525,"y":7.435472226131878,"z":0.9844794635018843}],"uuid":"be35acbb-afd7-8c0f-e2a2-a501e1f9e97b","time":1.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-82.41547415817331,"y":7.385417875791973,"z":1.3096230881060364}],"uuid":"bb69ff03-aa99-0995-b141-51c4c059300b","time":2.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-82.41547415817331,"y":7.385417875791973,"z":1.3096230881060364}],"uuid":"0edf8696-e877-65d2-49a2-07e6984985b5","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-10,"z":"0"}],"uuid":"0ddfb4e8-35d3-0e9a-298e-abbbdefad8a3","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-10,"z":"0"}],"uuid":"c673235a-fd8c-c797-7af0-16533d453cab","time":2.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"22d1e4c5-d506-29a0-7c68-b5d322c62690":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-82.38564774959059,"y":-9.913580674589866,"z":-1.3184461832734087}],"uuid":"443aa19e-1d8e-c778-d939-0f4190baa682","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.35870061546893,"y":-9.857233612339314,"z":-1.6882679424047637}],"uuid":"2614ab6c-d2de-009f-fce2-cec3428848a6","time":1.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-82.38564774959059,"y":-9.913580674589866,"z":-1.3184461832734087}],"uuid":"b9a51525-ee17-67b2-65f7-f2557fed0c91","time":2.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-10,"z":"0"}],"uuid":"b2d775b0-6ef2-bd06-498c-1703604f9073","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-10,"z":"0"}],"uuid":"03246311-130b-cac6-49f0-9430be427ee1","time":2.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}}]} \ No newline at end of file diff --git a/3d_models/figura-old/Gakvu/script.lua b/3d_models/figura-old/Gakvu/script.lua new file mode 100644 index 0000000..e64ad62 --- /dev/null +++ b/3d_models/figura-old/Gakvu/script.lua @@ -0,0 +1,14 @@ +-- Autogenerated Essential => Figura script +require("GSAnimBlend") +vanilla_model.PLAYER:setVisible(false) +vanilla_model.ARMOR:setVisible(false) +models.player_model:setVisible(true) +vanilla_model.HELD_ITEMS:setVisible(true) +vanilla_model.ELYTRA:setVisible(true) +BlendTime = 2 +animations.player_model.followMe:setBlendTime(BlendTime) +animations.player_model.wave:setBlendTime(BlendTime) +animations.player_model.sitting:setBlendTime(BlendTime) +animations.player_model.yes:setBlendTime(BlendTime) +animations.player_model.no:setBlendTime(BlendTime) +animations.player_model.noNoNo:setBlendTime(BlendTime) diff --git a/3d_models/figura-old/Paper Mario/EZAnims.lua b/3d_models/figura-old/Paper Mario/EZAnims.lua new file mode 100644 index 0000000..3f47a9f --- /dev/null +++ b/3d_models/figura-old/Paper Mario/EZAnims.lua @@ -0,0 +1,700 @@ +-- V1.14 for 0.1.0 and above +-- Made by JimmyHelp +-- Contains Manuel's runLater + +local anims = {} + +local controller = {} +local controllerMT = {__index = controller} + +local objects = {} + +local exList = { + "idling", + "walking", + "walkingback", + "jumpingup", + "jumpingdown", + "falling", + "sprinting", + "sprintjumpup", + "sprintjumpdown", + "crouching", + "crouchwalk", + "crouchwalkback", + "crouchjumpup", + "crouchjumpdown", + "elytra", + "elytradown", + "trident", + "sleeping", + "swimming", + "sitting", + "sitmove", + "sitmoveback", + "sitjumpup", + "sitjumpdown", + "sitpass", + "crawling", + "crawlstill", + "flying", + "flywalk", + "flywalkback", + "flysprint", + "flyup", + "flydown", + "climbing", + "climbstill", + "climbdown", + "climbcrouch", + "climbcrouchwalking", + "water", + "waterwalk", + "waterwalkback", + "waterup", + "waterdown", + "watercrouch", + "watercrouchwalk", + "watercrouchwalkback", + "watercrouchup", + "watercrouchdown", + "hurt", + "death" +} + +local incList = { + "attackR", + "attackL", + "mineR", + "mineL", + "holdR", + "holdL", + "eatR", + "eatL", + "drinkR", + "drinkL", + "blockR", + "blockL", + "bowR", + "bowL", + "loadR", + "loadL", + "crossR", + "crossL", + "spearR", + "spearL", + "spyglassR", + "spyglassL", + "hornR", + "hornL", + "brushR", + "brushL", +} + +--[[local oldList = {} -- simply make the list again + +for key, _ in pairs(aList) do + oldList[key] = {active = false} +end]] + +local GSAnimBlend +for _, key in ipairs(listFiles(nil,true)) do + if key:find("GSAnimBlend$") then + GSAnimBlend = require(key) + break + end +end +if GSAnimBlend then GSAnimBlend.safe = false end + +local function setBlendTime(ex,inc,o) + for _,list in pairs(o.aList) do + for _,value in pairs(list.list) do + value:setBlendTime(list.type == "excluAnims" and ex or inc) + end + end +end + +---@param ex? number +---@param inc? number +function controller:setBlendTimes(ex,inc) + if not GSAnimBlend then error("GSAnimBlend was not found in the avatar, and this function is for interacting with GSAnimBlend.",2) end + if type(ex) ~= "number" and ex ~= nil then + error("The first arg is a non-number value ("..type(ex).."), must be a number or nil.",2) + end + if type(inc) ~= "number" and inc ~= nil then + error("The second arg is a non-number value ("..type(inc).."), must be a number or nil.",2) + end + if ex == nil then + ex = 0 + end + if inc == nil then + inc = ex + end + setBlendTime(ex,inc,self) + return self +end + +local flyinit +local function addAnims(bb,o) + local listy = o.aList + for _,anim in pairs(bb) do + for name,animation in pairs(anim) do + if name:find("fly") then flyinit = true end + for key, _ in pairs(o.aList) do + if name:find(key.."$") then + listy[key].list[#listy[key].list+1] = animation + break + end + end + end + end + + if GSAnimBlend then setBlendTime(4,4,o) end +end + +---@param anim table +---@param ifFly? boolean +function controller:setAnims(anim,ifFly) + flyinit = ifFly + for key, value in pairs(anim) do + self.aList[key].list = value + end + if GSAnimBlend then setBlendTime(4,4,self) end + return self +end + +---- Run Later by manuel_2867 ---- +local tmrs={} +local t=0 +---Schedules a function to run after a certain amount of ticks +---@param ticks number|function Amount of ticks to wait, or a predicate function to check each tick until it returns true +---@param next function Function to run after amount of ticks, or after the predicate function returned true +local function wait(ticks,next) + local x=type(ticks)=="number" + table.insert(tmrs,{t=x and t+ticks,p=x and function()end or ticks,n=next}) +end +function events.TICK() + t=t+1 + for key,timer in pairs(tmrs) do + if timer.p()or(timer.t and t >= timer.t)then + timer.n() + tmrs[key]=nil + end + end +end + +local fallVel = -0.6 +---@param vel? number +function anims:setFallVel(vel) + if type(vel) ~= "number" and vel ~= nil then + error("Tried to set the velocity to a non-number value ("..type(vel)..").") + end + fallVel = vel or -0.6 + return self +end + +local oneJump = false +---@param state? boolean +function anims:setOneJump(state) + oneJump = state or false + return self +end + +local auto = true +function anims:disableAutoSearch() + auto = false + return self +end + +local function getPlay(anim) + local exists, hold = pcall(anim.isHolding,anim) + return anim:isPlaying() or (exists and hold) +end + +local function getOverriders(type,o) + return o.overrideStates[type] or o.overrideStates.allAnims +end + +local function addOverriders(self,type,...) + for _, value in pairs({...}) do + if #self.overriders[type] == 64 then + error("The max amount of overriding animations for "..type.." (64) was reached. Do not put the code for adding overriding animations in a function, it will infinitely add animations.",3) + end + self.overriders[type][#self.overriders[type]+1] = value + end +end + +---@param state? boolean +function controller:setAllOff(state) + self.setOverrides.allAnims = state + return self +end + +---@param state? boolean +function controller:setExcluOff(state) + self.setOverrides.excluAnims = state + return self +end + +---@param state? boolean +function controller:setIncluOff(state) + self.setOverrides.incluAnims = state + return self +end + +---@param ... Animation +function controller:addExcluOverrider(...) + addOverriders(self,"excluAnims",...) + return self +end + +---@param ... Animation +function controller:addIncluOverrider(...) + addOverriders(self,"incluAnims",...) + return self +end + +---@param ... Animation +function controller:addAllOverrider(...) + addOverriders(self,"allAnims",...) + return self +end + +---@param exState? string +---@param inState? string +function controller:setState(exState,inState) + if type(exState) ~= "string" and exState ~= nil then + error("The first arg is a non-string value ("..type(exState).."), must be a string or nil.",2) + end + if type(inState) ~= "string" and inState ~= nil then + error("The second arg is a non-string value ("..type(inState).."), must be a string or nil.",2) + end + self.toggleState = {excluAnims = exState or "",incluAnims = inState or exState or ""} + return self +end + +function controller:getState() + return self.toggleState +end + +local function getStates(type,o) + return o.toggleState[type] +end + +---@param spec? string +function controller:getAnimationStates(spec) + if type(spec) ~= "string" and spec ~= nil then + error("The animation state is a non-string value ("..type(spec).."), must be a string or nil.",2) + end + local states = {} + for k,v in pairs(self.aList) do + states[k] = v.active + end + if spec then return self.aList[spec].active else return states end +end + +local function setAnimation(anim,override,state,o) + local saved = o.aList[anim] + local exists = true + for _,value in pairs(saved.list) do + if value:getName() == state..anim then + if not saved.active and saved.stop then break end + value:setPlaying(saved.active and not override) + if saved.active and saved.stop and not override then + value:stop():play() + end + exists = false + else + if not saved.active and saved.stop then break end + value:stop() + end + end + for _,value in pairs(saved.list) do + if exists and value:getName() == anim then + if not saved.active and saved.stop then break end + if saved.active and saved.stop and not override then + value:stop():play() + break + end + value:setPlaying(saved.active and not override) + end + end +end + +local flying +function pings.EZAnims_cFly(x) + flying = x +end + +local diff = false +local rightResult, leftResult, targetEntity, rightMine, leftMine, rightAttack, leftAttack, oldhitBlock, targetBlock, blockSuccess, blockResult, hitBlock +local yvel, grounded, oldgrounded, hasJumped, cFlying, oldcFlying +local cooldown = false +local updateTimer = 0 +local toggleDiff +local function getInfo() + if host:isHost() then + if flyinit then + cFlying = host:isFlying() + if cFlying ~= oldcFlying then + pings.EZAnims_cFly(cFlying) + end + oldcFlying = cFlying + + updateTimer = updateTimer + 1 + if updateTimer % 200 == 0 then + pings.EZAnims_cFly(cFlying) + end + end + end + + local pose = player:getPose() + local velocity = player:getVelocity() + local moving = velocity.xz:length() > 0.01 + local sprinty = player:isSprinting() + local vehicle = player:getVehicle() + local sitting = vehicle ~= nil or pose == "SITTING" -- if you're reading this code and see this, "SITTING" isn't a vanilla pose, this is for mods + local passenger = vehicle and vehicle:getControllingPassenger() ~= player + local creativeFlying = (flying or false) and not sitting + local standing = pose == "STANDING" + local crouching = pose == "CROUCHING" and not creativeFlying + local gliding = pose == "FALL_FLYING" + local spin = pose == "SPIN_ATTACK" + local sleeping = pose == "SLEEPING" + local swimming = pose == "SWIMMING" + local inWater = player:isUnderwater() and not sitting + local inLiquid = player:isInWater() or player:isInLava() + local liquidSwim = swimming and inLiquid + local crawling = swimming and not inLiquid + + -- hasJumped stuff + + yvel = velocity.y + local hover = yvel < .01 and yvel > -.01 + local goingUp = yvel > .01 + local goingDown = yvel < -.01 + local falling = yvel < fallVel + local playerGround = world.getBlockState(player:getPos():add(0,-.1,0)) + local vehicleGround = sitting and world.getBlockState(vehicle:getPos():add(0,-.1,0)) + oldgrounded = grounded + grounded = playerGround:isSolidBlock() or player:isOnGround() or (sitting and vehicleGround:isSolidBlock() or sitting and vehicle:isOnGround()) + + local pv = velocity:mul(1, 0, 1):normalize() + local pl = models:partToWorldMatrix():applyDir(0,0,-1):mul(1, 0, 1):normalize() + local fwd = pv:dot(pl) + local backwards = fwd < -.8 + --local sideways = pv:cross(pl) + --local right = sideways.y > .6 + --local left = sideways.y < -.6 + + -- canJump stuff + local webbed = world.getBlockState(player:getPos()).id == "minecraft:cobweb" + local ladder = player:isClimbing() and not grounded and not flying + + local canJump = not (inLiquid or webbed or grounded) + + local hp = player:getHealth() + player:getAbsorptionAmount() + + if oldgrounded ~= grounded and not grounded and yvel > 0 then + cooldown = true + wait(10,function() cooldown = false end) + end + + if (oldgrounded ~= grounded and not grounded and yvel > 0) and canJump then hasJumped = true end + if (grounded and (yvel <= 0 and yvel > -0.1)) or (gliding or inLiquid) then hasJumped = false end + + local neverJump = not (gliding or spin or sleeping or swimming or ladder) + local jumpingUp = hasJumped and goingUp and neverJump + local jumpingDown = hasJumped and goingDown and not falling and neverJump or (cooldown and not jumpingUp) + local isJumping = jumpingUp or jumpingDown or falling + local sprinting = sprinty and standing and not inLiquid and not sitting + local walking = moving and not sprinting and not isJumping and not sitting + local forward = walking and not backwards + local backward = walking and backwards + + local handedness = player:isLeftHanded() + local rightItem = player:getHeldItem(handedness) + local leftItem = player:getHeldItem(not handedness) + local rightActive = handedness and "OFF_HAND" or "MAIN_HAND" + local leftActive = not handedness and "OFF_HAND" or "MAIN_HAND" + local activeness = player:getActiveHand() + local using = player:isUsingItem() + local rightSuccess = pcall(rightItem.getUseAction,rightItem) + if rightSuccess then rightResult = rightItem:getUseAction() else rightResult = "NONE" end + local usingR = using and activeness == rightActive and rightResult + local leftSuccess = pcall(leftItem.getUseAction,leftItem) + if leftSuccess then leftResult = leftItem:getUseAction() else leftResult = "NONE" end + local usingL = using and activeness == leftActive and leftResult + local swing = player:getSwingTime() + local arm = swing == 1 and not sleeping and player:getSwingArm() + local rTag= rightItem.tag + local lTag = leftItem.tag + local crossR = rTag and (rTag["Charged"] == 1 or (rTag["ChargedProjectiles"] and next(rTag["ChargedProjectiles"])~= nil)) or false + local crossL = lTag and (lTag["Charged"] == 1 or (lTag["ChargedProjectiles"] and next(lTag["ChargedProjectiles"])~= nil)) or false + local exclude = not (crossR or crossL or using) + local game = player:getGamemode() + local reach = game and 6 or 3 + + if swing == 1 then + targetEntity = type(player:getTargetedEntity(reach)) == "PlayerAPI" or type(player:getTargetedEntity(reach)) == "LivingEntityAPI" + rightMine = oldhitBlock and not targetEntity + leftMine = oldhitBlock and not targetEntity + rightAttack = (not oldhitBlock or targetEntity) + leftAttack = (not oldhitBlock or targetEntity) + end + + for _,o in pairs(objects) do + + o.diff = false + for types, tabs in pairs(o.overriders) do + o.overrideStates[types] = o.setOverrides[types] or false + for _, value in pairs(tabs) do + if getPlay(value) then + o.overrideStates[types] = true + break + end + end + if o.oldoverStates[types] ~= o.overrideStates[types] then + o.diff = true + end + o.oldoverStates[types] = o.overrideStates[types] + end + + local ob = o.aList + + ob.flywalkback.active = creativeFlying and backward and (not (goingDown or goingUp)) + ob.flysprint.active = creativeFlying and sprinting and not isJumping and (not (goingDown or goingUp)) + ob.flyup.active = creativeFlying and goingUp + ob.flydown.active = creativeFlying and goingDown + ob.flywalk.active = creativeFlying and forward and (not (goingDown or goingUp)) and not sleeping or (ob.flysprint.active and next(ob.flysprint.list)==nil) or (ob.flywalkback.active and next(ob.flywalkback.list)==nil) + or (ob.flyup.active and next(ob.flyup.list)==nil) or (ob.flydown.active and next(ob.flydown.list)==nil) + ob.flying.active = creativeFlying and not sprinting and not moving and standing and not isJumping and (not (goingDown or goingUp)) and not sleeping or (ob.flywalk.active and next(ob.flywalk.list)==nil) + + ob.watercrouchwalkback.active = inWater and crouching and backward and not goingDown + ob.watercrouchwalk.active = inWater and crouching and forward and not (goingDown or goingUp) or (ob.watercrouchwalkback.active and next(ob.watercrouchwalkback.list)==nil) + ob.watercrouchup.active = inWater and crouching and goingUp + ob.watercrouchdown.active = inWater and crouching and goingDown or (ob.watercrouchup.active and next(ob.watercrouchup.list)==nil) + ob.watercrouch.active = inWater and crouching and not moving and not (goingDown or goingUp) or (ob.watercrouchdown.active and next(ob.watercrouchdown.list)==nil) or (ob.watercrouchwalk.active and next(ob.watercrouchwalk.list)==nil) + + ob.waterdown.active = inWater and goingDown and not falling and standing and not creativeFlying + ob.waterup.active = inWater and goingUp and standing and not creativeFlying + ob.waterwalkback.active = inWater and backward and hover and standing and not creativeFlying + ob.waterwalk.active = inWater and forward and hover and standing and not creativeFlying or (ob.waterwalkback.active and next(ob.waterwalkback.list)==nil) or (ob.waterdown.active and next(ob.waterdown.list)==nil) + or (ob.waterup.active and next(ob.waterup.list)==nil) + ob.water.active = inWater and not moving and standing and hover and not creativeFlying or (ob.waterwalk.active and next(ob.waterwalk.list)==nil) + + + + ob.crawlstill.active = crawling and not moving + ob.crawling.active = crawling and moving or (ob.crawlstill.active and next(ob.crawlstill.list)==nil) + + ob.swimming.active = liquidSwim or (ob.crawling.active and next(ob.crawling.list)==nil) + + ob.elytradown.active = gliding and goingDown + ob.elytra.active = gliding and not goingDown or (ob.elytradown.active and next(ob.elytradown.list)==nil) + + ob.sitpass.active = passenger and standing or false + ob.sitjumpdown.active = sitting and not passenger and standing and (jumpingDown or falling) + ob.sitjumpup.active = sitting and not passenger and jumpingUp and standing or (ob.sitjumpdown.active and next(ob.sitjumpdown.list)==nil) + ob.sitmoveback.active = sitting and not passenger and not isJumping and backwards and standing + ob.sitmove.active = velocity:length() > 0 and not passenger and not backwards and standing and sitting and not isJumping or (ob.sitmoveback.active and next(ob.sitmoveback.list)==nil) or (ob.sitjumpup.active and next(ob.sitjumpup.list)==nil) + ob.sitting.active = sitting and not passenger and velocity:length() == 0 and not isJumping and standing or (ob.sitmove.active and next(ob.sitmove.list)==nil) or (ob.sitpass.active and next(ob.sitpass.list)==nil) or false + + ob.trident.active = spin + ob.sleeping.active = sleeping + + ob.climbcrouchwalking.active = ladder and crouching and not inWater and (moving or yvel ~= 0) + ob.climbcrouch.active = ladder and crouching and hover and not moving or (ob.climbcrouchwalking.active and next(ob.climbcrouchwalking.list)==nil) + ob.climbdown.active = ladder and goingDown and not crouching + ob.climbstill.active = ladder and not crouching and hover + ob.climbing.active = ladder and goingUp and not crouching or (ob.climbdown.active and next(ob.climbdown.list)==nil) or (ob.climbstill.active and next(ob.climbstill.list)==nil) + + ob.crouchjumpdown.active = crouching and jumpingDown and not inWater and not ladder + ob.crouchjumpup.active = crouching and jumpingUp and not inWater and not ladder or (not oneJump and (ob.crouchjumpdown.active and next(ob.crouchjumpdown.list)==nil)) + ob.crouchwalkback.active = backward and crouching and not inWater and not ladder or (ob.watercrouchwalkback.active and next(ob.watercrouchwalkback.list)==nil and next(ob.watercrouchwalk.list)==nil and next(ob.watercrouch.list)==nil) + ob.crouchwalk.active = forward and crouching and not (jumpingDown or jumpingUp) and not inWater and not ladder or (ob.crouchwalkback.active and next(ob.crouchwalkback.list)==nil) or (not oneJump and (ob.crouchjumpup.active and next(ob.crouchjumpup.list)==nil)) or ((ob.watercrouchwalk.active and not ob.watercrouchwalkback.active) and next(ob.watercrouchwalk.list)==nil and next(ob.watercrouch.list)==nil) + ob.crouching.active = crouching and not walking and not inWater and not isJumping and not ladder and not cooldown or (ob.crouchwalk.active and next(ob.crouchwalk.list)==nil) or (ob.climbcrouch.active and next(ob.climbcrouch.list)==nil) or ((ob.watercrouch.active and not ob.watercrouchwalk.active) and next(ob.watercrouch.list)==nil) + + ob.falling.active = falling and not gliding and not creativeFlying and not sitting + + ob.sprintjumpdown.active = jumpingDown and sprinting and not creativeFlying and not ladder or false + ob.sprintjumpup.active = jumpingUp and sprinting and not creativeFlying and not ladder or (not oneJump and (ob.sprintjumpdown.active and next(ob.sprintjumpdown.list)==nil)) or false + ob.jumpingdown.active = jumpingDown and not ladder and not sprinting and not crouching and not sitting and not sleeping and not gliding and not creativeFlying and not spin and not inWater or (ob.falling.active and next(ob.falling.list)==nil) or (oneJump and (ob.sprintjumpdown.active and next(ob.sprintjumpdown.list)==nil)) or (oneJump and (ob.crouchjumpdown.active and next(ob.crouchjumpdown.list)==nil)) + ob.jumpingup.active = jumpingUp and not ladder and not sprinting and not crouching and not sitting and not creativeFlying and not inWater or (ob.jumpingdown.active and next(ob.jumpingdown.list)==nil) or (ob.trident.active and next(ob.trident.list)==nil) or (oneJump and (ob.sprintjumpup.active and next(ob.sprintjumpup.list)==nil)) or (oneJump and (ob.crouchjumpup.active and next(ob.crouchjumpup.list)==nil)) + + ob.sprinting.active = sprinting and not isJumping and not creativeFlying and not ladder and not cooldown and not inWater or (not oneJump and (ob.sprintjumpup.active and next(ob.sprintjumpup.list)==nil)) or false + ob.walkingback.active = backward and standing and not creativeFlying and not ladder and not inWater or (ob.flywalkback.active and next(ob.flywalkback.list)==nil and next(ob.flywalk.list)==nil and next(ob.flying.list)==nil) + ob.walking.active = forward and standing and not creativeFlying and not ladder and not cooldown and not inWater or (ob.walkingback.active and next(ob.walkingback.list)==nil) or (ob.sprinting.active and next(ob.sprinting.list)==nil) or (ob.climbing.active and next(ob.climbing.list)==nil) + or (ob.swimming.active and next(ob.swimming.list)==nil) or (ob.elytra.active and next(ob.elytra.list)==nil) or (ob.jumpingup.active and next(ob.jumpingup.list)==nil) or (ob.waterwalk.active and (next(ob.waterwalk.list)==nil and next(ob.water.list)==nil)) or ((ob.flywalk.active and not ob.flywalkback.active) and next(ob.flywalk.list)==nil and next(ob.flying.list)==nil) + or (ob.crouchwalk.active and (next(ob.crouchwalk)==nil or next(ob.crouching.list)==nil)) + ob.idling.active = not moving and not sprinting and standing and not isJumping and not sitting and not inWater and not creativeFlying and not ladder or (ob.sleeping.active and next(ob.sleeping.list)==nil) or (ob.sitting.active and next(ob.sitting.list)==nil) + or ((ob.water.active and not ob.waterwalk.active) and next(ob.water.list)==nil) or ((ob.flying.active and not ob.flywalk.active) and next(ob.flying.list)==nil) or ((ob.crouching.active and not ob.crouchwalk.active) and next(ob.crouching.list)==nil) + + ob.death.active = hp <= 0 + ob.hurt.active = player:getNbt().HurtTime > 0 and hp > 0 + + ob.attackR.active = arm == rightActive and rightAttack + ob.attackL.active = arm == leftActive and leftAttack + ob.mineR.active = arm == rightActive and rightMine + ob.mineL.active = arm == leftActive and leftMine + ob.holdR.active = rightItem.id~="minecraft:air" and exclude + ob.holdL.active = leftItem.id~="minecraft:air" and exclude + ob.eatR.active = usingR == "EAT" + ob.eatL.active = usingL == "EAT" + ob.drinkR.active = usingR == "DRINK" + ob.drinkL.active = usingL == "DRINK" + ob.blockR.active = usingR == "BLOCK" + ob.blockL.active = usingL == "BLOCK" + ob.bowR.active = usingR == "BOW" + ob.bowL.active = usingL == "BOW" + ob.loadR.active = usingR == "CROSSBOW" + ob.loadL.active = usingL == "CROSSBOW" + ob.crossR.active = crossR + ob.crossL.active = crossL + ob.spearR.active = usingR == "SPEAR" + ob.spearL.active = usingL == "SPEAR" + ob.spyglassR.active = usingR == "SPYGLASS" + ob.spyglassL.active = usingL == "SPYGLASS" + ob.hornR.active = usingR == "TOOT_HORN" + ob.hornL.active = usingL == "TOOT_HORN" + ob.brushR.active = usingR == "BRUSH" + ob.brushL.active = usingL == "BRUSH" + + for key,value in pairs(o.aList) do + if (value.active ~= o.oldList[key].active) then + setAnimation(key,getOverriders(value.type,o),getStates(value.type,o),o) + end + if (o.toggleDiff or o.diff) and value.active then + setAnimation(key,getOverriders(value.type,o),getStates(value.type,o),o) + end + o.oldList[key].active = value.active + end + + o.toggleDiff = false + for key,_ in pairs(o.toggleState) do + if o.oldToggle[key] ~= o.toggleState[key] then + o.toggleDiff = true + end + o.oldToggle[key] = o.toggleState[key] + end + end + oldhitBlock = hitBlock + targetBlock = player:getTargetedBlock(true, game and 5 or 4.5) + blockSuccess, blockResult = pcall(targetBlock.getTextures, targetBlock) + if blockSuccess then hitBlock = not (next(blockResult) == nil) else hitBlock = true end +end + +function events.tick() + getInfo() +end + +local function getBBModels() + local bbmodels = {} + for _,layer in pairs(models:getChildren()) do + local name = layer:getName() + if animations[name] then + bbmodels[name] = animations[name] + else + for _,layer2 in pairs(layer:getChildren()) do + local name2 = name.."."..layer2:getName() + bbmodels[name2] = animations[name2] + end + end + end + + if next(bbmodels) == nil then + error("No blockbench models containing animations were found.") + end + + local aList = {} + local oldList = {} + for _, value in pairs(exList) do + aList[value] = {active = false,list = {},type = "excluAnims"} + oldList[value] = {active = false} + end + + for _, value in pairs(incList) do + aList[value] = {active = false,list = {},type = "incluAnims"} + oldList[value] = {active = false} + end + + aList.attackR.stop = true + aList.attackL.stop = true + aList.mineR.stop = true + aList.mineL.stop = true + aList.hurt.stop = true + + local o = setmetatable( + { + bbmodels=bbmodels, + aList=aList, + oldList=oldList, + toggleState = {excluAnims="",incluAnims=""}, + oldToggle = {excluAnims="",incluAnims=""}, + toggleDiff = toggleDiff, + overriders = {excluAnims = {},incluAnims = {}, allAnims = {}}, + overrideStates = {excluAnims = false,incluAnims = false, allAnims = false}, + oldoverStates = {excluAnims = false,incluAnims = false, allAnims = false}, + setOverrides = {excluAnims = false,incluAnims = false, allAnims = false}, + diff = diff + }, + controllerMT) + objects[1] = o + addAnims(bbmodels,o) +end + +function events.entity_init() + if #objects == 0 then getBBModels() end +end + +local firstRun = true +---@param ... table +function anims:addBBModel(...) + local bbmodels = {...} + if next(bbmodels) == nil then + error("The blockbench model provided couldn't be found because it has no animations, or because of a typo or some other mistake.",2) + end + + local aList = {} + local oldList = {} + for _, value in pairs(exList) do + aList[value] = {active = false,list = {},type = "excluAnims"} + oldList[value] = {active = false} + end + + for _, value in pairs(incList) do + aList[value] = {active = false,list = {},type = "incluAnims"} + oldList[value] = {active = false} + end + + aList.attackR.stop = true + aList.attackL.stop = true + aList.mineR.stop = true + aList.mineL.stop = true + aList.hurt.stop = true + + local o = setmetatable( + { + bbmodels=bbmodels, + aList=aList, + oldList=oldList, + toggleState = {excluAnims="",incluAnims=""}, + oldToggle = {excluAnims="",incluAnims=""}, + toggleDiff = toggleDiff, + overriders = {excluAnims = {},incluAnims = {}, allAnims = {}}, + overrideStates = {excluAnims = false,incluAnims = false, allAnims = false}, + oldoverStates = {excluAnims = false,incluAnims = false, allAnims = false}, + setOverrides = {excluAnims = false,incluAnims = false, allAnims = false}, + diff = diff + }, + controllerMT) + objects[#objects+1] = o + if #objects == 16 then + error("The max amount of blockbench models (16) was reached. Do not put the code for adding blockbench models in a function, it will infinitely add blockbench models.",3) + end + if auto then addAnims(bbmodels,o) end + return o +end + +anims.controller = controller +return anims diff --git a/3d_models/figura-old/Paper Mario/actionwheel.lua b/3d_models/figura-old/Paper Mario/actionwheel.lua new file mode 100644 index 0000000..70ece83 --- /dev/null +++ b/3d_models/figura-old/Paper Mario/actionwheel.lua @@ -0,0 +1,38 @@ +--EMOTES-- + +local mainPage = action_wheel:newPage() +action_wheel:setPage(mainPage) + +function pings.Victory() + animations.model.win:play() +end + +function pings.Sitting(state) + animations.model.sit_emote:setPlaying(state) +end +-- + +mainPage:newAction() + :title("Wave") + :item("minecraft:lantern") + :hoverColor(1,1,0) + :onLeftClick(pings.Wave) + +mainPage:newAction() + :title("Wave") + :item("minecraft:lantern") + :hoverColor(1,1,0) + :onLeftClick(pings.Victory) + + + + +local lastItem = "minecraft:air" +function events.tick() + + if player:getHeldItem().id ~= lastItem then + --do stuff + lastItem = player:getHeldItem().id + animations.model.item:play() + end +end \ No newline at end of file diff --git a/3d_models/figura-old/Paper Mario/avatar.json b/3d_models/figura-old/Paper Mario/avatar.json new file mode 100644 index 0000000..08db279 --- /dev/null +++ b/3d_models/figura-old/Paper Mario/avatar.json @@ -0,0 +1,8 @@ +{ + "name": "Paper Mario (Modern)", + "description": "Brings Paper Mario from hit videogame series Paper Mario", + "authors": [ + "akirapink" + ], + "color": "#00f0ff" +} \ No newline at end of file diff --git a/3d_models/figura-old/Paper Mario/avatar.png b/3d_models/figura-old/Paper Mario/avatar.png new file mode 100644 index 0000000..5908d74 Binary files /dev/null and b/3d_models/figura-old/Paper Mario/avatar.png differ diff --git a/3d_models/figura-old/Paper Mario/mario/confetti2.png b/3d_models/figura-old/Paper Mario/mario/confetti2.png new file mode 100644 index 0000000..0c444dc Binary files /dev/null and b/3d_models/figura-old/Paper Mario/mario/confetti2.png differ diff --git a/3d_models/figura-old/Paper Mario/mario/crouch.png b/3d_models/figura-old/Paper Mario/mario/crouch.png new file mode 100644 index 0000000..5a15645 Binary files /dev/null and b/3d_models/figura-old/Paper Mario/mario/crouch.png differ diff --git a/3d_models/figura-old/Paper Mario/mario/hurt.png b/3d_models/figura-old/Paper Mario/mario/hurt.png new file mode 100644 index 0000000..e4c753c Binary files /dev/null and b/3d_models/figura-old/Paper Mario/mario/hurt.png differ diff --git a/3d_models/figura-old/Paper Mario/mario/idle1.png b/3d_models/figura-old/Paper Mario/mario/idle1.png new file mode 100644 index 0000000..c9bd6fc Binary files /dev/null and b/3d_models/figura-old/Paper Mario/mario/idle1.png differ diff --git a/3d_models/figura-old/Paper Mario/mario/idle2.png b/3d_models/figura-old/Paper Mario/mario/idle2.png new file mode 100644 index 0000000..3be9038 Binary files /dev/null and b/3d_models/figura-old/Paper Mario/mario/idle2.png differ diff --git a/3d_models/figura-old/Paper Mario/mario/item1.png b/3d_models/figura-old/Paper Mario/mario/item1.png new file mode 100644 index 0000000..d853b34 Binary files /dev/null and b/3d_models/figura-old/Paper Mario/mario/item1.png differ diff --git a/3d_models/figura-old/Paper Mario/mario/jump.png b/3d_models/figura-old/Paper Mario/mario/jump.png new file mode 100644 index 0000000..2856d7a Binary files /dev/null and b/3d_models/figura-old/Paper Mario/mario/jump.png differ diff --git a/3d_models/figura-old/Paper Mario/mario/mario-spirte.aseprite b/3d_models/figura-old/Paper Mario/mario/mario-spirte.aseprite new file mode 100644 index 0000000..265eb72 Binary files /dev/null and b/3d_models/figura-old/Paper Mario/mario/mario-spirte.aseprite differ diff --git a/3d_models/figura-old/Paper Mario/mario/walk1.png b/3d_models/figura-old/Paper Mario/mario/walk1.png new file mode 100644 index 0000000..3b2ceb2 Binary files /dev/null and b/3d_models/figura-old/Paper Mario/mario/walk1.png differ diff --git a/3d_models/figura-old/Paper Mario/mario/walk3.png b/3d_models/figura-old/Paper Mario/mario/walk3.png new file mode 100644 index 0000000..d91f391 Binary files /dev/null and b/3d_models/figura-old/Paper Mario/mario/walk3.png differ diff --git a/3d_models/figura-old/Paper Mario/mario/win1.png b/3d_models/figura-old/Paper Mario/mario/win1.png new file mode 100644 index 0000000..aa5a4ae Binary files /dev/null and b/3d_models/figura-old/Paper Mario/mario/win1.png differ diff --git a/3d_models/figura-old/Paper Mario/mario/win2.png b/3d_models/figura-old/Paper Mario/mario/win2.png new file mode 100644 index 0000000..83766c5 Binary files /dev/null and b/3d_models/figura-old/Paper Mario/mario/win2.png differ diff --git a/3d_models/figura-old/Paper Mario/mario/win3.png b/3d_models/figura-old/Paper Mario/mario/win3.png new file mode 100644 index 0000000..0af5434 Binary files /dev/null and b/3d_models/figura-old/Paper Mario/mario/win3.png differ diff --git a/3d_models/figura-old/Paper Mario/mario/win4.png b/3d_models/figura-old/Paper Mario/mario/win4.png new file mode 100644 index 0000000..041c1aa Binary files /dev/null and b/3d_models/figura-old/Paper Mario/mario/win4.png differ diff --git a/3d_models/figura-old/Paper Mario/mario/win5.png b/3d_models/figura-old/Paper Mario/mario/win5.png new file mode 100644 index 0000000..784e9fc Binary files /dev/null and b/3d_models/figura-old/Paper Mario/mario/win5.png differ diff --git a/3d_models/figura-old/Paper Mario/model.bbmodel b/3d_models/figura-old/Paper Mario/model.bbmodel new file mode 100644 index 0000000..59390eb --- /dev/null +++ b/3d_models/figura-old/Paper Mario/model.bbmodel @@ -0,0 +1,3274 @@ +{ + "meta": { + "format_version": "4.10", + "model_format": "figura", + "box_uv": false + }, + "visible_box": [1, 1, 0], + "variable_placeholders": "", + "variable_placeholder_buttons": [], + "timeline_setups": [], + "unhandled_root_fields": {}, + "resolution": { + "width": 234, + "height": 117 + }, + "elements": [ + { + "name": "mario_front", + "box_uv": false, + "rescale": false, + "locked": false, + "light_emission": 0, + "render_order": "default", + "allow_mirror_modeling": true, + "from": [0.1, 0, -18], + "to": [0.1, 36, 18], + "autouv": 0, + "color": 2, + "rotation": [0, -90, 0], + "origin": [0.1, 0, 0], + "faces": { + "north": { + "uv": [6.53205, 0, 0, 117], + "texture": 0 + }, + "east": { + "uv": [117, 0, 234, 117], + "texture": 0 + }, + "south": { + "uv": [6.53205, 0, 0, 117], + "texture": 0 + }, + "west": { + "uv": [117, 0, 0, 117], + "texture": 0 + }, + "up": { + "uv": [0, 117, 6.53205, 0], + "texture": 0 + }, + "down": { + "uv": [0, 117, 6.53205, 0], + "texture": 0 + } + }, + "type": "cube", + "uuid": "ce9e673a-769b-1025-27dc-93e07de8e871" + } + ], + "outliner": [ + { + "name": "Characters", + "origin": [0.1, 0, 0], + "color": 0, + "uuid": "da312eb1-6d6d-4aa2-8550-5f40ba0a4f1a", + "export": true, + "mirror_uv": false, + "isOpen": true, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": false, + "children": [ + { + "name": "MarioAirplane", + "origin": [0.1, 0, 0], + "color": 0, + "uuid": "46d8e304-d74a-e801-621e-a47a6256068a", + "export": true, + "mirror_uv": false, + "isOpen": true, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": false, + "children": [] + }, + { + "name": "Mario", + "origin": [0.1, 0, 0], + "color": 0, + "uuid": "b9316865-936d-5670-ab51-3659659f370e", + "export": true, + "mirror_uv": false, + "isOpen": true, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": true, + "children": [ + "ce9e673a-769b-1025-27dc-93e07de8e871", + { + "name": "root", + "origin": [0, 0, 0], + "color": 0, + "uuid": "f67c8057-7de8-4094-a969-239a482a9d73", + "export": true, + "mirror_uv": false, + "isOpen": true, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": false, + "children": [ + { + "name": "Head", + "origin": [0, 24, 0], + "color": 0, + "uuid": "6797d654-1311-442e-8099-b2f3d4a4e6d7", + "export": true, + "mirror_uv": false, + "isOpen": false, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": false, + "children": [ + { + "name": "LeftSpyglassPivot", + "origin": [-2, 28, -4], + "color": 0, + "uuid": "3bf55477-a9e5-4b31-8564-7da85b317bdc", + "export": true, + "mirror_uv": false, + "isOpen": true, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": false, + "children": [] + }, + { + "name": "RightSpyglassPivot", + "origin": [2, 28, -4], + "color": 0, + "uuid": "9cc4f4e1-3170-48b2-9716-06036f84e6f0", + "export": true, + "mirror_uv": false, + "isOpen": true, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": false, + "children": [] + }, + { + "name": "HelmetItemPivot", + "origin": [0, 24, 0], + "color": 0, + "uuid": "2d482260-7ed8-4bba-9f1c-c36e21e6d83c", + "export": true, + "mirror_uv": false, + "isOpen": true, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": false, + "children": [] + }, + { + "name": "HelmetPivot", + "origin": [0, 24, 0], + "color": 0, + "uuid": "a54debaf-a844-4b90-a624-7f0052716eec", + "export": true, + "mirror_uv": false, + "isOpen": true, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": false, + "children": [] + } + ] + }, + { + "name": "Body", + "origin": [0, 24, 0], + "color": 0, + "uuid": "47ec301e-042b-4ae2-8026-423c587c442d", + "export": true, + "mirror_uv": false, + "isOpen": false, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": false, + "children": [ + { + "name": "LeftParrotPivot", + "origin": [-6, 24, 0], + "color": 0, + "uuid": "2a375c13-f6ea-43e5-8105-f786e084af92", + "export": true, + "mirror_uv": false, + "isOpen": true, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": false, + "children": [] + }, + { + "name": "RightParrotPivot", + "origin": [6, 24, 0], + "color": 0, + "uuid": "30cd5b93-1adc-45fa-979d-686f86fdd6cb", + "export": true, + "mirror_uv": false, + "isOpen": true, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": false, + "children": [] + }, + { + "name": "ChestplatePivot", + "origin": [0, 24, 0], + "color": 0, + "uuid": "8beaa12e-3531-4dd2-b815-b7378df90fc3", + "export": true, + "mirror_uv": false, + "isOpen": true, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": false, + "children": [] + }, + { + "name": "LeftElytra", + "origin": [0, 24, 0], + "color": 0, + "uuid": "31cfeef6-d9a1-4fad-b547-c0db06a9c7ee", + "export": true, + "mirror_uv": false, + "isOpen": true, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": false, + "children": [] + }, + { + "name": "RightElytra", + "origin": [0, 24, 0], + "color": 0, + "uuid": "b024713a-1c01-4b90-9850-bd099e7d42f5", + "export": true, + "mirror_uv": false, + "isOpen": true, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": false, + "children": [] + }, + { + "name": "LeggingsPivot", + "origin": [0, 12, 0], + "color": 0, + "uuid": "5941cbbb-9ef6-4bee-92a1-9ee784d925a5", + "export": true, + "mirror_uv": false, + "isOpen": true, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": false, + "children": [] + } + ] + }, + { + "name": "LeftArm", + "origin": [0, 0, 0], + "color": 0, + "uuid": "8d606f8b-5e28-4df7-9b8f-e70faa5d5de8", + "export": true, + "mirror_uv": false, + "isOpen": true, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": false, + "children": [ + { + "name": "LeftItemPivot", + "origin": [-3, 7, 1], + "rotation": [0, 90, 0], + "color": 0, + "uuid": "df27c0cd-85f0-4b85-b748-6c559eb623d1", + "export": true, + "mirror_uv": false, + "isOpen": true, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": false, + "children": [] + }, + { + "name": "LeftShoulderPivot", + "origin": [-6, 8, 0], + "color": 0, + "uuid": "200af7b0-8f8a-4f9e-9bd2-69504fedad46", + "export": true, + "mirror_uv": false, + "isOpen": true, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": false, + "children": [] + } + ] + }, + { + "name": "RightArm", + "origin": [0, 8, 1], + "color": 0, + "uuid": "bf6b031a-441d-4649-b104-e8aa4a602d00", + "export": true, + "mirror_uv": false, + "isOpen": true, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": false, + "children": [ + { + "name": "RightItemPivot", + "origin": [1, 6, -2], + "rotation": [0, 90, 0], + "color": 0, + "uuid": "ffe83003-b179-4a12-9293-3c16da2fd2d1", + "export": true, + "mirror_uv": false, + "isOpen": true, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": false, + "children": [] + }, + { + "name": "RightShoulderPivot", + "origin": [0, 25, 1], + "color": 0, + "uuid": "8a494f65-f3b5-45c6-9f2c-fdc8a259afd2", + "export": true, + "mirror_uv": false, + "isOpen": true, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": false, + "children": [] + } + ] + }, + { + "name": "LeftLeg", + "origin": [-1.9, 12, 0], + "color": 0, + "uuid": "ce8b3884-515c-4c18-97f7-c3bdcdc15529", + "export": true, + "mirror_uv": false, + "isOpen": false, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": false, + "children": [ + { + "name": "LeftLeggingPivot", + "origin": [-2, 12, 0], + "color": 0, + "uuid": "fde1c8e6-35e6-4c36-ab74-6873767f3abb", + "export": true, + "mirror_uv": false, + "isOpen": true, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": false, + "children": [] + }, + { + "name": "LeftBootPivot", + "origin": [-2, 0, 0], + "color": 0, + "uuid": "5dae770d-44d3-4367-ba01-19609d003344", + "export": true, + "mirror_uv": false, + "isOpen": true, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": false, + "children": [] + } + ] + }, + { + "name": "RightLeg", + "origin": [1.9, 12, 0], + "color": 0, + "uuid": "5956173a-8049-4def-8a1d-120c44a3de2d", + "export": true, + "mirror_uv": false, + "isOpen": false, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": false, + "children": [ + { + "name": "RightLeggingPivot", + "origin": [2, 12, 0], + "color": 0, + "uuid": "c40f77fb-1a48-44e5-adf4-ec2c703033f0", + "export": true, + "mirror_uv": false, + "isOpen": true, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": false, + "children": [] + }, + { + "name": "RightBootPivot", + "origin": [2, 0, 0], + "color": 0, + "uuid": "b3a8568a-5d90-4177-95ed-e85bef9ceec6", + "export": true, + "mirror_uv": false, + "isOpen": true, + "locked": false, + "visibility": true, + "autouv": 0, + "selected": false, + "children": [] + } + ] + } + ] + } + ] + } + ] + } + ], + "textures": [ + { + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/figura-old/Paper Mario/mario/idle1.png", + "name": "idle1.png", + "folder": "", + "namespace": "", + "id": "3", + "group": "", + "width": 234, + "height": 117, + "uv_width": 234, + "uv_height": 117, + "particle": false, + "use_as_default": false, + "layers_enabled": false, + "sync_to_project": "", + "render_mode": "default", + "render_sides": "auto", + "pbr_channel": "color", + "frame_time": 1, + "frame_order_type": "loop", + "frame_order": "", + "frame_interpolate": false, + "visible": true, + "internal": false, + "saved": true, + "uuid": "a174e327-aa37-0402-4a71-4a1d5f9b8405", + "relative_path": "mario/idle1.png" + }, + { + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/figura-old/Paper Mario/mario/idle2.png", + "name": "idle2.png", + "folder": "", + "namespace": "", + "id": "2", + "group": "", + "width": 234, + "height": 117, + "uv_width": 312, + "uv_height": 156, + "particle": false, + "use_as_default": false, + "layers_enabled": false, + "sync_to_project": "", + "render_mode": "default", + "render_sides": "auto", + "pbr_channel": "color", + "frame_time": 1, + "frame_order_type": "loop", + "frame_order": "", + "frame_interpolate": false, + "visible": true, + "internal": false, + "saved": true, + "uuid": "bbb1f0a1-c3ac-bad6-1feb-1a70e0a5de8e", + "relative_path": "mario/idle2.png" + }, + { + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/figura-old/Paper Mario/mario/walk1.png", + "name": "walk1.png", + "folder": "", + "namespace": "", + "id": "1", + "group": "", + "width": 234, + "height": 117, + "uv_width": 312, + "uv_height": 156, + "particle": false, + "use_as_default": false, + "layers_enabled": false, + "sync_to_project": "", + "render_mode": "default", + "render_sides": "auto", + "pbr_channel": "color", + "frame_time": 1, + "frame_order_type": "loop", + "frame_order": "", + "frame_interpolate": false, + "visible": true, + "internal": false, + "saved": true, + "uuid": "58c7bb91-31f0-76ad-91ee-9254b8c5d10b", + "relative_path": "mario/walk1.png" + }, + { + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/figura-old/Paper Mario/mario/walk3.png", + "name": "walk3.png", + "folder": "", + "namespace": "", + "id": "0", + "group": "", + "width": 234, + "height": 117, + "uv_width": 312, + "uv_height": 156, + "particle": false, + "use_as_default": false, + "layers_enabled": false, + "sync_to_project": "", + "render_mode": "default", + "render_sides": "auto", + "pbr_channel": "color", + "frame_time": 1, + "frame_order_type": "loop", + "frame_order": "", + "frame_interpolate": false, + "visible": true, + "internal": false, + "saved": true, + "uuid": "0b6f42c6-a061-98f8-8365-d0cc51c1ac8e", + "relative_path": "mario/walk3.png" + }, + { + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/figura-old/Paper Mario/mario/hurt.png", + "name": "hurt.png", + "folder": "", + "namespace": "", + "id": "6", + "group": "", + "width": 234, + "height": 117, + "uv_width": 312, + "uv_height": 156, + "particle": false, + "use_as_default": false, + "layers_enabled": false, + "sync_to_project": "", + "render_mode": "default", + "render_sides": "auto", + "pbr_channel": "color", + "frame_time": 1, + "frame_order_type": "loop", + "frame_order": "", + "frame_interpolate": false, + "visible": true, + "internal": false, + "saved": true, + "uuid": "68a1edaa-1e3f-39c4-4530-6ba260814c1b", + "relative_path": "mario/hurt.png" + }, + { + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/figura-old/Paper Mario/mario/jump.png", + "name": "jump.png", + "folder": "", + "namespace": "", + "id": "11", + "group": "", + "width": 234, + "height": 117, + "uv_width": 234, + "uv_height": 117, + "particle": false, + "use_as_default": false, + "layers_enabled": false, + "sync_to_project": "", + "render_mode": "default", + "render_sides": "auto", + "pbr_channel": "color", + "frame_time": 1, + "frame_order_type": "loop", + "frame_order": "", + "frame_interpolate": false, + "visible": true, + "internal": false, + "saved": true, + "uuid": "541e6d20-bd57-5ecb-da5d-b2ec95f3a9c3", + "relative_path": "mario/jump.png" + }, + { + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/figura-old/Paper Mario/mario/win1.png", + "name": "win1.png", + "folder": "", + "namespace": "", + "id": "10", + "group": "", + "width": 234, + "height": 117, + "uv_width": 234, + "uv_height": 117, + "particle": false, + "use_as_default": false, + "layers_enabled": false, + "sync_to_project": "", + "render_mode": "default", + "render_sides": "auto", + "pbr_channel": "color", + "frame_time": 1, + "frame_order_type": "loop", + "frame_order": "", + "frame_interpolate": false, + "visible": true, + "internal": false, + "saved": true, + "uuid": "57191650-2616-5b7d-906d-7247f789afc6", + "relative_path": "mario/win1.png" + }, + { + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/figura-old/Paper Mario/mario/win2.png", + "name": "win2.png", + "folder": "", + "namespace": "", + "id": "9", + "group": "", + "width": 234, + "height": 117, + "uv_width": 234, + "uv_height": 117, + "particle": false, + "use_as_default": false, + "layers_enabled": false, + "sync_to_project": "", + "render_mode": "default", + "render_sides": "auto", + "pbr_channel": "color", + "frame_time": 1, + "frame_order_type": "loop", + "frame_order": "", + "frame_interpolate": false, + "visible": true, + "internal": false, + "saved": true, + "uuid": "774a7c61-4145-1102-4442-b87e09897645", + "relative_path": "mario/win2.png" + }, + { + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/figura-old/Paper Mario/mario/win3.png", + "name": "win3.png", + "folder": "", + "namespace": "", + "id": "8", + "group": "", + "width": 234, + "height": 117, + "uv_width": 234, + "uv_height": 117, + "particle": false, + "use_as_default": false, + "layers_enabled": false, + "sync_to_project": "", + "render_mode": "default", + "render_sides": "auto", + "pbr_channel": "color", + "frame_time": 1, + "frame_order_type": "loop", + "frame_order": "", + "frame_interpolate": false, + "visible": true, + "internal": false, + "saved": true, + "uuid": "4eb32ef2-b35f-b1f8-5b26-bd00eb972c35", + "relative_path": "mario/win3.png" + }, + { + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/figura-old/Paper Mario/mario/win4.png", + "name": "win4.png", + "folder": "", + "namespace": "", + "id": "14", + "group": "", + "width": 234, + "height": 117, + "uv_width": 234, + "uv_height": 117, + "particle": false, + "use_as_default": false, + "layers_enabled": false, + "sync_to_project": "", + "render_mode": "default", + "render_sides": "auto", + "pbr_channel": "color", + "frame_time": 1, + "frame_order_type": "loop", + "frame_order": "", + "frame_interpolate": false, + "visible": true, + "internal": false, + "saved": true, + "uuid": "49223f4b-73a7-3678-53f2-bdf128de2629", + "relative_path": "mario/win4.png" + }, + { + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/figura-old/Paper Mario/mario/win5.png", + "name": "win5.png", + "folder": "", + "namespace": "", + "id": "13", + "group": "", + "width": 234, + "height": 117, + "uv_width": 234, + "uv_height": 117, + "particle": false, + "use_as_default": false, + "layers_enabled": false, + "sync_to_project": "", + "render_mode": "default", + "render_sides": "auto", + "pbr_channel": "color", + "frame_time": 1, + "frame_order_type": "loop", + "frame_order": "", + "frame_interpolate": false, + "visible": true, + "internal": false, + "saved": true, + "uuid": "c1c2d069-b735-112f-3748-cf3fcb11c654", + "relative_path": "mario/win5.png" + }, + { + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/figura-old/Paper Mario/mario/crouch.png", + "name": "crouch.png", + "folder": "", + "namespace": "", + "id": "12", + "group": "", + "width": 234, + "height": 117, + "uv_width": 234, + "uv_height": 117, + "particle": false, + "use_as_default": false, + "layers_enabled": false, + "sync_to_project": "", + "render_mode": "default", + "render_sides": "auto", + "pbr_channel": "color", + "frame_time": 1, + "frame_order_type": "loop", + "frame_order": "", + "frame_interpolate": false, + "visible": true, + "internal": false, + "saved": true, + "uuid": "0cbda142-61e3-ec46-d456-55750f3c71e8", + "relative_path": "mario/crouch.png" + }, + { + "path": "/home/akirapink/.local/share/PrismLauncher/instances/Workzone 1.21.8/.minecraft/figura/avatars/figura-old/Paper Mario/mario/item1.png", + "name": "item1.png", + "folder": "", + "namespace": "", + "id": "15", + "group": "", + "width": 234, + "height": 117, + "uv_width": 234, + "uv_height": 117, + "particle": false, + "use_as_default": false, + "layers_enabled": false, + "sync_to_project": "", + "render_mode": "default", + "render_sides": "auto", + "pbr_channel": "color", + "frame_time": 1, + "frame_order_type": "loop", + "frame_order": "", + "frame_interpolate": false, + "visible": true, + "internal": false, + "saved": true, + "uuid": "802b3b20-60ef-1f3e-9e97-ce61752539f4", + "relative_path": "mario/item1.png" + } + ], + "animations": [ + { + "uuid": "d302b5c0-84a2-b168-9cda-0d30b7948e88", + "name": "idling", + "loop": "loop", + "override": true, + "length": 1.5, + "snapping": 10, + "selected": true, + "anim_time_update": "", + "blend_weight": "100", + "start_delay": "", + "loop_delay": "", + "animators": { + "effects": { + "name": "Effects", + "type": "effect", + "keyframes": [ + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.idle1\"])" + } + ], + "uuid": "ebcf4e38-42dd-7b41-2c4a-33ee537cee79", + "time": 1.5, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.idle2\"])\n" + } + ], + "uuid": "4305069c-49e9-b62f-92d3-15f07b66f174", + "time": 0.75, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.idle1\"])" + } + ], + "uuid": "3e959cff-8687-8c6d-30ba-8c6027b38571", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + }, + "8d606f8b-5e28-4df7-9b8f-e70faa5d5de8": { + "name": "LeftArm", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "7b1b8841-1d9f-e2f7-7ed4-8926370e872f", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "be95a45a-6b10-9e35-0872-04bce10f16d6", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + }, + "bf6b031a-441d-4649-b104-e8aa4a602d00": { + "name": "RightArm", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "acdc7c6b-658f-bb8a-c6e4-73a022400bd7", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "87d4b864-55eb-43e2-4eeb-3e1f99922931", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + }, + "ffe83003-b179-4a12-9293-3c16da2fd2d1": { + "name": "RightItemPivot", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "7dcc56f0-1d1c-f3bb-20be-eb9dd80b1319", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "005714df-5354-edf5-e1a9-211d3a5add2b", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "scale", + "data_points": [ + { + "x": "1", + "y": "1", + "z": "1" + } + ], + "uuid": "582658a3-6fbd-c242-35db-ad9c97913126", + "time": 0, + "color": -1, + "uniform": true, + "interpolation": "linear" + } + ] + }, + "da312eb1-6d6d-4aa2-8550-5f40ba0a4f1a": { + "name": "Characters", + "type": "bone", + "keyframes": [ + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "53d4da3b-dc05-c231-f472-96966ecce3ca", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + }, + "b9316865-936d-5670-ab51-3659659f370e": { + "name": "Mario", + "type": "bone", + "keyframes": [ + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "3a7a4ed9-d0d0-c6ec-1326-54f468d8a301", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + } + } + }, + { + "uuid": "776fe756-49d2-ded1-2355-794228c26bba", + "name": "walking", + "loop": "loop", + "override": true, + "length": 1, + "snapping": 24, + "selected": false, + "anim_time_update": "", + "blend_weight": "", + "start_delay": "", + "loop_delay": "", + "animators": { + "b9316865-936d-5670-ab51-3659659f370e": { + "name": "Mario", + "type": "bone", + "keyframes": [ + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "14da57e6-113a-d017-f2b4-086da0431e6a", + "time": 0.25, + "color": -1, + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "2", + "z": "0" + } + ], + "uuid": "71a05478-1f3d-04ef-ea73-e381bf4c9403", + "time": 0.5, + "color": -1, + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "0e630e20-a4c7-c428-b32b-d2f2f04482da", + "time": 0.75, + "color": -1, + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "2", + "z": "0" + } + ], + "uuid": "80be4c14-60fe-84b7-b20b-0e19b0f36dab", + "time": 0, + "color": -1, + "interpolation": "step" + } + ] + }, + "effects": { + "name": "Effects", + "type": "effect", + "keyframes": [ + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.walk1\"])\n" + } + ], + "uuid": "6a502991-626b-5f6d-d74e-38397693b460", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.idle1\"])\n" + } + ], + "uuid": "ec0a028d-9a94-396e-5c24-b33a50cfa5ad", + "time": 0.25, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.idle1\"])\n" + } + ], + "uuid": "c88c0caf-6e79-0fb0-59da-7f693ec607bc", + "time": 0.75, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.walk3\"])\n" + } + ], + "uuid": "7bcc5ffc-ada2-34b9-3bba-b0d15a38195f", + "time": 0.5, + "color": -1, + "interpolation": "linear" + } + ] + }, + "8d606f8b-5e28-4df7-9b8f-e70faa5d5de8": { + "name": "LeftArm", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "6bb5eb5b-a0b7-ad5b-070d-074a2f3e3559", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "ea866084-3110-48e0-3d90-c4203856a73f", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + }, + "bf6b031a-441d-4649-b104-e8aa4a602d00": { + "name": "RightArm", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "c50f8522-4d1b-d62b-1370-c289fd03e708", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "35b9343f-6801-41e2-7622-9af1f25c7bda", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + } + } + }, + { + "uuid": "cb0ea22d-1d4d-54c7-5996-2176bd698c5b", + "name": "sprinting", + "loop": "loop", + "override": true, + "length": 0.625, + "snapping": 24, + "selected": false, + "anim_time_update": "", + "blend_weight": "", + "start_delay": "", + "loop_delay": "", + "animators": { + "b9316865-936d-5670-ab51-3659659f370e": { + "name": "Mario", + "type": "bone", + "keyframes": [ + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "2", + "z": "0" + } + ], + "uuid": "2c18a570-0f38-7036-03b9-9b79932f2d39", + "time": 0, + "color": -1, + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "40049c9d-15d0-82bc-9b23-291d55314dc3", + "time": 0.16667, + "color": -1, + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "2", + "z": "0" + } + ], + "uuid": "bc1409fc-3730-ac54-b334-471d57f98552", + "time": 0.33333, + "color": -1, + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "eeb52065-b532-5069-f077-dcd728427129", + "time": 0.5, + "color": -1, + "interpolation": "step" + } + ] + }, + "effects": { + "name": "Effects", + "type": "effect", + "keyframes": [ + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.walk1\"])\n" + } + ], + "uuid": "ad4a865b-11e7-2165-3a2f-80ffa486be35", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.idle1\"])\n" + } + ], + "uuid": "0ae3a072-ff26-6c37-0c6f-49bde1233921", + "time": 0.16667, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.idle1\"])\n" + } + ], + "uuid": "e0dc1cc7-700e-487c-444f-31cfa81b66c6", + "time": 0.5, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.walk3\"])\n" + } + ], + "uuid": "a5e4815c-357b-9e4d-ca28-7854e5ea5a64", + "time": 0.33333, + "color": -1, + "interpolation": "linear" + } + ] + }, + "8d606f8b-5e28-4df7-9b8f-e70faa5d5de8": { + "name": "LeftArm", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "d1c73ea7-d11a-51ed-1b43-f65134014636", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "11f3f24a-dfe3-60a6-7aca-a0fdd90988f4", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + }, + "bf6b031a-441d-4649-b104-e8aa4a602d00": { + "name": "RightArm", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "d1ab218b-1e46-4c04-506f-d6b5d5b11df1", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "d43c49d3-e728-fee9-5779-c3cd52b5dbd4", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + } + } + }, + { + "uuid": "2fcdfdac-5264-7697-bfb5-e8b2703465d9", + "name": "jumpingup", + "loop": "hold", + "override": true, + "length": 0.5, + "snapping": 24, + "selected": false, + "anim_time_update": "", + "blend_weight": "", + "start_delay": "", + "loop_delay": "", + "animators": { + "effects": { + "name": "Effects", + "type": "effect", + "keyframes": [ + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.jump\"])\n" + } + ], + "uuid": "ffe60b42-f476-1d5a-0eff-9903d9616db2", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + }, + "8d606f8b-5e28-4df7-9b8f-e70faa5d5de8": { + "name": "LeftArm", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "ff1cf578-91a5-e7fa-9fb6-d03cd238db63", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "3b5ba8b6-66cb-9857-b75d-49d9402202c5", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + }, + "df27c0cd-85f0-4b85-b748-6c559eb623d1": { + "name": "LeftItemPivot", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "-47.5", + "y": "0", + "z": "0" + } + ], + "uuid": "ba033f9a-ebf8-91d2-35e0-77cf6eb1674b", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "position", + "data_points": [ + { + "x": "6", + "y": "13", + "z": "-2" + } + ], + "uuid": "0ed62963-5479-9ef3-b23c-b11dd8f59fb5", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + }, + "bf6b031a-441d-4649-b104-e8aa4a602d00": { + "name": "RightArm", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "2c8c1d40-881c-33f5-073e-4cca864b5aaa", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "2a0f19b1-82cd-967b-6b85-6c9967f6f058", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + }, + "ffe83003-b179-4a12-9293-3c16da2fd2d1": { + "name": "RightItemPivot", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "17.5", + "y": "0", + "z": "0" + } + ], + "uuid": "74372be0-b2a7-d378-e63f-6c809c502bfc", + "time": 0, + "color": -1, + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "-2", + "y": "2", + "z": "0" + } + ], + "uuid": "d7b33eb2-7e26-45d3-d95a-0969f442b59d", + "time": 0, + "color": -1, + "interpolation": "step" + } + ] + } + } + }, + { + "uuid": "dad319ff-bd0e-d0d6-7615-b446b2e4743b", + "name": "jumpingdown", + "loop": "hold", + "override": true, + "length": 0.5, + "snapping": 24, + "selected": false, + "anim_time_update": "", + "blend_weight": "", + "start_delay": "", + "loop_delay": "", + "animators": { + "effects": { + "name": "Effects", + "type": "effect", + "keyframes": [ + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.jump\"])\n" + } + ], + "uuid": "ffe60b42-f476-1d5a-0eff-9903d9616db2", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + }, + "8d606f8b-5e28-4df7-9b8f-e70faa5d5de8": { + "name": "LeftArm", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "10ccd490-495d-09e7-56ee-fc0233db9801", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "05c2de07-ea0c-0abc-017f-eb896d32031e", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + }, + "df27c0cd-85f0-4b85-b748-6c559eb623d1": { + "name": "LeftItemPivot", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "-47.5", + "y": "0", + "z": "0" + } + ], + "uuid": "7364c831-1579-3efd-70da-a05f38a3be9e", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "position", + "data_points": [ + { + "x": "6", + "y": "13", + "z": "-2" + } + ], + "uuid": "17adcb28-6d71-dd95-1346-f4e2d790d3f7", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + }, + "bf6b031a-441d-4649-b104-e8aa4a602d00": { + "name": "RightArm", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "ab14a35d-5221-26d1-1b69-b9cfd7327613", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "50c1fec8-679c-a93c-bac3-9541bdf8e84a", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + }, + "ffe83003-b179-4a12-9293-3c16da2fd2d1": { + "name": "RightItemPivot", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "17.5", + "y": "0", + "z": "0" + } + ], + "uuid": "883e2771-44f2-4aa5-7987-8a875d8cf7c8", + "time": 0, + "color": -1, + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "-2", + "y": "2", + "z": "0" + } + ], + "uuid": "e88c6737-6149-b924-ae67-11b0fde815c1", + "time": 0, + "color": -1, + "interpolation": "step" + } + ] + } + } + }, + { + "uuid": "c4f64734-0e9e-1730-abc4-b96427574721", + "name": "sprintjumpup", + "loop": "hold", + "override": true, + "length": 0.5, + "snapping": 24, + "selected": false, + "anim_time_update": "", + "blend_weight": "", + "start_delay": "", + "loop_delay": "", + "animators": { + "effects": { + "name": "Effects", + "type": "effect", + "keyframes": [ + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.jump\"])\n" + } + ], + "uuid": "ffe60b42-f476-1d5a-0eff-9903d9616db2", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + }, + "8d606f8b-5e28-4df7-9b8f-e70faa5d5de8": { + "name": "LeftArm", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "b4dd0ab6-c425-fd21-b6ed-bce80d1b6738", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "06f655a1-a389-0667-d210-f649f449a849", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + }, + "df27c0cd-85f0-4b85-b748-6c559eb623d1": { + "name": "LeftItemPivot", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "-47.5", + "y": "0", + "z": "0" + } + ], + "uuid": "1ed78258-fc7b-8c0c-59df-bb324c63d61d", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "position", + "data_points": [ + { + "x": "6", + "y": "13", + "z": "-2" + } + ], + "uuid": "c925396d-62e1-ca3a-a5ca-9f667f6d8aed", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + }, + "bf6b031a-441d-4649-b104-e8aa4a602d00": { + "name": "RightArm", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "d619e2b4-e13a-5ae1-4fbf-5697a31f3f9f", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "8330177e-cffa-ccb3-b286-090fcc1d82e1", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + }, + "ffe83003-b179-4a12-9293-3c16da2fd2d1": { + "name": "RightItemPivot", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "17.5", + "y": "0", + "z": "0" + } + ], + "uuid": "7722d4d6-6bd1-a28f-c10b-47a1b554daf0", + "time": 0, + "color": -1, + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "-2", + "y": "2", + "z": "0" + } + ], + "uuid": "2afb9102-443a-9ea1-bbe7-cf0599142b58", + "time": 0, + "color": -1, + "interpolation": "step" + } + ] + } + } + }, + { + "uuid": "a6075e19-f1ba-86c3-d0ad-7880bed9e8d4", + "name": "sprintjumpdown", + "loop": "hold", + "override": true, + "length": 0.5, + "snapping": 24, + "selected": false, + "anim_time_update": "", + "blend_weight": "", + "start_delay": "", + "loop_delay": "", + "animators": { + "effects": { + "name": "Effects", + "type": "effect", + "keyframes": [ + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.jump\"])\n" + } + ], + "uuid": "ffe60b42-f476-1d5a-0eff-9903d9616db2", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + }, + "8d606f8b-5e28-4df7-9b8f-e70faa5d5de8": { + "name": "LeftArm", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "747584cb-a65e-0220-9a4d-1deefa5e1e0b", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "4a28ac5d-02dd-6e26-26d7-9ddef5138759", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + }, + "df27c0cd-85f0-4b85-b748-6c559eb623d1": { + "name": "LeftItemPivot", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "-47.5", + "y": "0", + "z": "0" + } + ], + "uuid": "ad579e0e-b657-d772-1ca2-b9b9c462ee09", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "position", + "data_points": [ + { + "x": "6", + "y": "13", + "z": "-2" + } + ], + "uuid": "be52b5fc-9b3d-70e0-186c-9fd0fc56e5c9", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + }, + "bf6b031a-441d-4649-b104-e8aa4a602d00": { + "name": "RightArm", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "d6cb2138-babd-1983-a43b-3ef63fe0f4f4", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "c7f54ce5-a472-1292-afcf-b5a322aca07f", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + }, + "ffe83003-b179-4a12-9293-3c16da2fd2d1": { + "name": "RightItemPivot", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "17.5", + "y": "0", + "z": "0" + } + ], + "uuid": "e5e047ef-11dc-e585-a8d2-f5defb996f21", + "time": 0, + "color": -1, + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "-2", + "y": "2", + "z": "0" + } + ], + "uuid": "3163e130-cbe2-2512-9224-f2e16e063879", + "time": 0, + "color": -1, + "interpolation": "step" + } + ] + } + } + }, + { + "uuid": "90d6b02b-86c3-fd76-b60c-ece29d4b6058", + "name": "hurt", + "loop": "once", + "override": true, + "length": 0.5, + "snapping": 24, + "selected": false, + "anim_time_update": "", + "blend_weight": "", + "start_delay": "", + "loop_delay": "", + "animators": { + "effects": { + "name": "Effects", + "type": "effect", + "keyframes": [ + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.hurt\"])\n" + } + ], + "uuid": "ffe60b42-f476-1d5a-0eff-9903d9616db2", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.hurt\"])\n" + } + ], + "uuid": "fd163a6e-078b-6493-fe69-927263da2913", + "time": 0.5, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.hurt\"])\n" + } + ], + "uuid": "e80fb5c2-6138-3a7e-fc56-4f309dee5aef", + "time": 0.04167, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.hurt\"])\n" + } + ], + "uuid": "788ade02-d13b-4b59-40d9-2f604e5d8916", + "time": 0.08333, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.hurt\"])\n" + } + ], + "uuid": "0e7c152b-2f89-d386-c950-f523a3826a30", + "time": 0.125, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.hurt\"])\n" + } + ], + "uuid": "6c334172-e831-58aa-9db9-6a052f51ce4c", + "time": 0.16667, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.hurt\"])\n" + } + ], + "uuid": "35cebd50-8184-5133-98f6-d6d18e6772ac", + "time": 0.20833, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.hurt\"])\n" + } + ], + "uuid": "560af787-8f52-cdc9-d364-192100b6f1a4", + "time": 0.25, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.hurt\"])\n" + } + ], + "uuid": "4fcdb514-f9c9-fdb0-24a6-cef67643ba65", + "time": 0.29167, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.hurt\"])\n" + } + ], + "uuid": "db71af85-416a-6a73-5132-ddacc4ce985f", + "time": 0.33333, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.hurt\"])\n" + } + ], + "uuid": "71c30117-7d19-5fe5-517d-ad6edca9a2c2", + "time": 0.375, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.hurt\"])\n" + } + ], + "uuid": "3d2856d7-a4d6-54db-61cf-cdc91599ed69", + "time": 0.41667, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.hurt\"])\n" + } + ], + "uuid": "f1ae29f1-decc-b893-515b-44b0de535025", + "time": 0.45833, + "color": -1, + "interpolation": "linear" + } + ] + }, + "8d606f8b-5e28-4df7-9b8f-e70faa5d5de8": { + "name": "LeftArm", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "aad3b7a4-fc29-58fd-15f0-be24ab4bd7bb", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "50c13439-6e05-964b-a43e-7b54b4a40641", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + }, + "bf6b031a-441d-4649-b104-e8aa4a602d00": { + "name": "RightArm", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "1f7abe2c-f6d9-cce0-8e7a-c86a0d1640c6", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "367eea83-0968-2a60-590f-5f679dffeb1c", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + } + } + }, + { + "uuid": "5556cbe6-a250-026d-603a-73b76733b8ef", + "name": "crouching", + "loop": "hold", + "override": true, + "length": 0.5, + "snapping": 24, + "selected": false, + "anim_time_update": "", + "blend_weight": "", + "start_delay": "", + "loop_delay": "", + "animators": { + "effects": { + "name": "Effects", + "type": "effect", + "keyframes": [ + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"CUSTOM\", textures[\"mario.crouch\"])\n" + } + ], + "uuid": "ffe60b42-f476-1d5a-0eff-9903d9616db2", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + }, + "8d606f8b-5e28-4df7-9b8f-e70faa5d5de8": { + "name": "LeftArm", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "bc39758d-78c2-0eaa-6463-5a10b3de2305", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "0defffbc-a5ce-e270-761c-6d9be5c72944", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + }, + "bf6b031a-441d-4649-b104-e8aa4a602d00": { + "name": "RightArm", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "bda82a0e-de92-e94d-c865-93837cc74ad3", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "b85106f9-e9ad-7c20-16cd-08d52f5c1415", + "time": 0, + "color": -1, + "interpolation": "linear" + } + ] + } + } + }, + { + "uuid": "7f87b298-f576-75bb-c212-75cd08147a67", + "name": "win", + "loop": "once", + "override": true, + "length": 3.83333, + "snapping": 24, + "selected": false, + "anim_time_update": "", + "blend_weight": "", + "start_delay": "", + "loop_delay": "", + "animators": { + "b9316865-936d-5670-ab51-3659659f370e": { + "name": "Mario", + "type": "bone", + "keyframes": [ + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "1e569289-6b07-da46-0f5f-22ff66bbee8e", + "time": 0.29167, + "color": -1, + "interpolation": "catmullrom" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "a6134820-dbbf-fa6d-292a-488b007bd126", + "time": 1.625, + "color": -1, + "interpolation": "catmullrom" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "ccbed4d3-7d4a-e865-bdcb-7a80080b8d06", + "time": 0.79167, + "color": -1, + "interpolation": "catmullrom" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "15.86", + "z": "0" + } + ], + "uuid": "f31f8380-2a50-5cdc-16a3-8c39046278a3", + "time": 0.58333, + "color": -1, + "interpolation": "catmullrom" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "2ca17ab1-1ba8-7623-1c3e-ff99311cf3be", + "time": 0.83333, + "color": -1, + "interpolation": "catmullrom" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "13.86", + "z": "0" + } + ], + "uuid": "d6531f18-e803-5770-4826-143dac9c4c27", + "time": 1.41667, + "color": -1, + "interpolation": "catmullrom" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "c1306119-5337-ec94-e32c-4497818bbb09", + "time": 0.875, + "color": -1, + "interpolation": "catmullrom" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "8ddde0d0-7691-31a5-5151-def51028a717", + "time": 0.91667, + "color": -1, + "interpolation": "catmullrom" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "a6b8813f-23ef-9ac3-c4b0-174ebe78a820", + "time": 0.95833, + "color": -1, + "interpolation": "catmullrom" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "9bb60b93-0187-aba5-4976-eccb8ef466ea", + "time": 1.08333, + "color": -1, + "interpolation": "catmullrom" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "fd2b679c-4352-cab4-7f2d-2a8e382212f9", + "time": 1.04167, + "color": -1, + "interpolation": "catmullrom" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "b41e532e-b115-ee70-1c3b-91f4afebf32e", + "time": 1, + "color": -1, + "interpolation": "catmullrom" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "bbb0f8d2-68e9-fe0e-b93c-95ed98742976", + "time": 1.125, + "color": -1, + "interpolation": "catmullrom" + } + ] + }, + "effects": { + "name": "Effects", + "type": "effect", + "keyframes": [ + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"Custom\", textures[\"mario.win4\"])" + } + ], + "uuid": "2af8f136-00f9-cf2b-4abe-f02cc517adb6", + "time": 2.41667, + "color": 0, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"Custom\", textures[\"mario.win2\"])" + } + ], + "uuid": "048f0937-50ad-fa86-589a-c988dcd87f71", + "time": 1.625, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"Custom\", textures[\"mario.win1\"])" + } + ], + "uuid": "10554855-b57c-2ccd-8341-2b18d29294e3", + "time": 0.33333, + "color": 6, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"Custom\", textures[\"mario.win1\"])" + } + ], + "uuid": "ede0ca1b-9688-d8f3-9275-e2ccf74080ad", + "time": 1.20833, + "color": 6, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"Custom\", textures[\"mario.win2\"])" + } + ], + "uuid": "e2364752-5248-5477-469f-3510765eb71e", + "time": 0.83333, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"Custom\", textures[\"mario.win5\"])" + } + ], + "uuid": "f8d63f34-09ee-67eb-3c04-83dd81c1235d", + "time": 2.58333, + "color": 5, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"Custom\", textures[\"mario.win4\"])" + } + ], + "uuid": "39dc2bc4-e9fa-9016-98e0-d87897fd283a", + "time": 2.08333, + "color": 0, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"Custom\", textures[\"mario.win3\"])" + } + ], + "uuid": "4539b50c-68f5-4d88-a146-ee2aa00611a9", + "time": 1.91667, + "color": 8, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"Custom\", textures[\"mario.win3\"])" + } + ], + "uuid": "460d2f01-6e0b-c4e8-8bf9-6956114c7ceb", + "time": 2.25, + "color": 8, + "interpolation": "linear" + } + ] + }, + "8d606f8b-5e28-4df7-9b8f-e70faa5d5de8": { + "name": "LeftArm", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "47.5", + "y": "0", + "z": "0" + } + ], + "uuid": "bfffc4ca-818f-8979-34d1-10803cfc07da", + "time": 1.66667, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "position", + "data_points": [ + { + "x": "-3", + "y": "4", + "z": "1\n\n" + } + ], + "uuid": "04842cce-ce15-ee97-04bf-ac2079e41d84", + "time": 1.66667, + "color": -1, + "interpolation": "linear" + } + ] + }, + "df27c0cd-85f0-4b85-b748-6c559eb623d1": { + "name": "LeftItemPivot", + "type": "bone", + "keyframes": [ + { + "channel": "scale", + "data_points": [ + { + "x": "0\n", + "y": "0\n", + "z": "0\n" + } + ], + "uuid": "c84f20d7-0dd2-4b39-f0ad-82942e1ec85b", + "time": 0, + "color": -1, + "uniform": true, + "interpolation": "linear" + } + ] + }, + "bf6b031a-441d-4649-b104-e8aa4a602d00": { + "name": "RightArm", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "afb98756-26f7-8223-37f0-f373f667fe48", + "time": 0, + "color": -1, + "interpolation": "catmullrom" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "ecd59b9e-2c7e-6ddb-67c3-cdf7fca4905e", + "time": 0, + "color": -1, + "interpolation": "catmullrom" + } + ] + }, + "ffe83003-b179-4a12-9293-3c16da2fd2d1": { + "name": "RightItemPivot", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "-55", + "y": "0", + "z": "0" + } + ], + "uuid": "c390f17b-4650-8df8-b6e7-06d214c8f2e3", + "time": 0.375, + "color": -1, + "interpolation": "step" + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "7d0441c1-3f7c-7606-43ef-b29bf4a3f7d3", + "time": 0.33333, + "color": -1, + "interpolation": "step" + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "35", + "y": "0", + "z": "0" + } + ], + "uuid": "c5a11d86-f2ca-a8b1-f59d-0a9b076b1ab5", + "time": 0.79167, + "color": -1, + "interpolation": "step" + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "-55", + "y": "0", + "z": "0" + } + ], + "uuid": "ea5f8494-b682-82f2-3584-6f5f20fdc846", + "time": 1.20833, + "color": -1, + "interpolation": "step" + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "35", + "y": "0", + "z": "0" + } + ], + "uuid": "0ac6d9ba-b7a0-de54-f973-41cf81450c12", + "time": 1.625, + "color": -1, + "interpolation": "step" + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "12.5", + "y": "0", + "z": "0" + } + ], + "uuid": "29c6e89f-fe74-4d55-0072-623417f25452", + "time": 2.41667, + "color": -1, + "interpolation": "step" + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "-90", + "y": "0", + "z": "0" + } + ], + "uuid": "01266d1c-1492-ea56-675c-22ca3cd62d9b", + "time": 2.58333, + "color": -1, + "interpolation": "step" + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "47e8af44-f96b-7295-5db9-a0d4c6761d9a", + "time": 1.91667, + "color": -1, + "interpolation": "step" + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "12.5", + "y": "0", + "z": "0" + } + ], + "uuid": "cbfe4851-95fd-7ab3-1954-5b658db3a865", + "time": 2.08333, + "color": -1, + "interpolation": "step" + }, + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "df215927-a47b-f0da-760f-6be526a60edd", + "time": 2.25, + "color": -1, + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "-3", + "y": "14", + "z": "1\n\n" + } + ], + "uuid": "fe79b7b1-0d63-327e-329c-13e563ba6452", + "time": 0.375, + "color": -1, + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "0" + } + ], + "uuid": "a6b8cd56-27f3-c0ba-ba25-6be08bebf5a4", + "time": 0.33333, + "color": -1, + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "-3", + "y": "2", + "z": "1\n\n" + } + ], + "uuid": "8e912c1e-b37a-84b3-ab92-cd9647af3319", + "time": 0.79167, + "color": -1, + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "-3", + "y": "14", + "z": "1\n\n" + } + ], + "uuid": "0e1a516f-cffd-7404-a253-bc355d349705", + "time": 1.20833, + "color": -1, + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "-3", + "y": "4", + "z": "1\n\n" + } + ], + "uuid": "b47e13c5-a23e-d531-9db1-82534ad93831", + "time": 1.625, + "color": -1, + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "-3", + "y": "9", + "z": "1\n\n" + } + ], + "uuid": "00ac897e-e8ed-a26b-ceec-01b481f3dca4", + "time": 2.41667, + "color": -1, + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "-4", + "y": "7", + "z": "1\n\n" + } + ], + "uuid": "bef29285-3879-be9f-c112-52f22ab543e5", + "time": 2.58333, + "color": -1, + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "-3", + "y": "9", + "z": "1\n\n" + } + ], + "uuid": "93ed399c-82f6-67f1-ce86-8330be9700f6", + "time": 1.91667, + "color": -1, + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "-3", + "y": "9", + "z": "1\n\n" + } + ], + "uuid": "9d1f3da0-e3d1-8d76-2c4c-d4d8ff0c5705", + "time": 2.08333, + "color": -1, + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "-3", + "y": "9", + "z": "1\n\n" + } + ], + "uuid": "7357ed82-01c0-d0c6-a34c-61c8433a53a7", + "time": 2.25, + "color": -1, + "interpolation": "step" + } + ] + } + } + }, + { + "uuid": "1b7b8e21-c436-171e-812f-dafad7182235", + "name": "item", + "loop": "once", + "override": true, + "length": 1, + "snapping": 10, + "selected": false, + "anim_time_update": "", + "blend_weight": "", + "start_delay": "", + "loop_delay": "", + "animators": { + "effects": { + "name": "Effects", + "type": "effect", + "keyframes": [ + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"Custom\", textures[\"mario.item1\"])\n" + } + ], + "uuid": "b821569f-e77f-22f8-bc33-fbb980872a28", + "time": 0, + "color": -1, + "interpolation": "linear" + }, + { + "channel": "timeline", + "data_points": [ + { + "script": "models.model.Characters.Mario:setPrimaryTexture(\"Custom\", textures[\"mario.item1\"])\n" + } + ], + "uuid": "c96a53f6-8c4b-a521-5342-da7aa911d20c", + "time": 1, + "color": -1, + "interpolation": "linear" + } + ] + }, + "8d606f8b-5e28-4df7-9b8f-e70faa5d5de8": { + "name": "LeftArm", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "-55" + } + ], + "uuid": "415b0456-a77e-7abe-35a0-1557986a9f34", + "time": 0, + "color": -1, + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "4", + "y": "36", + "z": "2" + } + ], + "uuid": "03e86709-f1d4-ad8c-e302-59956fe50f99", + "time": 0, + "color": -1, + "interpolation": "step" + } + ] + }, + "bf6b031a-441d-4649-b104-e8aa4a602d00": { + "name": "RightArm", + "type": "bone", + "keyframes": [ + { + "channel": "rotation", + "data_points": [ + { + "x": "0", + "y": "0", + "z": "-55" + } + ], + "uuid": "8f243a47-8cb6-facb-7020-53c6ed3fb295", + "time": 0, + "color": -1, + "interpolation": "step" + }, + { + "channel": "position", + "data_points": [ + { + "x": "0", + "y": "24", + "z": "2" + } + ], + "uuid": "bea0fdfb-0d83-c514-fb4b-d05936190d93", + "time": 0, + "color": -1, + "interpolation": "step" + } + ] + } + } + } + ] +} \ No newline at end of file diff --git a/3d_models/figura-old/Paper Mario/script.lua b/3d_models/figura-old/Paper Mario/script.lua new file mode 100644 index 0000000..6204d21 --- /dev/null +++ b/3d_models/figura-old/Paper Mario/script.lua @@ -0,0 +1,22 @@ +local anims = require("EZAnims") +local example = anims:addBBModel(animations.model) + +--hide vanilla model +vanilla_model.PLAYER:setVisible(false) + +--hide vanilla armor model +vanilla_model.ARMOR:setVisible(false) +--re-enable the helmet item +vanilla_model.HELMET_ITEM:setVisible(true) + +--hide vanilla cape model +vanilla_model.CAPE:setVisible(false) + +--hide vanilla elytra model +vanilla_model.ELYTRA:setVisible(false) + +models.model:setPrimaryRenderType("CUTOUT_CULL") + + +example:addAllOverrider(animations.model.item) +example:addAllOverrider(animations.model.win) diff --git a/3d_models/figura-old/PaperMario_rev100.zip b/3d_models/figura-old/PaperMario_rev100.zip new file mode 100644 index 0000000..6dcf67d Binary files /dev/null and b/3d_models/figura-old/PaperMario_rev100.zip differ diff --git a/3d_models/figura-old/Sunflower/idle.gif b/3d_models/figura-old/Sunflower/idle.gif new file mode 100644 index 0000000..1e3835d Binary files /dev/null and b/3d_models/figura-old/Sunflower/idle.gif differ diff --git a/3d_models/figura-old/Sunflower/much_better_idle.gif b/3d_models/figura-old/Sunflower/much_better_idle.gif new file mode 100644 index 0000000..d844edd Binary files /dev/null and b/3d_models/figura-old/Sunflower/much_better_idle.gif differ diff --git a/3d_models/figura-old/Sunflower/player_model.bbmodel b/3d_models/figura-old/Sunflower/player_model.bbmodel new file mode 100644 index 0000000..4539efe --- /dev/null +++ b/3d_models/figura-old/Sunflower/player_model.bbmodel @@ -0,0 +1 @@ +{"meta":{"format_version":"4.5","model_format":"free","box_uv":false},"name":"player_model","model_identifier":"sunflower","visible_box":[1,1,0],"variable_placeholders":"","variable_placeholder_buttons":[],"timeline_setups":[],"unhandled_root_fields":{},"resolution":{"width":35,"height":28},"elements":[{"name":"head","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-4.500000000000001,19,-1],"to":[4.499999999999999,27,1],"autouv":0,"color":1,"origin":[0,0,0],"faces":{"north":{"uv":[4,3,13,11],"texture":0},"east":{"uv":[4,3,5,11],"texture":0},"south":{"uv":[4,3,13,11],"texture":0},"west":{"uv":[12,3,13,11],"texture":0},"up":{"uv":[4,3,13,5],"texture":0},"down":{"uv":[4,9,13,11],"texture":0}},"type":"cube","uuid":"10fc0a7d-bb96-0ab7-a6b6-d3e32027f764"},{"name":"petals","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-8.499999999999998,15,0],"to":[8.500000000000002,30,0],"autouv":1,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,17,15],"texture":0},"east":{"uv":[0,0,0,15],"texture":0},"south":{"uv":[0,0,17,15],"texture":0},"west":{"uv":[0,0,0,15],"texture":0},"up":{"uv":[0,0,17,0],"texture":0},"down":{"uv":[0,0,17,0],"texture":0}},"type":"cube","uuid":"1d398ff1-b232-636b-9d31-8a507a4c4685"},{"name":"face","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-3.4999999999999996,20,-1],"to":[3.5000000000000004,26,0],"autouv":0,"color":5,"inflate":0.1,"origin":[0,0,0],"faces":{"north":{"uv":[17,0,24,6],"texture":0},"east":{"uv":[23,0,24,6],"texture":0},"south":{"uv":[17,0,24,6],"texture":0},"west":{"uv":[17,0,18,6],"texture":0},"up":{"uv":[17,0,24,1],"texture":0},"down":{"uv":[17,6,24,5],"texture":0}},"type":"cube","uuid":"bcac3541-796d-0973-bf93-21ba149e4f18"},{"name":"face","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-3.4999999999999996,20,-1],"to":[3.5000000000000004,26,1],"autouv":0,"color":5,"visibility":false,"inflate":0.1,"origin":[0,0,0],"faces":{"north":{"uv":[25,0,32,6],"texture":0},"east":{"uv":[31,0,32,6],"texture":0},"south":{"uv":[25,0,32,6],"texture":0},"west":{"uv":[25,0,26,6],"texture":0},"up":{"uv":[25,0,32,1],"texture":0},"down":{"uv":[25,6,32,5],"texture":0}},"type":"cube","uuid":"71e7526d-d187-da55-83f5-089d159bd98e"},{"name":"Thin","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-1,9,-0.5],"to":[1,19,0.5000000000000001],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[7,15,10,23],"texture":0},"east":{"uv":[9,15,10,23],"texture":0},"south":{"uv":[7,15,10,23],"texture":0},"west":{"uv":[7,15,8,23],"texture":0},"up":{"uv":[7,15,10,23],"texture":0},"down":{"uv":[7,15,10,23],"texture":0}},"type":"cube","uuid":"b9387342-6353-1270-a10f-7d9d61251bbc"},{"name":"Thick","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2,5,-0.5],"to":[2,11,0.5000000000000001],"autouv":0,"color":0,"inflate":-0.1,"origin":[0,0,0],"faces":{"north":{"uv":[6,22,11,27],"texture":0},"east":{"uv":[10,22,11,27],"texture":0},"south":{"uv":[6,22,11,27],"texture":0},"west":{"uv":[6,22,7,27],"texture":0},"up":{"uv":[6,22,11,27],"texture":0},"down":{"uv":[6,22,11,27],"texture":0}},"type":"cube","uuid":"e150a8db-9554-b56d-3e94-2bf4e048a5bb"},{"name":"forth","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-6,6,-1.5],"to":[-1,7,1.5],"autouv":0,"color":9,"rotation":[38.42684349769512,25.496714197661035,61.51653388206821],"origin":[-1,2,1],"faces":{"north":{"uv":[32,18,27,19],"texture":0},"east":{"uv":[34,18,35,23],"texture":0},"south":{"uv":[27,22,32,23],"texture":0},"west":{"uv":[27,18,28,23],"texture":0},"up":{"uv":[27,18,32,23],"texture":0},"down":{"uv":[27,18,32,23],"texture":0}},"type":"cube","uuid":"52ec3b07-c4ab-fb98-b5ec-eaa4af012480"},{"name":"hind","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-5,4,-2.5],"to":[0,5,0.5000000000000002],"autouv":0,"color":9,"rotation":[0,45,0],"origin":[0,0,0],"faces":{"north":{"uv":[35,18,30,19],"texture":0},"east":{"uv":[34,18,35,23],"texture":0},"south":{"uv":[30,22,35,23],"texture":0},"west":{"uv":[30,18,31,23],"texture":0},"up":{"uv":[30,18,35,23],"texture":0},"down":{"uv":[30,18,35,23],"texture":0}},"type":"cube","uuid":"e76d49db-d39f-8487-07f8-5f8f56bf344c"},{"name":"forth","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,6,-1.5],"to":[6,7,1.5],"autouv":0,"color":9,"rotation":[38.42684349769512,-25.496714197661035,-61.51653388206821],"origin":[1,2,1],"faces":{"north":{"uv":[27,18,32,19],"texture":0},"east":{"uv":[28,18,27,23],"texture":0},"south":{"uv":[32,22,27,23],"texture":0},"west":{"uv":[35,18,34,23],"texture":0},"up":{"uv":[32,18,27,23],"texture":0},"down":{"uv":[32,18,27,23],"texture":0}},"type":"cube","uuid":"363aa87f-68fb-0365-ef94-ddfa030a34e5"},{"name":"hind","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,4,-2.5],"to":[5,5,0.5000000000000002],"autouv":0,"color":9,"rotation":[0,-45,0],"origin":[0,0,0],"faces":{"north":{"uv":[30,18,35,19],"texture":0},"east":{"uv":[31,18,30,23],"texture":0},"south":{"uv":[35,22,30,23],"texture":0},"west":{"uv":[35,18,34,23],"texture":0},"up":{"uv":[35,18,30,23],"texture":0},"down":{"uv":[35,18,30,23],"texture":0}},"type":"cube","uuid":"f5ccc9c6-a342-2c58-0c7f-730db7394a21"},{"name":"forth","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,6,-1.5],"to":[6,7,1.5],"autouv":0,"color":9,"rotation":[-38.42684349769512,25.496714197661035,-61.51653388206821],"origin":[1,2,-1],"faces":{"north":{"uv":[27,22,32,23],"texture":0},"east":{"uv":[27,18,28,23],"texture":0},"south":{"uv":[32,18,27,19],"texture":0},"west":{"uv":[34,18,35,23],"texture":0},"up":{"uv":[32,23,27,18],"texture":0},"down":{"uv":[32,23,27,18],"texture":0}},"type":"cube","uuid":"44e72297-3e47-5824-fc90-c8689c23e2ac"},{"name":"hind","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,4,-0.5000000000000002],"to":[5,5,2.5],"autouv":0,"color":9,"rotation":[0,45,0],"origin":[0,0,0],"faces":{"north":{"uv":[30,22,35,23],"texture":0},"east":{"uv":[30,18,31,23],"texture":0},"south":{"uv":[35,18,30,19],"texture":0},"west":{"uv":[34,18,35,23],"texture":0},"up":{"uv":[35,23,30,18],"texture":0},"down":{"uv":[35,23,30,18],"texture":0}},"type":"cube","uuid":"09c0d43b-cb1d-6413-4d0d-d20488034bb1"},{"name":"forth","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-6,6,-1.5],"to":[-1,7,1.5],"autouv":0,"color":9,"rotation":[-38.42684349769512,-25.496714197661035,61.51653388206821],"origin":[-1,2,-1],"faces":{"north":{"uv":[32,22,27,23],"texture":0},"east":{"uv":[35,18,34,23],"texture":0},"south":{"uv":[27,18,32,19],"texture":0},"west":{"uv":[28,18,27,23],"texture":0},"up":{"uv":[27,23,32,18],"texture":0},"down":{"uv":[27,23,32,18],"texture":0}},"type":"cube","uuid":"c1c06383-5720-55d1-f2df-33bcc616d09c"},{"name":"hind","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-5,4,-0.5000000000000002],"to":[0,5,2.5],"autouv":0,"color":9,"rotation":[0,-45,0],"origin":[0,0,0],"faces":{"north":{"uv":[35,22,30,23],"texture":0},"east":{"uv":[35,18,34,23],"texture":0},"south":{"uv":[30,18,35,19],"texture":0},"west":{"uv":[31,18,30,23],"texture":0},"up":{"uv":[30,23,35,18],"texture":0},"down":{"uv":[30,23,35,18],"texture":0}},"type":"cube","uuid":"57bb2eb3-5a2e-f3ce-1cd7-4ab59c83b496"},{"name":"RightArmThin","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,13,-0.4999999999999999],"to":[2,19,0.5],"autouv":0,"color":8,"inflate":0.1,"origin":[2,17,0],"faces":{"north":{"uv":[9,16,8,22],"texture":0},"east":{"uv":[9,16,8,22],"texture":0},"south":{"uv":[9,16,8,22],"texture":0},"west":{"uv":[9,16,8,22],"texture":0},"up":{"uv":[9,16,8,22],"texture":0},"down":{"uv":[9,16,8,22],"texture":0}},"type":"cube","uuid":"78bdb662-620c-6401-869e-44153cab8863"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.9999999999999996,7,-0.5000000000000001],"to":[2,13,0.49999999999999956],"autouv":0,"color":8,"inflate":0.1,"origin":[1.5,13,0],"faces":{"north":{"uv":[9,16,8,22],"texture":0},"east":{"uv":[9,16,8,22],"texture":0},"south":{"uv":[9,16,8,22],"texture":0},"west":{"uv":[9,16,8,22],"texture":0},"up":{"uv":[9,16,8,22],"texture":0},"down":{"uv":[9,16,8,22],"texture":0}},"type":"cube","uuid":"da58ee8f-f04e-6add-e42e-1aa763418960"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.5,2.7000000000000006,-1.9],"to":[3.4999999999999996,6.7,2.0999999999999996],"autouv":0,"color":8,"rotation":[20,0,0],"origin":[1.5,6.9,0],"faces":{"north":{"uv":[16,19,19,16],"texture":0},"east":{"uv":[19,19,16,16],"texture":0},"south":{"uv":[16,19,19,16],"texture":0},"west":{"uv":[16,19,19,16],"texture":0},"up":{"uv":[15,18,20,23],"texture":0},"down":{"uv":[21,24,22,25],"texture":0}},"type":"cube","uuid":"633fb578-f5a9-4255-b108-5a37aca9b4ac"},{"name":"LeftArmThin","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2,13,-0.4999999999999999],"to":[-2,19,0.5],"autouv":0,"color":8,"inflate":0.1,"origin":[-2,17,0],"faces":{"north":{"uv":[9,16,8,22],"texture":0},"east":{"uv":[9,16,8,22],"texture":0},"south":{"uv":[9,16,8,22],"texture":0},"west":{"uv":[9,16,8,22],"texture":0},"up":{"uv":[9,16,8,22],"texture":0},"down":{"uv":[9,16,8,22],"texture":0}},"type":"cube","uuid":"1ae0bf05-53f3-ecbd-810c-aae335899df7"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2,7,-0.5000000000000001],"to":[-1.9999999999999996,13,0.49999999999999956],"autouv":0,"color":8,"inflate":0.1,"origin":[-1.5,13,0],"faces":{"north":{"uv":[9,16,8,22],"texture":0},"east":{"uv":[9,16,8,22],"texture":0},"south":{"uv":[9,16,8,22],"texture":0},"west":{"uv":[9,16,8,22],"texture":0},"up":{"uv":[9,16,8,22],"texture":0},"down":{"uv":[9,16,8,22],"texture":0}},"type":"cube","uuid":"bbb1a764-e1ed-8f8d-a3a6-4c236f711393"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-3.4999999999999996,2.7000000000000006,-1.9],"to":[0.5,6.7,2.0999999999999996],"autouv":0,"color":8,"rotation":[20,0,0],"origin":[-1.5,6.9,0],"faces":{"north":{"uv":[19,19,16,16],"texture":0},"east":{"uv":[19,19,16,16],"texture":0},"south":{"uv":[19,19,16,16],"texture":0},"west":{"uv":[16,19,19,16],"texture":0},"up":{"uv":[20,18,15,23],"texture":0},"down":{"uv":[22,24,21,25],"texture":0}},"type":"cube","uuid":"778db050-aaa9-30a8-2a83-c955cd31ad89"}],"outliner":[{"name":"Torso","origin":[0,5,0],"color":0,"uuid":"812e032c-b31f-bf80-43de-434e20e2105b","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"TopTorso","origin":[0,9,0],"color":0,"uuid":"783e6219-f847-73a9-c63e-f8f8938502a5","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["b9387342-6353-1270-a10f-7d9d61251bbc",{"name":"Head","origin":[0,20,0],"color":0,"uuid":"2686a028-b3d4-e873-2909-3db26f680fb0","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["bcac3541-796d-0973-bf93-21ba149e4f18","71e7526d-d187-da55-83f5-089d159bd98e","10fc0a7d-bb96-0ab7-a6b6-d3e32027f764","1d398ff1-b232-636b-9d31-8a507a4c4685"]},{"name":"RightArm","origin":[2,17,0],"rotation":[-12.5,1.1927080055488188e-15,29.99999999999998],"color":0,"uuid":"6a47680b-920c-6f4c-5631-a5ce1b99148b","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["78bdb662-620c-6401-869e-44153cab8863",{"name":"RightForeArm","origin":[1.5,13,0],"rotation":[65.24981132754009,-12.059510656734222,-11.68562260137804],"color":0,"uuid":"0314c8e9-f1ed-0ad8-e8c1-23d28ebf732b","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["da58ee8f-f04e-6add-e42e-1aa763418960","633fb578-f5a9-4255-b108-5a37aca9b4ac"]}]},{"name":"LeftArm","origin":[-2,17,0],"rotation":[-12.5,-1.1927080055488188e-15,-29.99999999999998],"color":0,"uuid":"3b4083d5-c200-db73-b954-63f581600641","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["1ae0bf05-53f3-ecbd-810c-aae335899df7",{"name":"LeftForeArm","origin":[-1.5,13,0],"rotation":[65.24981132754009,12.059510656734222,11.68562260137804],"color":0,"uuid":"a450392f-8874-1380-dd62-e08ec9479393","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["bbb1a764-e1ed-8f8d-a3a6-4c236f711393","778db050-aaa9-30a8-2a83-c955cd31ad89"]}]}]},"e150a8db-9554-b56d-3e94-2bf4e048a5bb"]},{"name":"HindLeftLeg","origin":[0,0,0],"rotation":[0,10,0],"color":0,"uuid":"44f06a28-7519-f845-95f9-36d3db10b60b","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["e76d49db-d39f-8487-07f8-5f8f56bf344c",{"name":"hllforth","origin":[-1,2,1],"color":0,"uuid":"7c1908a2-bb8a-b149-580f-8fde81bf5b93","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["52ec3b07-c4ab-fb98-b5ec-eaa4af012480"]}]},{"name":"HindRightLeg","origin":[0,0,0],"rotation":[0,-10,0],"color":0,"uuid":"94a9a5a3-bcbd-bfe7-feca-de23d3db4133","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["f5ccc9c6-a342-2c58-0c7f-730db7394a21",{"name":"hrlforth","origin":[1,2,1],"color":0,"uuid":"a634a2d2-2213-2f03-5049-e1aa5c7bf4fc","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["363aa87f-68fb-0365-ef94-ddfa030a34e5"]}]},{"name":"FrontRightLeg","origin":[0,0,0],"rotation":[0,10,0],"color":0,"uuid":"887be178-ab58-cb27-8729-a15e434d23dc","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["09c0d43b-cb1d-6413-4d0d-d20488034bb1",{"name":"frlforth","origin":[1,2,-1],"color":0,"uuid":"c8ef8740-9315-4c27-4b78-86d2129a9f19","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["44e72297-3e47-5824-fc90-c8689c23e2ac"]}]},{"name":"FrontLeftLeg","origin":[0,0,0],"rotation":[0,-10,0],"color":0,"uuid":"d4b5be09-bf06-5681-2917-7655dacdc2bb","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["57bb2eb3-5a2e-f3ce-1cd7-4ab59c83b496",{"name":"fllforth","origin":[-1,2,-1],"color":0,"uuid":"98ace087-9197-694e-9779-5a0ff05bdfb9","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["c1c06383-5720-55d1-f2df-33bcc616d09c"]}]}],"textures":[{"path":"/home/akira/.local/share/PrismLauncher/instances/!!_1201PLUS_!!/.minecraft/figura/avatars/Sunflower/sunflower.png","name":"sunflower.png","folder":"","namespace":"","id":"0","particle":false,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"fe0b37fb-0108-e48c-c240-76adb647767b","relative_path":"../sunflower.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAcCAYAAADr9QYhAAAAAXNSR0IArs4c6QAAApdJREFUWEfVlrFuFDEURe/8ART8Q0QKUlAEgRQafgAKCqgoECttlY4voKNCWpQiFRQpyA/QEAnEFhShANFSU5A/GHSffT1vnfF4djQg4WZ27LXn+L7r99ygp7UtWnZfvAauPOue7GsaNH1zan1c08/N321tv4hBrAHsx1797unLodrPaJtb3Xr+XR8uPcVgMJx4cR5UsOYh9E8COihTbQ8QwJid19QLMFlY+NHVEri+A3z/0T0Xr4JqCt82YRtS7pIyCg0/9PVjgMgb4W7c2VRwrDKEydfzYbWNSRUZtgSihQh0sHS+cqb2a/UZvTbeGLEMC2B1swtLnzJUbPHFjaw739Q8URtPnmF42MYow1Cx0fBTj3ofmIUpGTIzblGZzMhzAaWjbZ45B568AO5du3ySdLLe/wKOn4djbaZzuaUWhtq4wfxeBadbnlkD9x+GaYRSIwTb6Ul3vPl+dTEtI/eG6cOjAHLwJoBY8ou7PmM4YrMTFNWz8Zhv5gRK5UBZmAa2XLLXgQmQTz8+Z4gs5F4uqkQQfpBKeAjCUSmN3307X3jEUKzACp8+zgl/A8CLMXwduI0WuwC+Afg0vxK5iYdhnrp6cpRdN9yVwVfsvCDWjvN4ZQizA4BFM4eJlX7juhHLytQkWFemBBPvQMpPKif+jlNURZv0fzhkZRlqBWVScY0JksmRSfH0Z1xsqHjmIO6qUoaReaWMM7G/CrDKq/lq3hsqeZBr5W03yzMb44R54HredScqZe1lKB1JmZOQiwbTwCRlOIk7IBBBeMSdiQmkEpKQ94GzxyPy0daeeYk2QQjqcPP2r/JAKEKojEwtE2XPEIbmkmf4dDBUhhnZlxC9T83Ukwy8TSLb5r//CQy3xBOl9g9q0x+0Hk9baS/NJQAAAABJRU5ErkJggg=="}],"animations":[{"uuid":"5bdb7bf3-56b8-4585-b5d9-ec82ba0904d1","name":"idle","loop":"once","override":false,"length":1,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"2686a028-b3d4-e873-2909-3db26f680fb0":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":10}],"uuid":"35cf9b62-24da-7a04-27db-9fec87811290","time":0.25,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":-10}],"uuid":"123ca071-e8c1-467e-cf60-9b9f8b3407f8","time":0.6666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":-5}],"uuid":"39003745-2fb6-c098-4cc9-7fb3ac037d0b","time":1,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":-5}],"uuid":"1576521f-3491-6675-2b88-814858704499","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"812e032c-b31f-bf80-43de-434e20e2105b":{"name":"Torso","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":0,"z":-5}],"uuid":"dc659585-c50a-edec-cca5-dd9f3960738e","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":5}],"uuid":"6dac5c63-b2ad-fd3b-71da-cb418232b01e","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":5}],"uuid":"3d6638cf-b3a9-0f90-bf8b-6bccad55c36b","time":1,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"783e6219-f847-73a9-c63e-f8f8938502a5":{"name":"TopTorso","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":-10}],"uuid":"fb90cab6-8342-e97c-c15f-90b8958497eb","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":10}],"uuid":"9fd603c2-d1d1-b7f8-6128-be33bfeec928","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":10}],"uuid":"409c173e-62a7-7925-fe66-bfe0a2f4745a","time":1,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"b18522d2-ae9e-2adb-7199-2a38325276b1","name":"walk","loop":"loop","override":false,"length":0.5833333333333334,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"812e032c-b31f-bf80-43de-434e20e2105b":{"name":"Torso","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":10,"y":0,"z":0}],"uuid":"9ee7d9c5-01cd-1057-0c43-92fa434918f7","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"02a299a7-79a4-0f21-723d-66b494d738a9","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":12.5,"y":0,"z":0}],"uuid":"b821a894-1035-669f-7871-5ac9d7f43009","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"783e6219-f847-73a9-c63e-f8f8938502a5":{"name":"TopTorso","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-15,"y":0,"z":0}],"uuid":"9032370e-b022-f45c-cfb2-c7a5f1e2219b","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"ef479d3f-81cd-530b-9ec7-55e795f737bc","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-15,"y":0,"z":0}],"uuid":"ecebee66-dff1-b839-9db5-f90a1fe37c26","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"44f06a28-7519-f845-95f9-36d3db10b60b":{"name":"HindLeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-23.49931750855103,"y":-23.43956641001887,"z":17.76583361997291}],"uuid":"b9f9c722-48ce-7f00-765c-9a7068ec7c30","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":27.707895977870976,"y":-12.70168236854488,"z":-22.295663016684102}],"uuid":"94ad824a-11c9-8311-2969-df44e36772dc","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":17.574410879592506,"y":26.316428191643354,"z":-5.8279419986447465}],"uuid":"bf942151-3db1-dda9-b628-fdfb0394d3c6","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":25.375619821964847,"y":26.93331095420399,"z":8.907220889103428}],"uuid":"b6f791a7-a81a-7c72-a423-7c692741ace9","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"94a9a5a3-bcbd-bfe7-feca-de23d3db4133":{"name":"HindRightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":25.375619821964847,"y":-26.93331095420399,"z":-8.907220889103428}],"uuid":"1f8e4fa2-b1ad-f46c-a6f9-129237c61c15","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-23.49931750855103,"y":23.43956641001887,"z":-17.76583361997291}],"uuid":"3a81a129-2706-31a0-582e-1df215ad1484","time":0.4166666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":27.707895977870976,"y":12.70168236854488,"z":22.295663016684102}],"uuid":"cf9535c7-adcd-80ca-0bf5-538bd19b6992","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":17.574410879592506,"y":-26.316428191643354,"z":5.8279419986447465}],"uuid":"ac925c29-fc07-f15b-f746-a9f753fa601d","time":0.08333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"887be178-ab58-cb27-8729-a15e434d23dc":{"name":"FrontRightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":25.375619821964847,"y":26.93331095420399,"z":8.907220889103428}],"uuid":"4b26157d-3d12-280b-a41e-27c3f0dbda63","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-23.49931750855103,"y":-23.43956641001887,"z":17.76583361997291}],"uuid":"02f36aeb-3717-80fe-4c7f-045ef9819995","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":27.707895977870976,"y":-12.70168236854488,"z":-22.295663016684102}],"uuid":"65327a80-72d5-dad5-33f5-a7e8e4cfdb00","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":17.574410879592506,"y":26.316428191643354,"z":-5.8279419986447465}],"uuid":"9f469c20-2ebe-a746-0953-a5c7e11a86a6","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d4b5be09-bf06-5681-2917-7655dacdc2bb":{"name":"FrontLeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":25.375619821964847,"y":-26.93331095420399,"z":-8.907220889103428}],"uuid":"5bad71f6-e62c-4a72-2f9f-24bfaccceac1","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-23.49931750855103,"y":23.43956641001887,"z":-17.76583361997291}],"uuid":"edaad4dd-e132-5ff7-a889-26355f41f18f","time":0.4166666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":27.707895977870976,"y":12.70168236854488,"z":22.295663016684102}],"uuid":"ef0e84eb-816b-582b-7010-fcc0aad77c58","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":17.574410879592506,"y":-26.316428191643354,"z":5.8279419986447465}],"uuid":"c4b37135-e991-3db9-9b49-102316f05fc9","time":0.08333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"2686a028-b3d4-e873-2909-3db26f680fb0":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-3.5,"y":0,"z":5}],"uuid":"dc6bc8bd-a8a6-f19d-fbfc-60782a63ff9e","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":15,"y":0,"z":-5}],"uuid":"dd64bb53-a1cb-6be3-1f11-c422bf28ed4b","time":0.25,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-6\n","y":"0","z":5}],"uuid":"1e3a4a29-b298-80a9-67cc-e9e8bcdecd14","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"705c1ca0-860c-9c4f-70a7-7ea1d3536796","name":"jump","loop":"hold","override":false,"length":1,"snapping":24,"selected":true,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"2686a028-b3d4-e873-2909-3db26f680fb0":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-60,"y":"0","z":"0"}],"uuid":"e5677314-bd01-e548-309c-04deb562a42c","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10,"y":0,"z":0}],"uuid":"1756ae65-f1d8-d507-63b9-c081e9b42c7b","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-60,"y":"0","z":"0"}],"uuid":"be308e99-2739-1403-1678-cb9bac43d9a1","time":0.125,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10,"y":0,"z":0}],"uuid":"2e70dcb6-3bbc-f860-63b1-566f2b7022b1","time":0.375,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":-3}],"uuid":"fffe0bcb-9cd3-b4c3-5c41-32bd4208ad82","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":-3}],"uuid":"49152542-b86f-afc8-da8a-e3798489caf2","time":0.125,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"6a47680b-920c-6f4c-5631-a5ce1b99148b":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-21.99054488848742,"y":12.19908169044902,"z":-2.3788696524425177}],"uuid":"7d21e904-c0c9-2b8b-3e30-be80ed1fa0e6","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-3.9761363309673783,"y":-37.87757319524444,"z":-8.312327126317431}],"uuid":"dfcf4fdd-9a0c-f536-f88d-f730708435e2","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-3.9761363309673783,"y":-37.87757319524444,"z":-8.312327126317431}],"uuid":"5b98e5b8-31c0-3063-7880-94e07c0a9e35","time":0.125,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-21.99054488848742,"y":12.19908169044902,"z":-2.3788696524425177}],"uuid":"0042cbe8-6d5f-ffcc-6159-f00c756abb6f","time":0.375,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"0314c8e9-f1ed-0ad8-e8c1-23d28ebf732b":{"name":"RightForeArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":105,"y":"0","z":"0"}],"uuid":"0507c0c6-5ce6-3550-69aa-8a20ca4cca96","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":30.49669400058565,"y":4.0040942701493805,"z":-30.02277461908352}],"uuid":"3ff9819f-a0b5-a06b-314b-21117725328a","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":105,"y":"0","z":"0"}],"uuid":"72248db0-cf5f-74b9-d73d-9283415822ae","time":0.125,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":30.49669400058565,"y":4.0040942701493805,"z":-30.02277461908352}],"uuid":"3c27d416-f0bf-5f82-7dc1-f099a8bc6386","time":0.375,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"3b4083d5-c200-db73-b954-63f581600641":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-19.733898464606682,"y":-11.031095578770419,"z":1.9244457897189022}],"uuid":"1e78f200-a1dc-6738-ae5b-ed349f0c7968","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-3.9761363309673783,"y":37.87757319524444,"z":8.312327126317431}],"uuid":"ab158fa3-b3db-e11e-a448-80a029cba5e7","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-3.9761363309673783,"y":37.87757319524444,"z":8.312327126317431}],"uuid":"8cd30832-30d8-dc5a-53e5-126e49257546","time":0.125,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-19.733898464606682,"y":-11.031095578770419,"z":1.9244457897189022}],"uuid":"eec5f308-631d-b533-619f-5b821fdbc712","time":0.375,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"a450392f-8874-1380-dd62-e08ec9479393":{"name":"LeftForeArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":105,"y":"0","z":"0"}],"uuid":"ac5c4de0-1a7a-a8aa-e977-3f19eb4dc078","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":27.977893778251655,"y":-3.454315416609006,"z":30.978818869582028}],"uuid":"dbba64a4-df74-d9d5-5f73-bfed8ef93630","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":105,"y":"0","z":"0"}],"uuid":"e2010f7d-d6ac-a1d7-a732-42bdc93ae108","time":0.125,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":27.977893778251655,"y":-3.454315416609006,"z":30.978818869582028}],"uuid":"ef3fdf77-eda1-018a-21cf-031b05ad598b","time":0.375,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"44f06a28-7519-f845-95f9-36d3db10b60b":{"name":"HindLeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-43.54179807961373,"y":-2.319994706489979,"z":29.39673793719612}],"uuid":"645aeb41-fe65-48c0-8c9d-728828ce2633","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-43.54179807961373,"y":-2.319994706489979,"z":29.39673793719612}],"uuid":"ac79f9e7-48f8-138c-3a82-5ae4479b20fc","time":0.125,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"779b0123-9e50-3ef7-be55-a698ac10e4df","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":3,"z":-2}],"uuid":"f355f739-aa5b-6bd8-0488-bfb5bb02c105","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":3,"z":-2}],"uuid":"b97fabb5-36aa-d225-198f-172f88e8939a","time":0.125,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"2ddc64f2-efce-5225-1043-93840a8e6133","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"94a9a5a3-bcbd-bfe7-feca-de23d3db4133":{"name":"HindRightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-43.54179807961373,"y":2.319994706489979,"z":-29.39673793719612}],"uuid":"3c3045da-3dee-ad96-4f79-e23b4059f822","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-43.54179807961373,"y":2.319994706489979,"z":-29.39673793719612}],"uuid":"3b078c5a-6a41-5fa4-fa47-e359b294acf4","time":0.125,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"27f09d11-b243-6749-b6a0-678dbb0644c5","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":3,"z":-2}],"uuid":"5db43c6d-feca-58fa-a9bf-93fc7a3d9478","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":3,"z":-2}],"uuid":"5210d91d-98f9-b5ab-1dba-065d99ba3f78","time":0.125,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"8af51104-3994-8b01-6f68-fb3cb2c4c7bf","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"887be178-ab58-cb27-8729-a15e434d23dc":{"name":"FrontRightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":39.77479422562055,"y":20.48217343546594,"z":-32.18745164026086}],"uuid":"f0345bb5-58a8-b3ce-5f97-c89556096d75","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":39.77479422562055,"y":20.48217343546594,"z":-32.18745164026086}],"uuid":"faa4edd8-ba92-cfd3-5a22-afd75f92d6c1","time":0.125,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"c40e8f45-b4ae-611c-f12a-522ce4f00818","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":1,"y":3,"z":2}],"uuid":"ee6f45e7-7846-760d-85fd-504af9edd336","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":1,"y":3,"z":2}],"uuid":"49f1886a-5042-31ea-e18f-18f205eb7497","time":0.125,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"7d6f662d-1907-1d08-8f06-73daa333154d","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d4b5be09-bf06-5681-2917-7655dacdc2bb":{"name":"FrontLeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":39.77479422562055,"y":-20.48217343546594,"z":32.18745164026086}],"uuid":"47b27231-8e1b-23ef-3c0f-079bce413c62","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":39.77479422562055,"y":-20.48217343546594,"z":32.18745164026086}],"uuid":"29eaacce-122f-fde6-c5fa-8a1627451214","time":0.125,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"b24d2054-0b15-376d-9ed1-fec042ddb33f","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-1,"y":2,"z":2}],"uuid":"2a11f08a-4c05-d979-b73e-20ac840ff119","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-1,"y":2,"z":2}],"uuid":"b8dc4ac4-619b-67de-f2f3-fe95d82819c4","time":0.125,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"2080cb8c-6f69-9ee3-7e50-23e8afaa453e","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}}]} \ No newline at end of file diff --git a/3d_models/figura-old/Sunflower/squid_model.bbmodel b/3d_models/figura-old/Sunflower/squid_model.bbmodel new file mode 100644 index 0000000..e82de14 --- /dev/null +++ b/3d_models/figura-old/Sunflower/squid_model.bbmodel @@ -0,0 +1 @@ +{"meta":{"format_version":"4.5","model_format":"free","box_uv":false},"name":"squid_model","model_identifier":"","visible_box":[1,1,0],"variable_placeholders":"","variable_placeholder_buttons":[],"timeline_setups":[],"unhandled_root_fields":{},"resolution":{"width":128,"height":64},"elements":[{"name":"head","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-6.000000000000035,8.000000000000036,-7],"to":[5.999999999999965,11.000000000000036,-1],"autouv":0,"color":0,"inflate":1.7291723608536813e-14,"origin":[-3.504896758764277e-14,-24.999999999999964,-4],"faces":{"north":{"uv":[62,16,68,19],"texture":0},"east":{"uv":[56,19,59,22],"texture":0},"south":{"uv":[70,19,78,22],"texture":0},"west":{"uv":[67,19,70,22],"texture":0},"up":{"uv":[72,5,61,0],"texture":0},"down":{"uv":[83,0,72,5],"texture":0}},"type":"cube","uuid":"2a2e2d45-565e-17bd-ab74-280639e7d2b9"},{"name":"head","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-8.000000000000036,-0.9999999999999645,-8.5],"to":[7.999999999999965,8.000000000000036,0.5],"autouv":0,"color":9,"inflate":1.7291723608536813e-14,"origin":[-3.504896758764277e-14,-24.999999999999964,-4],"faces":{"north":{"uv":[61,0,72,5],"texture":0},"east":{"uv":[56,5,64,9],"texture":0},"south":{"uv":[72,0,83,5],"texture":0},"west":{"uv":[72,5,80,9],"texture":0},"up":{"uv":[72,9,64,5],"texture":0},"down":{"uv":[88,5,80,9],"texture":0}},"type":"cube","uuid":"0db532f2-bb4e-de00-0488-9d50b08a556a"},{"name":"head","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-5.000000000000035,-7.9999999999999645,-7],"to":[4.999999999999965,-4.9999999999999645,-1],"autouv":0,"color":4,"inflate":1.7291723608536813e-14,"origin":[-3.504896758764277e-14,-24.999999999999964,-4],"faces":{"north":{"uv":[78,22,84,20],"texture":0},"east":{"uv":[78,22,80,20],"texture":0},"south":{"uv":[84,22,90,20],"texture":0},"west":{"uv":[84,22,86,20],"texture":0},"up":{"uv":[84,24,78,22],"texture":0},"down":{"uv":[84,18,78,20],"texture":0}},"type":"cube","uuid":"61a5a55d-9355-9474-d76d-0e9b3fe67e28"},{"name":"head","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-5.000000000000035,-4.9999999999999645,-7],"to":[4.999999999999965,3.552713678800501e-14,-1],"autouv":0,"color":6,"inflate":1.7291723608536813e-14,"origin":[-3.504896758764277e-14,-24.999999999999964,-4],"faces":{"north":{"uv":[59,19,67,22],"texture":0},"east":{"uv":[56,19,59,22],"texture":0},"south":{"uv":[70,19,78,22],"texture":0},"west":{"uv":[67,19,70,22],"texture":0},"up":{"uv":[67,19,59,16],"texture":0},"down":{"uv":[75,16,67,19],"texture":0}},"type":"cube","uuid":"c220c83c-b52c-39fb-36c3-50f2f583aecf"},{"name":"head","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-6.000000000000035,-5.599999999999966,-7.300000000000001],"to":[5.999999999999965,1.400000000000034,-6.300000000000001],"autouv":0,"color":6,"inflate":0.10000000000001597,"origin":[-3.504896758764277e-14,-24.999999999999964,-4],"faces":{"north":{"uv":[60,15,67,9],"texture":0},"east":{"uv":[60,9,61,15],"texture":0},"south":{"uv":[60,14,67,15],"texture":0},"west":{"uv":[66,9,67,15],"texture":0},"up":{"uv":[67,10,60,9],"texture":0},"down":{"uv":[67,14,60,15],"texture":0}},"type":"cube","uuid":"24d9c7fe-9727-aa2b-4c5f-fdcbfb2aa0a4"},{"name":"head","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-5.000000000000035,-7.9999999999999645,-7],"to":[4.999999999999965,-4.9999999999999645,-1],"autouv":0,"color":3,"inflate":-0.09999999999998205,"origin":[-3.504896758764277e-14,-24.999999999999964,-4],"faces":{"north":{"uv":[71,16,78,14],"texture":0},"east":{"uv":[71,16,73,14],"texture":0},"south":{"uv":[71,16,78,14],"texture":0},"west":{"uv":[76,16,78,14],"texture":0},"up":{"uv":[78,15,71,14],"texture":0},"down":{"uv":[77,14,72,16],"texture":0}},"type":"cube","uuid":"c34e782b-1a06-24c8-51b8-66d2275ec758"},{"name":"bone","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[53.99999999999997,-13.999999999999975,19.49999999999999],"to":[57.99999999999997,-5.999999999999975,24.49999999999999],"autouv":0,"color":6,"inflate":1.7291723608536813e-14,"origin":[0.9999999999999751,-17.999999999999975,-7.000000000000011],"faces":{"north":{"uv":[64,22,61,26],"texture":0},"east":{"uv":[63,22,66,26],"texture":0},"south":{"uv":[61,22,64,26],"texture":0},"west":{"uv":[63,22,60,26],"texture":0},"up":{"uv":[61,26,64,22],"texture":0},"down":{"uv":[63,20,66,23],"texture":0}},"type":"cube","uuid":"04f8ed1a-2883-ddbe-94ef-d26fd5c22d7c"},{"name":"bone","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[53.99999999999997,-5.999999999999975,21.49999999999999],"to":[57.99999999999997,2.4868995751603507e-14,24.49999999999999],"autouv":0,"color":6,"inflate":1.7291723608536813e-14,"origin":[0.9999999999999751,-17.999999999999975,-7.000000000000011],"faces":{"north":{"uv":[64,22,61,26],"texture":0},"east":{"uv":[63,22,66,26],"texture":0},"south":{"uv":[61,22,64,26],"texture":0},"west":{"uv":[63,20,60,24],"texture":0},"up":{"uv":[61,22,64,24],"texture":0},"down":{"uv":[72,5,78,2],"texture":0}},"type":"cube","uuid":"0dc68b89-5264-0546-f1ca-980b48a07372"},{"name":"bone","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-58.00000000000003,-13.999999999999972,19.50000000000001],"to":[-54.00000000000003,-5.999999999999972,24.50000000000001],"autouv":0,"color":6,"inflate":1.7291723608536813e-14,"origin":[-1.0000000000000249,-17.99999999999997,-6.999999999999989],"faces":{"north":{"uv":[61,22,64,26],"texture":0},"east":{"uv":[60,22,63,26],"texture":0},"south":{"uv":[64,22,61,26],"texture":0},"west":{"uv":[66,22,63,26],"texture":0},"up":{"uv":[64,26,61,22],"texture":0},"down":{"uv":[66,20,63,23],"texture":0}},"type":"cube","uuid":"69df7860-4bf9-4d60-8f3b-af6de427fcde"},{"name":"bone","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-58.00000000000003,-5.999999999999972,21.50000000000001],"to":[-54.00000000000003,2.842170943040401e-14,24.50000000000001],"autouv":0,"color":6,"inflate":1.7291723608536813e-14,"origin":[-1.0000000000000249,-17.99999999999997,-6.999999999999989],"faces":{"north":{"uv":[61,22,64,26],"texture":0},"east":{"uv":[60,20,63,24],"texture":0},"south":{"uv":[64,22,61,26],"texture":0},"west":{"uv":[66,22,63,26],"texture":0},"up":{"uv":[64,22,61,24],"texture":0},"down":{"uv":[78,5,72,2],"texture":0}},"type":"cube","uuid":"31cb7664-15ed-86e0-d4d3-29fa7ef69c92"}],"outliner":[{"name":"squid","origin":[-3.504896758764277e-14,3.552713678800501e-14,-4],"color":0,"uuid":"a35dc7d5-a958-f22e-79b8-81a2e330e09f","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"s_Head","origin":[-3.504896758764277e-14,3.552713678800501e-14,-4],"rotation":[-90,0,180],"color":0,"uuid":"dc35deeb-3d4a-7cc5-087e-bc3c8164828f","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["2a2e2d45-565e-17bd-ab74-280639e7d2b9","0db532f2-bb4e-de00-0488-9d50b08a556a","61a5a55d-9355-9474-d76d-0e9b3fe67e28","c220c83c-b52c-39fb-36c3-50f2f583aecf","24d9c7fe-9727-aa2b-4c5f-fdcbfb2aa0a4","c34e782b-1a06-24c8-51b8-66d2275ec758"]},{"name":"s_LeftTentacle","origin":[5.999999999999975,2.4868995751603507e-14,2.9999999999999893],"rotation":[-90,0,90],"color":0,"uuid":"4536ea21-3f7c-1442-c89c-68bc5770b387","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"bone","origin":[30.999999999999975,-21.999999999999975,13.99999999999999],"rotation":[0,180,0],"color":0,"uuid":"b51edf78-0003-6177-641e-96f04a7ff43e","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["04f8ed1a-2883-ddbe-94ef-d26fd5c22d7c","0dc68b89-5264-0546-f1ca-980b48a07372"]}]},{"name":"s_RightTentacle","origin":[-6.000000000000025,2.842170943040401e-14,3.0000000000000107],"rotation":[-90,0,-90],"color":0,"uuid":"38a22db4-0d1c-1c2f-d478-b6b5f168d971","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"bone2","origin":[-31.000000000000025,-21.99999999999997,14.00000000000001],"rotation":[0,-180,0],"color":0,"uuid":"77d7a956-3ee1-f653-56dd-9c8bbcffb0b5","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["69df7860-4bf9-4d60-8f3b-af6de427fcde","31cb7664-15ed-86e0-d4d3-29fa7ef69c92"]}]}]}],"textures":[{"path":"/home/akira/.local/share/PrismLauncher/instances/!!_1201PLUS_!!/.minecraft/figura/avatars/PSDX/char.png","name":"char.png","folder":"","namespace":"","id":"0","particle":false,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"b49ae1fa-3c8b-9200-4228-e9984cab2d08","relative_path":"../../PSDX/char.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABACAYAAADS1n9/AAAAAXNSR0IArs4c6QAADXRJREFUeF7tnG1sVUkZx+fyWihQCi20hfJSKCC7lnYpGNYQ2XUTxSomrh+MWbIfjGx2N1EjamJQNqD7Qc0aNVnMEr+YNXE/7JpIgugHhSwRzKZSwA1igRZsKYUCpUChvB7zm/o/Oz09997TW8o9lDNJc+49M2dmzjz/5/+8zNym9jxd5i2sKjRhpbWl12y+MsOMGzfO9Pb2mokTJ9pmt27dMoWFhebu3bvm5s2boc/qZmtra0qfFy1a5BUXF5vu7m5z6tQp/37GDkagsu07T3hh3fZ29vm3efeWy3dDR6+aMS607tXjF/P2TrkuU0qL4b48nRWWFdg+P/Mnz0yePNl+vnPnjr2OHz/eXm/cuDEkAKxdu9YDMJMmTTL79+/P22KFAYD35525dnfftu93pfuOL2iETple3P/uqucqoDySADj+wiJPwm7/91X7YnM/Ns1eWYwXjhdbTYcF3KJ7ly5dygg+MQDaX1FRYTo6Ooyu+WIB950l8OLiCfY9ED6fuR46ddMgeFfo6V4WsKw/0Jk3UOfMACwGL8sL1L17yLR+/RN2AbQYL5+d6fddWlpqP3d1dfn3enp6IgFA2t/e3m7mzp2bVxY42FDpAXIJn3eXdkvrRfNhmh98YT3/SAIAHwDBd/XeMx+vrkwBCF4QG8j9Z597zkyYMCGUAW7fvh3JBLjaf/XqVTNt2rS8sgDvjFZLcKLxMNvu3guyQdBEPJIACKI5CIjly5d7AIAiMwD9U6ICoL6+3sPunzhxwty7d8+MHTvWVFdXW/A0NjaOKG3yPtJu124HaV2s566HzIHuyTcIozzAEAQV7eIOiqyLDwBwAiV0vTxgiOoEyvs/c+aMv3bz589/KNGAtN0Vmqv56eyXCxDXJKp9lD5GBQBqamq8MWPGWG13C6xw//59c+3ataw+QFlZmUfYCP2rYAYoI+0IigFcG59xwk6lQCCn0GUQPH/5B2H9qT72DCAND3sJNDzM/qst9RSFicE+3Hpi/7A8wrFjx7KyUFSBhbV7c1mJNQFBYSl0y2bX3T7T5QUyzS/uoWGqtrbWk20Pxvmi/WAIqBcO1md7Pqz+8OHDFgClpaXeggULzOnTp/317Orq8sGxa9cur7Ky0ta1tbWZDRs25ASc9es3WECcPXvWvFV5wbzUNsvMmTPH9rt1TNOA2F/AgQnW7G7LabzhgPdhPJvCQQuL89FeaXamPACTzFSP6cCECER8h1X0jJxAADB9+nT7zleuXLGOYmdnf1yN8FfX1w9Yjw8aG3MCAQD46a/eNE8unmtKS8tNV9c58+HJdvO9b7xqAaAip07fRy0AYADZ95kzZ5qCggIb57s2HwFSdMX2U7giTAmVPEFfX59Rckh1WkT6p7jJI0zA7NmzPXyCsrIyXwCdnZ1EDSmE/+Ty5YPMDAD98NixIYOgpmald+RIox0HwQMEyooV9eYnU84O8uTl2cfdlufKFqnq6mqP1G5Ypk+Ujbbu27fPPPPMM3acvXv3mnXr1vnPZHuefgQeTRTw8JzyAtJ8rmICAUB033LyZL89X7zYZ4ahmoKSkjLvrd++Y55vWGfe273Pv7704lfMtpL+8NZNAj3Kad4ooEhBvdDtjBn9mz6idK4IDk3zPM8cPHjQ1NbW2vrDhw+bNWvWWBovKiry9wbc5y9fvmxjfgr9hzEI9dh5GABAIHjoX89gAmAACbmpqckCoK6uLjIAXJvf0XHW9g0AggUAUCoq5vg+Ad8xCx2vvG2WLFlkmptPmYodG832+3Vmz55do8InsABAExEAIJDtR5hQNbuAVVVV5vr16/aPMmXKFPvX0tJidwWhdsCgZxE+Gu86fTIbWnjVu46e/ACFlvIB0PxgpMFYYoJMSCftq3rs+sbm9K3fXjJws0eCl5ngScwGQHi+Yd3oAEBVVZXHYkpblfUDFNh2/gAGmsmVgoDRVq6050/Clu+A1ktoCF/1Wn76BwQtLS1+FEAdkYBYABPAPfkBruii2n8BIGrihjHcJBAgoIgBLEvs2DhqooJBKF66dKmHM4a2nzt3zmo6BUZAM9vaModDq1at8uREuk4gIKBfGMUtOJ04jhRAKEC4baB+N/RTSIgpCM63vLzczrujo2PQu7lsQP8keLQTysbQXxv7N7bS5QziHtNnYsJ0dYMWaeXKlR5CBwBoIskbBC+GCFtYt/MwACB8tJ14240AYAkBQHsE0vqoLxOcr/yIsAwjAFBaV4IfwCoHPtraFgu4zDEaI4HHDgDSfAnePQTibgu7wHiUt3uzKdIgAKxYscLPDIoB6ERZv+bm5ozOD3mFCxcuWKfSzRuEMQD9KkLIlQGC8w0ygGhf+fywXT/m4e786TBIpsUbLebA2lBoWHae66xZs2x8fvHiRX+zR4KaOnWqjQoomAlsM8LDqeNKQgfbD9XzHcHjZBIpKO6X4CV0rpgd5sG4jMU9HEoljyQM6ocy352V/du0bnFBELbF6+7zpwPBp+uLzLLfnUrJrPBZh2vIGgp4+hzXTGLK1SClZ10fQF69fADqampq7LrgbJFTR2DkCigIDI8fx45nYQIExh8AkIev/gQG2tMPYaXqwgDAPTffwOdM890y7Xborl3Y2T4JO8qmz1OLJtnmwa1i90QR9XHfFcwIAI5vKSx0AcCZPgqCFgDQdNoQxqUrOJNBAEjb6YuwMZVKpWUAMUQ6AITNN+i0fr98hrfhqUKz61Cv+er7R/xU8H82LrYanc1muloe1tZlhGx9xaE+xWENaZG7u6coIAwAtMdMIDQEync0HS0m1NOp4eAL0p4cP0X0j1AJDanDfvNHf/gRnBjS/oS2kltbW209Wh9lvkEAaHu4vee+DwCSO+O3rYsEAOaOkNNReqa6OAg8OAcLAOXeg9u7CDfMBLgMIAAomYRGCzQaTOzh0r6bJuYzvzUg0YQJUNjpmgBSzhQAMJT5BgHAARFoGQDU/+YPNsFDpi/IAGpX9sa7tg3nJeMowOHOKTVv3jyb+KEoBYujhxOHVgoUEhg0jYZr50+nfJTMwRQAAjmN0naZjLAJwwIwDoItKSnx50HfzIHx5Hg2Nzf7u4ZR5nv+/PkBgsMEMAfMgLJ8fH/i918bwABossK/z/79HKZp9AKABYZSta2rnH8mALBoAEUAACC0dzN7RATQuLz2sONjjI3Wk1ZmDtC7IgDGYC7clyngXOFQ5ru1+J7BYQue4HWPewmUd17bZ9ngH5+fZ29N+cUB8/4X6gwsMFpy/xlNgBw018kKMwFuvY59cepXdh02UDTAgAiMLODRo0cHjM99MQX9IGhAI3PC2AIAYKOOH5a4B0foMNN8cVKx8RQ2cYIFeqcEN3zaX1xlbmx5x3Ru/vLoBkAwkcJiBBcYgcCACAjqJ99OCYaBMABCghUQmFhTAOC4lwAlkyGHESAwrhtCymzgH2hPgnocUIoAm2m+2RJXAkRw1xDhq3zpc58yf/5k+YCfiY2WtHCqsvKj7dKgdrDY2gGUdgMGLTjtle3Tbh+ClJC1BUybhQsX2pBRJkNeP30ABvrHeQQ4FMxFWB5AUUSYLxE236iHTv91os27/q2n/R+LCAByErUNDCNQRk0mEACw2HjZ/MwLAfCdK/Sr3TXCMDQRqseu6/uyZcusRnI2AEFKi6W9XJUbILRz8wDaDFIYKLOBo6nfHLiZQHwJHRp108zMFyahnnnjT6joTEEYYJJ7xlgGYAG1dQvVIhBl1/DKSQlL4NhbIgMBA82mvbRd7CDv3T1cSjs5gnIMEYIcSKWLJRgiEZ3Y1T0BADAq2oApGE/pZDEI1wQAmWGeNbRhc8ftQse403U7EucB3LGKior8+fT09GSdf6LlwwRA0EfI5UDIgzwPkADgwUI6qwblwgA7d+40DQ0NvlkBAHv27DGbNm0a9oGQBAAPGQBDZQAA09TUZF7/+U6z441tdravbH7NbPn2JrN69eoBAKBuqOcBEgA8ZABkG84ViBy87T/7tRW4G58DiK3ffdl2p1BPzpr73R1Pzqn7m0J9Ds4Lp9Bt19fXl5Xdsr3b41A/7EVyAYAQKAiCH5Ls/tsH9nvDs6vtD0ncei2uK7hMQh2qMBIHMdqKjRgAGD6YqcsFAAIU16hgoV3CADEBAL8iQvslQFegUYQa7TUGt0oAEG3lRowB0H6EjxkYjglIBBlNkLm2GjYACgoKQv/pov4f4A9e/6Wd24+3fDOnOSYAyGnZIj/0QACgNLE7atBbl/1Xm+Az6donAIgsy5waDhsA6aKAsNnk4gQmAMhJrpEfSi354ulQCo/aw3//ssxvqm3g4JlANQir1ymksPH+f6x82CCN+i6PY7vUmO2t3uJ/9q/xyZX9WLj3w/6j3WN/1P//eoL17vf7WxeO9LolABjBFbYMIMFnEnQ6IDT/cUEioBEU0Eh3nfFEUJTBs+0ORukjaZO/FUi0N39rH4uREwDEQgz5m0QCgPytfSxGTgAQCzHkbxIJAPK39rEYOQFALMSQv0kkAMjf2sdi5AQAsRBD/iaRACB/ax+LkRMAxEIM+ZtEAoD8rX0sRk4AEAsx5G8SCQDyt/axGDkBQCzEkL9JJADI39rHYuQEALEQQ/4m8T9H/8HIvp9Q0AAAAABJRU5ErkJggg=="}],"animations":[{"uuid":"4ba5dd67-e029-df74-ac46-a10aaecc2d54","name":"squid_transform","loop":"once","override":false,"length":0,"snapping":24,"selected":true,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{}}]} \ No newline at end of file diff --git a/3d_models/figura-old/Sunflower/sunflower.png b/3d_models/figura-old/Sunflower/sunflower.png new file mode 100644 index 0000000..e18e3da Binary files /dev/null and b/3d_models/figura-old/Sunflower/sunflower.png differ diff --git a/3d_models/figura-old/Supreme Witch Calamita/avatar.json b/3d_models/figura-old/Supreme Witch Calamita/avatar.json new file mode 100644 index 0000000..ff76723 --- /dev/null +++ b/3d_models/figura-old/Supreme Witch Calamita/avatar.json @@ -0,0 +1,7 @@ +{ + "authors": [ + "akirapink" + ], + "name": "Supreme Witch Calamitas", + "description":"§cDo you enjoy going through §e§lhell?" +} diff --git a/3d_models/figura-old/Supreme Witch Calamita/avatar.png b/3d_models/figura-old/Supreme Witch Calamita/avatar.png new file mode 100644 index 0000000..4920cf1 Binary files /dev/null and b/3d_models/figura-old/Supreme Witch Calamita/avatar.png differ diff --git a/3d_models/figura-old/Supreme Witch Calamita/blank.png b/3d_models/figura-old/Supreme Witch Calamita/blank.png new file mode 100644 index 0000000..809bb4d Binary files /dev/null and b/3d_models/figura-old/Supreme Witch Calamita/blank.png differ diff --git a/3d_models/figura-old/Supreme Witch Calamita/hoodie.png b/3d_models/figura-old/Supreme Witch Calamita/hoodie.png new file mode 100644 index 0000000..8c5b2fe Binary files /dev/null and b/3d_models/figura-old/Supreme Witch Calamita/hoodie.png differ diff --git a/3d_models/figura-old/Supreme Witch Calamita/hoodie_dark.png b/3d_models/figura-old/Supreme Witch Calamita/hoodie_dark.png new file mode 100644 index 0000000..58fbe90 Binary files /dev/null and b/3d_models/figura-old/Supreme Witch Calamita/hoodie_dark.png differ diff --git a/3d_models/figura-old/Supreme Witch Calamita/hoodie_dark_e.png b/3d_models/figura-old/Supreme Witch Calamita/hoodie_dark_e.png new file mode 100644 index 0000000..a5f8480 Binary files /dev/null and b/3d_models/figura-old/Supreme Witch Calamita/hoodie_dark_e.png differ diff --git a/3d_models/figura-old/Supreme Witch Calamita/hoodieless.png b/3d_models/figura-old/Supreme Witch Calamita/hoodieless.png new file mode 100644 index 0000000..6635f00 Binary files /dev/null and b/3d_models/figura-old/Supreme Witch Calamita/hoodieless.png differ diff --git a/3d_models/figura-old/Supreme Witch Calamita/player_model.bbmodel b/3d_models/figura-old/Supreme Witch Calamita/player_model.bbmodel new file mode 100644 index 0000000..fbd5d32 --- /dev/null +++ b/3d_models/figura-old/Supreme Witch Calamita/player_model.bbmodel @@ -0,0 +1 @@ +{"meta":{"format_version":"4.5","model_format":"free","box_uv":true},"name":"player_model","model_identifier":"","visible_box":[1,1,0],"variable_placeholders":"\n","variable_placeholder_buttons":[],"timeline_setups":[],"unhandled_root_fields":{},"resolution":{"width":64,"height":64},"elements":[{"name":"Head","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-4,24,-4],"to":[4,32,4],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[8,8,16,16],"texture":0},"east":{"uv":[0,8,8,16],"texture":0},"south":{"uv":[24,8,32,16],"texture":0},"west":{"uv":[16,8,24,16],"texture":0},"up":{"uv":[16,8,8,0],"texture":0},"down":{"uv":[24,0,16,8],"texture":0}},"type":"cube","uuid":"496dda5d-cca1-1751-414e-9a66ec7fee97"},{"name":"Hat Layer","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-4,24,-4],"to":[4,32,4],"autouv":0,"color":0,"inflate":0.5,"origin":[0,0,0],"uv_offset":[32,0],"faces":{"north":{"uv":[40,8,48,16],"texture":0},"east":{"uv":[32,8,40,16],"texture":0},"south":{"uv":[56,8,64,16],"texture":0},"west":{"uv":[48,8,56,16],"texture":0},"up":{"uv":[48,8,40,0],"texture":0},"down":{"uv":[56,0,48,8],"texture":0}},"type":"cube","uuid":"bafb9ee6-b66f-fef7-9c9d-ed2997040021"},{"name":"Right Arm","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,12,-2],"to":[7,24,2],"autouv":0,"color":0,"origin":[0,0,0],"uv_offset":[40,16],"faces":{"north":{"uv":[44,20,47,32],"texture":0},"east":{"uv":[40,20,44,32],"texture":0},"south":{"uv":[51,20,54,32],"texture":0},"west":{"uv":[47,20,51,32],"texture":0},"up":{"uv":[47,20,44,16],"texture":0},"down":{"uv":[50,16,47,20],"texture":0}},"type":"cube","uuid":"9d4f0444-419a-b809-ba15-0c79019c07ef"},{"name":"Right Arm Layer","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,12,-2],"to":[7,24,2],"autouv":0,"color":0,"inflate":0.25,"origin":[0,0,0],"uv_offset":[40,32],"faces":{"north":{"uv":[44,36,47,48],"texture":0},"east":{"uv":[40,36,44,48],"texture":0},"south":{"uv":[51,36,54,48],"texture":0},"west":{"uv":[47,36,51,48],"texture":0},"up":{"uv":[47,36,44,32],"texture":0},"down":{"uv":[50,32,47,36],"texture":0}},"type":"cube","uuid":"7be37985-2faa-66eb-242e-cb8eba0cfa76"},{"name":"Left Arm","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-7,12,-2],"to":[-4,24,2],"autouv":0,"color":0,"origin":[0,0,0],"uv_offset":[32,48],"faces":{"north":{"uv":[36,52,39,64],"texture":0},"east":{"uv":[32,52,36,64],"texture":0},"south":{"uv":[43,52,46,64],"texture":0},"west":{"uv":[39,52,43,64],"texture":0},"up":{"uv":[39,52,36,48],"texture":0},"down":{"uv":[42,48,39,52],"texture":0}},"type":"cube","uuid":"cf83f33e-4217-062e-c91d-569fb49cf0b3"},{"name":"Left Arm Layer","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-7,12,-2],"to":[-4,24,2],"autouv":0,"color":0,"inflate":0.25,"origin":[0,0,0],"uv_offset":[48,48],"faces":{"north":{"uv":[52,52,55,64],"texture":0},"east":{"uv":[48,52,52,64],"texture":0},"south":{"uv":[59,52,62,64],"texture":0},"west":{"uv":[55,52,59,64],"texture":0},"up":{"uv":[55,52,52,48],"texture":0},"down":{"uv":[58,48,55,52],"texture":0}},"type":"cube","uuid":"06ce123e-edbe-42b5-855a-9fb0deaa3db0"},{"name":"Right Leg","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.10000000000000009,0,-2],"to":[3.9,12,2],"autouv":0,"color":0,"origin":[0,0,0],"uv_offset":[0,16],"faces":{"north":{"uv":[4,20,8,32],"texture":0},"east":{"uv":[0,20,4,32],"texture":0},"south":{"uv":[12,20,16,32],"texture":0},"west":{"uv":[8,20,12,32],"texture":0},"up":{"uv":[8,20,4,16],"texture":0},"down":{"uv":[12,16,8,20],"texture":0}},"type":"cube","uuid":"8479a47a-d4bb-a01c-f46e-3cc5acef8687"},{"name":"Right Leg Layer","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.10000000000000009,0,-2],"to":[3.9,12,2],"autouv":0,"color":0,"inflate":0.25,"origin":[0,0,0],"uv_offset":[0,32],"faces":{"north":{"uv":[4,36,8,48],"texture":0},"east":{"uv":[0,36,4,48],"texture":0},"south":{"uv":[12,36,16,48],"texture":0},"west":{"uv":[8,36,12,48],"texture":0},"up":{"uv":[8,36,4,32],"texture":0},"down":{"uv":[12,32,8,36],"texture":0}},"type":"cube","uuid":"c110d4f6-3f50-73dd-44a9-9783e476354c"},{"name":"Left Leg","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-3.9,0,-2],"to":[0.10000000000000009,12,2],"autouv":0,"color":0,"origin":[0,0,0],"uv_offset":[16,48],"faces":{"north":{"uv":[20,52,24,64],"texture":0},"east":{"uv":[16,52,20,64],"texture":0},"south":{"uv":[28,52,32,64],"texture":0},"west":{"uv":[24,52,28,64],"texture":0},"up":{"uv":[24,52,20,48],"texture":0},"down":{"uv":[28,48,24,52],"texture":0}},"type":"cube","uuid":"ac52fb92-fd14-ab9a-1ecf-d21464461ead"},{"name":"Left Leg Layer","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-3.9,0,-2],"to":[0.10000000000000009,12,2],"autouv":0,"color":0,"inflate":0.25,"origin":[0,0,0],"uv_offset":[0,48],"faces":{"north":{"uv":[4,52,8,64],"texture":0},"east":{"uv":[0,52,4,64],"texture":0},"south":{"uv":[12,52,16,64],"texture":0},"west":{"uv":[8,52,12,64],"texture":0},"up":{"uv":[8,52,4,48],"texture":0},"down":{"uv":[12,48,8,52],"texture":0}},"type":"cube","uuid":"0eee2b8e-3a44-4f3d-002a-c5b7f078f724"},{"name":"Body Layer","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-4,12,-2],"to":[4,24,2],"autouv":0,"color":0,"inflate":0.25,"origin":[0,0,0],"uv_offset":[16,32],"faces":{"north":{"uv":[20,36,28,48],"texture":0},"east":{"uv":[16,36,20,48],"texture":0},"south":{"uv":[32,36,40,48],"texture":0},"west":{"uv":[28,36,32,48],"texture":0},"up":{"uv":[28,36,20,32],"texture":0},"down":{"uv":[36,32,28,36],"texture":0}},"type":"cube","uuid":"9a3c26d3-f6fd-62ee-a8af-435c768e9316"},{"name":"Body","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-4,12,-2],"to":[4,24,2],"autouv":0,"color":0,"origin":[0,0,0],"uv_offset":[16,16],"faces":{"north":{"uv":[20,20,28,32],"texture":0},"east":{"uv":[16,20,20,32],"texture":0},"south":{"uv":[32,20,40,32],"texture":0},"west":{"uv":[28,20,32,32],"texture":0},"up":{"uv":[28,20,20,16],"texture":0},"down":{"uv":[36,16,28,20],"texture":0}},"type":"cube","uuid":"f0e2f48d-fa6d-1439-0b2f-6dafffeb0b46"}],"outliner":[{"name":"Head","origin":[0,24,0],"color":0,"uuid":"e368b5ff-8fe7-52f8-b15d-3669735ea015","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["496dda5d-cca1-1751-414e-9a66ec7fee97","bafb9ee6-b66f-fef7-9c9d-ed2997040021",{"name":"LeftSpyglassPivot","origin":[-2,28,-4],"color":0,"uuid":"1cb180be-ea86-1783-cf53-ee5356ce3eee","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"RightSpyglassPivot","origin":[2,28,-4],"color":0,"uuid":"2992214b-11e6-026c-4345-2c31ce7f41dd","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]}]},{"name":"Body","origin":[0,24,0],"color":0,"uuid":"4c59454b-d762-e138-f511-8cdcfe9eea48","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["f0e2f48d-fa6d-1439-0b2f-6dafffeb0b46",{"name":"LeftParrotPivot","origin":[-6,24,0],"color":0,"uuid":"1d534c01-db2a-b8b8-49d1-b28de9266377","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"RightParrotPivot","origin":[6,24,0],"color":0,"uuid":"c628bf34-b3ef-049a-f938-1c89dc0521ab","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]},"9a3c26d3-f6fd-62ee-a8af-435c768e9316"]},{"name":"RightArm","origin":[5,22,0],"color":0,"uuid":"fd161bb4-4436-7745-1328-8f69fbae792c","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["9d4f0444-419a-b809-ba15-0c79019c07ef","7be37985-2faa-66eb-242e-cb8eba0cfa76",{"name":"RightItemPivot","origin":[6,12,-2],"color":0,"uuid":"4578d431-3eb2-294c-0b45-c3901677d479","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"RIGHT_ITEM_PIVOT","origin":[6,12,-2],"color":0,"uuid":"79816650-f860-d4f6-5199-4b7df6f498e5","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]}]},{"name":"LeftArm","origin":[-5,22,0],"color":0,"uuid":"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["cf83f33e-4217-062e-c91d-569fb49cf0b3","06ce123e-edbe-42b5-855a-9fb0deaa3db0",{"name":"LeftItemPivot","origin":[-6,12,-2],"color":0,"uuid":"f107d33d-d7e6-4787-3e8c-b587e943d4d6","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"LEFT_ITEM_PIVOT","origin":[-6.0000000000000036,12,-2],"color":0,"uuid":"6f1e9b1e-b8da-e7ad-1459-e3916edd4f60","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]}]},{"name":"RightLeg","origin":[1.9,12,0],"color":0,"uuid":"64aa6f6e-6b69-58ab-1d95-c475b0d1859a","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["8479a47a-d4bb-a01c-f46e-3cc5acef8687","c110d4f6-3f50-73dd-44a9-9783e476354c"]},{"name":"LeftLeg","origin":[-1.9,12,0],"color":0,"uuid":"d31cd665-4b23-f14a-bf34-7fff4f8aa858","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["ac52fb92-fd14-ab9a-1ecf-d21464461ead","0eee2b8e-3a44-4f3d-002a-c5b7f078f724"]}],"textures":[{"path":"/home/akira/.local/share/PrismLauncher/instances/!!_1201PLUS_!!/.minecraft/figura/avatars/Supreme Witch Calamita/hoodie.png","name":"hoodie.png","folder":"","namespace":"","id":"0","particle":false,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"c65dfd13-a5fe-88df-2d03-d5505470221e","relative_path":"../hoodie.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAByhJREFUeF7tW11MHUUUnk1Mq1eaW0AQDJBiK9BWLD5IKw+mYH0wUuRFqE3jkxGjpgZrVAzxwWDxrxJJNNX6YGJEaUxEivGhBhofastLaZDy0x8QsFSa0pISSmuTNWcuZzM7d3d+du6WS9p9WfbOzJk535y/OXOwiOSpq6uzKyvKPXt1dfcQvzYcsL12hyWbQ9T+8qpVNrTnZKY43San5+jfEzdWkF+vXzKiLx18qP1HugDZ09l1yNWlqnI7/U4EACzzOAmAkDQA8MzjIgEEUwCa1mb7bgCAsP/qVekmijZPOlhFAu4AwIn/HQlYRCARKgBGsOClB0lJ3t2OJPeNL5CRr8/dHjbgsz2bbGC+4vXjLnXt/nyz3d4zS77qGJKqsZENUHWDYXkBmfcxbbdERg78PDzg69ds2Ej/Hjs14MzJtvstRBQrQJvV1kaH8n4exL7+0z5iWZZwh23btlveLKEq4RUryLwEBQCZ45kAZr3aWBBgjO54dp4vyspcC4e2SHUm1fny3cdoVz8QgHlo72ndQsAuzHdMu1hQcZNWf3+/p58FJkdGR8nI6Jgr2oNduzB2jjxRXkEK8vNpH3gHAQHmOPlufZzwlO3Oi9N5maiDTTjaOh7XrfHslFCChCqAzMH7j55ukpmZSSeYnp4mkUiE7NzxvAOAbIF+7UsOwL4Pm23YQf4BpuGBtsqaWnLk7adI29T99Led2f+SrR8dJl0H2ykA2E9EwwsAGHvtQOvSSgACwO42ijaKvyjSA5UoyF/jUgeWFtAQtZ/+YK+nDXhj30kt9wbuMpANQDfHA8AzNjTwF5mbi53CUlJSSNHGhx2mESg/GqJ2Py9Q07RB2Q6A/h9sPBXMCyAA6K7YN+wcireXn0fxRwb9aIjaJ7/9ic6Ru+KGowpwyst5OkM5yKmrLrInf7sYRwMIyo7LcWJWlJZhr86IhZ1XLi6QonXpLh3t6BVHXnh+FxlFr+Mt9pdZbTY/MPBIKZVGkMwffv5FS2VwvrhBWwpzXW7RJu4ux4fHhROBTYEdz/2904XBxLYqagtYo4eJDegIu66yYwAAAvh3WYUzx4Hvvg8HgKzovVoSgJEl79427W2hdOB3NqODxFEFZJEbmx8IBQBeBaIZ97gAkEmADID9L7zq0GP1Hn9UAQABnN1WYa4CPMOwENYGyL63/rcgUnfPNpENwFSXFziqE7H0ZTbFCgsAEZPIiJcN4D2CH9Oq9GUSlTAAVBbEM46Gj2fa61QXlL7UDSZCAlQWJzJ87C4HZd6PfugSsCv1Lqlq/jkZC3K89NoPPGRIBVwRfSkA4PezohG6wAuz8/St811582YcAKxu++0uP0hnjE5fqRE0BaDk/BVfCZDtLjsQ7QFIiZcaeE2iQl8qAZsL8+zsRQmYWpQAne9Hz192orjHc2LRnGx3vYyf3+0P0ML+QehLjSAcI6uK19M1d/YP0rfON38EhfG8iLK7C+2yOECmNjr0pSpQXVqkdPfnJ+dZg/9QhnifHsTg4W7jWKRrQv+WAAA7rMMwLyUiERdFhiqSdEtsgIqr8hJbdqdFdsOEvhQAqRNPsg5sPgCyx3A7VFseVc4e8ewEOkMvJSZsPmCiOEr6BudJyfqIcvZo2QPA5gNuWwDQnkDiNOlUABIikCzd806DS70w/a5bMYIir+tmZe4PVSHhNgAzQvW1L5LG4vvIs0eOksfSC0hL+zd0ziAABHGzSwYARJYPlTaQpvfeIi3P1ZBj1w6T9q7LpPH9j8np3mYS5MIDiyNA3AvXrnSKJUTffD2Bn+G2qksL7bToato+Mxs72Oh8d/QOx0kRSAEwC4zDU1uZSgAU3d2HsaACy0oCYNHrSIqdXphGml/JpgA0fDlFLg3PkDNkTlvlsEIE6IQiAWH6dDhpAn1ZJjnMNchoa++IjOByazcGgBVRqNKAh63oYgHh21X6Q+kLxvMYBIGFZ/9GWwFv6PvMynRblgcIzQ0iYfa6GkpedK0/0vGqFFXJB2i5QcwJ4MWn7reX2CcKgNADIdOEiN9tMQCAlVsmEoCGVNe2qBpeyzQn6DcR3NlD0ALP8NnrgU9rbMruk44+GghBym58dtRxi/idF42V+kCbciCki6ysf6LqCyAJEuT+XzdfYOwFeEBM6wtM7/918wWhA6BbX2B6/6+bL0g4AKb1BcCAyf0/O14lX2AMQCIuV2V2hW/nb46CpM0xTkhaAHQywSanxaQBQIVhlAT2KvzJ13KU8gP8aRLdpHE+YOjMjFZJDSyELcGBEhsV5kX1BctaAkzrC9h/pwmSLzBWAdPrddP6AtVDj5+hXXIATOsLZFdfMg9jDIDpWSIR9QUm+QJjAJKtvgB2XCdfQAHQPf+z/U2P06b1BcCsUSBkyoBMx2TtAEAQN4a7fOKBVNkUnu14jDfOBwB1nZoivj/YAJ04ALlB0MANYklPkHzB/3hfkZu1tC+ZAAAAAElFTkSuQmCC"},{"path":"/home/akira/.local/share/PrismLauncher/instances/!!_1201PLUS_!!/.minecraft/figura/avatars/Supreme Witch Calamita/hoodie_dark.png","name":"hoodie_dark.png","folder":"","namespace":"","id":"1","particle":false,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"74b528ec-6304-6807-e7c6-6a0ea7994b32","relative_path":"../hoodie_dark.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAABx9JREFUeF7tW11sVEUUnoWVQrvL0v+t2ZbUElqU2ppooYQHqRpjIFofgBcT44sao/j7YtJHEh/8QTEx/jwZYwz6YDUaY0zEB8LfiyUWSxU0LZX+Ulp2WbbQeM2Z7Vnnzt47Z+bOLm0D9+Xu7cycmfPN+ZszpyFGPLW1tU68usqz19jkFPNrwwGn+k+HqDlU7c9Gow60J2oiuW4jEyn++/y1Vez7uYtW9MnBbZvv4gugntGxMVeXunicfxcCAJF5nARAWDIAyMzjIgEEWwD2N9X5bgCA8GEySW6iavPIwToScAsASfxvScACAoVQATCCG5++g7U3rM5Jct9whv3x8V83hw1459U2B5jvevGES11/fm+Lc+jwLPuo9wypxlY2QNcNFssLUN7Htj2kMnLg5+EBX18aXct/p5OXc3OK7X4LUcUK0PZ4Os2Hyn4exP7lt/pYKBRS7rDjOM6B19q5SnjFCpSX4AAgczITwKxXmwgCjDEdL87T1t/vWjin113DdX7HvuO8qx8IwDy0Hz64lYFdSPdOuFjQcZOhzs5OTz8LTKaupFkqnXZFe7BrmXSKVVXVsEhZKe8D7yAgwBy7r07nCc+2fQ15Ok+JOtiEoweH87r1nBtVSpBSBZA5eE9NTbCSkqwlnpvLsJUrw6w+kcgBQC3Qr33RAWhqbHRgB+UHmIYH2jqHhtm727ezl44c4X/D38fWN3AAsJ+KhhcAMPapFZnFlQAEQNxtFG0Uf1WkByoRKS11qYNIC2io2h+amvK0Aa+8fcrIvYG7DGQD0M3JAMiMJZOX2fz8PN+tcDjMotG1OaYRKD8aqnY/L7Bn/53adgD0/8ue34N5AQQA3ZX4hp1D8fby8yj+yKAfDVX7vTNZUOtXXcupApzyEo9Uawc5z3S3OCM/TObRAILUcTlPzFoqqp111VljNzOZYS0bKl062ntSHXnh+V1lFL2Ot9ifstpifuD03R0sEomwVCrFvvj6GyOVwfnyBm1trne5RYe5u5wYHFZOBDYFdvyFyAoXBu+n/uW2QDR6mNiAjrDrOjsGACCAQ9u6cnN88tnnxQEgHiszkgCMLGX39tWaCk4H/i5mdJA4qgAVuYn5gaIAIKtArHqNCwBKAigAEn/+nzkS9R4n0QEAAZx9sMteBWSGYSGiDaC+77+e78dV+g9tKhuAqS4vcCi62C7Sp2xKqFgAqJjEhXrZANkj+DGtS5+SqIIBoLMgmXE0fDLTXqe6oPRJN1gICdBZnMrwibsclHk/+kWXgCfKw6RqHhvJBjleeu0HHjKkA66KPgkA+P14LBvxjc1mDzYm37sWwmMRBVG3/XZXRs1kjElf0gjaAtB+YcZXAqjdFQeiPQAp8VIDr0l06JMSsKW5walbkIDRBQkw+b7nwqVcFNeZyEZz1O56GT+/2x+ghf2D0CeNIBwjH23dxNf87W8D/G3yLR9BYbwsouLuQjsVB1BqY0KfVIHujhatuz8/OY8P/MMZkn16EIOHu41jka4N/RsCAOywCcOylKhEXBUZ6kjSDbEBOq7KS2zFnVbZDRv6JACkE19iHcR8AGSP4XZo746YdvZIZifQGXoxMRHzAedbY6xvIM3aN5VqZ4+WPQBiPuCmBQDtCSROl5wKQEIEkqPj4+Mu9cLkq2nFCIq8qZul3B+qQsFtAGaErvQPsZ7WKvbYL0fZfZUbWdnm9XzOIAAEcbOLBgBElp/+OM9WX0+yA7v3sONXf2KHvrvEMrdF2ZMPh1mQCw8sjgBxb24qyRVLqL7legI/wx3q7mh2KmLrePv0bPZgY/Lde3IwT4pACoBZYByevbvKGYBiuvswFlRgWUkALHoDiziVzRXsjefqOACvfzDKLg5Os7MsZaxyWCECdIoiAcX06XDSBPpUJrmYa6BoG+8IRXC5tVsDIIooVGnAI1Z0iYDI7Tr9ofQF43kMgsDCi7/RVsAb+u4sqXSoPEDR3CASFq+roeTF1PojHa9KUZ18gJEbxJwAXnyafnuJfaEAKHogZJsQ8bstBgCwcstGAtCQmtoWXcMbss0J+k0Ed/YQtMAzeG4u8GlNTNm92dvHAyFI2Q3P/p1zi/jdEGvk80GbdiBkiizVv1D1BZAECXL/b5ovsPYCMiC29QW29/+m+YKiA2BaX2B7/2+aLyg4ALb1BcCAzf2/OF4nX2ANQCEuVym7IrfLN0dB0uYYJyxZAEwywTanxSUDgA7DKAniVfgDzye08gPyaRLdpHU+4MzZaaOSGliIWIIDJTY6zKvqC5a1BNjWF4j/ThMkX2CtArbX67b1BbqHHj9Du+gA2NYXUFdflIexBsD2LFGI+gKbfIE1AEutvgB23CRfwAEwPf+L/W2P07b1BcCsVSBkywClY1Q7ABDEjeEu/3p7OTWFZzse463zAUDdpKZI7g82wCQOQG4QNHCDWNITJF/wH6/0hpvA7pRcAAAAAElFTkSuQmCC"},{"path":"/home/akira/.local/share/PrismLauncher/instances/!!_1201PLUS_!!/.minecraft/figura/avatars/Supreme Witch Calamita/hoodieless.png","name":"hoodieless.png","folder":"","namespace":"","id":"2","particle":false,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"d2ae3ec7-641b-1735-a2d5-1d73c6b7a398","relative_path":"../hoodieless.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAABoZJREFUeF7tWltMXEUYnpOYVtdttoCsYIAUW9lt61p8ELUPpqz1SYq8yNbG+GTEqNHUJiqG+GCIeEkl8cEU65vxsr64UnyqKU0f1PIiDSIX24JQS11T2k0JvdjkmH+WfzM7nDOXM3u6i3Bezp6dmX/m//7r/DMWkTwdHR12S7zZsdfAsUHi1oYD9iT2WrI5itkuXdyR5De2ygL7B47kdWtt2UO/VwUAPPOIBICwBsBqMIE1DeDsf80ElhD4X/gA1TC4YqOAKMxBnIcHYv2mbdvp7+nfR3Phjm13C5WiXAHa+vr6XEOxbdu2ZVnCUK3SRxTGLQAAmeM7ArNObSwIMEZ3PDtPLBYTAgB93UAA5kXtKvmLNTIy4pjoAJOTU1Nkcmo6L9sDqV2YPksea46Thvp62gfeXkCAOYqdJ1ANcEMKmYP3icFjJBwO067pdJoEAgGyb+8zOQBU0HbqU3QADr7fY4ME+QeYhgfaWtoT5PibT5Cv5u6m/+2r/pvs+uAoGfg2SQHAfiIaTszD2ANvdUrTca/gqoyzEABW2qjaqP6iRAdMoqF+U545sLSAhqi96ABgmOMB4BkbH/2NLCwsUFCDwSCJbr8/xzQC5UZD1C6KAioSNO1jIQAYrtg3SA7V2ynOo/ojg240RO1FB4BHMFpeaW+svJ3+ffmfayS6pSKvS2poXGizL27YIN0+14SDroLrOjOnRB9ojD7QRLURNPPr77735EuWDXokUpvHgE3yu5ycmBFOBD4FJF77Y38ek7O7W6kvuHr4k9z/59JZk4Jn9sY6+v7h+kUpAAjgnzvjufGHv/jSHwCqQndqaQCG1VNv788bt+O9XvoN/yPjyDT8X7vuBm0/dOWKkJHuzdU5AfkCAG8Coco78hiRaYAMgEPPvZyjh0yzE6gAgABmdsfNTYBnGBbD+gDZ965/r2k7YpEPAOZAM5zAUZ2IpS/zKZZfAIiYREacfABrDiKGVenLNKpgAKgsiGfcyQdAH5YWguSVvsypFgQAlcWJHB8raa/Mu9H3XQOeLbtNapo/n8t6eCe7dgNPR/Ii+lIAIO5XhQJ0gRcyi/St891y8+YyAFjbdpMuP0hnjE5fqRM0BaDx/GVXDZBJlx2I/gC0xMkMnCZRoS/VgIcjdXb1kgbMLWmAzveD5y/lsrhHa7LZnEy6Ts7PiRnerr3QlzrBjw/ssFtjW+ma+0fG6FvnezGVVmYYfYAsD5CZDW8CrPbwUURqAm1NUenmReTlqsb+oirLx3QvDg/mYZMgpGtC/5YA4Ja5qUoaJeik4qLMUIX+LfEBOnkAahMvaZHfMKEvBUAaxEusA9YbAJSdr9aR5GCGJJpDJP7aycJsh0uM32XLAQBQI2ZjITI8tkgatwZIX0pcqHHjyxNqxQSJrQesWgAw4rR3bys9E4CCiFO9H8vvugchqPK6YVYW/lCLC24CWBHan3iedMXuIk8d/4k8VNFAepOf0zm9AOAlzBYNAMgs72vqJN3vvEF6n24nv1w9SpIDl0jXux+SP4Z6yOsHT2mBDvQa67JVavD4kc3ricq3alSw2poidnloI51gPpPd2Oh8p4YmljEEWgDMAuPwJFrKCICiK30YCyawojQAFr2FBO2KSDnpeamaAtD56Ry5ODFPTpMFLenDWN81wM+QBjtNoC+rJPu5BhltbYnICK60dmMAWBUdnsmWyNFJ8WDw7Sr9Jz87mzsswSQIPDz7G30FvCH3f3J9hS2rA/gWBpEwAIO1gkBbWNv7Ix0288P/VOoBWmEQawJ48Kn77aT2hQLA90TItCDidloMAID6wsbFRAPQker6FlXHa5nWBN0m6miL2pC0wDNx5rrn3RpbsvsoNUwTISjZzWSmcokRfteFsld9oE05EdJFVta/UPcLvJ7/69YLjKMAD4jp/QJ2v+/l+Fu3XuA7ALr3C0zP/3XrBQUHwPR+ATBgcv7PjlepFxgD4NfxusjX8CdHXsrmmCeULAA6lWCT3WLJAKDCMJ8JAuOPv1KjVB+AsWw9AcOkcT1g/PS81pUaWAh7BQeu2KgwL7pfsKI1wPR+QcML95ppgCyxkbWbHq+b3i9Q3fS48WHsA0wBML1fIDv6kgnQGADTvUQh7hcgCF7qBcYAlNr9ApC4Tr2AAqC7/2f7m26nTe8XALNGiZApAzIbk7UDAF7CGEr513vKZFM4tuM23rgeANR17hTx/cEH6OQByA2CBmEQr/R4qRf8B9Co9IyLPotMAAAAAElFTkSuQmCC"},{"path":"/home/akira/.local/share/PrismLauncher/instances/!!_1201PLUS_!!/.minecraft/figura/avatars/Supreme Witch Calamita/hoodie_dark_e.png","name":"hoodie_dark_e.png","folder":"","namespace":"","id":"3","particle":false,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"11251afb-3bf1-7970-7b26-ae65dda72215","relative_path":"../hoodie_dark_e.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAOJJREFUeF7tlLENg0AAxJ4B2IiBKDNKSgZiIwYgUqS0EZIr601FwUn3Pj/LmPxZJj//CEAGTE6gKzC5AP0EuwJdgckJdAWeCLCv6/3etvE6z+/nv/fjuvQA9Qd4MuC/bwJACdrzGWBfkPbPAErQns8A+4K0fwZQgvZ8BtgXpP0zgBK05zPAviDtnwGUoD2fAfYFaf8MoATt+QywL0j7ZwAlaM9ngH1B2j8DKEF7PgPsC9L+GUAJ2vMZYF+Q9s8AStCezwD7grR/BlCC9nwG2Bek/TOAErTnM8C+IO2fAZSgPf8BiagKQZSF2FIAAAAASUVORK5CYII="},{"path":"/home/akira/.local/share/PrismLauncher/instances/!!_1201PLUS_!!/.minecraft/figura/avatars/Supreme Witch Calamita/blank.png","name":"blank.png","folder":"","namespace":"","id":"4","particle":false,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"bc81e826-6e89-e84e-86c6-0474f9da357d","relative_path":"../blank.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAIRJREFUeF7t1QERADAMArHi33SFfOagHBm7+Fv8/hOABsQTQCBeAJ8gAgjEE0AgXgArgAAC8QQQiBfACiCAQDwBBOIFsAIIIBBPAIF4AawAAgjEE0AgXgArgAAC8QQQiBfACiCAQDwBBOIFsAIIIBBPAIF4AawAAgjEE0AgXgArgECdwANo2ABBrP9ggQAAAABJRU5ErkJggg=="},{"path":"/home/akira/.local/share/PrismLauncher/instances/!!_1201PLUS_!!/.minecraft/figura/avatars/Supreme Witch Calamita/shadow_e.png","name":"shadow_e.png","folder":"","namespace":"","id":"5","particle":false,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"f58a8757-ee3c-53e1-4ef5-6ee3be13e6f2","relative_path":"../shadow_e.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAN9JREFUeF7tlLERAjEQxOyA7AcqIKH/mkioAOYzgv8ZKlCKLMebrFbnORZ/c/H+IwAZsDiBTmBxAfoEO4FOYHECnQAR4HiM4/baxue7/4BdL9vxvu9jPv//E80AYoA5kwHmdUm3DCCUzJkMMK9LumUAoWTOZIB5XdItAwglcyYDzOuSbhlAKJkzGWBel3TLAELJnMkA87qkWwYQSuZMBpjXJd0ygFAyZzLAvC7plgGEkjmTAeZ1SbcMIJTMmQwwr0u6ZQChZM5kgHld0i0DCCVzJgPM65JuGUAomTPLG3ACpkAKQcnIEowAAAAASUVORK5CYII="},{"path":"/home/akira/.local/share/PrismLauncher/instances/!!_1201PLUS_!!/.minecraft/figura/avatars/Supreme Witch Calamita/shadow.png","name":"shadow.png","folder":"","namespace":"","id":"6","particle":false,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"d55b94e5-1382-7f86-f432-36e588b9d73d","relative_path":"../shadow.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAABz9JREFUeF7lW2tsFUUUnpsQ0HrJpZSSYmgFgbbUYDGxBWtMtCUxCpT+gRpj+EXESFSQaIJWjVolkVRQgynoL42P+kPKS2NEMRqQh4mQCqUtCLRIDcjjhhtekqz55nJuZufu7szs3G2L7J/t3Jk5O+c7r5kzpzGmeBbNrnfmLXzcc9TGTz5nfn00YW7jYzHVN4L6nxo50kH/+LHxzLATp1L8776rw9nWK2es6Csnb277ki9A9Wzastk1pH7OXN7OBQAi8/QRgDBgAEyouIsdO3ggwyC16S0zTwMBgi0AzZPG+QoAILReuKAUYpDwlJOhATLDNxUAHR0dXALQADAuP/j9f60BBICfGkUNAJxg6ZN3suklt2SWsK/3Mute/+fA+gAvAMgvRKkB7y6vdMB87XO7Xeb643sznLbtSbau/ZDSjK18gG4YjCoKqKKPbX8sKMwhzuNBrCf7F6OB2O+3kKC9AvqG/bydT5XjPNR+6+Y4+6F7R6CE60rvd2bPTXGT8NorqKIEB8DLuakcn8iw6Xxx7tqaGtfC0ZfXMJbb/Ftrh/GhfiCAefS/vOQag1+42H7KJQedMBnzc3KQdPdve1nnwR7Xbg9S+6O/l82vq2Ol91bxMXiHAQHf2P/SsizlqXm2JMvmVaoOn7Dz/d6sYU1H+gM1KMsE1rzyQYbIo/NmstfXrMu0qyZW8r/3Ht2f+e21pYvZNxt3ZdpL33xGtVZX/6AD0PLCcgcSFB8CgQBIFqdYoi/ORADoNxEAmXloBx6ZPn0L/Ze+TvsZ8RlQDSAASJXFN6m/qBXiQsEwTGJqxRSXOcg0gvp7Wtd7+oDnW/YbhTeEy1A+AGHugYdnsX/6jrMxxXdk3r98t83FGNScVB+aAO0gHwCggmgE9ftFgQXNFdp+APb/VdPBcFEAAEBCWKTXm1RY1gJIn1Tcb67O7/3bdnClKh5+NaNcOOWNf6RQe5OzuKHcOfHt6SwaIKg6LmepWfnoQmdUYXrbef70ZVY+ucBln+17gndedH4P8oRex1sar/LaYn7gwN3VLB6Ps1Qqxb7YsNHIZOh7WZNmlhW7jp8Ocw/Z3dUb+CH4FEh+wqG0A6TnWHkV1zDR6VFiA2MgdR2JAQAC8HhNbYb+R59+Fg0ARYnbjDSAdpZyeKt8ezWng9/FjA4RJxNQ7dzE/EAkAMgmkCi81QWASgNUALQuXJKhJ9o9/agDAAGYnFVrbwIyw1iI6ANU7Qf/vRxk7p59QT6AUl1e4Oh+SKSv8imxqAAIYpIY8fIBckTwY1qXvkqjcgaAzoJkxsnxyUx7nerC0leGwVxogM7ighyfKOWwzPvRj1wDnshPH1mDnl9PpDc5XnbtBx4xpANuEH0lAIj7RYk8vsC/kxf526Q959q1LN5F2/aTrjzJZI7JWKUTtAVg+snzvsJXSVecSP4AWuJlBl4f0aGv1IAZZSXOuOsa0H9dA0za95w8l9nF3Tc+vZtTSdfL+fnd/oAWjQ9DX+kEcYysnzaVr3lTRyd/m7TlIyjmyyoqShf9qn2AymxM6CtNoKG6XOvuz0/Pizr/4gzJMT2MwyNp01yia0N/QACAhE0YlrUkSMWDdoY6mjQgPkAnVHmprSjpIL9hQ18JQGAAH4KdYj4AuUPcDjU+lNDOHskshTpDDyYuYj6gb1qC7eu8yKZPzdPOHt3wAIj5gJsWAPInSJwOORNAQgTJ0uWrWlzmRel304oRUnnTMKsKf2QKOfcBlBFa1riINU0bw+b9tJNVFZSy1W0f82+GASBMmB00ALCznFK9gjW/+iJbPX8B23Xpe9a25RxreuMd1rNnJTO98IAGRApAQ3WZMzoxikvnbDJ9sDFpt+/pytIiaAGYBeN4GufkM4BiKn3MjRyAKELaZBZ3CspGs5VPj+PkV3zYz850nWWHWcrY5G44HyACipMm2qpMchRC0KVpLBFdwjfKOGsAqIgJDKNKA49Y0SUCIffrjEfpC+3naRMEDy/+Tb4Cb4ydPaLAUeUBIguDRFi8rkbJi6n3JzpelaI6+QCjMEg5Abr4NG17qXuuAIjcCdomRPxuiwEAVW7ZaAA5UlOfout4Y7Y5Qb8P4c6+bNIIvu6uI1dCn9bElN2q9n0MNJGy600e5ecAsV2SmMi/hz65sNIPQGsnKBPOVX0BkiBh7v9N8wU5B8C2vsD2/t80XxA5AKb1Bbb3/6b5gpwDYFtfAAZs7v/F+Tr5AmsAcnG5aurh5ZujMGlz2icMWQBMMsE2x+UhA4AOw6Qp4lU4UutWANjmAw4dPmtUUgMmxBIclNjoMB9UX2AFgKn9qeK+zKCqbVtfAPqD6gNsr9dt6wt0Dz2R7QRtAbCtL1Bdfak03NoJ2p4lclFfYJMvsAZgqNUXQOIm+QIOgOn5Xxxve5y2rS8As1ZO0JYBlY2p+gFAmDBGUv799nzVJzz76RhvnQ8AdZOaInk8fIDJPoC4IdDw73VU0hMmX/AfXF2hmx96rCMAAAAASUVORK5CYII="}],"animations":[{"uuid":"cd728260-73fe-0135-7436-1d39239c2384","name":"tilt","loop":"hold","override":false,"length":0.25,"snapping":20,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","markers":[{"color":0,"time":0},{"color":0,"time":1.25}],"animators":{"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":-30}],"uuid":"0d6f15c7-dc9b-3068-4a75-b59f548e234b","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"cbe32cc8-8336-7d38-677f-abfc710517fc","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"5053aa43-275d-d28e-3b0d-64ce36bba855","name":"flip_lazy_z","loop":"once","override":false,"length":0.5,"snapping":80,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"55072092-d70d-cc9f-b85c-76452999411d","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"360\n","y":0,"z":0}],"uuid":"4af56cd9-a869-d3ef-4a4c-8215934074fd","time":0.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4c59454b-d762-e138-f511-8cdcfe9eea48":{"name":"Body","type":"bone","rotation_global":true,"keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f4e375a3-9f2f-ab4e-c414-b8a5a52faf65","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"360\n","y":0,"z":0}],"uuid":"0962bebc-3352-16b0-74e8-2e3f031092ff","time":0.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"0711b4b3-ae80-2b74-54f0-834484f1fe12","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"360\n","y":0,"z":0}],"uuid":"75f99f55-ab32-7ae6-6e11-60b8001eb679","time":0.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f24e0216-c240-dcc9-4671-00154bec4a88","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"360\n","y":0,"z":0}],"uuid":"c199a577-2af2-4ac2-1098-dd95e81c855c","time":0.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"64aa6f6e-6b69-58ab-1d95-c475b0d1859a":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f2ee120e-64e4-9d81-e67a-e888d58ace8b","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"360\n","y":0,"z":0}],"uuid":"9ec5031d-3c2f-d997-4d4d-c31a043f81e7","time":0.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"862a1a5f-d759-de65-e54d-f20cdfc2e910","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":12,"z":12}],"uuid":"cd4a7c76-1c09-cb44-c055-357c9c37e694","time":0.125,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":24,"z":0}],"uuid":"66cdc551-414e-5512-bb4a-ea81b075004d","time":0.25,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":12,"z":-12}],"uuid":"556d8ccc-a6ac-3150-a499-612eb2004a43","time":0.375,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"70b2cee2-bf01-6870-c08e-ba9d08ec4a4c","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"3.394","z":"8.604"}],"uuid":"da154803-139d-57bf-2e60-ba1aaee2bbaf","time":0.0625,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"20.604","z":"8.604\n"}],"uuid":"fc7ef937-900f-1513-1eae-166cbfa3ec65","time":0.1875,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"20.604","z":"-8.604\n"}],"uuid":"d9f8d012-4771-68dd-23a8-23e47f5d4192","time":0.3125,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"3.394","z":"-8.604"}],"uuid":"c57460d3-905b-4601-d18f-0ee887dd24f4","time":0.4375,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d31cd665-4b23-f14a-bf34-7fff4f8aa858":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"186b1868-effb-81d6-88bb-4a0a8872fa03","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"360\n","y":0,"z":0}],"uuid":"b7c8314c-046d-8205-79d1-b014e7f68595","time":0.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"0d72ada4-ca11-d65b-a5dc-5342b580ba69","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":12,"z":12}],"uuid":"5cad745b-8f3f-185f-d2fa-c7e9fd2db9d2","time":0.125,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":24,"z":0}],"uuid":"61e55c6c-0011-02f4-1b21-af8e9847e56e","time":0.25,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":12,"z":-12}],"uuid":"848f7c67-3017-0ded-0442-4c218f6e233e","time":0.375,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"42d1b2c3-37c5-7fc6-5b9e-a25328b9b8c5","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"3.394","z":"8.604"}],"uuid":"314d0f67-3524-541a-a251-8ff2e50872d0","time":0.0625,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"20.604","z":"8.604\n"}],"uuid":"e363a18c-70d4-9be2-b618-b66be6251689","time":0.1875,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"20.604","z":"-8.604\n"}],"uuid":"e915011c-fff4-771c-3034-1c04ca4892c8","time":0.3125,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"3.394","z":"-8.604"}],"uuid":"06f7269f-250d-dd05-5fd6-d0ea8c61ae8e","time":0.4375,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"a1a8f472-3ef1-c590-19d0-3fa5ed70a86c","name":"effort_flip_Broken","loop":"once","override":false,"length":1.25,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"21aa5eb6-f889-2847-59d9-c8a190afeccc","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":0,"z":0}],"uuid":"f8d903e1-9629-04f5-0c09-86e61a1d26a3","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-90,"y":0,"z":0}],"uuid":"ee85c2fb-93e5-410c-0345-e6c0c7ccc96a","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-147.5,"y":0,"z":0}],"uuid":"4da3195c-6958-3f9b-e395-0e85f1f6514a","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-312.5,"y":0,"z":0}],"uuid":"586e67b1-f04d-21c7-c02d-272ef4dacc02","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-302.5,"y":0,"z":0}],"uuid":"783eb0cc-1631-42f8-074e-29e0e8fdbd22","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-357.5,"y":0,"z":0}],"uuid":"adf85721-5a8c-cf48-f05f-d799d98e5e59","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"04846e7a-3356-1caf-fce7-9023aed00ab9","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":-2}],"uuid":"3ae90265-33b6-a43c-4723-a9360e4aa595","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":8,"z":8}],"uuid":"1a193749-651e-05b6-1f64-999bec1f2aac","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":2,"z":6}],"uuid":"2c4502f2-eab5-7fcf-4d63-0420a1868eb3","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-11,"z":-2}],"uuid":"b4977e82-706f-e033-ec48-d2e37c7bdbf7","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-8,"z":-10}],"uuid":"8cadd572-bf6f-d4f6-351f-efb4e45b2ed8","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1,"z":-7}],"uuid":"c4165331-8f20-f103-e703-1f0f457d556a","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0}],"uuid":"1b1758e8-5d4f-5f9b-1288-00c5aff2f01c","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4c59454b-d762-e138-f511-8cdcfe9eea48":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"03aaf6d4-dacd-6e24-6aa5-af70f432f6fe","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":22.5,"y":0,"z":0}],"uuid":"04a6cb7b-ca54-d354-9370-9122c9049eb2","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-90","y":0,"z":0}],"uuid":"c495cc27-1e56-427b-2442-74ac5d42882b","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-140,"y":0,"z":0}],"uuid":"a8f6f7a3-1dc1-3026-a85d-02b06aa32065","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-195,"y":0,"z":0}],"uuid":"603af9af-1dd8-68bb-9829-71cc76b908d0","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-245,"y":0,"z":0}],"uuid":"8bbf9faf-79ea-694e-aea3-8ee854ec7a44","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-320,"y":0,"z":0}],"uuid":"cceeec0a-ad3a-8ac6-d78e-fb7970fc1256","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-360\n","y":0,"z":0}],"uuid":"1b109a24-a637-8401-7928-eafa91da3381","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"44a0b420-cfd5-3b3d-cb9a-c2c891fa27c2","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":-2}],"uuid":"545f766b-0e43-db3a-85dc-05f0ddefd49c","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":7,"z":8}],"uuid":"7776285f-4bfd-ce45-a3b1-8a4a1502fa16","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":2,"z":5}],"uuid":"498abaff-bae8-be14-ced5-0314c832ce4d","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-5,"z":-2}],"uuid":"90b34f68-cabc-0b5e-8a2c-03f225051685","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-9,"z":-8}],"uuid":"c0c05153-9b41-f14f-2f24-acc5ded9805b","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":-8}],"uuid":"4a9cc7f6-0c9f-7dae-a299-172843f364d7","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0}],"uuid":"61da04e6-2ea5-41f4-5b08-3487c7e74843","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"241787f7-f620-a4b3-1ab1-054a7e4974e8","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":57.5}],"uuid":"33528007-33b3-5fb6-094c-1f29f6126cbf","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-360,"y":"\n90","z":-247.49999999999955}],"uuid":"3c9b30f9-09e6-d210-a4c5-488e497f6986","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-360,"y":90,"z":-247.5}],"uuid":"e5d7fdb0-4c3a-4ce9-8de3-11d451e4ce66","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-360,"y":90,"z":-247.5}],"uuid":"866e9121-a3d6-8eed-2e88-d1c44c0f80af","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-540,"y":-15,"z":-427.49999999999955}],"uuid":"a129d327-7759-b99c-f451-91f6806e5c98","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-360","y":0,"z":-607.4999999999995}],"uuid":"6b3eec7b-7eea-6e70-3e3d-71a3f0dee16b","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"761da304-9e26-9a61-f55d-a67487dad2fc","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"540578a6-0c91-1175-e205-34d76831732d","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":10,"z":7}],"uuid":"c0d031f4-19c0-148b-f90b-e129adf79eea","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":6,"z":2}],"uuid":"491a5f3e-3cda-32b6-22a5-384cace889ee","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-2,"z":-4}],"uuid":"f8c333da-e727-6302-1c8a-8ec3856b8320","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-1,"z":-7}],"uuid":"b942ae9f-2731-d95c-62e0-8135f56bdcb1","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":2,"z":-7}],"uuid":"2dbd7440-6ba9-e8da-2ca7-6e076f014298","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":2,"z":0}],"uuid":"c3853e04-e5ac-418c-fb76-454563979aa0","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"86bc49bc-408e-bb4e-079c-c7a688d00688","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":-60}],"uuid":"eb8dad6e-275c-51c5-8ec2-55bf722d0f0f","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-360,"y":"-90","z":-467.5}],"uuid":"304ad257-bea0-209d-d578-ff0ece02268c","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-360,"y":-90,"z":-467.5}],"uuid":"4c174f59-e2bb-708f-9b05-3d345e6c787e","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-360,"y":-90,"z":-467.5}],"uuid":"c6606329-ba0b-48c8-13f1-662e2380d3dc","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-540,"y":5,"z":-647.5}],"uuid":"c99a57cf-7b4c-20d4-80cb-dfdc8ad812a4","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-720,"y":0,"z":-827.5}],"uuid":"1d0886bd-d044-3b59-4a71-b465d94345af","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"58e6dbf2-14ee-18cf-5d21-d3ae0cbe7230","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"eb708aa7-835f-73dd-881f-35d52e5a47de","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":10,"z":6}],"uuid":"b05bb02e-4049-1744-0ce5-0a1e9421d8d9","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":6,"z":2}],"uuid":"83b0f93d-8007-1cb9-8cc0-4bde7e678a87","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-3,"z":-4}],"uuid":"97150475-a1b2-8d0d-e6ac-ce1c069834d9","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-2,"z":-7}],"uuid":"b8af1927-3050-7f73-5d5f-13d59a5b9cce","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":3,"z":-7}],"uuid":"9c025e77-7bfe-7f5c-6092-6d19aed08972","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":2,"z":0}],"uuid":"c87ce6ba-2e8f-4212-d128-deb17909ed17","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"64aa6f6e-6b69-58ab-1d95-c475b0d1859a":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"64e3dc20-183e-1f2d-5a94-0227abd96813","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10,"y":0,"z":0}],"uuid":"13ee343d-425b-3ab0-10e5-a1000663abf1","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-75","y":0,"z":0}],"uuid":"37792543-4e72-1c55-c56a-9883064e6e65","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-82.5,"y":0,"z":0}],"uuid":"5df00705-ae41-60e9-0273-43afe135809e","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-205,"y":0,"z":0}],"uuid":"e392bae6-ee41-1da1-4438-95d94ef8760e","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-287.5,"y":0,"z":0}],"uuid":"49d2b28b-81ac-146f-cb8c-8ef508a84fc6","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-337.5,"y":0,"z":0}],"uuid":"4a2b756d-7c44-59c0-abca-558b4c7d64fc","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-360","y":0,"z":0}],"uuid":"ca8fe666-6cee-3b72-6646-20dc9f724ff1","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"3ff1e664-39a2-0272-d886-3df7f81a8221","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":2}],"uuid":"da5a3778-9351-b0dd-22ba-e983ad0b47ad","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":16,"z":-3}],"uuid":"8b70bbb5-8962-e980-545b-cbf259a10ff5","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":22,"z":-1}],"uuid":"eb88bf25-e442-248f-74e3-13873d54cc82","time":0.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":17,"z":1}],"uuid":"6c667fbc-eaaa-acb5-d310-0ef001d117b3","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":2,"z":-1}],"uuid":"83bf93da-1944-f3ba-8b3b-14091dd3fc7d","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"a04dcdcd-f63e-f21b-b2b2-525348196914","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":5.5,"z":3}],"uuid":"9966e0e2-ec82-6117-dc5e-af553fb2ef46","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d31cd665-4b23-f14a-bf34-7fff4f8aa858":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"9127bd96-a12d-919c-f244-0f93bac3a4bf","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10,"y":0,"z":0}],"uuid":"4cb9bb96-ff47-4e86-c1a0-c8e27472faa7","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-\n37.5","y":0,"z":0}],"uuid":"a50bcbc5-2220-e041-1b37-0c11076c989f","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-112.5,"y":0,"z":0}],"uuid":"3fcd84e1-2678-9cff-1315-bb1527087445","time":0.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-182.5,"y":0,"z":0}],"uuid":"68dba848-f613-42ef-9d35-6e646a4a16b3","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-255,"y":0,"z":0}],"uuid":"3ee05276-b2d1-3e67-565e-6c078c62a164","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-305,"y":0,"z":0}],"uuid":"010fef4e-e952-13bc-fb9e-748b16b5d787","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-360\n","y":0,"z":0}],"uuid":"167fbd26-7b28-1d51-4455-5edbdd5fbf8a","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"fcd03cc1-5b78-0a35-3e65-41087e9a9222","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":2}],"uuid":"378f8b72-f450-26db-9541-95254cc6bbab","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":18,"z":-3}],"uuid":"0dcbfdb0-efea-3e57-fdb9-e72a2fe56350","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":22,"z":-1}],"uuid":"cd8004f7-7888-c689-42b1-5600dbbafa9c","time":0.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":16,"z":1}],"uuid":"cb68f71a-2c1f-5f43-e6bc-148323e36895","time":0.5833333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1,"z":-1}],"uuid":"26fc7e87-808b-8602-bef4-3fde3d5de288","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0}],"uuid":"51188d7d-9526-cebd-8e02-21de570f6324","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":7.5,"z":2}],"uuid":"bb72b179-8177-0192-1f50-782f4a06ebb1","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"c78fdb79-c0c6-b89f-413a-890c8690cf88","name":"clap","loop":"once","override":false,"length":2.5,"snapping":20,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"77d488d1-9458-58c6-e241-75599906ba19","time":0.15,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"82bbdf59-bb08-0e30-adb3-7b60cda04bdd","time":0.4,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"2ae28392-e83d-236a-ed93-064db1f3782d","time":0.6,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.41170966269192,"y":-17.724958020755366,"z":3.1424924397820178}],"uuid":"0efbf3a5-1b2b-c125-17f5-451f9f4e82e7","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"8aeb6d8b-7275-cc98-8b08-40f2afbc4a41","time":2.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"3aa0c323-9c6c-b0bf-5a13-3fd7a09dae24","time":0.8,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.41170966269192,"y":-17.724958020755366,"z":3.1424924397820178}],"uuid":"f568bd17-8286-c4ae-bb0f-8508514981f5","time":0.7,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"0ffbec19-cd84-0e85-8054-6124e707816b","time":1,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.41170966269192,"y":-17.724958020755366,"z":3.1424924397820178}],"uuid":"29285746-ee60-fb9b-479d-b4a4889cf2ee","time":0.9,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"193fb519-5932-1bcc-93f3-4514cd501aa0","time":1.2,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.41170966269192,"y":-17.724958020755366,"z":3.1424924397820178}],"uuid":"803bbed3-2311-577d-e8e6-03b871e84933","time":1.1,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"2c14a7a7-61df-7762-4af0-38eff5f0ce7e","time":1.4,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.41170966269192,"y":-17.724958020755366,"z":3.1424924397820178}],"uuid":"de56ec3e-1f1b-8495-50a8-ce7426f3c84b","time":1.3,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.41170966269192,"y":-17.724958020755366,"z":3.1424924397820178}],"uuid":"14fa2787-7fe2-7464-d9e6-05d338c40f82","time":1.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"50d6fed2-fe11-6d02-8f36-9aeb573435b2","time":1.6,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"db7ca7b2-2139-7619-41b1-be9cd0be7d9b","time":2.3,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.41170966269192,"y":-17.724958020755366,"z":3.1424924397820178}],"uuid":"dfd8a5e2-5a97-9580-cf10-52b48777f4be","time":1.7,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"513e2137-9b6c-f2f9-addf-710b1185027f","time":1.8,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.41170966269192,"y":-17.724958020755366,"z":3.1424924397820178}],"uuid":"1b6e3992-a3c8-7fc6-514f-893ae6c924d6","time":1.9,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"01f4026a-621c-f21e-2f33-8287e0dd07ad","time":2,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.41170966269192,"y":-17.724958020755366,"z":3.1424924397820178}],"uuid":"e5d057ec-e8b4-eb32-a0a3-a54ffc39276c","time":2.1,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-80\n","y":"-35","z":0}],"uuid":"21954b33-d5a6-fea8-3228-93e4f09defd8","time":2.2,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f78104f5-827f-1cfc-5dc3-6d529cf6282b","time":0.15,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"695eeaec-4ea3-219b-f55a-7fc02a8e6149","time":0.4,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"b718e444-114f-cf4a-4f07-d0258168c7ef","time":0.6,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-79.37241586167005,"y":19.683498079413948,"z":3.616441573003212}],"uuid":"41aa99a2-f6a6-7ce7-2144-be90427d898f","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"1900d0a4-26a6-f3f5-5e5c-4e5c04468ecb","time":2.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"14284f25-fb0c-faef-30e5-50bd3bade506","time":0.8,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-79.37241586167005,"y":19.683498079413948,"z":3.616441573003212}],"uuid":"02397939-b293-e5ea-bbc0-7d2d973c0cf1","time":0.7,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"01bf0682-be46-9c95-37e9-9abaa41b125d","time":1,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-79.37241586167005,"y":19.683498079413948,"z":3.616441573003212}],"uuid":"dbfba932-2cb4-ecaf-b07a-8ac751072e90","time":0.9,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"83082e80-a3bd-b2e3-cac1-c095beaab09c","time":1.2,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-79.37241586167005,"y":19.683498079413948,"z":3.616441573003212}],"uuid":"666c1a5d-4327-6f34-95be-46a33efbad83","time":1.1,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"a3dd23af-7e4c-9218-e6a6-58506adfd9c9","time":1.4,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-79.37241586167005,"y":19.683498079413948,"z":3.616441573003212}],"uuid":"4a2e5a15-dca2-b431-65cf-8fa685ff10a9","time":1.3,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-79.37241586167005,"y":19.683498079413948,"z":3.616441573003212}],"uuid":"c6ff84ad-644b-5f24-be11-b60916cbb99b","time":1.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"553777e9-ba1a-9c61-947b-05366895ad0c","time":1.6,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"4c2100aa-7319-d922-c30e-3db0ab1ac4fd","time":2.3,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-79.37241586167005,"y":19.683498079413948,"z":3.616441573003212}],"uuid":"ec5d3350-0f81-4cb5-24ba-41cc99b842b4","time":1.7,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"f900ad2f-555e-40c5-2d50-bfaf6926aa98","time":1.8,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-79.37241586167005,"y":19.683498079413948,"z":3.616441573003212}],"uuid":"3a0e06a0-b0ae-ad1d-a9d5-4714d6b45e58","time":1.9,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"f09339e1-c6bc-621a-a4c4-6ace1def93b6","time":2,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-79.37241586167005,"y":19.683498079413948,"z":3.616441573003212}],"uuid":"8c67cf30-b505-9383-08da-f51024187a30","time":2.1,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-78.1913214233482,"y":31.947151766892603,"z":6.3127395129627075}],"uuid":"7cd33c89-db35-82b2-053a-f414390aded8","time":2.2,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"daf7fc63-d1c8-0b42-d822-06a161a80c18","name":"wave","loop":"once","override":false,"length":1.7916666666666667,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"dcbc841c-1a58-2428-1826-cce3653637f2":{"name":"Receptors","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"-45","y":"0","z":"0"}],"uuid":"439efc0c-cd16-bcec-5eb4-26f38f47fb4d","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-45","y":"0","z":"0"}],"uuid":"97bfa7d7-203a-10db-bf67-8f2379fe7be4","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"d84a2338-79b0-387e-d374-18563f824214","time":0.2916666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-45","y":"0","z":"0"}],"uuid":"2e880f77-92ad-07e4-25ba-749a9628bb77","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"1707fdb7-1e1b-d984-3174-8b7805fef4e9","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"85193644-3e1a-e3f8-803e-c9450dd72aad","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"d545c268-bb6c-b87c-6996-4492a061cba7","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"c44fee2c-8079-5e00-ad10-31fb544159c9","time":1.4583333333333333,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-45","y":"0","z":"0"}],"uuid":"76ef162a-664b-9431-fcfd-3c12fc4494aa","time":0.9166666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"fc519b47-7ea3-5432-1eeb-6aa2bc1ec5d4","time":0.7916666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"1715d3f1-0e70-7254-a72d-8ff58118ccbd","time":1.0416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n\n","y":"0","z":"0"}],"uuid":"e749fc2a-4b22-2f20-607f-0d0ff458bcc5","time":1.2916666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":1,"z":-3}],"uuid":"25ba833a-0044-a913-9e58-faf5b91e357f","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":1,"z":-3}],"uuid":"2bdd76fb-0b9c-e07f-9631-cc686636d9e3","time":0.4166666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"4f3384e5-894a-dfd3-8bd5-af4cbdeb2832","time":0.2916666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":1,"z":-3}],"uuid":"2de858c2-dbdd-3a96-1265-31b9592c92d4","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"1f52d005-bd51-a99e-6c82-718541b4923d","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"c8cc1441-7a5a-7a57-20ef-97123f8889a3","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"d57c94b3-25aa-e8b4-7890-49afdb2d81aa","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"1d575693-a85d-150f-4173-83e215122278","time":1.4583333333333333,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":1,"z":-3}],"uuid":"46479a7f-c182-f15a-1553-b3f25c68bb50","time":0.9166666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"632867eb-d5e3-3220-37bb-d81945f10819","time":0.7916666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"adaf54f4-ca7a-7dc8-8fed-6238c20e02dc","time":1.0416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"6f74ff9a-f6eb-05d2-e8ec-4f615768de1f","time":1.2916666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":-7.5}],"uuid":"fbf9bb0c-ca98-b7c4-dd2d-62b2508f2d65","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"7c49791f-30aa-3980-ae97-7c674489c16b","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"8dba4889-5451-0f9a-14aa-c19b994f9798","time":1.7916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":-7.5}],"uuid":"72178732-c646-78cd-77f2-d160f8ecaf36","time":1.5416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":"0","z":"0"}],"uuid":"4dcd1858-4b7e-195a-6ce8-2c0287bb39f5","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"95ee3234-13ad-bed7-51c5-362c09f52d68","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"c1ed3963-107d-6b31-ae28-45618a3bba09","time":1.7916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":"0","z":"0"}],"uuid":"1ea437d7-7f58-c3a3-e13e-554c9a493ef8","time":1.5416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4c59454b-d762-e138-f511-8cdcfe9eea48":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":-5}],"uuid":"9c420f7d-5e2c-5e6f-ee9f-42e97120b697","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"04d3d343-01c7-5a59-7650-105833acc72b","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f4370dc3-6de4-2c7b-22b2-915d3cc9fb4b","time":1.7916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":-5}],"uuid":"56ffe421-220c-7aef-9451-5f81acd20bc3","time":1.5416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-1,"y":"0","z":"0"}],"uuid":"6339bdf0-c07b-cb4f-468c-8d00f60ebe4c","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"005e6ecc-b6fc-eb87-7d2c-3be2ad8c8c79","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"41810695-14e6-5949-13f9-a1aae7d470f7","time":1.7916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-1,"y":"0","z":"0"}],"uuid":"aec3b951-9750-6a25-73a1-7dcf0a8d895a","time":1.5416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"544a47ef-3151-3c19-8551-8f54c38f902f","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"95a03ee5-c52b-9f66-30c3-734f37d0ba46","time":1.7916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"2.5\n"}],"uuid":"90d33293-fe43-3edc-623e-f46f3d0df698","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"2.5\n"}],"uuid":"45cf7d7f-255f-a390-368d-23ff6c6ede98","time":1.5416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"3178b6d3-2042-0802-c607-1befb5d9e09f","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"cffd18b1-0e36-85a4-32c0-ffa2bc97c75a","time":1.7916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-1,"y":-1,"z":"0"}],"uuid":"30053a7c-e691-5849-ba43-8add2c8b0153","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-1,"y":-1,"z":"0"}],"uuid":"e4bda781-7786-0b9c-b962-5c94d0861efc","time":1.5416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":-89.9999991462264,"z":-150}],"uuid":"f81dc3c7-77dc-3a00-af08-10607e7bc843","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.99999879258166,"z":-115}],"uuid":"fb0cf5f8-8850-120f-9208-a28d121b0716","time":0.2916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"d8102de7-586c-2345-680d-784b2f4363ed","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.9999991462264,"z":-150}],"uuid":"382fc072-1206-bcd1-5cab-a0cd6543432a","time":0.6666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.99999879258166,"z":"-115\n"}],"uuid":"d4fda29f-d347-ebf7-90a5-edc78ca36e8e","time":0.7916666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.9999991462264,"z":-150}],"uuid":"c89e9b58-2084-cdca-c606-9dcffe382396","time":0.4166666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.99999879258166,"z":"-115\n"}],"uuid":"26bcf4f9-9583-f211-a21f-af500968f238","time":0.5416666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"9254c77c-28ee-0efc-d0cf-42985284d7b2","time":1.6666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.9999991462264,"z":-150}],"uuid":"bb261ab3-cbd9-bcef-1f72-3b8b81d5ed00","time":0.9166666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.99999879258166,"z":"-115\n"}],"uuid":"35292b51-de25-61a9-41a1-06cf2e0da61f","time":1.0416666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.9999991462264,"z":-150}],"uuid":"30adc32b-0bcd-df2f-d072-0bb16f14197d","time":1.1666666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.99999879258166,"z":"-115\n"}],"uuid":"79c2edb9-386e-de4d-2529-b96e2c08f056","time":1.5416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.99999879258166,"z":"-115\n"}],"uuid":"7d713123-a19e-78c0-b868-a58dc9a2a0e6","time":1.2916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-89.9999991462264,"z":-150}],"uuid":"65cbf914-8b60-b758-9096-bade2c1ffc14","time":1.4166666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":2,"z":"0"}],"uuid":"f26813fd-4d51-2b38-9362-7dd6a90c5c8e","time":0.16666666666666666,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0}],"uuid":"4a14476e-3a87-9399-7433-71ba342c3fa7","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0}],"uuid":"aa041bd6-eedd-cedc-1e15-af3032cff0cb","time":1.6666666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":2,"z":"0"}],"uuid":"530164e4-7f6f-e1a8-5c89-8add456c773b","time":1.5416666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"64aa6f6e-6b69-58ab-1d95-c475b0d1859a":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"aa33bd55-e6c1-875a-6ef7-72d08dbe3c4e","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"954ac53c-1b5e-1b20-bffa-962dd8cc6492","time":1.7916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0\n\n","z":"0"}],"uuid":"31cfdbc1-3975-c4ee-820d-5c3f5fc1873f","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d31cd665-4b23-f14a-bf34-7fff4f8aa858":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0\n","y":"0","z":"0"}],"uuid":"5fcfc295-d3ca-ddbd-b055-9a6b65ea5661","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0\n","y":"0","z":"0"}],"uuid":"e41a5bc7-f55d-53a3-7ebd-bcb31c34d26d","time":1.7916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0\n","z":"0"}],"uuid":"083ebb2c-b339-196c-7609-c8576d39927a","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0\n","z":"0"}],"uuid":"85f601b8-b74a-25a0-24b7-9d93f15f26f5","time":1.7916666666666667,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"2a45c5e2-0356-ba27-5e2f-087e6457e9c0","name":"followMe","loop":"once","override":false,"length":1.375,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":5,"y":"0","z":"0"}],"uuid":"894f5af0-f946-de87-b6e8-1c8270360925","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"22517dff-4ad8-8b8f-8623-14c5ef40504b","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0.7340404134620258,"y":24.874691603068186,"z":0.46394336388129886}],"uuid":"062fa17d-5950-c0aa-d8bb-dbcf23c7f2ce","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":"0","z":"0"}],"uuid":"ec196967-79b6-d8a4-663d-dbac44dd6546","time":0.4583333333333333,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-8.373890510081965,"y":24.566127971168825,"z":1.3819256713139838}],"uuid":"5bb6a2ac-e189-d5c2-6c91-c294a32e14c6","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"9887f18d-8d35-6cf1-7e2f-004a182ed804","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0.7340404134620258,"y":24.874691603068186,"z":0.46394336388129886}],"uuid":"a301e9b0-bd77-f7aa-69aa-12b45109bb2e","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":-4}],"uuid":"180f8eb8-273f-4624-1a39-21e39cb10546","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"fd11d9d5-1bf1-e60a-4653-5723e7b64e60","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":2}],"uuid":"0c916541-3713-5808-4dee-68c695ad7570","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":-4}],"uuid":"c7e51fe8-0e6f-3f85-97e8-fa44033304f2","time":0.4583333333333333,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0.71}],"uuid":"e81c5d3d-3b13-755e-0b32-7c36dbe31c3e","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"12d5d418-e4ae-a422-f62a-e40539931954","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":2}],"uuid":"c9639672-905c-99d3-1a7c-77f2c45ba3b3","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4c59454b-d762-e138-f511-8cdcfe9eea48":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":22.5,"y":"0","z":"0"}],"uuid":"8a1cc288-107c-28ef-bfe2-44d4c242b1ba","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"91c29147-d947-1391-daf3-41b467fffb09","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.139296625613042,"y":40.79237202269042,"z":1.366426829135773}],"uuid":"f9bf8db6-d8aa-11aa-da03-db08fc23a7a6","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":22.5,"y":"0","z":"0"}],"uuid":"2550914c-3009-32cd-fb1f-b23e3d4e8d8e","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.54376576204426,"y":43.2517878454892,"z":0.762357985920171}],"uuid":"a819c8f3-dd9e-089c-c1ed-7fcbe532abbf","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.070845175358954,"y":20.245553693528116,"z":-0.21019016151115277}],"uuid":"3484e322-f2bc-b445-8294-f76df1838869","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"2003c2af-78fc-b15c-e2d0-9a39ec77f25b","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.54376576204426,"y":43.2517878454892,"z":0.762357985920171}],"uuid":"8220dff3-3962-77cd-f652-73d0ceb84317","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0.5\n","z":-4.5}],"uuid":"7699b2ac-ca45-5928-f3bd-0983bd724f18","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"63f37286-d974-f6a5-3597-15cd7f0ee310","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":1,"y":0,"z":2.5}],"uuid":"1603e7f5-3561-4f5e-508c-53c5e275f8c8","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0.5\n","z":-4.5}],"uuid":"925a9a08-a592-3dd0-9e19-ac3c21ad5479","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1,"z":0.5}],"uuid":"f1d60592-b952-4be8-216d-1cf7abf9a44d","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"39ef08f9-0ab3-dd43-e491-250edef9134f","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":1,"y":0,"z":2.5}],"uuid":"eea0aeb1-5b6a-5cf6-978d-fa65399e2fb5","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"74138584-550c-acf3-7418-f44444a13e97","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":15,"y":"0","z":"0"}],"uuid":"c6d7784c-15bd-6596-c27c-4b7c80804ab4","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":15,"y":"0","z":"0"}],"uuid":"23c920ce-e9f2-3ad7-5769-4d5ddea625f7","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-15.001975664013571,"y":51.05934394980068,"z":-2.1762636138515745}],"uuid":"b3644f7a-5de1-79ff-4e3b-b8e718eaf680","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-15.54376576204426,"y":43.2517878454892,"z":0.762357985920171}],"uuid":"77a62a19-88cd-1843-5e53-40545e247b79","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.070845175358954,"y":20.245553693528116,"z":-0.21019016151115277}],"uuid":"49873638-fe5c-da24-3135-c37865ce9d58","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"83a7c14b-e28e-d108-bd14-eeca060ca57d","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-15.54376576204426,"y":43.2517878454892,"z":0.762357985920171}],"uuid":"9bdb6c46-1df5-0a81-5788-d5d33f2e9e8c","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"41020bdb-9ffa-222f-1fec-5768a68bad7c","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0.5\n","z":-3.5}],"uuid":"ac978271-fa68-2077-7ef7-e237148a253a","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0.5\n","z":-3.5}],"uuid":"6d3d5627-f8d3-a155-a8b3-d94743d40e0b","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":2,"y":0,"z":5.5}],"uuid":"b853c2f1-9021-4616-3536-a827bbdeec7e","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1,"z":0.5}],"uuid":"da777f80-3927-27b7-d843-36045d4b326b","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"02f405d5-4085-ef63-9628-3a364458fe0a","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":2,"y":0,"z":5.5}],"uuid":"1b7ae221-c820-b462-a759-4dda1d4f4ed3","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-74.56834248387258,"y":-9.935578431269278,"z":-5.267040957668087}],"uuid":"87bb9ffc-84f7-8f3b-4850-0eafd866272c","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"348ee9c0-cc61-f6c6-510d-6a76ebf3598e","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-120.70533623040757,"y":33.15221974766706,"z":20.488613927605456}],"uuid":"a1be318f-e8cc-95c8-aa31-ad94345c26e2","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"rotation","data_points":[{"x":-74.56834248387258,"y":-9.935578431269278,"z":-5.267040957668087}],"uuid":"182aacfd-bef0-7d17-42b3-e420c38e220b","time":0.4583333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-197.90654906124183,"y":67.58109425245863,"z":-117.15317596551813}],"uuid":"7a23199d-ba66-827e-9140-2a86faae3c52","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"rotation","data_points":[{"x":-197.90654906124183,"y":67.58109425245863,"z":-117.15317596551813}],"uuid":"50022e84-b58a-bd37-43bc-f11afa174d0c","time":0.7916666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"rotation","data_points":[{"x":-214.08915231876986,"y":72.05925312606412,"z":-134.5891257222278}],"uuid":"f80b279e-5624-07c4-8aa9-d023e4a59224","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f72330bc-8125-b922-1fe1-c8d2c4d799f9","time":1.375,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-197.90654906124183,"y":67.58109425245863,"z":-117.15317596551813}],"uuid":"394f8bfd-ad27-5c9a-3e9d-f767aecaf941","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"position","data_points":[{"x":"0","y":"0","z":-3}],"uuid":"886b6b44-033b-74de-3529-66edc7cc7272","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"23444864-78a8-958a-6067-77cce11ed1cd","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":-3}],"uuid":"f2426b22-d9b9-ba85-a955-0bea0920990b","time":0.4583333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":0,"z":0}],"uuid":"2de57f53-4351-a0ff-3c5a-9217ca3bb079","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":1,"z":-3}],"uuid":"cd9cb512-72a4-6c3d-b26a-a731727c42b4","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":0,"z":0}],"uuid":"183731c9-ffd8-9886-1db3-8b88fc1a0a13","time":0.7916666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"4b900c7f-97c2-5d28-4e90-7ca809243ce4","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":0,"z":0}],"uuid":"4c1dabd6-f7fb-6518-83e4-faaea18c9b8e","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"64aa6f6e-6b69-58ab-1d95-c475b0d1859a":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":21.761514824064307,"y":10.474174376960491,"z":-3.2857771429571585}],"uuid":"d390e3f1-2b0e-a3ed-cb8e-5c0aacd02739","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"395986d6-2c66-e222-2f62-5f04154fe542","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"dbda7c26-906d-1959-db9d-5b02c1f9ea9a","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":21.761514824064307,"y":10.474174376960491,"z":-3.2857771429571585}],"uuid":"b95a2377-5da3-42d5-755f-bef480120ba7","time":1.1666666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d31cd665-4b23-f14a-bf34-7fff4f8aa858":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":-5,"z":0}],"uuid":"46546742-be92-bffb-3a97-b6d067ed66ce","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"ec62f10d-4f32-ac12-8f59-04e59031cc0e","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"4dad5c7d-7819-dd4c-5e44-a73bc7f41f7f","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":-5,"z":0}],"uuid":"a8c50d56-c2fb-1689-3284-a0525c74e4ed","time":1.1666666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"6fa4ff3c-5e54-5c9d-af89-67735bd054d3","name":"followMe2","loop":"once","override":false,"length":1.4583333333333333,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":5,"y":0,"z":0}],"uuid":"894f5af0-f946-de87-b6e8-1c8270360925","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"22517dff-4ad8-8b8f-8623-14c5ef40504b","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0.7340404134620258,"y":-24.874691603068186,"z":-0.46394336388129886}],"uuid":"062fa17d-5950-c0aa-d8bb-dbcf23c7f2ce","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":0,"z":0}],"uuid":"ec196967-79b6-d8a4-663d-dbac44dd6546","time":0.4583333333333333,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-8.373890510081965,"y":-24.566127971168825,"z":-1.3819256713139838}],"uuid":"5bb6a2ac-e189-d5c2-6c91-c294a32e14c6","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"9887f18d-8d35-6cf1-7e2f-004a182ed804","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0.7340404134620258,"y":-24.874691603068186,"z":-0.46394336388129886}],"uuid":"a301e9b0-bd77-f7aa-69aa-12b45109bb2e","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":-4}],"uuid":"180f8eb8-273f-4624-1a39-21e39cb10546","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"fd11d9d5-1bf1-e60a-4653-5723e7b64e60","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":2}],"uuid":"0c916541-3713-5808-4dee-68c695ad7570","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":-4}],"uuid":"c7e51fe8-0e6f-3f85-97e8-fa44033304f2","time":0.4583333333333333,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0.71}],"uuid":"e81c5d3d-3b13-755e-0b32-7c36dbe31c3e","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"12d5d418-e4ae-a422-f62a-e40539931954","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":2}],"uuid":"c9639672-905c-99d3-1a7c-77f2c45ba3b3","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4c59454b-d762-e138-f511-8cdcfe9eea48":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":22.5,"y":0,"z":0}],"uuid":"8a1cc288-107c-28ef-bfe2-44d4c242b1ba","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"91c29147-d947-1391-daf3-41b467fffb09","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.139296625613042,"y":-40.79237202269042,"z":-1.366426829135773}],"uuid":"f9bf8db6-d8aa-11aa-da03-db08fc23a7a6","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":22.5,"y":0,"z":0}],"uuid":"2550914c-3009-32cd-fb1f-b23e3d4e8d8e","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.54376576204426,"y":-43.2517878454892,"z":-0.762357985920171}],"uuid":"a819c8f3-dd9e-089c-c1ed-7fcbe532abbf","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.070845175358954,"y":-20.245553693528116,"z":0.21019016151115277}],"uuid":"3484e322-f2bc-b445-8294-f76df1838869","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"2003c2af-78fc-b15c-e2d0-9a39ec77f25b","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.54376576204426,"y":-43.2517878454892,"z":-0.762357985920171}],"uuid":"8220dff3-3962-77cd-f652-73d0ceb84317","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0.5\n","z":-4.5}],"uuid":"7699b2ac-ca45-5928-f3bd-0983bd724f18","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"63f37286-d974-f6a5-3597-15cd7f0ee310","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-1,"y":0,"z":2.5}],"uuid":"1603e7f5-3561-4f5e-508c-53c5e275f8c8","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0.5\n","z":-4.5}],"uuid":"925a9a08-a592-3dd0-9e19-ac3c21ad5479","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1,"z":0.5}],"uuid":"f1d60592-b952-4be8-216d-1cf7abf9a44d","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"39ef08f9-0ab3-dd43-e491-250edef9134f","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-1,"y":0,"z":2.5}],"uuid":"eea0aeb1-5b6a-5cf6-978d-fa65399e2fb5","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"c0b5ed38-780e-71dd-aa82-323ad966c334","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-74.56834248387258,"y":9.935578431269278,"z":5.267040957668087}],"uuid":"8bc0f681-6fe7-7f8b-0959-01c1c3483f8c","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-120.70533623040757,"y":-33.15221974766706,"z":-20.488613927605456}],"uuid":"539e7b73-cb0c-53d6-ce80-5a767c9a6a25","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"rotation","data_points":[{"x":-74.56834248387258,"y":9.935578431269278,"z":5.267040957668087}],"uuid":"aee752d3-b1e6-e407-bddd-83e9aa05e561","time":0.4583333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-197.90654906124183,"y":-67.58109425245863,"z":117.15317596551813}],"uuid":"11db6894-273d-726d-0358-15d3237e2e64","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"rotation","data_points":[{"x":-197.90654906124183,"y":-67.58109425245863,"z":117.15317596551813}],"uuid":"9a0ab1d0-2d36-e131-6123-7f8854d86f53","time":0.7916666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"rotation","data_points":[{"x":-214.08915231876986,"y":-72.05925312606412,"z":134.5891257222278}],"uuid":"a8ea82e0-4512-ae2c-51de-c511df3b5b16","time":0.75,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"d35b5e5a-79de-bae5-0837-d5d16f5a0421","time":1.375,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-197.90654906124183,"y":-67.58109425245863,"z":117.15317596551813}],"uuid":"8516a69c-887a-9932-35ec-de24d292d747","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.016575161274161587,-0.04421568730721859,-0.02959042331912798],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.016575161274161587,0.04421568730721859,0.02959042331912798]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"f5c0da1f-89d3-5144-3a84-04be12951a6b","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":-3}],"uuid":"7b9a8ad3-cd7f-04bc-9d2b-c54465bb2b3c","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":-3}],"uuid":"a3d1d7cd-994d-b9c7-4056-c404a6e2197b","time":0.4583333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":2,"y":0,"z":0}],"uuid":"2eaefd2f-d613-8da5-a9ff-ac8ec0bec429","time":0.6666666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":2,"y":1,"z":-3}],"uuid":"43d1d84e-c6ad-62b0-775f-b18a9e1020cc","time":0.5416666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":2,"y":0,"z":0}],"uuid":"4e0cdaaa-ad34-51d2-8629-63d77d3659c1","time":0.7916666666666666,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"de42d961-76fa-d960-4bf8-a713910ee906","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":2,"y":0,"z":0}],"uuid":"43c50926-72d7-8b70-77b2-f4a4f2ca0b61","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"87620008-7dfc-774d-8e6f-4749cd942778","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":15,"y":0,"z":0}],"uuid":"7359ed4c-31b7-db50-3248-429494b0d622","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":15,"y":0,"z":0}],"uuid":"46a6e5aa-e9e7-4ddd-65dd-5f2126fb9c98","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-15.001975664013571,"y":-51.05934394980068,"z":2.1762636138515745}],"uuid":"1b7bf9df-1191-1e36-1b85-edabbc74df2b","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-15.54376576204426,"y":-43.2517878454892,"z":-0.762357985920171}],"uuid":"5e90647e-2224-1f4b-1651-c567852420d1","time":0.8333333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-10.070845175358954,"y":-20.245553693528116,"z":0.21019016151115277}],"uuid":"29bc42b6-b200-c393-7798-a6310a319318","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"61d983df-9fef-8baa-1a15-965b695bc67a","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-15.54376576204426,"y":-43.2517878454892,"z":-0.762357985920171}],"uuid":"ca82c89d-3060-fc84-7585-f73f5706d72b","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"adac4819-e6b5-9b8b-a244-fe6034965e35","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0.5\n","z":-3.5}],"uuid":"3d0422b5-0236-7bfe-0317-a943a560720e","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0.5\n","z":-3.5}],"uuid":"d4b8203b-c3f2-d6ad-e5f8-d55d4f7e092f","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":0,"z":5.5}],"uuid":"5eb4625c-4e54-778e-245a-b65842a4b368","time":0.7083333333333334,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1,"z":0.5}],"uuid":"87e9b291-6923-5632-981d-30df1e1568ea","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"24717250-70d5-15f2-c5a1-b1bd5313882f","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2,"y":0,"z":5.5}],"uuid":"b2003492-8ebc-2094-854b-49cabf58fde6","time":1.1666666666666667,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"64aa6f6e-6b69-58ab-1d95-c475b0d1859a":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":5,"z":0}],"uuid":"25108757-6947-3af5-89d6-aea1fdbeefa4","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"66cb646a-f40d-1543-0316-533f6dfd5b58","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"61b2ba59-59be-babd-95f5-19f06e18c1c2","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":5,"z":0}],"uuid":"52a0cdd5-7de2-417d-5078-4f03be2c5f6a","time":1.1666666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d31cd665-4b23-f14a-bf34-7fff4f8aa858":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":21.761514824064307,"y":-10.474174376960491,"z":3.2857771429571585}],"uuid":"13e4b639-e1ae-b778-2ba1-0e85685c86af","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"33f62a57-bd4d-2e56-22d3-452392c4801b","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"ef7b07c7-f8bb-80b3-9832-55abc2dbb22b","time":1.375,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":21.761514824064307,"y":-10.474174376960491,"z":3.2857771429571585}],"uuid":"673f42c9-e32c-12f2-78a2-2c563df0cf19","time":1.1666666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"16fb4492-d7f9-c0d3-78e4-3ec308409c47","name":"sprint","loop":"loop","override":true,"length":0.5833333333333334,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"position","data_points":[{"x":0,"y":-0.1,"z":0}],"uuid":"9a468da6-d7dc-c7ba-3eed-7e05bde9d278","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.3,"z":0}],"uuid":"9d309be3-0a9d-6f48-d9a1-0c747a1c63bb","time":0.08333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1,"z":0}],"uuid":"2d59af5e-b97f-7ff8-6e85-f746203a5c81","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.6,"z":0}],"uuid":"356745c4-5562-b7e9-a422-45542809e5b7","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0}],"uuid":"478ebf9c-6912-cccf-a738-4842f5e86967","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-0.3,"z":0}],"uuid":"b04d6213-9bef-62d8-b1eb-6c8ca5c17091","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-1.4901161e-8,"z":0}],"uuid":"c6cd4846-52ba-e998-b9c7-4c0ab4f85333","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.6,"z":0}],"uuid":"08fd60cb-a81b-bd2e-27e3-d0a69c86bd8f","time":0.4166666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1.4901161e-8,"z":0}],"uuid":"f2dc9e84-5bed-3cbc-ca04-2ba0611ca5c0","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-0.1,"z":0}],"uuid":"80a38385-1e6e-6790-8d8b-3d01bb2bd08a","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4c59454b-d762-e138-f511-8cdcfe9eea48":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":3.0000000000000004,"z":"0"}],"uuid":"54ba9c3e-1816-f9b2-8caf-c72856731446","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":5,"z":"0"}],"uuid":"623c3140-b803-9c80-eb07-cfd311dbda3e","time":0.08333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":7,"z":"0"}],"uuid":"b57f27e5-49e6-d149-819f-41194cbd0515","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":7,"y":16,"z":"0"}],"uuid":"329f7899-17fb-f228-ebb3-81a423254f46","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":7,"z":"0"}],"uuid":"837aac4a-8a80-b8d4-b56e-562a9b812eba","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":5,"z":"0"}],"uuid":"ee9f3f54-baed-b6fd-40b6-0b29aef55a89","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":-1.9999999999999774,"z":"-1\n"}],"uuid":"cc46c535-e92f-09fd-147c-736e62b5993b","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":-15.999999999999972,"z":"-1"}],"uuid":"22ec9ada-ba2f-c0c6-d144-78f86ceeb8df","time":0.4166666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":7,"y":-4.000000000000005,"z":"0"}],"uuid":"0ac4da21-01c5-f90c-4af9-3b545819f2ab","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":3.0000000000000004,"z":"0"}],"uuid":"9c5d2a32-a38f-602b-4625-4ff981c23b5e","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-0.20000005,"z":0}],"uuid":"d905ec4d-b5dc-6dbd-e6bf-56e286ea6111","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.3,"z":0}],"uuid":"d84c084a-997e-dfef-1b19-63ecaed7441a","time":0.08333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":1,"z":0}],"uuid":"1fd6e3b8-c922-3fb9-9d8f-a6d442f44971","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.6,"z":0}],"uuid":"80d21512-0f9c-3a55-2253-1af1c02d7b8a","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0}],"uuid":"9b02f4b7-2fd1-93cc-1629-d9783299b249","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-0.3,"z":0}],"uuid":"8065940e-5717-52d0-035c-9897af6641f1","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.2,"z":0}],"uuid":"e44f7f0f-7e1b-1e56-e12d-28f055fba895","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.5,"z":0}],"uuid":"221fdda3-b1c0-f139-450f-361fe685b9dd","time":0.4166666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0}],"uuid":"2c87e78b-e861-80e9-d5dc-ee3561479319","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":-0.20000005,"z":0}],"uuid":"0159fa06-ae18-3184-7356-dc372b7375a2","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-2.7199427162358916,"y":19.821692192334467,"z":82.02467687457283}],"uuid":"e70c1bdd-55f7-4fa9-be76-fc7aeeb8ec80","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":0,"y":20,"z":90}],"uuid":"168a8727-0531-5585-4f1c-48f3bbf54ecf","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-1.816932932961663,"y":19.920664359070543,"z":84.68089666165315}],"uuid":"9032704b-c2b7-e75b-4ad7-c47b6f63012c","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-1.816932932961663,"y":19.920664359070543,"z":84.68089666165315}],"uuid":"f03334ef-e223-df19-ffcb-896ea96db969","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.5,"z":0.7}],"uuid":"e41e55a9-09a0-e06b-0630-ceeff9a963e4","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.5,"z":0.7}],"uuid":"81c4b0d4-ff7f-4824-fcdc-6434dec239d3","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.5,"z":0.7}],"uuid":"73a80389-0925-92ab-e140-2e0d2cc9cd0b","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.5,"z":0.7}],"uuid":"221c6fbf-ec76-dd1c-8672-680e58dd4cdf","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-2.7199427162363463,"y":-19.821692192334922,"z":-82.02467687457283}],"uuid":"03caabbf-ee82-10ab-5cec-4c3013b85b5e","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-4.547473508864641e-13,"y":-20.000000000000455,"z":-90}],"uuid":"b05e29f5-3541-1987-b42b-0872303f0c39","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-1.8169329329621178,"y":-19.920664359070997,"z":-84.68089666165315}],"uuid":"78a45d13-84ef-7708-4438-fdc1de033877","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-1.8169329329621178,"y":-19.920664359070997,"z":-84.68089666165315}],"uuid":"da9dcf14-a36c-18d3-318f-030ce37efb26","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.2999999999999998,"z":0.6}],"uuid":"7f9fc39d-3a9c-31d1-0c75-1db0c2afb6d8","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.2999999999999998,"z":0.6}],"uuid":"66334c0d-111d-a96f-9e93-d29c59392164","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.2999999999999998,"z":0.6}],"uuid":"9948cf8b-0163-b91c-4eb4-3c3f0824b6ae","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0.2999999999999998,"z":0.6}],"uuid":"49001c08-c632-6241-626f-25e93b67d0f5","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"64aa6f6e-6b69-58ab-1d95-c475b0d1859a":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":51,"y":0,"z":4}],"uuid":"2b40fdbe-45bb-5d2d-91fe-f9baf1a3a375","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-5.999999999999983,"y":0,"z":0}],"uuid":"9bab3e4c-ff19-497a-f0a8-9d4f68459b83","time":0.08333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-18,"y":0,"z":0}],"uuid":"455f9164-9ba5-0faa-8962-450e5deb6efc","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-56.00000000000001,"y":0,"z":0}],"uuid":"b3983f17-f7a5-8898-fa0b-31f20a09fc30","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-41.00000000000001,"y":0,"z":0}],"uuid":"e1d18117-973b-3837-4cd6-db683d9936a0","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-8.00000000000001,"y":0,"z":0}],"uuid":"08540c46-e308-71f6-4583-57b40f6ada68","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":17,"y":0,"z":0}],"uuid":"f932a831-97f4-f1e8-4d01-c50e3b889d1c","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":28,"y":0,"z":0}],"uuid":"1c33cd0c-2ed1-ca3b-f75a-dd18eb506b45","time":0.4166666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":46,"y":0,"z":0}],"uuid":"1d9cd3cf-981c-ea65-3af0-7451ca8d0b22","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":51,"y":0,"z":4}],"uuid":"deab7a43-6482-fc67-483f-d538b4788569","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2.3841857821338408e-8,"y":0.3000000000000007,"z":-1.7000000000000002}],"uuid":"0f8dd833-5d29-a7e7-41ba-4675b27e9515","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0.09999997615814205,"y":4,"z":-1}],"uuid":"9d429d4f-f6ef-c8a5-5771-1c35fbbc4cef","time":0.08333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-0.40000002384185773,"y":4.3,"z":-0.6}],"uuid":"5ae25121-480a-8ddd-54cd-6593265aa50f","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-0.40000002384185773,"y":1.4000000000000004,"z":-1.2}],"uuid":"d4e364a6-c139-c2cb-d3d9-723bf9876014","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-0.40000002384185773,"y":0,"z":-1.7}],"uuid":"40320297-27b8-8dbe-38e1-0274444327e7","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-0.40000002384185773,"y":0,"z":1}],"uuid":"01a355d0-b708-4b24-a447-240a6faed271","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-0.40000002384185773,"y":0,"z":1}],"uuid":"c44e5139-db96-f329-ba87-e22979563056","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-0.40000002384185773,"y":0,"z":2.4}],"uuid":"1407bcbc-89cb-fd94-fd18-7cadbecbcaf8","time":0.4166666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-0.40000002384185773,"y":0.40000000000000036,"z":3.4}],"uuid":"60861556-7abb-3687-89fd-7f4e7783d867","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":-2.3841857821338408e-8,"y":1.3000000000000007,"z":-3.7}],"uuid":"99ce8fb0-81cc-1077-5583-89a9aa723df6","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d31cd665-4b23-f14a-bf34-7fff4f8aa858":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":4,"y":0,"z":0}],"uuid":"7343b426-517a-4e08-c0aa-0bf5c49ab8ab","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":18,"y":0,"z":0}],"uuid":"cca5efd4-5cdb-ecca-1fac-7df43dd76e1d","time":0.08333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":40,"y":0,"z":0}],"uuid":"4ac44eed-1971-2d26-0080-02f7c3b581af","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":42,"y":0,"z":0}],"uuid":"5a1e5b56-8301-7c8c-bca1-507a3bab937a","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":34,"y":0,"z":0}],"uuid":"d66fc1c2-c271-9830-8a16-34f9ca702534","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":7,"y":0,"z":0}],"uuid":"a87bae7e-d7ca-7773-f23b-9a960cd1d4db","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-42.000000000000014,"y":0,"z":0}],"uuid":"ebb004dd-e507-f39e-a36e-a2a997905fe0","time":0.4166666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-36.49999999999998,"y":0,"z":0}],"uuid":"7d56578c-5aa7-ff5b-d651-d7753ae5f7df","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":4,"y":0,"z":0}],"uuid":"acf2a59f-3db7-3295-382a-228a69119103","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":29.999999999999996,"y":0,"z":0}],"uuid":"3def1bdd-0b86-1395-3ba9-b8d320f251c1","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":2.3841857821338408e-8,"y":0,"z":0}],"uuid":"ccad33fa-f7ee-bb67-8481-47ff12c21c35","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0.10000002384185791,"y":0,"z":1}],"uuid":"81896205-4f4f-8403-cdad-1622d114ffbe","time":0.08333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0.5000000238418578,"y":0.3000000000000007,"z":2.9}],"uuid":"b0d4a97e-169b-bab9-ec29-8e50210fc062","time":0.20833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0.10000002384185791,"y":0.6999999999999993,"z":0.8}],"uuid":"deb07bb1-f7f5-1441-62ec-0f53bc30ea60","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0.10000002384185791,"y":2.5,"z":-2}],"uuid":"1f0b59fe-88f1-36ee-b9b0-0dfd4ccd66b1","time":0.3333333333333333,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0.10000002384185791,"y":4,"z":-1}],"uuid":"62f2869a-85f6-2380-dc0d-cfbd54aef9bc","time":0.375,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0.10000002384185791,"y":3,"z":-2}],"uuid":"f48c14c5-6bb3-be75-b410-2073a28ea87f","time":0.4166666666666667,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0.10000002384185791,"y":0,"z":-1}],"uuid":"39d08a5a-6eb6-3316-3c82-44c5f81afec8","time":0.5,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":2.3841857821338408e-8,"y":0,"z":0}],"uuid":"5f9ab527-074e-df8a-6405-b0aa98c1bf0d","time":0.5833333333333334,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0.10000002384185791,"y":0,"z":2}],"uuid":"9396d8c7-a6dd-6ee5-25a6-188b633f8c0f","time":0.16666666666666666,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"529f551c-3d11-c436-987b-cdd5eed7c9e6","name":"pointLeft_n","loop":"once","override":false,"length":1.25,"snapping":20,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"dcbc841c-1a58-2428-1826-cce3653637f2":{"name":"Receptors","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"5dd91230-6e63-ac1b-faa5-cb2c04a225b7","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-52.5,"y":"0","z":"0"}],"uuid":"eb7a7354-70bf-1cd2-53fa-80a1d80f4c36","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-55,"y":"0","z":"0"}],"uuid":"c98ca27f-714a-0b4d-3101-87af71f3ddbb","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"0a1f82d3-a319-de35-c7ef-0d9e012b70cd","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"e1c3bd02-d62a-6ec3-0a26-d9866f53d9aa","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":2,"z":-2}],"uuid":"0daccb23-07d2-6664-a57b-92130e0bd643","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"36a1ee20-bec3-378f-b300-22a10488d558","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-7.5,"y":"0","z":"0"}],"uuid":"3c72a886-4c2a-e905-5530-d3aa5c98fad4","time":0.1,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":7.5,"y":0,"z":0}],"uuid":"703f1341-713f-67d9-3b23-46d139dc59da","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"7aa2341b-9c7e-0186-a795-0eaac28a950d","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-7.5,"y":"0","z":"0"}],"uuid":"9a502b95-0787-1a48-914b-08e4fe934981","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":0,"z":0}],"uuid":"835052ac-656f-3963-9d64-58a5ea839ac6","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":-1}],"uuid":"becc166b-2920-265e-88a6-951d83378642","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f9e3d551-4ec8-b299-1ff0-5c9519646b5a","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"68db605d-5abd-2365-0a55-3d66c1a21944","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4c59454b-d762-e138-f511-8cdcfe9eea48":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"95cdda79-01ff-2aad-dabd-a89b83f68397","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-5,"y":10,"z":0}],"uuid":"2ef337df-15ab-eed3-7d85-8f8d42249a54","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":10,"z":0}],"uuid":"3b11e418-5cad-ac31-e4a4-d002ce7cc537","time":0.4,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"6c107237-35f7-3523-e2bb-e155a69dbeaf","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":-1}],"uuid":"ecc1a784-03e3-23c1-2751-75308261824d","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0.3799999999999999}],"uuid":"8a37a303-dd35-4674-5c4d-32e7a2986c68","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"a7ba21ba-a99b-91b9-bb62-a64157d9365c","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"10","y":"2.5","z":0}],"uuid":"10ce9bd6-77d1-30b3-e1e5-ccbdbb40b122","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":8.16961621259361,"y":26.795156291967487,"z":7.953870623042803}],"uuid":"243ba430-2cfa-7f3d-bc4a-7c5ca21f3cb7","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":8.783762324260806,"y":16.538075814467447,"z":9.020478530827404}],"uuid":"a4e8ea03-2520-3c60-a74b-59a28129411d","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"dc00bbd3-077f-3f09-f411-75e09fa99120","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"1\n\n"}],"uuid":"341b76e8-1a52-19de-e3cb-7c02f7bc2cda","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"d5d67590-768a-dd86-6c10-0203ac1656bc","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-115,"y":5,"z":0}],"uuid":"ae2d0af4-1fdd-e8ad-f0b8-b62ee1e7d37b","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-94.11524000000009,"y":5,"z":0}],"uuid":"eae7caeb-7390-ea44-42c2-152912e10e31","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-87.5,"y":5,"z":0}],"uuid":"373e7bb4-c4f2-95cc-b180-9630f6a7167a","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0\n"}],"uuid":"a0eeeed5-c5c4-03dd-9a8c-4a5299cb9f5d","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"-1"}],"uuid":"7de55d71-ccae-0f82-5e80-0781c4441483","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":-4}],"uuid":"6acaa103-84da-6274-72b3-e3f424df45c6","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"64aa6f6e-6b69-58ab-1d95-c475b0d1859a":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"8e6dc4ca-25bc-a4a7-54b8-bab0a6684841","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-2.5,"y":"0","z":"0"}],"uuid":"aea9cca0-9ee7-13d1-9ecd-9dd69407426e","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":0,"z":0}],"uuid":"07e134c2-4d15-2faa-cc67-6d0662c5d468","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0\n"}],"uuid":"9865f3f8-e1b4-1418-1e9e-7b0124b902d2","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"0.25"}],"uuid":"cfe847fd-5dd6-a1a6-3d79-9b75be45d983","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d31cd665-4b23-f14a-bf34-7fff4f8aa858":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"ac29e13f-3ed2-f8df-6ce0-f951fff65fc6","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-2.5","y":"0","z":"0"}],"uuid":"7e809b28-e0f4-2f06-5e54-30e47f6c20ff","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0\n"}],"uuid":"75f8d5d7-4a8e-3689-0583-22e87a9f401d","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"-0.25"}],"uuid":"636821aa-62a2-f14d-90c6-2610cd167048","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"82f92264-4259-2a00-2aa6-f870dab5b92f","name":"pointLeft_n2","loop":"once","override":false,"length":1.25,"snapping":20,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"dcbc841c-1a58-2428-1826-cce3653637f2":{"name":"Receptors","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"5dd91230-6e63-ac1b-faa5-cb2c04a225b7","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-52.5,"y":"0","z":"0"}],"uuid":"eb7a7354-70bf-1cd2-53fa-80a1d80f4c36","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-55,"y":"0","z":"0"}],"uuid":"c98ca27f-714a-0b4d-3101-87af71f3ddbb","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":0,"z":0}],"uuid":"0a1f82d3-a319-de35-c7ef-0d9e012b70cd","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"e1c3bd02-d62a-6ec3-0a26-d9866f53d9aa","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":2,"z":-2}],"uuid":"0daccb23-07d2-6664-a57b-92130e0bd643","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"36a1ee20-bec3-378f-b300-22a10488d558","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-7.5,"y":"0","z":"0"}],"uuid":"3c72a886-4c2a-e905-5530-d3aa5c98fad4","time":0.1,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":7.5,"y":0,"z":0}],"uuid":"703f1341-713f-67d9-3b23-46d139dc59da","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"7aa2341b-9c7e-0186-a795-0eaac28a950d","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-7.5,"y":"0","z":"0"}],"uuid":"9a502b95-0787-1a48-914b-08e4fe934981","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":0,"z":0}],"uuid":"835052ac-656f-3963-9d64-58a5ea839ac6","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":-1}],"uuid":"becc166b-2920-265e-88a6-951d83378642","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"f9e3d551-4ec8-b299-1ff0-5c9519646b5a","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"68db605d-5abd-2365-0a55-3d66c1a21944","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4c59454b-d762-e138-f511-8cdcfe9eea48":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":"0","z":"0"}],"uuid":"95cdda79-01ff-2aad-dabd-a89b83f68397","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-5,"y":10,"z":0}],"uuid":"2ef337df-15ab-eed3-7d85-8f8d42249a54","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":10,"z":0}],"uuid":"3b11e418-5cad-ac31-e4a4-d002ce7cc537","time":0.4,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"6c107237-35f7-3523-e2bb-e155a69dbeaf","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":-1}],"uuid":"ecc1a784-03e3-23c1-2751-75308261824d","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0.3799999999999999}],"uuid":"8a37a303-dd35-4674-5c4d-32e7a2986c68","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"d14102bb-d603-a9d1-4f4e-aa51592de52b","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-115,"y":5,"z":0}],"uuid":"7e326d07-d2d3-6e8c-965a-a9845b68492a","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-94.11524000000009,"y":5,"z":0}],"uuid":"bd8d45a6-60bc-c691-7693-b246076a20d1","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-87.5,"y":5,"z":0}],"uuid":"c8c11794-fb16-328a-3f98-55f70c9b727a","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0\n"}],"uuid":"22732025-12c9-96e1-9cc9-1fc6c5a88f6b","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"-1"}],"uuid":"b143b71a-d210-4910-d77a-c0b9fe23d62e","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":-4}],"uuid":"ad226ae6-5de8-46db-8428-b81cb91bd091","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":0,"z":0}],"uuid":"418bc9b4-b50d-1e9d-508a-d14d5637869a","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[-0.33811420754213733,0.08452855188553433,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0.33811420754213733,-0.08452855188553433,0]},{"channel":"rotation","data_points":[{"x":10,"y":-2.5,"z":0}],"uuid":"32d38840-78e4-4e6a-8c6d-3ec11f3b1aeb","time":0.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":8.16961621259361,"y":-26.795156291967487,"z":-7.953870623042803}],"uuid":"c9e6ea10-3ef2-8505-148d-b8d82748b65d","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":8.783762324260806,"y":-16.538075814467447,"z":-9.020478530827404}],"uuid":"b096bfb5-a13e-b97a-d28a-49149a5d9673","time":0.55,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":0}],"uuid":"d4101ad1-bd09-dc52-7ade-de956001d79e","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,-0.033811420754213735],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0.033811420754213735]},{"channel":"position","data_points":[{"x":0,"y":0,"z":1}],"uuid":"4d5eca32-f99e-e29a-ccca-c2b52ffe3c47","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"64aa6f6e-6b69-58ab-1d95-c475b0d1859a":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"8e6dc4ca-25bc-a4a7-54b8-bab0a6684841","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-2.5,"y":"0","z":"0"}],"uuid":"aea9cca0-9ee7-13d1-9ecd-9dd69407426e","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":5,"y":0,"z":0}],"uuid":"07e134c2-4d15-2faa-cc67-6d0662c5d468","time":0.4,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0\n"}],"uuid":"9865f3f8-e1b4-1418-1e9e-7b0124b902d2","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"0.25"}],"uuid":"cfe847fd-5dd6-a1a6-3d79-9b75be45d983","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d31cd665-4b23-f14a-bf34-7fff4f8aa858":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"ac29e13f-3ed2-f8df-6ce0-f951fff65fc6","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"-2.5","y":"0","z":"0"}],"uuid":"7e809b28-e0f4-2f06-5e54-30e47f6c20ff","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":"0","z":"0\n"}],"uuid":"75f8d5d7-4a8e-3689-0583-22e87a9f401d","time":0,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":0,"z":"-0.25"}],"uuid":"636821aa-62a2-f14d-90c6-2610cd167048","time":0.25,"color":-1,"interpolation":"bezier","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"32e41aa8-9e0b-dc36-d739-65aae1dbaeca","name":"sitting","loop":"loop","override":true,"length":2.5,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"e368b5ff-8fe7-52f8-b15d-3669735ea015":{"name":"Head","type":"bone","keyframes":[{"channel":"position","data_points":[{"x":"0","y":-11,"z":"0"}],"uuid":"0fe48389-0c34-1b2a-7ae9-b545c43d707b","time":2.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"4c59454b-d762-e138-f511-8cdcfe9eea48":{"name":"Body","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"591091bb-c920-4c96-604c-4bbf0e536c74","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"75eb5b1d-9da7-ffdd-c5c4-0373d97a24dd","time":2.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-11,"z":"0"}],"uuid":"51355bf2-19af-4031-05ef-0158d20c6f8d","time":2.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"fd161bb4-4436-7745-1328-8f69fbae792c":{"name":"RightArm","type":"bone","keyframes":[{"channel":"position","data_points":[{"x":"0","y":-11,"z":"0"}],"uuid":"61c3acaa-3989-4369-1394-4d0249e7d0ca","time":2.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-11,"z":"0"}],"uuid":"b7065684-b32f-c506-f53d-5f05b8b33398","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"f74227c2-850d-29b9-d9e3-42dd8e3d0ed5":{"name":"LeftArm","type":"bone","keyframes":[{"channel":"position","data_points":[{"x":"0","y":-11,"z":"0"}],"uuid":"518ba7b7-e60b-2518-e3cd-8b341090772e","time":2.5,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-11,"z":"0"}],"uuid":"8d68ff2c-99e1-d188-ddd6-cd8245161678","time":0,"color":-1,"interpolation":"catmullrom","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"64aa6f6e-6b69-58ab-1d95-c475b0d1859a":{"name":"RightLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-84.93602897198525,"y":7.435472226131878,"z":0.9844794635018843}],"uuid":"be35acbb-afd7-8c0f-e2a2-a501e1f9e97b","time":1.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-82.41547415817331,"y":7.385417875791973,"z":1.3096230881060364}],"uuid":"bb69ff03-aa99-0995-b141-51c4c059300b","time":2.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-82.41547415817331,"y":7.385417875791973,"z":1.3096230881060364}],"uuid":"0edf8696-e877-65d2-49a2-07e6984985b5","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-10,"z":"0"}],"uuid":"0ddfb4e8-35d3-0e9a-298e-abbbdefad8a3","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-10,"z":"0"}],"uuid":"c673235a-fd8c-c797-7af0-16533d453cab","time":2.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"d31cd665-4b23-f14a-bf34-7fff4f8aa858":{"name":"LeftLeg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":-82.38564774959059,"y":-9.913580674589866,"z":-1.3184461832734087}],"uuid":"443aa19e-1d8e-c778-d939-0f4190baa682","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-81.35870061546893,"y":-9.857233612339314,"z":-1.6882679424047637}],"uuid":"2614ab6c-d2de-009f-fce2-cec3428848a6","time":1.25,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"rotation","data_points":[{"x":-82.38564774959059,"y":-9.913580674589866,"z":-1.3184461832734087}],"uuid":"b9a51525-ee17-67b2-65f7-f2557fed0c91","time":2.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-10,"z":"0"}],"uuid":"b2d775b0-6ef2-bd06-498c-1703604f9073","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0","y":-10,"z":"0"}],"uuid":"03246311-130b-cac6-49f0-9430be427ee1","time":2.5,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}}],"animation_variable_placeholders":"\n"} \ No newline at end of file diff --git a/3d_models/figura-old/Supreme Witch Calamita/script.lua b/3d_models/figura-old/Supreme Witch Calamita/script.lua new file mode 100644 index 0000000..31fc676 --- /dev/null +++ b/3d_models/figura-old/Supreme Witch Calamita/script.lua @@ -0,0 +1,56 @@ +vanilla_model.PLAYER:setVisible(false) +vanilla_model.ARMOR:setVisible(false) +models.player_model:setVisible(true) +vanilla_model.HELD_ITEMS:setVisible(true) +vanilla_model.ELYTRA:setVisible(true) + + +--change texture + +local mainPage = action_wheel:newPage() +action_wheel:setPage(mainPage) + +function pings.Hoodie() + models.player_model:setPrimaryTexture("CUSTOM", textures["hoodie"]) + models.player_model:setSecondaryTexture("CUSTOM", textures["blank"]) +end + +function pings.Hoodless() + models.player_model:setPrimaryTexture("CUSTOM", textures["hoodieless"]) + models.player_model:setSecondaryTexture("CUSTOM", textures["blank"]) +end + +function pings.DarkHoodie() + models.player_model:setPrimaryTexture("CUSTOM", textures["hoodie_dark"]) + models.player_model:setSecondaryTexture("CUSTOM", textures["hoodie_dark_e"]) +end + +function pings.Shadow() + models.player_model:setPrimaryTexture("CUSTOM", textures["shadow"]) + models.player_model:setSecondaryTexture("CUSTOM", textures["shadow_e"]) +end + + +mainPage:newAction() + :title("Dark Hoodie") + :item("minecraft:black_dye") + :hoverColor(0,0,0) + :onLeftClick(pings.DarkHoodie) + +mainPage:newAction() + :title("Default") + :item("minecraft:gray_dye") + :hoverColor(0.5,0.5,0.5) + :onLeftClick(pings.Hoodie) + +mainPage:newAction() + :title("Hoodless") + :item("minecraft:white_dye") + :hoverColor(1,1,1) + :onLeftClick(pings.Hoodless) + +mainPage:newAction() + :title("Shadow") + :item("minecraft:red_dye") + :hoverColor(1,0,0) + :onLeftClick(pings.Shadow) diff --git a/3d_models/figura-old/Supreme Witch Calamita/shadow.png b/3d_models/figura-old/Supreme Witch Calamita/shadow.png new file mode 100644 index 0000000..27db639 Binary files /dev/null and b/3d_models/figura-old/Supreme Witch Calamita/shadow.png differ diff --git a/3d_models/figura-old/Supreme Witch Calamita/shadow_e.png b/3d_models/figura-old/Supreme Witch Calamita/shadow_e.png new file mode 100644 index 0000000..14fe84a Binary files /dev/null and b/3d_models/figura-old/Supreme Witch Calamita/shadow_e.png differ diff --git a/3d_models/figura-old/Supreme Witch Calamita/texture.png b/3d_models/figura-old/Supreme Witch Calamita/texture.png new file mode 100644 index 0000000..2f34cff Binary files /dev/null and b/3d_models/figura-old/Supreme Witch Calamita/texture.png differ diff --git a/3d_models/figura-old/VEL_RECEPTORS/avatar.json b/3d_models/figura-old/VEL_RECEPTORS/avatar.json new file mode 100644 index 0000000..037bb11 --- /dev/null +++ b/3d_models/figura-old/VEL_RECEPTORS/avatar.json @@ -0,0 +1,7 @@ +{ + "authors": [ + "oatmealine", + "akirapink" + ], + "name": "Vel Receptors" +} diff --git a/3d_models/figura-old/VEL_RECEPTORS/player_model.bbmodel b/3d_models/figura-old/VEL_RECEPTORS/player_model.bbmodel new file mode 100644 index 0000000..5cf3eb4 --- /dev/null +++ b/3d_models/figura-old/VEL_RECEPTORS/player_model.bbmodel @@ -0,0 +1 @@ +{"meta":{"format_version":"4.5","model_format":"free","box_uv":true},"name":"player_model","model_identifier":"","visible_box":[1,1,0],"variable_placeholders":"","variable_placeholder_buttons":[],"timeline_setups":[],"unhandled_root_fields":{},"resolution":{"width":8,"height":8},"elements":[{"name":"cube","box_uv":false,"rescale":false,"locked":false,"from":[-6,25,-2],"to":[-2.9999999999999973,31,4],"autouv":0,"color":0,"rotation":[4.1686302720218137e-16,-17.499999999999996,7.500000000000001],"origin":[0,24,0],"uv_offset":[41,10],"faces":{"north":{"uv":[4,1,1,7],"texture":1},"east":{"uv":[1,1,7,7],"texture":1},"south":{"uv":[6,1,7,7],"texture":1},"west":{"uv":[1,1,7,7],"texture":1},"up":{"uv":[1,2,7,1],"rotation":90,"texture":1},"down":{"uv":[1,3,6,2],"rotation":90,"texture":1}},"type":"cube","uuid":"a05722ed-f1d4-72d0-4a03-6e42dc8ae896"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"from":[2.9999999999999973,25,-2],"to":[6,31,4],"autouv":0,"color":0,"rotation":[4.1686302720218137e-16,17.499999999999996,-7.500000000000001],"origin":[0,24,0],"uv_offset":[41,10],"faces":{"north":{"uv":[1,1,4,7],"texture":1},"east":{"uv":[7,1,1,7],"texture":1},"south":{"uv":[7,1,6,7],"texture":1},"west":{"uv":[7,1,1,7],"texture":1},"up":{"uv":[1,1,7,2],"rotation":90,"texture":1},"down":{"uv":[1,2,6,3],"rotation":90,"texture":1}},"type":"cube","uuid":"d7ed6f57-c6dd-4799-a1d5-eebf44d78396"}],"outliner":[{"name":"Head","origin":[0,24,0],"color":0,"uuid":"2bd6a8af-f74d-86fe-2148-58fb6cef8da4","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["a05722ed-f1d4-72d0-4a03-6e42dc8ae896","d7ed6f57-c6dd-4799-a1d5-eebf44d78396"]},{"name":"Body","origin":[0,24,0],"color":0,"uuid":"f29d6084-1cf7-718f-32dd-cc0d2284c328","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"RightArm","origin":[5,22,0],"color":0,"uuid":"5dd35133-3278-b724-dfcc-9c93da6e604f","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"LeftArm","origin":[-5,22,0],"color":0,"uuid":"34622386-0356-369d-4fc6-64ec81a20fc5","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"RightLeg","origin":[1.9,12,0],"color":0,"uuid":"4667a42e-b309-6a63-69cf-4606631a4f89","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"LeftLeg","origin":[-1.9,12,0],"color":0,"uuid":"22d1e4c5-d506-29a0-7c68-b5d322c62690","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]}],"textures":[{"path":"/home/akira/Documents/made-in-akira/pixel_art/minecraft_skins/cob_akizetesche.png","name":"cob_akizetesche.png","folder":"","namespace":"","id":"0","particle":false,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"cbbc011d-7736-add2-3b48-8ad72a59b5f2","relative_path":"../../../../../../../../../made-in-akira/pixel_art/minecraft_skins/cob_akizetesche.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAACU9JREFUeF7tWluMVdUZ/ve5zRVBVMBhZiTOjBkpCvhgqBHEYJNaIlWTGhN9KPXBxAeapiHxiki1NiGNkQcSH1p8sC88tBRDNbFEBFMND4JiySRnxiCXgRBBcS5n5syZs823hm/z7zV7n73nnDnOmWnXy1lnr3+tvf5v/fe1HYloycQ8t6tjjQznBqSxYZ70nz9lZrTcvEyyfZ+afl19Q+AqoyM5GS8OOFHvmMnxyM21t65xyTiYBhDffXfJAAAwCsUrJfc/PHwx8h01DUB3189czTQ2i5Nf2vITA8ScB+C65i4XTC9YcINRAQLQ1LjESMHpc5/PfQmAqFP8qQ5DwxcEIPxPSABPH0CgD9GnVHxz+Suprws2giOjOZn1NgAqgNNHowdAHxKANn/+wpIqcPnbr2e3EdRuECdPxsk1XOCslgC4OTBG0bZ/6fNpB3qyH8h1zV3y/WBW2lvXGBxKzcd6bFQd/sfY6bOflpQQSiDfDw8E24ODgCeKmh/lYh36eRJqg3eu/7/CIIguL5WY74EFA8j/MI50l2Qa9qF96Upf7ID3MKjCLxi4ZemjbmfXCt9eDx1+wwRR2g1/P5h1AAgPCe+HjYGUrl/3O9/83uyX8vW5v0eqn7egdnH08UAZAAQFPIjyIP43LrzVuEcwgwam8YyAAQDOJxh8F56DqQ3rt7kHD+2Tusy3HhOj+etF5AsDAOk0h2Aa758wsne69twN6x+Wg4d2xAeA0R38Ok6Vbs6I6ZlPxL1fpOnoYqPvl1aeEudDkfa2n3riTxAgNXSPWAcNJwXACCa9CsQZpwwAPv7PHrn3ns0ejwEniHiEDOm+2BLEtWIBACSxYR3s0NpT1FLpvBmHW9MGrzCWMepAUedJg1k0ShLtCKQEtBjHGPo4QQ0AN9/X2yenzv4t8gSx9rLWJ9yOzg7h3LIA0PpMY4VnEGf6+itXLnuuD2BQ1Ckt2j1SCsAs+jp+0PRQATBw6uwJowIQfYhvOQBQjbDGstY7YgHoNDYucnlilARGdzwpiLWd8ekxME7LbPcp03ptggIgoAIQYcfxB1Nn+vfHziQhxW0tm3xG0HVz8YygBiBo8+PFAePuAAKDHkjCVRckycREfsAGoGhD0Nfg2jEE5sx0ujxJx4BmQ6bDYyhfPOljsGXRrwTiChFDg+7BYMGNwehgvm/CFP9EAdJcv8pbv5joNzapkpB7ygDk83lPZ8Hb4sVJWXH7QwYE+F0CUN9Q9LE+kkvEgkKrBMBl4/oagNa2m7zxnuwHsQymvYmyAKDl1RLAoAMAtKx+Wm64dZPIymuvu/SP/dJ/7K1IEACANoqYQMMICasZAMI4AQB37Dggx/691key+oEjcmLbxtgAnL942IsLtFubdhXggq5bkLHxb8wG08kbxXFS3mZz+T7TTyaaJJOaiBnQ+DydWmT+jxUuml9IwOl5O33Mtg9s9SSA9JwDerQzR3dK291bvV9IDGhTytAWigPef93HfP1/cOR4LJXwRKpcALDB3xdfNwz8OfGcdP9yj2T3PyNdL+2W48+tlVWPHzGqkP3DM9K1abf0/HOzj57Mdb64y0ff++oWs2YpJmsGgPuT95nNfjj+kXRv22OY1RKEMQAMUHp2bBabnsza+gFQQD+rJGAk1yvNTaul86FdPn56390ig0PHpL6h0ycBpA8yDqSveQD0iUIdDmxfIjhVggDmcZobt18wahJGr0HQ9FUFIJPJuOl0esKIjY2Z36n8T0jbJBsAnQcAvy08b9Z7M/VHA4B8LpNsAGwG6W0ASF/zANg6DeMHNVjr3GV4OuJ+ZsR/1etHAm0A6TUAmn5WAQAw3hv8SyAADzY/ZQylBoz0TY0ToTXb0PAJIX1NA7Ah+aTcNfZzs+/P0u8bBmnYbAmAAQTDQfRBAIC+WBwycQkbYhX+132jwmpsaPTLeHFApTYAAOhGVxhkA7QL5BztOvU6dJkMroK8RKlnUUkV5zoAYKqLa/pSANheoBwAEqkBrwqFrA+NGSD7+LXH4l7IVAzA1uI7RvTRINo7ZYss377Xi/zwnJHhye2PyVbZFUpvSwDoU5miDwBdktMlOrtcF/dCxrmvo8c9e+CytG5cKG/Js9Ldty+W7lQiNVFzkQ2GJUNRc6c67vR0POx29+3T82IBgE1iEgsicWrwcTdXKh2Ou0ZcOgPA0/Inj/6jvu5IALhBTLILInFfXIqONcKggsh0rO87baiAfhAFAJkPK4lN9warvZ5Tn+lwdWACv7v8kb3GcKGNuzlf4JJ0GkymBwuP1HYk3xcpMZUy8UJqrzmk1wqPmXc92PAb973cX02/1Fic904CwLiUqxkd+si5NUCMypip/RgAgGHshUxrAEqNlQWADmWjAECoyk3FeVm5NFWXAL2x7pf3yM2vvm0SGAKgxykBCHPPv/hrOf7CuqqrQNUlwAYgu+NaRQcqEASAqfBs2111AGCjWHJDWk2VxAGhHzYWuyaIF8DwoSUSTUbfDxePeiWtfOGCeY4GOhZFAcC6xN1VVwFtpMk09qj72Js9FhuATGrJpFwADFPUwwAA+gAkX7hQVRWoOgD2VRZK32g86TAA8Byt2gBA/+30mRIAOxQ2FlsCwu7yWI9n7Z92APeGOH2mqXHTznI9AA0g5x8c+5dsSP/CqClUUDc9FrseELYxAmMzGPa8XAZnel5V9XemmYvz/qoAsOq1w64dHwQ9i7PBatNMOwD68hL2I5ka9fGA6/VSTE335WcUgDUNwHTc//8fgAgEaloCpuMTmEgJaKpb4dKfMgHCJOb76AfVC3DfdzUQmvQ9AcJkNH5vMH411EaQhb7+BklvMO7dP+h0Gl5JtuiEAcB83wYA/3W9ABGh/UHFjw1AJdliSQBKXWXh7m/OSAAYsT9oYL7f88q173dBZ9cL5oQEBAHAfD8IAF0vmGkAEDfwGh7fHiCLxeHhyg39sDHaEKMCYQDAOGKhkvWC4skpfU+Ad+nvDzKJ5Z4dLMcIAgBewpJpDUDYWCQAzPeD3IivXjBXAWC+TxdGICbVC2YYALteAFdOCbCv4vWYJwF2PcDO98MCCdYL8C3xVD6psVUg7dzmvSLu3T/oWIix6wWsE7A2oPevxzg/8FNZTIoqdBA4JDuVADBeqIsK1gLHo/YXd9GKQ+FKvy9IpRZU9f4/CoiaA2C67/+jAPgBoXM1yNRme9EAAAAASUVORK5CYII="},{"path":"/home/akira/Documents/AppImages/Prism Launcher/instances/Maudpack/.minecraft/figura/avatars/VEL_RECEPTORS/texture.png","name":"texture.png","folder":"","namespace":"","id":"1","particle":false,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"49b09b6e-8ea7-1992-8305-30a7516d85a4","relative_path":"../texture.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAHpJREFUKFNjZCAAGEHyzEy8/x3sClGU3rl9heHh03WMYAUMDHr/2dnewxX8/CXI4OwQwLD3QBNEgbx00H8VVR24giPH5jPYWCUiFCjIRP9XVlFmgEngVLD3wAYGkFUgKxRkdBkePFkKsQLkSFkpPxRH/v//HdmRuP0KADfFMAn58+Z3AAAAAElFTkSuQmCC"}]} \ No newline at end of file diff --git a/3d_models/figura-old/VEL_RECEPTORS/script.lua b/3d_models/figura-old/VEL_RECEPTORS/script.lua new file mode 100644 index 0000000..f44e324 --- /dev/null +++ b/3d_models/figura-old/VEL_RECEPTORS/script.lua @@ -0,0 +1 @@ +-- Autogenerated Essential => Figura script \ No newline at end of file diff --git a/3d_models/figura-old/VEL_RECEPTORS/texture.png b/3d_models/figura-old/VEL_RECEPTORS/texture.png new file mode 100644 index 0000000..812de39 Binary files /dev/null and b/3d_models/figura-old/VEL_RECEPTORS/texture.png differ diff --git a/3d_models/grid.png b/3d_models/grid.png new file mode 100644 index 0000000..019663a Binary files /dev/null and b/3d_models/grid.png differ diff --git a/3d_models/mainframes_perspective_test.bbmodel b/3d_models/mainframes_perspective_test.bbmodel new file mode 100644 index 0000000..92c1890 --- /dev/null +++ b/3d_models/mainframes_perspective_test.bbmodel @@ -0,0 +1,410 @@ +{ + "meta": { + "format_version": "4.10", + "model_format": "free", + "box_uv": false + }, + "name": "mainframes_perspective_test", + "model_identifier": "", + "visible_box": [1, 1, 0], + "variable_placeholders": "", + "variable_placeholder_buttons": [], + "timeline_setups": [], + "unhandled_root_fields": {}, + "resolution": { + "width": 16, + "height": 16 + }, + "elements": [ + { + "name": "cube", + "box_uv": false, + "rescale": false, + "locked": false, + "light_emission": 0, + "render_order": "default", + "allow_mirror_modeling": true, + "from": [3, -0.1, 5], + "to": [5, 5.9, 7], + "autouv": 1, + "color": 5, + "inflate": -0.1, + "origin": [3, -0.1, 6], + "faces": { + "north": { + "uv": [0, 0, 2, 6] + }, + "east": { + "uv": [0, 0, 2, 6] + }, + "south": { + "uv": [0, 0, 2, 6] + }, + "west": { + "uv": [0, 0, 2, 6] + }, + "up": { + "uv": [0, 0, 2, 2] + }, + "down": { + "uv": [0, 0, 2, 2] + } + }, + "type": "cube", + "uuid": "9332dff6-a10b-b99d-7f7b-0111174ed7de" + }, + { + "name": "cube", + "box_uv": false, + "rescale": false, + "locked": false, + "light_emission": 0, + "render_order": "default", + "allow_mirror_modeling": true, + "from": [1, -0.1, 5], + "to": [3, 5.9, 7], + "autouv": 1, + "color": 5, + "inflate": -0.1, + "origin": [1, -0.1, 6], + "faces": { + "north": { + "uv": [0, 0, 2, 6] + }, + "east": { + "uv": [0, 0, 2, 6] + }, + "south": { + "uv": [0, 0, 2, 6] + }, + "west": { + "uv": [0, 0, 2, 6] + }, + "up": { + "uv": [0, 0, 2, 2] + }, + "down": { + "uv": [0, 0, 2, 2] + } + }, + "type": "cube", + "uuid": "8f976282-adc7-29e7-167c-ec1c03ebbca8" + }, + { + "name": "cube", + "box_uv": false, + "rescale": false, + "locked": false, + "light_emission": 0, + "render_order": "default", + "allow_mirror_modeling": true, + "from": [-1, -0.1, 5], + "to": [1, 5.9, 7], + "autouv": 1, + "color": 5, + "inflate": -0.1, + "origin": [-1, -0.1, 6], + "faces": { + "north": { + "uv": [0, 0, 2, 6] + }, + "east": { + "uv": [0, 0, 2, 6] + }, + "south": { + "uv": [0, 0, 2, 6] + }, + "west": { + "uv": [0, 0, 2, 6] + }, + "up": { + "uv": [0, 0, 2, 2] + }, + "down": { + "uv": [0, 0, 2, 2] + } + }, + "type": "cube", + "uuid": "45c8487e-56c1-7151-fa97-44a771a54358" + }, + { + "name": "cube", + "box_uv": false, + "rescale": false, + "locked": false, + "light_emission": 0, + "render_order": "default", + "allow_mirror_modeling": true, + "from": [-3, -0.1, 5], + "to": [-1, 5.9, 7], + "autouv": 1, + "color": 5, + "inflate": -0.1, + "origin": [-3, -0.1, 6], + "faces": { + "north": { + "uv": [0, 0, 2, 6] + }, + "east": { + "uv": [0, 0, 2, 6] + }, + "south": { + "uv": [0, 0, 2, 6] + }, + "west": { + "uv": [0, 0, 2, 6] + }, + "up": { + "uv": [0, 0, 2, 2] + }, + "down": { + "uv": [0, 0, 2, 2] + } + }, + "type": "cube", + "uuid": "21ada6bb-9b37-3a26-23f0-c5925330f440" + }, + { + "name": "camera", + "path": "", + "position": [-3.18585, 2.75882, -5.82124], + "rotation": [177.43576, -25.16381, -180], + "fov": 50, + "aspect_ratio": [1, 1], + "linked_preview": "main", + "camera_linked": false, + "visibility": false, + "type": "camera", + "uuid": "00214e3e-1f02-0b4f-2e28-19fe12003d8f" + }, + { + "name": "cube", + "box_uv": false, + "rescale": false, + "locked": false, + "light_emission": 0, + "render_order": "default", + "allow_mirror_modeling": true, + "from": [-15, 0, -15], + "to": [15, 0, 15], + "autouv": 0, + "color": 9, + "origin": [-6, 0, -15], + "faces": { + "north": { + "uv": [0, 0, 480, 480], + "texture": 0 + }, + "east": { + "uv": [0, 0, 480, 480], + "texture": 0 + }, + "south": { + "uv": [0, 0, 480, 480], + "texture": 0 + }, + "west": { + "uv": [0, 0, 480, 480], + "texture": 0 + }, + "up": { + "uv": [0, 0, 480, 480], + "texture": 0 + }, + "down": { + "uv": [0, 0, 480, 480], + "texture": 0 + } + }, + "type": "cube", + "uuid": "4eafc28d-3678-0486-485f-37098c1625b6" + }, + { + "name": "cube", + "box_uv": false, + "rescale": false, + "locked": false, + "light_emission": 0, + "render_order": "default", + "allow_mirror_modeling": true, + "from": [10, 4, -14], + "to": [12, 15, 15], + "autouv": 1, + "color": 9, + "inflate": -0.025, + "origin": [11, 0, 0], + "faces": { + "north": { + "uv": [0, 0, 2, 11] + }, + "east": { + "uv": [0, 0, 16, 11] + }, + "south": { + "uv": [0, 0, 2, 11] + }, + "west": { + "uv": [0, 0, 16, 11] + }, + "up": { + "uv": [0, 0, 2, 16] + }, + "down": { + "uv": [0, 0, 2, 16] + } + }, + "type": "cube", + "uuid": "9a143832-0bbd-4736-8f7c-7dfb2f57c649" + }, + { + "name": "cube", + "box_uv": false, + "rescale": false, + "locked": false, + "light_emission": 0, + "render_order": "default", + "allow_mirror_modeling": true, + "from": [10, 0, -14], + "to": [12, 7, 8], + "autouv": 1, + "color": 9, + "origin": [11, 0, 0], + "faces": { + "north": { + "uv": [0, 0, 2, 7] + }, + "east": { + "uv": [0, 0, 16, 7] + }, + "south": { + "uv": [0, 0, 2, 7] + }, + "west": { + "uv": [0, 0, 16, 7] + }, + "up": { + "uv": [0, 0, 2, 16] + }, + "down": { + "uv": [0, 0, 2, 16] + } + }, + "type": "cube", + "uuid": "2654914e-20b3-09a8-f12c-63697e5a5cfe" + }, + { + "name": "cube", + "box_uv": false, + "rescale": false, + "locked": false, + "light_emission": 0, + "render_order": "default", + "allow_mirror_modeling": true, + "from": [10, 0, 10], + "to": [12, 7, 15], + "autouv": 1, + "color": 9, + "origin": [11, 0, 9], + "faces": { + "north": { + "uv": [0, 0, 2, 7] + }, + "east": { + "uv": [0, 0, 5, 7] + }, + "south": { + "uv": [0, 0, 2, 7] + }, + "west": { + "uv": [0, 0, 5, 7] + }, + "up": { + "uv": [0, 0, 2, 5] + }, + "down": { + "uv": [0, 0, 2, 5] + } + }, + "type": "cube", + "uuid": "5f529dbe-6c51-38f0-b373-c62f8bfa0840" + }, + { + "name": "cube", + "box_uv": false, + "rescale": false, + "locked": false, + "light_emission": 0, + "render_order": "default", + "allow_mirror_modeling": true, + "from": [-15, 0, 14], + "to": [12, 15, 15], + "autouv": 1, + "color": 9, + "origin": [11, 0, 9], + "faces": { + "north": { + "uv": [0, 0, 16, 15] + }, + "east": { + "uv": [0, 0, 1, 15] + }, + "south": { + "uv": [0, 0, 16, 15] + }, + "west": { + "uv": [0, 0, 1, 15] + }, + "up": { + "uv": [0, 0, 16, 1] + }, + "down": { + "uv": [0, 0, 16, 1] + } + }, + "type": "cube", + "uuid": "f97a9459-bd6a-00ac-6571-89f96141cd7a" + } + ], + "outliner": [ + "9332dff6-a10b-b99d-7f7b-0111174ed7de", + "8f976282-adc7-29e7-167c-ec1c03ebbca8", + "45c8487e-56c1-7151-fa97-44a771a54358", + "21ada6bb-9b37-3a26-23f0-c5925330f440", + "00214e3e-1f02-0b4f-2e28-19fe12003d8f", + "4eafc28d-3678-0486-485f-37098c1625b6", + "9a143832-0bbd-4736-8f7c-7dfb2f57c649", + "2654914e-20b3-09a8-f12c-63697e5a5cfe", + "5f529dbe-6c51-38f0-b373-c62f8bfa0840", + "f97a9459-bd6a-00ac-6571-89f96141cd7a" + ], + "textures": [ + { + "path": "/home/akirapink/Documents/made-in-akira/3d_models/checker_16.png", + "name": "checker_16.png", + "folder": "", + "namespace": "", + "id": "0", + "group": "", + "width": 480, + "height": 480, + "uv_width": 480, + "uv_height": 480, + "particle": false, + "use_as_default": false, + "layers_enabled": false, + "sync_to_project": "", + "render_mode": "default", + "render_sides": "auto", + "pbr_channel": "color", + "frame_time": 1, + "frame_order_type": "loop", + "frame_order": "", + "frame_interpolate": false, + "visible": true, + "internal": false, + "saved": true, + "uuid": "b3855cae-7be8-2837-8ac9-97d6326cc8fb", + "relative_path": "checker_16.png" + } + ] +} \ No newline at end of file diff --git a/drawings/akirapink static.aseprite b/drawings/akirapink static.aseprite index a5a9197..8b95fe9 100644 Binary files a/drawings/akirapink static.aseprite and b/drawings/akirapink static.aseprite differ diff --git a/drawings/astra doodles to make into real drawings.aseprite b/drawings/astra doodles to make into real drawings.aseprite index fb14f8a..bfb53fe 100644 Binary files a/drawings/astra doodles to make into real drawings.aseprite and b/drawings/astra doodles to make into real drawings.aseprite differ diff --git a/drawings/astra drawings real - lighting experiments.xcf b/drawings/astra drawings real - lighting experiments.xcf new file mode 100644 index 0000000..67ac08b Binary files /dev/null and b/drawings/astra drawings real - lighting experiments.xcf differ diff --git a/drawings/astra_drawings_real.aseprite b/drawings/astra_drawings_real.aseprite new file mode 100644 index 0000000..e8eae59 Binary files /dev/null and b/drawings/astra_drawings_real.aseprite differ diff --git a/drawings/astra_drawings_real.png b/drawings/astra_drawings_real.png new file mode 100644 index 0000000..92de10c Binary files /dev/null and b/drawings/astra_drawings_real.png differ diff --git a/drawings/c_ob dude squirrel.png b/drawings/c_ob dude squirrel.png new file mode 100644 index 0000000..501e8d1 Binary files /dev/null and b/drawings/c_ob dude squirrel.png differ diff --git a/drawings/c_ob dude squirrel_2.png b/drawings/c_ob dude squirrel_2.png new file mode 100644 index 0000000..280654e Binary files /dev/null and b/drawings/c_ob dude squirrel_2.png differ diff --git a/drawings/c_ob moth real.png b/drawings/c_ob moth real.png new file mode 100644 index 0000000..9e0b743 Binary files /dev/null and b/drawings/c_ob moth real.png differ diff --git a/drawings/junk/mindspike on a rail.png b/drawings/junk/mindspike on a rail.png new file mode 100644 index 0000000..6a34af2 Binary files /dev/null and b/drawings/junk/mindspike on a rail.png differ diff --git a/drawings/traumatized.aseprite b/drawings/traumatized.aseprite new file mode 100644 index 0000000..10c4b20 Binary files /dev/null and b/drawings/traumatized.aseprite differ diff --git a/drawings/traumatized.png b/drawings/traumatized.png new file mode 100644 index 0000000..9816c83 Binary files /dev/null and b/drawings/traumatized.png differ diff --git a/graphic_design/junk/Missy Control Strip Godot spritesheet.xcf b/graphic_design/junk/Missy Control Strip Godot spritesheet.xcf new file mode 100644 index 0000000..6bc9488 Binary files /dev/null and b/graphic_design/junk/Missy Control Strip Godot spritesheet.xcf differ diff --git a/memes/c_ob cavik pointer.png b/memes/c_ob cavik pointer.png new file mode 100644 index 0000000..7c2d16a Binary files /dev/null and b/memes/c_ob cavik pointer.png differ diff --git a/memes/rgba_pride_flag.png b/memes/rgba_pride_flag.png new file mode 100644 index 0000000..00c55d5 Binary files /dev/null and b/memes/rgba_pride_flag.png differ diff --git a/memes/akira_true.png b/memes/true_akira.png similarity index 100% rename from memes/akira_true.png rename to memes/true_akira.png diff --git a/memes/berdly_correct.png b/memes/true_berdly.png similarity index 100% rename from memes/berdly_correct.png rename to memes/true_berdly.png diff --git a/memes/true_daisy.png b/memes/true_daisy.png new file mode 100644 index 0000000..b5c5f48 Binary files /dev/null and b/memes/true_daisy.png differ diff --git a/memes/psdx_true....png b/memes/true_psdx.png similarity index 100% rename from memes/psdx_true....png rename to memes/true_psdx.png diff --git a/pixel_art/RPGchars/undertale-deltarune/akirapink_v414.aseprite b/pixel_art/RPGchars/undertale-deltarune/akirapink_v414.aseprite new file mode 100644 index 0000000..c0c1b81 Binary files /dev/null and b/pixel_art/RPGchars/undertale-deltarune/akirapink_v414.aseprite differ diff --git a/writings/Minecraft Splashes.sync-conflict-20250829-105425-B66LXOY.txt b/writings/Minecraft Splashes.sync-conflict-20250829-105425-B66LXOY.txt new file mode 100644 index 0000000..838370f --- /dev/null +++ b/writings/Minecraft Splashes.sync-conflict-20250829-105425-B66LXOY.txt @@ -0,0 +1,361 @@ +/) +20% Cooler! +Biden BLAST!!! +Re-implemented! +/!\ You have alerted the horse. +/!\ You are no longer safe. +(i) PLAYERNAME has been infected +I'm not gonna sugarcoat it, +I know what you are. +But do I know when you are!? +Moss? Eaten. +Never stop gambling! +Let's go gambling! +Aw dang it! +No matter what! +Open up your eyes! +Yee-Haw! +I'm from the past, and I'm from the future! +jessey...i turned myself into a bunger... +yeag +(removed) +(deleted) +Can you hear the sea? Do you see the lights? +Return to your bunker. +This place is safe. Stay here to hibernate +Nom +I know this is what must happen... +Michigan +**NOT CLICKBAIT** +**GONE WRONG** +Not on viewportOS! +[Money] SOON +KILL +Murderize! +Bad To the Bone! +You are fake. You dont exist, +Yes! +NOOOOOOOOOOOOOOO +GOOOOOOOOOOOOOOL +A Brave New Look! +A Brave New Gloop! +But here's the glooper: +Glooptastic, absolutely slorpcredible! +Knows where you live! +100% pure! +As seen on TV! +Hey, hello! My name is... +(pling) Leave me alone! (pling) Akira! +Faithless! +Faithful! +Made on Java! +Made with IntelliJ IDEA! +Made with Visual Studio Code! +Made with Notepad++! +Made with Notepad! +Please don't open re:squake config (no seriously) +Also try RubyDung! +Also try Bugsnax! +Also try Bugsnax: Isle of Bigsnax! +Also Try Minecraft: Bedrock Edition! +Also try Quake! +Also try re:squake! +Also try Linux Mint! +Also try Fedora Linux! +Also try corru.observer! +Also try corru.observer: EP2ADDZ! +Also try Splatoon! +Also try Splatoon 2! +Also try Splatoon 2: Octo Expansion! +Also try Splatoon 3! +Also try Splatoon 3: Side Order! +Also try Nintendogs! +Also try Rain World! +Also try Rain World: Downpour! +Also try Sonic Adventure! +Also try Not So Seecret Saturday! +Also try ReIndev! +Also try Better than Adventure! +Also try Legacy+! +Also try Raspberry Flavored! +Also try Secret Little Haven! +Also try Voices of the Void! +Also try Starbound! +Also try The Genesis Project! +Also try Terraria! +Also try Hytale! +Also try Paper Mario: Color Splash! +Also try Indigo Park! +Also try admiring plants! +Also listen to The Beths! +Also listen to Beau Jordan! +Give up on your dreams of becoming a baker! +Happy birthday! +Happy wriggling day! +Happy ascension gaze! +Animal Crossing: New Leaf! +(punching trees is not as effective in real life) +Basketball. Everyone remembers Basketball! +A bizarre adventure! +A wacky trip! +A blocky vacation! +Now with vertical slabs! +Oh, wouldn't you like to know? +Did you know? +Top-tier gaming. +Mojang please nerf skeletons +Mojang please +Mojank please +Mojang please I am begging +At home! +Home-made! +Made in Brasil! +Made in Brazil! +BRASIL NÚMERO UM CAMPEÃO DO BLUMBO :speaking_head::speaking_head: +Was that the craft of ’87!? +Now With More Copper! +Now with More +A little bit of "?" in your life! + Now! +In case it isn't obvious, foxes are also players. +it's as shrimple as that +things are not so shrimple now, are they? +its actually very clamplicated +its that shrimple +its very benefishial +its kinda conchfusing +simply mantastic +its very resharkable +you've got to be squidding me +i cant believe you would becray me +its very effishient +your octopinion is invalid +your octopinion is valid +its very shellfish +would you please sealize the truth +the proccess is that grueeling +its not something you cod achieve easily +its actually immorayl +Apartment complex? I find it quite simple. +Snowier snow! +Trans rights now! +ACAB +13:12, make a wish! +Black lives matter! +Be anti-racist! +Learn about allyship! +Speak OUT against injustice and UP for equality! +Amplify and listen to Black and Indigenous voices! +Educate your friends on anti-racism! +Support creators from marginalized communities! +Stand up for equality in your community! +Be anti-racist! +sorry, we used your boyfriend in a crafting recipe... +? I sure hope it does! +I enjoy walks on the beach, and laying on the ground... +Taken for granted! +Not since The Incident... +Are you seeing this? +Going insane! +if not ok then return help +Fhqwhgads! +Giasfelfebrehber! +Giasfclfbrehber! +Successfully +Squish that cat. +Brings the bounty to the plains! +Through the torment and the rains! +You just missed the splash text, sorry... +Home of Challenge Missy! +Going up! +Going down! +Not really... +It really isn't... +Absolutely +EXCELLENT +This party's getting crazy! +Become a dark spirit! +New gloopy mode! +New Play Control! +Now with both Temptation and Sin! +Supports languages! +Mmmmmmm... Fishe... +Love is in the air? WRONG! Kavruka! +Love is in the air? WRONG! Deadly Neurotoxin! +Love is in the air? WRONG! Man-at-Legs! +Slime is falling from the sky! +A goblin army is approaching from the west! +Filmed in front of a live studio audience! +Every copy is personalized! +Wildly popular! +Y2K ready! +Y2K38 ready! +dink my oiter +they can dink it +they can't dink it +Save the world, stay inside! +Save the world, wear a mask! +Take it out on me! +Trying to get out of hell! +Could not stop growing! +Until last week! +Since last thursday! +pppppppppppppppppppppppppppppppppppppppppp +Woo, Create: Estrogen! +Woo, Spectrum! +Woo, Ars Nouveau! +Woo, Hex Casting! +Woo, Thaumcraft! +Amorphous! +Non-amorphous! +Non-non-amorphous! +Algebraic! +Mathematical! +Polynomial! +Your gender is valid! +Splashes by akirapink and friends! +Contains simulated goats! +Contains a real human soul! +Contains infinite genders! +But what about me? +Send me a dream, bartender! +Sand me a man! +Sand me a paper! +Can share a few exciting progress updates with you! +So it means... +Therefore... +You and me! +Your personal ScrongleBuddy! +Inside a bag of milk! +Approved by Mold Mario! +Many people say “Rome wasn't built in a day”. That's correct! +Many qou say “The Obesk Embassy wasn't built in a gaze”. That's correct! +Shimmer, shimmer... +Where Are They Now? Find Out Today! +Your #1 Download Source! +.com +.net +.org +.com.br +.co.uk +Forever and always! +Doesn't have a first level! +No more running! +§c<3 §rBecome longer +BE AFRAID! +<3 +Xorg my beloathed! +Wayland my beloathed! +PulseAudio my beloathed! +PipeWire my beloathed! +Tiny-Huge Pizza! +Not that good! +Honestly quite incredible! +[this splash text is now available] +[this splash text is no longer available] +Try it. See what happens. +Enable Streamer Mode! +Windows G Enable +macOS P Disable +Linux S Continue +Have you heard of Xenia, the Linux Fox? +Let me tell you a story... +& Knuckles! +Knuckles In: +AudioJungle +AA EE OO +You wanna peep the horror? Here. +Aren't you excited? +Panic! In static! Out-manic! +Classic! Estatic! It's magic! +To trip the light fantastic, repeat it after me! +[citation needed] +[according to whom?] +By technicality! +It's blue and true! +It's bleen! +The videogame of all time! +Game of a Year! +Game of the Year! +There's a light inside your soul! +That's still shining in the cold! +With the truth, the promise in our hearts! +Don't forget! +I'm with you in the dark! +Don't forget this dream! +A sad, yet sweet memory! +That's what you left of me! +And yes, I do, think of you! +I hope that you do too! +Sponsored by IKEA! +Hit its Deltarune/Undertale reference limit 2 splashes ago! +Check your CPU temperature! +Check your RAM usage! +Check your SSD writes! +Check your HDD space! +Check your battery health! +Have you tried turning it off and on again? +§c=) +§c=( +§d=) +§d=( +§c6 left. +§c5 left. +§c4 left. +§c3 left. +§c2 left. +§c1 left. +It's Pride Month! You know what that means. +FUCK Notch! +Made by Hatsune Miku! +Made by Mojang Studios! +Something about Microsoft? +It's fast approaching! +Ouppy...So ouool... +Brought in for questioning! +300 splashes and counting! +Rotate it in your mind! +In your mind's eye, you are a big, big monster truck! +Remember to drink water! +Hydrate before you die-drate! +Happy Holidays! +What did you expect? +Chaps, are we cooked? +Baking Bread! +Gakvu: "Gakvu" +A second, funnier Minecraft! +A vision from an angry god! +Electrify mine! +Can't you do it sometime? +Pushed it in too far... +Green inside! +Intel inside! +AMD outside! +Groovy, and only sometimes glooby! +Girls... +Boys... +Enbys... +All The Mods 10... +With no disrespect to the &! +Open for business! +Sorry, we're closed! +So be it, we've clopen! +Nvidia beneath the soil, buried 1.8288 meters under! +It is now safe to turn off your computer. +It is no longer safe to turn off your computer. +0625. Willpower, though useful, does not alone a powerful being make. +1009. Early to bed and early to rise makes a "man" healthy but socially dead. +1111. A great change is coming. +1119. Everything not saved will be lost. +1224. At the end of the day... It's night! +1225. The holidays always come, whether you like them or not. +1312. No gods, no masters, no exceptions. +1604. Some conflicts can be resolved. Communicate before it's too late. +1614. The next package in your mailbox will have more value than you initially thought. +1707. Choose your battles. +2020. Nothing is sacred. +2506. Beware not gods, but those who worship them. +2612. Treat with love the relations you treasure. +3200. Don't make a promise you can't keep. If you do, a storm will find you! +4560. Minds are good at being convinced by repeated affirmation. +4561. Brains are for having ideas, not remembering them. diff --git a/writings/Minecraft Splashes.txt b/writings/Minecraft Splashes.txt index de28a4d..78f0f49 100644 --- a/writings/Minecraft Splashes.txt +++ b/writings/Minecraft Splashes.txt @@ -7,6 +7,7 @@ Re-implemented! (i) PLAYERNAME has been infected I'm not gonna sugarcoat it, I know what you are. +But do I know when you are!? Moss? Eaten. Never stop gambling! Let's go gambling! @@ -99,7 +100,6 @@ A bizarre adventure! A wacky trip! A blocky vacation! Now with vertical slabs! -Knows where you live! Oh, wouldn't you like to know? Did you know? Top-tier gaming. @@ -112,7 +112,6 @@ Home-made! Made in Brasil! Made in Brazil! BRASIL NÚMERO UM CAMPEÃO DO BLUMBO :speaking_head::speaking_head: -Knows where you live! Was that the craft of ’87!? Now With More Copper! Now with More @@ -230,7 +229,7 @@ Your personal ScrongleBuddy! Inside a bag of milk! Approved by Mold Mario! Many people say “Rome wasn't built in a day”. That's correct! -Many qou say “The Embassy wasn't built in a gaze”. That's correct! +Many qou say “The Obesk Embassy wasn't built in a gaze”. That's correct! Shimmer, shimmer... Where Are They Now? Find Out Today! Your #1 Download Source! @@ -242,7 +241,7 @@ Your #1 Download Source! Forever and always! Doesn't have a first level! No more running! -Sorry isn't enough! +§c<3 §rBecome longer BE AFRAID! <3 Xorg my beloathed! @@ -326,19 +325,22 @@ Baking Bread! Gakvu: "Gakvu" A second, funnier Minecraft! A vision from an angry god! -The wisdom of a glogged! Electrify mine! Can't you do it sometime? Pushed it in too far... Green inside! Intel inside! AMD outside! +Nvidia beneath the soil, buried 1.8288 meters under! Groovy, and only sometimes glooby! Girls... Boys... Enbys... All The Mods 10... -Nvidia beneath the soil, buried 1.8288 meters under! +With no disrespect to the &! +Open for business! +Sorry, we're closed! +So be it, we've clopen! It is now safe to turn off your computer. It is no longer safe to turn off your computer. 0625. Willpower, though useful, does not alone a powerful being make. @@ -356,3 +358,4 @@ It is no longer safe to turn off your computer. 2612. Treat with love the relations you treasure. 3200. Don't make a promise you can't keep. If you do, a storm will find you! 4560. Minds are good at being convinced by repeated affirmation. +4561. Brains are for having ideas, not remembering them.