Skip to content

Commit

Permalink
attachables changes
Browse files Browse the repository at this point in the history
  • Loading branch information
HARYA301 committed Oct 16, 2024
1 parent f368903 commit 429a5f3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
10 changes: 5 additions & 5 deletions animations/player_item.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"animation_length": 10,
"bones": {
"root_item": {
"rotation": [101.97042, 9.50863, -164.6373],
"position": [1, 22.8, -0.5],
"rotation": [283.00481, -107.53494, -439.9079],
"position": [1.29869, 28.09352, -7.93738],
"scale": 0.55
}
}
Expand All @@ -17,9 +17,9 @@
"animation_length": 10,
"bones": {
"root_item": {
"rotation": [26.16943, -1.35955, -158.18704],
"position": [7, 23, 15],
"scale": [1.4, 1.4, 2]
"rotation": [271.13165, -26.19883, -69.62689],
"position": [-5.02343, 13.98217, -3.72306],
"scale": [1.4, 1.4, 1.4]
}
}
}
Expand Down
16 changes: 8 additions & 8 deletions animations/player_item_fishing_rod.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"format_version": "1.8.0",
"animations": {
"animation.player_item_fishing_rod.first_person_hold_fishing_rod": {
"animation.player_item_fishing_rod.third_person_hold_fishing_rod": {
"loop": true,
"animation_length": 10,
"bones": {
"root_item": {
"rotation": [157.72407, 11.36079, -303.85514],
"position": [11, 15, 8],
"scale": [1.2, 1.2, 1.1]
"rotation": [-36.67548, -86.85374, -179.50132],
"position": [-3.36827, 26.60414, -14.20191],
"scale": [0.75, 1, 1]
}
}
},
"animation.player_item_fishing_rod.third_person_hold_fishing_rod": {
"animation.player_item_fishing_rod.first_person_hold_fishing_rod": {
"loop": true,
"animation_length": 10,
"bones": {
"root_item": {
"rotation": [89.08009, 50.71706, 89.88322],
"position": [-0.5, 17, -2],
"scale": 0.95
"rotation": [304.15889, -147.41223, -238.55658],
"position": [2.10302, -3.83105, 10.43465],
"scale": 1.4
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions animations/player_item_rod.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"animation_length": 10,
"bones": {
"root_item": {
"rotation": [26.00919, 3.0841, -161.57767],
"position": [-1, 27, 10],
"rotation": [-445.95343, -29.53074, -423.31459],
"position": [-6.64844, 18.03739, -5.44367],
"scale": [1.2, 1.2, 1.1]
}
}
Expand All @@ -17,8 +17,8 @@
"animation_length": 10,
"bones": {
"root_item": {
"rotation": [89.0273, 53.21672, 89.81621],
"position": [0.5, 15, -3],
"rotation": [310.42759, -86.48361, -4.46954],
"position": [5.05526, 22.16525, -14.14486],
"scale": 0.95
}
}
Expand Down
5 changes: 3 additions & 2 deletions models/entity/item_size.geo.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
{
"name": "root_item",
"pivot": [0, 0, 0],
"rotation": [0, 87.5, 0],
"binding": "q.item_slot_to_bone_name(context.item_slot)",
"texture_meshes": [
{
"texture": "default",
"position": [0, -7, 3],
"rotation": [-90, 0, 0],
"position": [-8, -7, 3],
"rotation": [0, 90, -90],
"local_pivot": [9, -2, 9],
"scale": [1, 2, 1]
}
Expand Down

0 comments on commit 429a5f3

Please sign in to comment.