Rock Anom effects (#23633)

* Rock Anom effects

* fix

* fix
This commit is contained in:
brainfood1183
2024-01-07 06:44:04 +00:00
committed by GitHub
parent 0fc5bf5546
commit bb294a7aa2
14 changed files with 231 additions and 17 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -0,0 +1,67 @@
{
"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_uranium",
"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
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -0,0 +1,31 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by brainfood1183 (github)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "asteroid",
"directions": 1,
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
}
]
}