Arachnid Markings Expansion (#19439)

This commit is contained in:
Nairod
2023-08-23 16:37:42 -05:00
committed by GitHub
parent 1d44e04ee8
commit 4a520ae2cb
45 changed files with 339 additions and 37 deletions

View File

@@ -8,35 +8,67 @@
},
"states": [
{
"name": "long",
"name": "long_primary",
"directions": 4
},
{
"name": "sharp",
"name": "long_secondary",
"directions": 4
},
{
"name": "stingers",
"name": "sharp_primary",
"directions": 4
},
{
"name": "curled",
"name": "sharp_secondary",
"directions": 4
},
{
"name": "zigzag",
"name": "stingers_primary",
"directions": 4
},
{
"name": "chipped",
"name": "stingers_secondary",
"directions": 4
},
{
"name": "harvest",
"name": "curled_primary",
"directions": 4
},
{
"name": "short",
"name": "curled_secondary",
"directions": 4
},
{
"name": "zigzag_primary",
"directions": 4
},
{
"name": "zigzag_secondary",
"directions": 4
},
{
"name": "chipped_primary",
"directions": 4
},
{
"name": "chipped_secondary",
"directions": 4
},
{
"name": "harvest_primary",
"directions": 4
},
{
"name": "harvest_secondary",
"directions": 4
},
{
"name": "short_primary",
"directions": 4
},
{
"name": "short_secondary",
"directions": 4
}
]