-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changelog: - Adds Kyurem - Fixes some minor textures on Heatran - Brand new idle animation for Lopunny-Mega, sped up the walking animation for Lopunny-Mega, and improved idle animation for Samurott-Hisui
- Loading branch information
1 parent
00c5dcb
commit f99ca8c
Showing
11 changed files
with
657 additions
and
35 deletions.
There are no files selected for viewing
162 changes: 162 additions & 0 deletions
162
resourcepacks/assets/cobblemon/bedrock/animations/kyurem/kyurem.animation.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,162 @@ | ||
{ | ||
"format_version": "1.8.0", | ||
"animations": { | ||
"animation.kyurem.ground_walk": { | ||
"loop": true, | ||
"bones": { | ||
"body": { | ||
"rotation": ["-330 + Math.cos((query.anim_time) * 180) * 1.5", 0, 0], | ||
"position": [0, "(math.sin(q.anim_time*360)*0.3)", "(math.sin(q.anim_time*180)*0.1)"] | ||
}, | ||
"body2": { | ||
"rotation": ["355 + Math.cos((query.anim_time) * 360) * 1", 0, 0] | ||
}, | ||
"body3": { | ||
"rotation": ["-12.5 - Math.cos((query.anim_time) * 180) * 1", 0, 0] | ||
}, | ||
"neck": { | ||
"rotation": [-7.5, 0, 0] | ||
}, | ||
"head": { | ||
"rotation": ["-365 + math.sin(q.anim_time*180) * 2", 0, 0] | ||
}, | ||
"top": { | ||
"rotation": [0, 0, 0] | ||
}, | ||
"armleft": { | ||
"rotation": ["15.0005 + Math.cos((query.anim_time) * 180) * 3.5", 31.99975, "26.824 + Math.cos((query.anim_time) * 180) * 5"] | ||
}, | ||
"left_elbow": { | ||
"rotation": [0, 42.5, 0] | ||
}, | ||
"finger1": { | ||
"rotation": [0, 15, 0] | ||
}, | ||
"finger2": { | ||
"rotation": [0, -15, 0] | ||
}, | ||
"armright": { | ||
"rotation": ["15.0005 + Math.cos((query.anim_time) * 180) * 3.5", -31.99975, "-26.824 + Math.cos((query.anim_time) * 180) * 8"] | ||
}, | ||
"right_elbow": { | ||
"rotation": [0, -42.5, 0] | ||
}, | ||
"finger3": { | ||
"rotation": [0, -15, 0] | ||
}, | ||
"finger4": { | ||
"rotation": [0, 15, 0] | ||
}, | ||
"left": { | ||
"rotation": ["0-math.sin(q.anim_time*180*1)*20", 0, 0], | ||
"position": [0, 0, "0-math.sin(q.anim_time*180*1)*0.7"] | ||
}, | ||
"leftfoot": { | ||
"rotation": ["math.sin((q.anim_time - 0.5) * 180)* 16", 0, 0] | ||
}, | ||
"right": { | ||
"rotation": ["math.sin(q.anim_time*180*1)* 20", 0, 0], | ||
"position": [0, 0, "0+math.sin(q.anim_time*180*1)*0.7"] | ||
}, | ||
"rightfoot": { | ||
"rotation": ["math.sin((q.anim_time - 1.4) * 180)* 16", 0, 0] | ||
} | ||
} | ||
}, | ||
"animation.kyurem.ground_idle": { | ||
"loop": true, | ||
"bones": { | ||
"body": { | ||
"rotation": ["-330 + Math.cos((query.anim_time) * 120) * 1.5", 0, 0] | ||
}, | ||
"body2": { | ||
"rotation": [355, 0, 0] | ||
}, | ||
"body3": { | ||
"rotation": ["-12.5 - Math.cos((query.anim_time) * 140) * 1", 0, 0] | ||
}, | ||
"neck": { | ||
"rotation": [-7.5, 0, 0] | ||
}, | ||
"head": { | ||
"rotation": ["-365 + math.sin(q.anim_time*120) * 2", 0, 0] | ||
}, | ||
"top": { | ||
"rotation": [0, 0, 0] | ||
}, | ||
"armleft": { | ||
"rotation": [15.00046, 31.99975, "26.824 + Math.cos((query.anim_time) * 120) * 2"] | ||
}, | ||
"left_elbow": { | ||
"rotation": [0, 42.5, 0] | ||
}, | ||
"finger1": { | ||
"rotation": [0, 15, 0] | ||
}, | ||
"finger2": { | ||
"rotation": [0, -15, 0] | ||
}, | ||
"armright": { | ||
"rotation": [15.00046, -31.99975, "-26.824 + Math.cos((query.anim_time) * 120) * 2"] | ||
}, | ||
"right_elbow": { | ||
"rotation": [0, -42.5, 0] | ||
}, | ||
"finger3": { | ||
"rotation": [0, -15, 0] | ||
}, | ||
"finger4": { | ||
"rotation": [0, 15, 0] | ||
} | ||
} | ||
}, | ||
"animation.kyurem.faint": { | ||
"loop": "hold_on_last_frame", | ||
"animation_length": 3.5, | ||
"bones": { | ||
"body": { | ||
"rotation": ["6 + Math.cos((query.anim_time) * 55) * 25", 0, 0] | ||
}, | ||
"body2": { | ||
"rotation": ["-14 + Math.cos((query.anim_time) * 55) * 10", 0, 0] | ||
}, | ||
"body3": { | ||
"rotation": ["-12.5 - Math.cos((query.anim_time) * 140) * 1", 0, 0] | ||
}, | ||
"neck": { | ||
"rotation": ["-14.0719 + Math.cos((query.anim_time) * 105) * 5", "13.9639 - Math.cos((query.anim_time) * 105) * 15", -0.82522] | ||
}, | ||
"head": { | ||
"rotation": ["-365 + math.sin(q.anim_time*120) * 2", 0, 0] | ||
}, | ||
"top": { | ||
"rotation": [0, 0, 0] | ||
}, | ||
"armleft": { | ||
"rotation": [15.00046, 31.99975, "26.824 + Math.cos((query.anim_time) * 120) * 2"] | ||
}, | ||
"left_elbow": { | ||
"rotation": [0, 42.5, 0] | ||
}, | ||
"finger1": { | ||
"rotation": [0, 15, 0] | ||
}, | ||
"finger2": { | ||
"rotation": [0, -15, 0] | ||
}, | ||
"armright": { | ||
"rotation": [15.00046, -31.99975, "-26.824 + Math.cos((query.anim_time) * 120) * 2"] | ||
}, | ||
"right_elbow": { | ||
"rotation": [0, -42.5, 0] | ||
}, | ||
"finger3": { | ||
"rotation": [0, -15, 0] | ||
}, | ||
"finger4": { | ||
"rotation": [0, 15, 0] | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.