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,14 @@
{
"version": 1,
"license": "CC-BY-NC-4.0",
"copyright": "https://github.com/tgstation/TerraGov-Marine-Corps/blob/f90afeb849db243c8613dbc4defd040aff689b72/icons/obj/items/projectiles.dmi",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "xeno_toxic"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 341 B

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 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
]
]
}
]
}