Add belt slots for several items

This commit is contained in:
Swept
2020-12-23 05:32:42 +00:00
committed by GitHub
parent c1d42de991
commit c3a6d0c597
66 changed files with 365 additions and 166 deletions

View File

@@ -45,39 +45,11 @@
},
{
"name": "inhand-left",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
"directions": 4
},
{
"name": "inhand-right",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 B

View File

@@ -41,6 +41,24 @@
]
]
},
{
"name": "equipped-BELT",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "multitool",
"directions": 1,

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 B

View File

Before

Width:  |  Height:  |  Size: 638 B

After

Width:  |  Height:  |  Size: 638 B

View File

@@ -43,7 +43,25 @@
]
},
{
"name": "rcd",
"name": "equipped-BELT",
"directions": 4,
"delays": [
[
1.0
],
[
1.0
],
[
1.0
],
[
1.0
]
]
},
{
"name": "icon",
"directions": 1,
"delays": [
[
@@ -61,4 +79,4 @@
]
}
]
}
}