Removed most redundant delays in meta.json (#3549)
This commit is contained in:
@@ -6,92 +6,26 @@
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "cuff",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "cuff"
|
||||
},
|
||||
{
|
||||
"name": "cuff-broken",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "cuff-broken"
|
||||
},
|
||||
{
|
||||
"name": "body-overlay-2",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "body-overlay-4",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -8,80 +8,27 @@
|
||||
"copyright": "By Bright",
|
||||
"states": [
|
||||
{
|
||||
"name": "hello",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "hello"
|
||||
},
|
||||
{
|
||||
"name": "help_me",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "help_me"
|
||||
},
|
||||
{
|
||||
"name": "thank_you",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "thank_you"
|
||||
},
|
||||
{
|
||||
"name": "im_sorry",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "im_sorry"
|
||||
},
|
||||
{
|
||||
"name": "very_good",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "very_good"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -17,39 +17,11 @@
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -10,75 +10,19 @@
|
||||
[
|
||||
{
|
||||
"name": "off-inhand-left",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1.0
|
||||
],
|
||||
[
|
||||
1.0
|
||||
],
|
||||
[
|
||||
1.0
|
||||
],
|
||||
[
|
||||
1.0
|
||||
]
|
||||
]
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "off-inhand-right",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1.0
|
||||
],
|
||||
[
|
||||
1.0
|
||||
],
|
||||
[
|
||||
1.0
|
||||
],
|
||||
[
|
||||
1.0
|
||||
]
|
||||
]
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "on-inhand-left",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1.0
|
||||
],
|
||||
[
|
||||
1.0
|
||||
],
|
||||
[
|
||||
1.0
|
||||
],
|
||||
[
|
||||
1.0
|
||||
]
|
||||
]
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "on-inhand-right",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1.0
|
||||
],
|
||||
[
|
||||
1.0
|
||||
],
|
||||
[
|
||||
1.0
|
||||
],
|
||||
[
|
||||
1.0
|
||||
]
|
||||
]
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "glowstick_base",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "states": [
|
||||
{"name": "body-overlay-2", "directions": 4, "delays": [[1.0],[1.0],[1.0],[1.0]]},
|
||||
{"name": "body-overlay-4", "directions": 4, "delays": [[1.0],[1.0],[1.0],[1.0]]},
|
||||
{"name": "handcuff", "delays": [[1.0]]},
|
||||
{"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]},
|
||||
{"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]},
|
||||
{"name": "equipped-BELT", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}
|
||||
]}
|
||||
{"name": "body-overlay-2", "directions": 4},
|
||||
{"name": "body-overlay-4", "directions": 4},
|
||||
{"name": "handcuff"},
|
||||
{"name": "inhand-left", "directions": 4},
|
||||
{"name": "inhand-right", "directions": 4},
|
||||
{"name": "equipped-BELT", "directions": 4}
|
||||
]}
|
||||
|
||||
@@ -6,84 +6,34 @@
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "bananalamp",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "bananalamp"
|
||||
},
|
||||
{
|
||||
"name": "bananalamp_on",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "bananalamp_on"
|
||||
},
|
||||
{
|
||||
"name": "floodlight",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "floodlight"
|
||||
},
|
||||
{
|
||||
"name": "floodlight_on",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "floodlight_on"
|
||||
},
|
||||
{
|
||||
"name": "floodlight_burned",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "floodlight_burned"
|
||||
},
|
||||
{
|
||||
"name": "floodlight_broken",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "floodlight_broken"
|
||||
},
|
||||
{
|
||||
"name": "lamp",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "lamp"
|
||||
},
|
||||
{
|
||||
"name": "lamp_on",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "lamp_on"
|
||||
},
|
||||
{
|
||||
"name": "lampgreen",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "lampgreen"
|
||||
},
|
||||
{
|
||||
"name": "lampgreen_on",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "lampgreen_on"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -6,204 +6,79 @@
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "markerbronze",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "markerbronze"
|
||||
},
|
||||
{
|
||||
"name": "markerbronze-on",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "markerbronze-on"
|
||||
},
|
||||
{
|
||||
"name": "markerburgundy",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "markerburgundy"
|
||||
},
|
||||
{
|
||||
"name": "markerburgundy-on",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "markerburgundy-on"
|
||||
},
|
||||
{
|
||||
"name": "markercerulean",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "markercerulean"
|
||||
},
|
||||
{
|
||||
"name": "markercerulean-on",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "markercerulean-on"
|
||||
},
|
||||
{
|
||||
"name": "markerfuchsia",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "markerfuchsia"
|
||||
},
|
||||
{
|
||||
"name": "markerfuchsia-on",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "markerfuchsia-on"
|
||||
},
|
||||
{
|
||||
"name": "markerindigo",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "markerindigo"
|
||||
},
|
||||
{
|
||||
"name": "markerindigo-on",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "markerindigo-on"
|
||||
},
|
||||
{
|
||||
"name": "markerjade",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "markerjade"
|
||||
},
|
||||
{
|
||||
"name": "markerjade-on",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "markerjade-on"
|
||||
},
|
||||
{
|
||||
"name": "markerlime",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "markerlime"
|
||||
},
|
||||
{
|
||||
"name": "markerlime-on",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "markerlime-on"
|
||||
},
|
||||
{
|
||||
"name": "markerolive",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "markerolive"
|
||||
},
|
||||
{
|
||||
"name": "markerolive-on",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "markerolive-on"
|
||||
},
|
||||
{
|
||||
"name": "markerpurple",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "markerpurple"
|
||||
},
|
||||
{
|
||||
"name": "markerpurple-on",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "markerpurple-on"
|
||||
},
|
||||
{
|
||||
"name": "markerrandom",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "markerrandom"
|
||||
},
|
||||
{
|
||||
"name": "markerteal",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "markerteal"
|
||||
},
|
||||
{
|
||||
"name": "markerteal-on",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "markerteal-on"
|
||||
},
|
||||
{
|
||||
"name": "markerviolet",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "markerviolet"
|
||||
},
|
||||
{
|
||||
"name": "markerviolet-on",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "markerviolet-on"
|
||||
},
|
||||
{
|
||||
"name": "markeryellow",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "markeryellow"
|
||||
},
|
||||
{
|
||||
"name": "markeryellow-on",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "markeryellow-on"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user