This commit is contained in:
yhrwd 2022-08-04 20:22:03 +08:00
parent 6c69c92bff
commit 37a19f30dd
7 changed files with 2832 additions and 345 deletions

View File

@ -9,6 +9,12 @@
"rotation": [155, -15, 15],
"position": [-4, -10, -2]
},
"body": {
"rotation": {
"0.0": [0, 0, 0],
"2.0": [0, 0, 720]
}
},
"zx": {
"rotation": {
"0.0": [0, 0, 0],
@ -63,7 +69,17 @@
"bones": {
"pole": {
"rotation": [40, -12, -60],
"position": ["math.lerp(4.0, -7.0, variable.charge_amount)", 0, "math.lerp(-2.0, -6.0, variable.charge_amount)"]
"position": [
"math.lerp(4.0, -7.0, variable.charge_amount)",
0,
"math.lerp(-2.0, -6.0, variable.charge_amount)"
]
},
"body": {
"rotation": {
"0.0": [0, 0, 0],
"2.0": [0, 0, 720]
}
},
"zx": {
"rotation": {
@ -167,6 +183,12 @@
"lerp_mode": "catmullrom"
}
}
},
"body": {
"rotation": {
"0.0": [0, 0, 0],
"2.0": [0, 0, 720]
}
}
}
},
@ -178,6 +200,12 @@
"rotation": [90, 0, 0],
"position": [0, 0, -12]
},
"body": {
"rotation": {
"0.0": [0, 0, 0],
"2.0": [0, 0, 720]
}
},
"zx": {
"rotation": {
"0.0": [0, 0, 0],
@ -234,6 +262,12 @@
"rotation": [0, 180, 0],
"position": [0, 0, 23]
},
"body": {
"rotation": {
"0.0": [0, 0, 0],
"2.0": [0, 0, 720]
}
},
"zx": {
"rotation": {
"0.0": [0, 0, 0],

View File

@ -1,17 +1,17 @@
{
"format_version" : 2.0,
"header" : {
"description" : "更好的游戏体验\n",
"name" : "Mi",
"uuid" : "ecf0b356-204c-4821-bf16-9eb06d6ea53a",
"version" : [ 1, 0, 1 ]
{
"format_version": 1.0,
"header": {
"description": "更好的游戏体验\nhttps://github.com/yhrwd/yhr-mcpack",
"name": "Mi",
"uuid": "ecf0b356-204c-4821-bf16-9eb06d6ea53a",
"version": [2, 0, 0]
},
"modules" : [
"modules": [
{
"description" : "YHRWD",
"type" : "resources",
"uuid" : "a16838f4-1972-43bc-87a5-0129df798c02",
"version" : [ 1, 0, 1 ]
"description": "YHRWD",
"type": "resources",
"uuid": "a16838f4-1972-43bc-87a5-0129df798c02",
"version": [2, 0, 0]
}
]
}

View File

@ -23,6 +23,7 @@
"name": "xiamian",
"parent": "pole",
"pivot": [0, -24, 0],
"binding": "q.item_slot_to_bone_name(c.item_slot)",
"cubes": [
{"origin": [-0.75, -36.5, -0.75], "size": [1.5, 19.5, 1.5], "inflate": -0.05, "uv": [5, 31]},
{"origin": [-0.875, -17.5, -0.875], "size": [1.75, 5, 1.75], "inflate": -0.25, "uv": [28, 0]},
@ -33,6 +34,7 @@
"name": "zhongjian",
"parent": "pole",
"pivot": [0, 167, 0],
"binding": "q.item_slot_to_bone_name(c.item_slot)",
"cubes": [
{"origin": [-0.75, 13.5, -0.75], "size": [1.5, 18.5, 1.5], "uv": [10, 31]},
{"origin": [-0.875, 31.5, -0.875], "size": [1.75, 1, 1.75], "uv": [24, 31]},
@ -104,9 +106,9 @@
{
"name": "head",
"parent": "pole",
"pivot": [0, 24, 0],
"pivot": [0, 18, 0],
"cubes": [
{"origin": [-3.5, 38.5, -3.5], "size": [7, 4, 7], "inflate": 1, "uv": [28, 0]}
{"origin": [-5.5, 32.5, -5.5], "size": [11, 9, 11], "inflate": -3, "uv": [80, 101]}
]
},
{
@ -123,6 +125,17 @@
{"origin": [-8, 43.5, -1.5913], "size": [16, 5, 3.1826], "uv": [5, 22]},
{"origin": [-8, 43.5, -1.5913], "size": [16, 5, 3.1826], "pivot": [0, 51, 0], "rotation": [0, -22.5, 0], "uv": [5, 22]}
]
},
{
"name": "body",
"parent": "pole",
"pivot": [0, 27, 0],
"cubes": [
{"origin": [-6.62742, 11, -12.5], "size": [13.25483, 32, 1], "pivot": [0, 27, -12], "rotation": [0, 0, 45], "uv": [62, 50]},
{"origin": [-6.62742, 11, -12.5], "size": [13.25483, 32, 1], "uv": [62, 50]},
{"origin": [-16, 20.37258, -12.5], "size": [32, 13.25483, 1], "pivot": [0, 27, -12], "rotation": [0, 0, 45], "uv": [62, 50]},
{"origin": [-16, 20.37258, -12.5], "size": [32, 13.25483, 1], "uv": [62, 50]}
]
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 309 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 453 B

After

Width:  |  Height:  |  Size: 309 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

File diff suppressed because it is too large Load Diff