Tools/Devices: In-hand Sprites (#33689)

* Adds in-hand sprites to the barber scissors.

* adds in-hand sprites to the floodlight.

* adds in-hand sprites to the gas analyzer.

* adds in-hand sprites to the gps.

* Update copyright wording, linting

* resprite gps inhand sprites.

* adds in-hand sprites to the mass scanner.

* adds in-hand sprites to the spray_painter.

* resprite in-hand sprites to the mass_scanner.

* fix in-hand sprites to the mass_scanner.

* Resprite mass_scanner in-hand sprites.
This commit is contained in:
onesch
2025-03-13 02:46:58 +04:00
committed by GitHub
parent e4b268088a
commit b3482fd737
26 changed files with 85 additions and 10 deletions

View File

@@ -191,9 +191,11 @@
- type: Item - type: Item
size: Normal size: Normal
- type: Sprite - type: Sprite
sprite: Objects/Misc/Lights/lights.rsi
layers: layers:
- state: floodlight - state: floodlight
- state: floodlight_on map: [ "base" ]
- state: floodlight-on
shader: unshaded shader: unshaded
visible: false visible: false
map: [ "light" ] map: [ "light" ]
@@ -244,9 +246,13 @@
parent: BaseItem parent: BaseItem
description: A pole with powerful mounted lights on it. It's broken. description: A pole with powerful mounted lights on it. It's broken.
components: components:
- type: Item
size: Normal
sprite: Objects/Misc/Lights/lights.rsi
heldPrefix: floodlight-broken
- type: Sprite - type: Sprite
sprite: Objects/Misc/Lights/lights.rsi sprite: Objects/Misc/Lights/lights.rsi
state: floodlight_broken state: floodlight-broken
- type: Anchorable - type: Anchorable
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic

View File

@@ -5,6 +5,8 @@
description: A hand-held mass scanner. description: A hand-held mass scanner.
components: components:
- type: Item - type: Item
size: Normal
sprite: Objects/Tools/handheld_mass_scanner.rsi
- type: Sprite - type: Sprite
sprite: Objects/Tools/handheld_mass_scanner.rsi sprite: Objects/Tools/handheld_mass_scanner.rsi
state: icon state: icon
@@ -47,6 +49,9 @@
slots: slots:
cell_slot: cell_slot:
name: power-cell-slot-component-slot-name-default name: power-cell-slot-component-slot-name-default
- type: Item
size: Normal
sprite: Objects/Tools/handheld_mass_scanner.rsi
- type: Sprite - type: Sprite
sprite: Objects/Tools/handheld_mass_scanner.rsi sprite: Objects/Tools/handheld_mass_scanner.rsi
state: icon state: icon

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

View File

@@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "tgstation at 3ddd840268e33bbcf316f242e6a972b84e6b773c", "copyright": "tgstation at 3ddd840268e33bbcf316f242e6a972b84e6b773c, Inhand sprites by onesch",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -10,6 +10,14 @@
{ {
"name": "icon" "name": "icon"
}, },
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{ {
"name": "active", "name": "active",
"delays": [ "delays": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 B

View File

Before

Width:  |  Height:  |  Size: 124 B

After

Width:  |  Height:  |  Size: 124 B

View File

@@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432", "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432, Floodlight inhand sprites by onesch",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -19,13 +19,37 @@
"name": "floodlight" "name": "floodlight"
}, },
{ {
"name": "floodlight_on" "name": "off-inhand-left",
"directions": 4
},
{
"name": "off-inhand-right",
"directions": 4
},
{
"name": "floodlight-on"
},
{
"name": "on-inhand-left",
"directions": 4
},
{
"name": "on-inhand-right",
"directions": 4
}, },
{ {
"name": "floodlight_burned" "name": "floodlight_burned"
}, },
{ {
"name": "floodlight_broken" "name": "floodlight-broken"
},
{
"name": "floodlight-broken-inhand-left",
"directions": 4
},
{
"name": "floodlight-broken-inhand-right",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 B

View File

@@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Taken from baystation at https://github.com/Baystation12/Baystation12/commit/ded74aff42136a7953c551a2a94cebc81f62f9fb", "copyright": "Taken from baystation at https://github.com/Baystation12/Baystation12/commit/ded74aff42136a7953c551a2a94cebc81f62f9fb, Inhand sprites by onesch",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -10,6 +10,14 @@
{ {
"name": "icon" "name": "icon"
}, },
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{ {
"name": "working", "name": "working",
"delays": [ "delays": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

View File

@@ -5,7 +5,7 @@
"y": 32 "y": 32
}, },
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Taken from Frontier Station, created by Tem Armoff https://github.com/new-frontiers-14/frontier-station-14/pull/484/files", "copyright": "Taken from Frontier Station, created by Tem Armoff https://github.com/new-frontiers-14/frontier-station-14/pull/484/files, Inhand sprites by onesch",
"states": [ "states": [
{ {
"name": "scanner", "name": "scanner",
@@ -20,6 +20,14 @@
{ {
"name": "icon", "name": "icon",
"directions": 1 "directions": 1
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 B

View File

@@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"license": "CC0-1.0", "license": "CC0-1.0",
"copyright": "Created by TheShuEd(github) for Space Station 14", "copyright": "Created by TheShuEd(github) for Space Station 14, Inhand sprites by onesch",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -9,6 +9,14 @@
"states": [ "states": [
{ {
"name": "icon" "name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 B

View File

@@ -1,5 +1,5 @@
{ {
"copyright" : "Taken from https://github.com/tgstation/tgstation at commit a21274e56ae84b2c96e8b6beeca805df3d5402e8.", "copyright" : "Taken from https://github.com/tgstation/tgstation at commit a21274e56ae84b2c96e8b6beeca805df3d5402e8, Inhand sprites by onesch",
"license" : "CC-BY-SA-3.0", "license" : "CC-BY-SA-3.0",
"size" : { "size" : {
"x" : 32, "x" : 32,
@@ -8,6 +8,14 @@
"states" : [ "states" : [
{ {
"name" : "spray_painter" "name" : "spray_painter"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
} }
], ],
"version" : 1 "version" : 1