beno turrets (#14516)

This commit is contained in:
T-Stalker
2023-03-10 10:25:33 -03:00
committed by GitHub
parent b0714ca45a
commit 645cc7888e
13 changed files with 155 additions and 4 deletions

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation/tgstation/commit/42e0275d860551197687c571c689c270ff423288",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "syndie_off",
"directions": 8
},
{
"name": "syndie_lethal",
"directions": 8
},
{
"name": "syndie_broken"
},
{
"name": "syndie_stun",
"directions": 8
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 727 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@@ -0,0 +1,65 @@
{
"version": 1,
"license": "CC-BY-NC-4.0",
"copyright": "https://github.com/tgstation/TerraGov-Marine-Corps/blob/f90afeb849db243c8613dbc4defd040aff689b72/icons/Xeno/acidturret.dmi",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "acid_turret",
"directions": 4,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
}
]
}