Adds crates for LV MV HV + Bulk to cargo (#3466)

* Initial

* Adds to cargo console

* Wires RSI sorted

* Deleted unused wire RSI
This commit is contained in:
Swept
2021-03-01 20:56:13 +00:00
committed by GitHub
parent f0b5235e2f
commit b2d91da387
94 changed files with 181 additions and 294 deletions

View File

Before

Width:  |  Height:  |  Size: 230 B

After

Width:  |  Height:  |  Size: 230 B

View File

Before

Width:  |  Height:  |  Size: 275 B

After

Width:  |  Height:  |  Size: 275 B

View File

Before

Width:  |  Height:  |  Size: 370 B

After

Width:  |  Height:  |  Size: 370 B

View File

Before

Width:  |  Height:  |  Size: 499 B

After

Width:  |  Height:  |  Size: 499 B

View File

Before

Width:  |  Height:  |  Size: 201 B

After

Width:  |  Height:  |  Size: 201 B

View File

Before

Width:  |  Height:  |  Size: 270 B

After

Width:  |  Height:  |  Size: 270 B

View File

Before

Width:  |  Height:  |  Size: 373 B

After

Width:  |  Height:  |  Size: 373 B

View File

Before

Width:  |  Height:  |  Size: 201 B

After

Width:  |  Height:  |  Size: 201 B

View File

Before

Width:  |  Height:  |  Size: 266 B

After

Width:  |  Height:  |  Size: 266 B

View File

Before

Width:  |  Height:  |  Size: 375 B

After

Width:  |  Height:  |  Size: 375 B

View File

Before

Width:  |  Height:  |  Size: 201 B

After

Width:  |  Height:  |  Size: 201 B

View File

Before

Width:  |  Height:  |  Size: 270 B

After

Width:  |  Height:  |  Size: 270 B

View File

Before

Width:  |  Height:  |  Size: 356 B

After

Width:  |  Height:  |  Size: 356 B

View File

@@ -0,0 +1,74 @@
{
"version": 1,
"license": "CC BY-SA 3.0",
"copyright": "Taken from tgstation and modified by SweptWasTaken at commit https://github.com/tgstation/tgstation/commit/77608a9f46b06a46f0f6b1be061755f68cc255a3",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "coilhv-inhand-left",
"directions": 4
},
{
"name": "coilhv-inhand-right",
"directions": 4
},
{
"name": "coilmv-inhand-left",
"directions": 4
},
{
"name": "coilmv-inhand-right",
"directions": 4
},
{
"name": "coillv-inhand-left",
"directions": 4
},
{
"name": "coillv-inhand-right",
"directions": 4
},
{
"name": "coil-30"
},
{
"name": "coil-20"
},
{
"name": "coil-10"
},
{
"name": "coilhv-30"
},
{
"name": "coilhv-20"
},
{
"name": "coilhv-10"
},
{
"name": "coilmv-30"
},
{
"name": "coilmv-20"
},
{
"name": "coilmv-10"
},
{
"name": "coillv-30"
},
{
"name": "coillv-20"
},
{
"name": "coillv-10"
},
{
"name": "coilall-30"
}
]
}

View File

@@ -1,223 +0,0 @@
{
"version": 1,
"license": "CC BY-SA 3.0",
"copyright": "Taken from tgstation and modified by SweptWasTaken at commit https://github.com/tgstation/tgstation/commit/77608a9f46b06a46f0f6b1be061755f68cc255a3",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "coilhv-inhand-left",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "coilhv-inhand-right",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "coilmv-inhand-left",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "coilmv-inhand-right",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "coillv-inhand-left",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "coillv-inhand-right",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "coil-30",
"delays": [
[
1
]
]
},
{
"name": "coil-20",
"delays": [
[
1
]
]
},
{
"name": "coil-10",
"delays": [
[
1
]
]
},
{
"name": "coilhv-30",
"delays": [
[
1
]
]
},
{
"name": "coilhv-20",
"delays": [
[
1
]
]
},
{
"name": "coilhv-10",
"delays": [
[
1
]
]
},
{
"name": "coilmv-30",
"delays": [
[
1
]
]
},
{
"name": "coilmv-20",
"delays": [
[
1
]
]
},
{
"name": "coilmv-10",
"delays": [
[
1
]
]
},
{
"name": "coillv-30",
"delays": [
[
1
]
]
},
{
"name": "coillv-20",
"delays": [
[
1
]
]
},
{
"name": "coillv-10",
"delays": [
[
1
]
]
},
{
"name": "coilall-30",
"delays": [
[
1
]
]
}
]
}