3 Commits

51 changed files with 336 additions and 16 deletions

View File

@@ -44,10 +44,10 @@
description: A bright red toolbox, stocked with emergency tools. description: A bright red toolbox, stocked with emergency tools.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Tools/Toolboxes/toolbox_red.rsi sprite: _TBD/Objects/Tools/Toolboxes/toolbox_red.rsi
state: icon state: icon
- type: Item - type: Item
sprite: Objects/Tools/Toolboxes/toolbox_red.rsi sprite: _TBD/Objects/Tools/Toolboxes/toolbox_red.rsi
- type: entity - type: entity
name: mechanical toolbox name: mechanical toolbox
@@ -56,10 +56,10 @@
description: A blue box, stocked with mechanical tools. description: A blue box, stocked with mechanical tools.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Tools/Toolboxes/toolbox_blue.rsi sprite: _TBD/Objects/Tools/Toolboxes/toolbox_blue.rsi
state: icon state: icon
- type: Item - type: Item
sprite: Objects/Tools/Toolboxes/toolbox_blue.rsi sprite: _TBD/Objects/Tools/Toolboxes/toolbox_blue.rsi
- type: entity - type: entity
name: electrical toolbox name: electrical toolbox
@@ -68,10 +68,10 @@
description: A toolbox typically stocked with electrical gear. description: A toolbox typically stocked with electrical gear.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Tools/Toolboxes/toolbox_yellow.rsi sprite: _TBD/Objects/Tools/Toolboxes/toolbox_yellow.rsi
state: icon state: icon
- type: Item - type: Item
sprite: Objects/Tools/Toolboxes/toolbox_yellow.rsi sprite: _TBD/Objects/Tools/Toolboxes/toolbox_yellow.rsi
- type: entity - type: entity
name: electrical toolbox name: electrical toolbox
@@ -111,10 +111,10 @@
description: A toolbox typically stocked with artistic supplies. description: A toolbox typically stocked with artistic supplies.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Tools/Toolboxes/toolbox_green.rsi sprite: _TBD/Objects/Tools/Toolboxes/toolbox_green.rsi
state: icon state: icon
- type: Item - type: Item
sprite: Objects/Tools/Toolboxes/toolbox_green.rsi sprite: _TBD/Objects/Tools/Toolboxes/toolbox_green.rsi
- type: entity - type: entity
name: suspicious toolbox name: suspicious toolbox
@@ -123,10 +123,10 @@
description: A sinister looking toolbox filled with elite syndicate tools. description: A sinister looking toolbox filled with elite syndicate tools.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Tools/Toolboxes/toolbox_syn.rsi sprite: _TBD/Objects/Tools/Toolboxes/toolbox_syn.rsi
state: icon state: icon
- type: Item - type: Item
sprite: Objects/Tools/Toolboxes/toolbox_syn.rsi sprite: _TBD/Objects/Tools/Toolboxes/toolbox_syn.rsi
- type: Storage - type: Storage
maxItemSize: Huge maxItemSize: Huge
grid: grid:
@@ -143,7 +143,7 @@
description: A solid gold toolbox. A rapper would kill for this. description: A solid gold toolbox. A rapper would kill for this.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Tools/Toolboxes/toolbox_gold.rsi sprite: _TBD/Objects/Tools/Toolboxes/toolbox_gold.rsi
state: icon state: icon
- type: Item - type: Item
sprite: Objects/Tools/Toolboxes/toolbox_gold.rsi sprite: _TBD/Objects/Tools/Toolboxes/toolbox_gold.rsi

View File

@@ -32,7 +32,7 @@
shader: unshaded shader: unshaded
state: base state: base
- type: PointLight - type: PointLight
color: "#FFE4CE" # 5000K color temp color: "#FFFFFF" # 5000K color temp
energy: 0.8 energy: 0.8
radius: 10 radius: 10
softness: 1 softness: 1

View File

