Assorted device and core inhands (#38162)

* Assorted device and core inhands

* whoops forgot the thief objective

* i missed literally on pixel on the fulton argh

* inhand pinpointer update
This commit is contained in:
Tiniest Shark
2025-06-09 03:40:14 -04:00
committed by GitHub
parent 700990c2d3
commit 2d08f79229
93 changed files with 486 additions and 50 deletions

View File

@@ -6,7 +6,7 @@
components:
- type: Sprite
sprite: Objects/Devices/forensic_scanner.rsi
state: forensicnew
state: icon
- type: Item
size: Small
storedRotation: 90

View File

@@ -22,6 +22,19 @@
state: pinpointer
- type: Item
sprite: Objects/Devices/pinpointer.rsi
inhandVisuals:
left:
- state: inhand-left-base
color: "#8e1518"
- state: inhand-left-stripe
color: "#8e1518"
- state: inhand-left-top
right:
- state: inhand-right-base
color: "#8e1518"
- state: inhand-right-stripe
color: "#8e1518"
- state: inhand-right-top
- type: Pinpointer
- type: Appearance
- type: GenericVisualizer
@@ -62,6 +75,20 @@
map: ["enum.PinpointerLayers.Screen"]
shader: unshaded
visible: false
- type: Item
inhandVisuals:
left:
- state: inhand-left-base
color: "#202020"
- state: inhand-left-stripe
color: "#6c0014"
- state: inhand-left-top
right:
- state: inhand-right-base
color: "#202020"
- state: inhand-right-stripe
color: "#6c0014"
- state: inhand-right-top
- type: Icon
state: pinpointer-syndicate
- type: Pinpointer
@@ -82,6 +109,20 @@
map: ["enum.PinpointerLayers.Screen"]
shader: unshaded
visible: false
- type: Item
inhandVisuals:
left:
- state: inhand-left-base
color: "#606060"
- state: inhand-left-stripe
color: "#606060"
- state: inhand-left-top
right:
- state: inhand-right-base
color: "#606060"
- state: inhand-right-stripe
color: "#606060"
- state: inhand-right-top
- type: Icon
state: pinpointer-way
- type: Pinpointer
@@ -103,6 +144,20 @@
map: ["enum.PinpointerLayers.Screen"]
shader: unshaded
visible: false
- type: Item
inhandVisuals:
left:
- state: inhand-left-base
color: "#3a3a3a"
- state: inhand-left-stripe
color: "#3a3a3a"
- state: inhand-left-top
right:
- state: inhand-right-base
color: "#3a3a3a"
- state: inhand-right-stripe
color: "#3a3a3a"
- state: inhand-right-top
- type: Icon
state: pinpointer-station
- type: Pinpointer
@@ -124,6 +179,20 @@
map: ["enum.PinpointerLayers.Screen"]
shader: unshaded
visible: false
- type: Item
inhandVisuals:
left:
- state: inhand-left-base
color: "#3a3a3a"
- state: inhand-left-stripe
color: "#3a3a3a"
- state: inhand-left-top
right:
- state: inhand-right-base
color: "#3a3a3a"
- state: inhand-right-stripe
color: "#3a3a3a"
- state: inhand-right-top
- type: Icon
state: pinpointer-station
- type: Pinpointer

View File

@@ -21,6 +21,13 @@
components:
- type: Sprite
state: mecha_clamp
- type: Item
inhandVisuals:
left:
- state: inhand-left-big
right:
- state: inhand-right-big
- type: MultiHandedItem
- type: MechGrabber
- type: UIFragment
ui: !type:MechGrabberUi
@@ -36,6 +43,13 @@
components:
- type: Sprite
state: mecha_clamp_small
- type: Item
inhandVisuals:
left:
- state: inhand-left-small
right:
- state: inhand-right-small
- type: MultiHandedItem
- type: MechGrabber
maxContents: 4
grabDelay: 3
@@ -58,6 +72,13 @@
- type: Sprite
# TODO: use own sprite
state: mecha_honker
- type: Item
inhandVisuals:
left:
- state: inhand-left-honk
right:
- state: inhand-right-honk
- type: MultiHandedItem
- type: MechSoundboard
sounds:
- collection: BikeHorn

View File

@@ -13,6 +13,12 @@
shader: unshaded
visible: false
map: ["enum.ToggleableVisuals.Layer"]
- type: Item
inhandVisuals:
left:
- state: inhand-left-reg
right:
- state: inhand-right-reg
- type: ItemToggleActiveSound
activeSound:
path: /Audio/Ambience/Objects/light_hum.ogg
@@ -69,6 +75,11 @@
map: ["enum.ToggleableVisuals.Layer"]
- type: Item
storedRotation: -90
inhandVisuals:
left:
- state: inhand-left-adv
right:
- state: inhand-right-adv
- type: MiningScanner
range: 10

View File

@@ -28,6 +28,11 @@
- Impassable
- type: Item
size: Normal
inhandVisuals:
left:
- state: inhand-left-beacon
right:
- state: inhand-right-beacon
- type: Foldable
folded: true
- type: Clickable
@@ -58,6 +63,11 @@
- type: Fulton
- type: Item
size: Normal
inhandVisuals:
left:
- state: inhand-left-fulton
right:
- state: inhand-right-fulton
- type: Stack
stackType: Fulton
count: 10

View File

@@ -163,7 +163,7 @@
name: steal-target-groups-forensic-scanner
sprite:
sprite: Objects/Devices/forensic_scanner.rsi
state: forensicnew
state: icon
- type: stealTargetGroup
id: FlippoEngravedLighter

Binary file not shown.

Before

Width:  |  Height:  |  Size: 306 B

After

Width:  |  Height:  |  Size: 967 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 316 B

After

Width:  |  Height:  |  Size: 914 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/blob/1feffb747a33434a9d28450fc52ade75253aeba5/icons/obj/aicards.dmi",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/blob/1feffb747a33434a9d28450fc52ade75253aeba5/icons/obj/aicards.dmi, inhands by TiniestShark (github)",
"size": {
"x": 32,
"y": 32
@@ -12,11 +12,47 @@
},
{
"name": "inhand-left",
"directions": 4
"directions": 4,
"delays": [
[
0.4,
0.4
],
[
0.4,
0.4
],
[
0.4,
0.4
],
[
0.4,
0.4
]
]
},
{
"name": "inhand-right",
"directions": 4
"directions": 4,
"delays": [
[
0.4,
0.4
],
[
0.4,
0.4
],
[
0.4,
0.4
],
[
0.4,
0.4
]
]
},
{
"name": "empty",
@@ -55,4 +91,4 @@
]
}
]
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 306 B

