Files
crystall-punk-14/Resources/Textures/Effects/mobspawn.rsi/meta.json
brainfood1183 1118ea50e0 New sprites for Coal and Gold ore crabs, new Bananium ore crab and Bananium rock anomaly. (#37787)
* new sprites for coal and gold ore crabs, new bananioum ore crab and rock anomaly.

* add whitespace to end of line in ore.yml

* fix white space end of file.

* fix for linter fail.
2025-05-29 18:16:20 -07:00

110 lines
2.3 KiB
JSON

{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by brainfood1183 (github)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "crab_quartz",
"directions": 1,
"delays": [
[
0.6,
0.3,
0.3,
0.3,
0.3,
0.3
]
]
},
{
"name": "crab_silver",
"directions": 1,
"delays": [
[
0.6,
0.3,
0.3,
0.3,
0.3,
0.3
]
]
},
{
"name": "crab_gold",
"directions": 1,
"delays": [
[
0.6,
0.3,
0.3,
0.3,
0.3,
0.3
]
]
},
{
"name": "crab_uranium",
"directions": 1,
"delays": [
[
0.6,
0.3,
0.3,
0.3,
0.3,
0.3
]
]
},
{
"name": "crab_bananium",
"directions": 1,
"delays": [
[
0.6,
0.3,
0.3,
0.3,
0.3,
0.3
]
]
},
{
"name": "crab_iron",
"directions": 1,
"delays": [
[
0.6,
0.3,
0.3,
0.3,
0.3,
0.3
]
]
},
{
"name": "crab_coal",
"directions": 1,
"delays": [
[
0.6,
0.3,
0.3,
0.3,
0.3,
0.3
]
]
}
]
}