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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 651 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 689 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 590 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 554 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 B

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 608 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 380 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 490 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 605 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 526 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 528 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 B

View File

@@ -0,0 +1,19 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Nairodian (github) for SS14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "stripes_left",
"directions": 4
},
{
"name": "stripes_right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 B

View File

@@ -1,14 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by PixelTheKermit (github) for SS14",
"copyright": "Downwards made by PixelTheKermit (github) for SS14. Inwards made by Nairodian (github) for SS14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "basic",
"name": "downwards",
"directions": 4
},
{
"name": "inwards",
"directions": 4
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by PixelTheKermit (github) for SS14",
"copyright": "Made by PixelTheKermit (github) for SS14. Arrows, core, fiddleback, skull and target made by Nairodian (github) for SS14.",
"size": {
"x": 32,
"y": 32
@@ -38,6 +38,26 @@
{
"name": "star",
"directions": 4
},
{
"name": "arrows",
"directions": 4
},
{
"name": "core",
"directions": 4
},
{
"name": "fiddleback",
"directions": 4
},
{
"name": "skull",
"directions": 4
},
{
"name": "target",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 B

View File

@@ -0,0 +1,19 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Nairodian (github) for SS14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "stripes_left",
"directions": 4
},
{
"name": "stripes_right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 355 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B

View File

@@ -0,0 +1,15 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Nairodian (github) for SS14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "fuzzy",
"directions": 4
}
]
}