Remove yml boilerplate for crates (#11982)

This commit is contained in:
Morb
2022-10-23 01:37:27 +03:00
committed by GitHub
parent 7d276d1101
commit cc3f9d631f
133 changed files with 939 additions and 1415 deletions

View File

@@ -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
]
]
}
]
}