Updates chemistry layout on Saltern (#3658)

* Adds content

* Maps

* Fixed
This commit is contained in:
Swept
2021-03-14 05:24:22 +00:00
committed by GitHub
parent 6b73f1cdf1
commit 9a604e38d6
9 changed files with 5597 additions and 248 deletions

View File

@@ -0,0 +1,47 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from someone on Discord",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "caracal",
"directions": 4
},
{
"name": "caracal_dead"
},
{
"name": "caracal_flop",
"directions": 4,
"delays": [
[
0.2,
0.13
],
[
0.2,
0.13
],
[
0.2,
0.13
],
[
0.2,
0.13
]
]
},
{
"name": "stanislav",
"directions": 4
},
{
"name": "stanislav_dead"
}
]
}