@@ -24,7 +24,8 @@
access: [["Engineering"]] access: [["Engineering"]]
- type: Sprite - type: Sprite
drawdepth: WallMountedItems drawdepth: WallMountedItems
sprite: Structures/Power/apc.rsi sprite: _TBD/Structures/Power/apc.rsi
offset: 0, -0.15
layers: layers:
- state: base - state: base
- state: panel - state: panel
@@ -73,7 +74,7 @@
sourceNode: input sourceNode: input
loadNode: output loadNode: output
collectionName: apc collectionName: apc
sprite: Structures/Power/apc.rsi sprite: _TBD/Structures/Power/apc.rsi
state: static state: static
- type: BatteryCharger - type: BatteryCharger
voltage: Medium voltage: Medium
@@ -162,8 +163,9 @@
mode: SnapgridCenter mode: SnapgridCenter
components: components:
- type: Sprite - type: Sprite
sprite: Structures/Power/apc.rsi sprite: _TBD/Structures/Power/apc.rsi
state: frame state: frame
offset: 0, -0.15
- type: Construction - type: Construction
graph: APC graph: APC
node: apcFrame node: apcFrame

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 624 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 B

View File

@@ -0,0 +1,25 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from baystation at commit https://github.com/Baystation12/Baystation12/commit/a929584d9db319eb7484113221be25cfa1d5dc09 , held sprites redone by Alekshhh",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "icon"
},
{
"name": "icon-open"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 579 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 564 B

View File

@@ -0,0 +1,61 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from baystation at commit https://github.com/Baystation12/Baystation12/commit/a929584d9db319eb7484113221be25cfa1d5dc09 , held sprites redone by Alekshhh",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "icon",
"delays": [
[
1,
0.1,
0.2,
0.1,
0.1,
0.1,
0.2,
0.1,
0.1,
0.2,
0.1,
0.1,
0.2,
0.1
]
]
},
{
"name": "icon-open",
"delays": [
[
1,
0.1,
0.2,
0.1,
0.1,
0.1,
0.2,
0.1,
0.1,
0.2,
0.1,
0.1,
0.2,
0.1
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 615 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 597 B

View File

@@ -0,0 +1,25 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from baystation at commit https://github.com/Baystation12/Baystation12/commit/a929584d9db319eb7484113221be25cfa1d5dc09 , held sprites redone by Alekshhh",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "icon"
},
{
"name": "icon-open"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 609 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 B

View File

@@ -0,0 +1,25 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from baystation at commit https://github.com/Baystation12/Baystation12/commit/a929584d9db319eb7484113221be25cfa1d5dc09 , held sprites redone by Alekshhh",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "icon"
},
{
"name": "icon-open"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 591 B

View File

@@ -0,0 +1,25 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from baystation at commit https://github.com/Baystation12/Baystation12/commit/a929584d9db319eb7484113221be25cfa1d5dc09 , held sprites redone by Alekshhh",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "icon"
},
{
"name": "icon-open"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 562 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 592 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 632 B

View File

@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Created by TheShuEd(github) for ss14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "icon"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 594 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 576 B

View File

@@ -0,0 +1,25 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from baystation at commit https://github.com/Baystation12/Baystation12/commit/a929584d9db319eb7484113221be25cfa1d5dc09 , held sprites redone by Alekshhh",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "icon"
},
{
"name": "icon-open"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 483 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 435 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

View File

@@ -0,0 +1,110 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/9c7d509354ee030300f63c701da63c17928c3b3b and heavily modified by EmoGarbage404 (github)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "base",
"directions": 1
},
{
"name": "static"
},
{
"name": "broken",
"directions": 1
},
{
"name": "frame",
"directions": 1
},
{
"name": "panel",
"directions": 1
},
{
"name": "lock0-locked",
"directions": 1
},
{
"name": "lock1-locked",
"directions": 1
},
{
"name": "display-lack",
"directions": 1,
"delays": [
[
1,
2,
2
]
]
},
{
"name": "display-charging",
"directions": 1,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.2
]
]
},
{
"name": "display-full",
"directions": 1,
"delays": [
[
1,
1
]
]
},
{
"name": "display-remote",
"directions": 1,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.2
]
]
},
{
"name": "emag-unlit",
"directions": 1,
"delays": [
[
0.5,
0.5
]
]
},
{
"name": "sparks-unlit",
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 491 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 749 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 561 B