After

Width:  |  Height:  |  Size: 476 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 316 B

After

Width:  |  Height:  |  Size: 483 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at ",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/71a1fee2f13730adee5302d34bfa0f0262314d63, Inhands by TiniestShark (github)",
"size": {
"x": 32,
"y": 32

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 736 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 799 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 589 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

View File

@@ -1,21 +1,33 @@
{
"copyright" : "Taken from https://github.com/tgstation/tgstation",
"version": 1,
"license" : "CC-BY-SA-3.0",
"copyright" : "Icon modified from VG Station https://github.com/vgstation-coders/vgstation13/commit/4fc020f93702a45a66ebf01aed66864355393550, inhands/belt by TiniestShark (Github)",
"size" : {
"x" : 32,
"y" : 32
},
"states" : [
{
"delays" : [
[
0.8,
0.2
"states": [
{
"name": "icon",
"delays": [
[
0.8,
0.2,
0.2
]
]
],
"directions" : 1,
"name" : "forensicnew"
}
],
"version" : 1
},
{
"name": "equipped-BELT",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 306 B

After

Width:  |  Height:  |  Size: 706 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 316 B

After

Width:  |  Height:  |  Size: 740 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "tgstation at 43d3fb991641d0dc73b6ce81cdf4f3f09d6b70a0",
"copyright": "tgstation at 43d3fb991641d0dc73b6ce81cdf4f3f09d6b70a0, inhands by TiniestShark (github)",
"size": {
"x": 32,
"y": 32
@@ -20,11 +20,47 @@
},
{
"name": "inhand-left",
"directions": 4
"directions": 4,
"delays": [
[
0.5,
0.5
],
[
0.5,
0.5
],
[
0.5,
0.5
],
[
0.5,
0.5
]
]
},
{
"name": "inhand-right",
"directions": 4
"directions": 4,
"delays": [
[
0.5,
0.5
],
[
0.5,
0.5
],
[
0.5,
0.5
],
[
0.5,
0.5
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/blob/9a401d19045574f3ea7f2cf3feebf65989903ccc/icons/obj/assemblies/new_assemblies.dmi",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/blob/9a401d19045574f3ea7f2cf3feebf65989903ccc/icons/obj/assemblies/new_assemblies.dmi, inhands by TiniestShark (github)",
"size": {
"x": 32,
"y": 32
@@ -9,6 +9,14 @@
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 196 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 B

View File

@@ -5,7 +5,7 @@
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/59f2a4e10e5ba36033c9734ddebfbbdc6157472d, station and syndicate pinpointer resprited by Ubaser",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/59f2a4e10e5ba36033c9734ddebfbbdc6157472d, station and syndicate pinpointer resprited by Ubaser, inhands by TiniestShark (github)",
"states": [
{
"name": "pinonalert",
@@ -157,11 +157,27 @@
"name": "pinpointer-station"
},
{
"name": "inhand-left",
"name": "inhand-left-base",
"directions": 4
},
{
"name": "inhand-right",
"name": "inhand-left-stripe",
"directions": 4
},
{
"name": "inhand-left-top",
"directions": 4
},
{
"name": "inhand-right-base",
"directions": 4
},
{
"name": "inhand-right-stripe",
"directions": 4
},
{
"name": "inhand-right-top",
"directions": 4
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by SlamBamActionman",
"copyright": "Made by SlamBamActionman, inhands by TiniestShark (Github)",
"size": {
"x": 32,
"y": 32
@@ -9,6 +9,14 @@
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -1,5 +1,5 @@
{
"copyright" : "Taken from https://github.com/tgstation/tgstation at at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a",
"copyright" : "Taken from https://github.com/tgstation/tgstation at at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a, Clamp/Honker Inhands by TiniestShark (Github)",
"license" : "CC-BY-SA-3.0",
"version": 1,
"size": {
@@ -16,6 +16,14 @@
{
"name": "mecha_honker"
},
{
"name": "inhand-left-honk",
"directions": 4
},
{
"name": "inhand-right-honk",
"directions": 4
},
{
"name": "mecha_mime"
},
@@ -64,9 +72,25 @@
{
"name": "mecha_clamp"
},
{
"name": "inhand-left-big",
"directions": 4
},
{
"name": "inhand-right-big",
"directions": 4
},
{
"name": "mecha_clamp_small"
},
{
"name": "inhand-left-small",
"directions": 4
},
{
"name": "inhand-right-small",
"directions": 4
},
{
"name": "mecha_wire"
},
@@ -152,4 +176,4 @@
"name": "mecha_kineticgun"
}
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 811 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 586 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 807 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 561 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from vgstation at https://github.com/vgstation-coders/vgstation13/commit/125c975f1b3bf9826b37029e9ab5a5f89e975a7e. adv and adv-o by EmoGarbage404",
"copyright": "Taken from vgstation at https://github.com/vgstation-coders/vgstation13/commit/125c975f1b3bf9826b37029e9ab5a5f89e975a7e. adv and adv-o by EmoGarbage404, inhands by TiniestShark (github)",
"size": {
"x": 32,
"y": 32
@@ -13,11 +13,27 @@
{
"name": "icon-o"
},
{
"name": "inhand-left-reg",
"directions": 4
},
{
"name": "inhand-right-reg",
"directions": 4
},
{
"name": "adv"
},
{
"name": "adv-o"
},
{
"name": "inhand-left-adv",
"directions": 4
},
{
"name": "inhand-right-adv",
"directions": 4
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 794 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 433 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 684 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 444 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 735 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/tgstation/tgstation/blob/a7a67c81afc99d77483c84878173822ee8cbeecd/icons/obj/fulton.dmi",
"copyright": "https://github.com/tgstation/tgstation/blob/a7a67c81afc99d77483c84878173822ee8cbeecd/icons/obj/fulton.dmi, inhands by TiniestShark (github)",
"size": {
"x": 32,
"y": 32
@@ -30,6 +30,22 @@
},
{
"name": "extraction_pack"
},
{
"name": "inhand-left-beacon",
"directions": 4
},
{
"name": "inhand-right-beacon",
"directions": 4
},
{
"name": "inhand-left-fulton",
"directions": 4
},
{
"name": "inhand-right-fulton",
"directions": 4
}
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 833 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 798 B

View File

@@ -1,10 +1,67 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "/tg/station, 'icons/obj/device.dmi' commit 2b8b045d, redrawn by Ubaser.",
"size": { "x": 32, "y": 32 },
"copyright": "/tg/station, 'icons/obj/device.dmi' commit 2b8b045d, redrawn by Ubaser, inhands by TiniestShark (github).",
"size": {
"x": 32,
"y": 32
},
"states": [
{ "name": "tray-on" , "delays": [[0.1, 1.0]]},
{ "name": "tray-off" }
]
{
"name": "tray-on",
"delays": [
[
0.1,
1.0
]
]
},
{
"name": "tray-off"
},
{
"name": "inhand-left",
"directions": 4,
"delays": [
[
1.0,
0.1
],
[
1.0,
0.1
],
[
1.0,
0.1
],
[
1.0,
0.1
]
]
},
{
"name": "inhand-right",
"directions": 4,
"delays": [
[
1.0,
0.1
],
[
1.0,
0.1
],
[
1.0,
0.1
],
[
1.0,
0.1
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Created by TheShuEd (github) for ss14",
"copyright": "Created by TheShuEd (github) for ss14, inhands by TiniestShark (Github)",
"size": {
"x": 32,
"y": 32
@@ -10,6 +10,14 @@
{
"name": "core"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "pulse",
"delays": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Created by TheShuEd (github) for ss14",
"copyright": "Created by TheShuEd (github) for ss14, inhands by TiniestShark (Github)",
"size": {
"x": 32,
"y": 32
@@ -10,6 +10,14 @@
{
"name": "core"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "pulse",
"delays": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 407 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Created by TheShuEd (github) for ss14",
"copyright": "Created by TheShuEd (github) for ss14, inhands by TiniestShark (Github)",
"size": {
"x": 32,
"y": 32
@@ -10,6 +10,14 @@
{
"name": "core"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "pulse",
"delays": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Created by TheShuEd (github) for ss14",
"copyright": "Created by TheShuEd (github) for ss14, inhands by TiniestShark (Github)",
"size": {
"x": 32,
"y": 32
@@ -10,6 +10,14 @@
{
"name": "core"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "pulse",
"delays": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Created by TheShuEd (github) for ss14",
"copyright": "Created by TheShuEd (github) for ss14, Inhands by TiniestShark (github)",
"size": {
"x": 32,
"y": 32
@@ -10,6 +10,14 @@
{
"name": "core"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "pulse",
"delays": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Created by TheShuEd (github) for ss14",
"copyright": "Created by TheShuEd (github) for ss14, inhands by TiniestShark (Github)",
"size": {
"x": 32,
"y": 32
@@ -10,6 +10,14 @@
{
"name": "core"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "pulse",
"delays": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Created by TheShuEd (github) for ss14",
"copyright": "Created by TheShuEd (github) for ss14, inhands by TiniestShark (Github)",
"size": {
"x": 32,
"y": 32
@@ -10,6 +10,14 @@
{
"name": "core"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "pulse",
"delays": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Created by TheShuEd (github) for ss14",
"copyright": "Created by TheShuEd (github) for ss14, inhands by TiniestShark (Github)",
"size": {
"x": 32,
"y": 32
@@ -10,6 +10,14 @@
{
"name": "core"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "pulse",
"delays": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Created by TheShuEd (github) for ss14",
"copyright": "Created by TheShuEd (github) for ss14, inhands by TiniestShark (Github)",
"size": {
"x": 32,
"y": 32
@@ -10,6 +10,14 @@
{
"name": "core"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "pulse",
"delays": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Created by Jaraten (github) for ss14 at https://github.com/space-wizards/space-station-14/pull/33889",
"copyright": "Created by Jaraten (github) for ss14 at https://github.com/space-wizards/space-station-14/pull/33889, inhands by TiniestShark (Github)",
"size": {
"x": 32,
"y": 32
@@ -10,6 +10,14 @@
{
"name": "core"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "pulse",
"delays": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Created by TheShuEd (github) for ss14",
"copyright": "Created by TheShuEd (github) for ss14, inhands by TiniestShark (Github)",
"size": {
"x": 32,
"y": 32
@@ -10,6 +10,14 @@
{
"name": "core"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "pulse",
"delays": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Created by Jaraten (github) for ss14",
"copyright": "Created by Jaraten (github) for ss14, inhands by TiniestShark (Github)",
"size": {
"x": 32,
"y": 32
@@ -10,6 +10,14 @@
{
"name": "core"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "pulse",
"delays": [