Salvage 0.1 (#5662)

This commit is contained in:
20kdc
2021-12-03 22:24:19 +00:00
committed by GitHub
parent d8beb402e9
commit 0205846ab2
36 changed files with 4812 additions and 11 deletions

View File

@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Space Wizards Federation",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "mono"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

View File

@@ -10,6 +10,9 @@
{
"name": "base"
},
{
"name": "base-hot"
},
{
"name": "vacuum"
},
@@ -24,6 +27,9 @@
},
{
"name": "watervapour"
},
{
"name": "fire"
}
]
}

View File

@@ -0,0 +1,17 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Edit by 20kdc using small parts of autolathe from https://github.com/tgstation/tgstation/blob/acb091f9744e9ab7d5a27fb32dd0c03bd019f58c/icons/obj/stationobjs.dmi (may be an earlier version) and tcboss from https://github.com/tgstation/tgstation/blob/e32357e6b0ec0f0a1821d2773f0d1e1d6ce7d494/icons/obj/computer.dmi (may be an earlier version)",
"size": {
"x": 32,
"y": 64
},
"states": [
{
"name": "salvage-magnet",
"directions": 4,
"commentary": "So presumably the lights would represent the power usage of the magnet, when that's in, and the big red lamp would mean something's being lost."
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB