-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.metaversefile
55 lines (55 loc) · 1.4 KB
/
.metaversefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "silsword",
"description": "silsword",
"start_url": "index.js",
"description": "A sword of immense power, imbued with the Rose of the Basilisk. It transform into any shape needed. In exchange, the owner is cursed to go up the street.",
"components": [
{
"key": "physics",
"value": true
},
{
"key": "animation",
"value": false
},
{
"key": "aim",
"value": {
"appAnimation": "Sword_Activate",
"characterAnimation": "swordSideIdle",
"boneAttachment": "leftHand",
"position": [-0.055, -0.01, -0.18],
"quaternion": [0.7071067811865475, 0, 0, 0.7071067811865476],
"scale": [1, 1, 1]
}
},
{
"key": "wear",
"value": {
"boneAttachment": "spine",
"position": [-0.3, 0.7, -0.15],
"quaternion": [0, 0, 0.9510565162951536, -0.30901699437494734]
}
},
{
"key": "use",
"value": {
"animationCombo": [
"swordSideSlash",
"swordSideSlashStep",
"swordTopDownSlash",
"swordTopDownSlashStep"
],
"behavior": "sword",
"boneAttachment": "leftHand",
"trail": [
[0, 0.2, 0],
[0, 1.4, 0]
],
"position": [-0.055, -0.01, -0.18],
"quaternion": [0.7071067811865475, 0, 0, 0.7071067811865476],
"scale": [1, 1, 1]
}
}
]
}