Remove yml boilerplate for crates (#11982)
|
Before Width: | Height: | Size: 261 B After Width: | Height: | Size: 261 B |
|
Before Width: | Height: | Size: 286 B After Width: | Height: | Size: 286 B |
|
Before Width: | Height: | Size: 194 B After Width: | Height: | Size: 194 B |
@@ -1,39 +1,39 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from Citadelstation at commit https://github.com/Citadel-Station-13/Citadel-Station-13/commit/85186a971453b0653bacfb3fae88f978dc1be689",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from Citadelstation at commit https://github.com/Citadel-Station-13/Citadel-Station-13/commit/85186a971453b0653bacfb3fae88f978dc1be689",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "plasticcrate",
|
||||
"select": [],
|
||||
"flags": {}
|
||||
},
|
||||
{
|
||||
"name": "plasticcrate_door",
|
||||
"select": [],
|
||||
"flags": {}
|
||||
},
|
||||
{
|
||||
"name": "plasticcrate_icon",
|
||||
"select": [],
|
||||
"flags": {}
|
||||
},
|
||||
{
|
||||
"name": "welded",
|
||||
"select": [],
|
||||
"flags": {}
|
||||
},
|
||||
{
|
||||
"name": "sparking", "delays": [[0.1,0.1,0.1,0.1,0.1,0.1]]
|
||||
},
|
||||
{
|
||||
"name": "plasticcrate_open",
|
||||
"select": [],
|
||||
"flags": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
{
|
||||
"name": "base"
|
||||
},
|
||||
{
|
||||
"name": "closed"
|
||||
},
|
||||
{
|
||||
"name": "open"
|
||||
},
|
||||
{
|
||||
"name": "welded"
|
||||
},
|
||||
{
|
||||
"name": "sparking",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 292 B After Width: | Height: | Size: 292 B |