|
1 | 1 | { |
2 | | - "format_version" : "1.8.0", |
3 | | - "animations" : { |
4 | | - "animation.agent.move" : { |
5 | | - "loop" : true, |
6 | | - "bones" : { |
7 | | - "body" : { |
8 | | - "position" : [ 0.0, "variable.agent.easein * (math.sin(query.life_time * 114.6 * variable.agent.movespeedscalar) + 1.0) * 1.12", 0.0 ] |
9 | | - }, |
10 | | - "leftarm" : { |
11 | | - "rotation" : [ "((-0.2 + 1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 - variable.agent.armxrotationfactor", 0.0, "-variable.agent.armzrotation" ] |
12 | | - }, |
13 | | - "leftleg" : { |
14 | | - "rotation" : [ "((-1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 + (variable.agent.ishovering * variable.agent.legxrotationfactor)", 0.0, 0.0 ] |
15 | | - }, |
16 | | - "rightarm" : { |
17 | | - "rotation" : [ "((-0.2 - 1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 + variable.agent.armxrotationfactor", 0.0, "variable.agent.armzrotation" ] |
18 | | - }, |
19 | | - "rightleg" : { |
20 | | - "rotation" : [ "((1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 - (variable.agent.ishovering * variable.agent.legxrotationfactor)", 0.0, 0.0 ] |
21 | | - } |
22 | | - } |
23 | | - }, |
24 | | - "animation.agent.swing_arms" : { |
25 | | - "loop" : true, |
26 | | - "bones" : { |
27 | | - "rightarm" : { |
28 | | - "rotation" : [ "(-2.0 + 1.5 * (math.abs(math.mod(variable.agent.swinganimationtick - query.frame_alpha, variable.agent.swinganimationduration) - variable.agent.swinganimationduration * 0.5) - variable.agent.swinganimationduration * 0.25) / (variable.agent.swinganimationduration * 0.25)) * 57.3", 0.0, 0.0 ] |
29 | | - } |
30 | | - } |
31 | | - } |
32 | | - } |
| 2 | + "format_version": "1.8.0", |
| 3 | + "animations": { |
| 4 | + "animation.agent.move": { |
| 5 | + "loop": true, |
| 6 | + "bones": { |
| 7 | + "body": { |
| 8 | + "position": [ 0, "variable.agent.easein * (math.sin(query.life_time * 114.6 * variable.agent.movespeedscalar) + 1.0) * 1.12", 0 ] |
| 9 | + }, |
| 10 | + "leftArm": { |
| 11 | + "rotation": [ |
| 12 | + "((-0.2 + 1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 - variable.agent.armxrotationfactor", |
| 13 | + 0, |
| 14 | + "-variable.agent.armzrotation" |
| 15 | + ] |
| 16 | + }, |
| 17 | + "leftLeg": { |
| 18 | + "rotation": [ |
| 19 | + "((-1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 + (variable.agent.ishovering * variable.agent.legxrotationfactor)", |
| 20 | + 0, |
| 21 | + 0 |
| 22 | + ] |
| 23 | + }, |
| 24 | + "rightArm": { |
| 25 | + "rotation": [ |
| 26 | + "((-0.2 - 1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 + variable.agent.armxrotationfactor", |
| 27 | + 0, |
| 28 | + "variable.agent.armzrotation" |
| 29 | + ] |
| 30 | + }, |
| 31 | + "rightLeg": { |
| 32 | + "rotation": [ |
| 33 | + "((1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 - (variable.agent.ishovering * variable.agent.legxrotationfactor)", |
| 34 | + 0, |
| 35 | + 0 |
| 36 | + ] |
| 37 | + } |
| 38 | + } |
| 39 | + }, |
| 40 | + "animation.agent.swing_arms": { |
| 41 | + "loop": true, |
| 42 | + "animation_length": 1.5, |
| 43 | + "bones": { |
| 44 | + "rightArm": { |
| 45 | + "rotation": [ |
| 46 | + "(-2.0 + 1.5 * (math.abs(math.mod(variable.agent.swinganimationtick - query.frame_alpha, variable.agent.swinganimationduration) - variable.agent.swinganimationduration * 0.5) - variable.agent.swinganimationduration * 0.25) / (variable.agent.swinganimationduration * 0.25)) * 57.3", |
| 47 | + 0, |
| 48 | + 0 |
| 49 | + ] |
| 50 | + } |
| 51 | + } |
| 52 | + }, |
| 53 | + "animation.agent.shrug": { |
| 54 | + "animation_length": 1.5, |
| 55 | + "bones": { |
| 56 | + "head": { |
| 57 | + "rotation": { |
| 58 | + "0.3333": [ 0, 0, 0 ], |
| 59 | + "0.5833": [ 0, 0, 0 ], |
| 60 | + "0.8333": [ 0, 72.5, 0 ], |
| 61 | + "1.0417": [ 0, 0, 0 ], |
| 62 | + "1.2917": [ 0, -62.5, 0 ], |
| 63 | + "1.5": [ 0, 0, 0 ] |
| 64 | + }, |
| 65 | + "position": { |
| 66 | + "0.0": [ 0, 0, 0 ], |
| 67 | + "0.125": [ 0, 0, 0 ] |
| 68 | + } |
| 69 | + }, |
| 70 | + "leftArm": { |
| 71 | + "rotation": { |
| 72 | + "0.0": [ 0, 0, 0 ], |
| 73 | + "0.25": [ -64.03195, -33.38529, 26.32435 ], |
| 74 | + "0.625": [ 0, 0, 0 ], |
| 75 | + "0.75": [ 0, 0, 0 ], |
| 76 | + "0.9583": [ 0, 0, -10 ], |
| 77 | + "1.1667": [ 0, 0, 0 ] |
| 78 | + }, |
| 79 | + "position": { |
| 80 | + "0.75": [ 0, 0, 0 ], |
| 81 | + "0.9583": [ 0, 1, 0 ], |
| 82 | + "1.1667": [ 0, 0, 0 ] |
| 83 | + } |
| 84 | + }, |
| 85 | + "rightArm": { |
| 86 | + "rotation": { |
| 87 | + "0.0": [ 0, 0, 0 ], |
| 88 | + "0.25": [ -58.25703, 25.73828, -15.06695 ], |
| 89 | + "0.625": [ 0, 0, 0 ], |
| 90 | + "0.75": [ 0, 0, 0 ], |
| 91 | + "0.9583": [ 0, 0, 10 ], |
| 92 | + "1.1667": [ 0, 0, 0 ] |
| 93 | + }, |
| 94 | + "position": { |
| 95 | + "0.75": [ 0, 0, 0 ], |
| 96 | + "0.9583": [ 0, 1, 0 ], |
| 97 | + "1.1667": [ 0, 0, 0 ] |
| 98 | + } |
| 99 | + } |
| 100 | + } |
| 101 | + } |
| 102 | + } |
33 | 103 | } |
0 commit comments