New pinpointer sprites (#22435)

* add

* fix?

* a

* maybe

* aaa
This commit is contained in:
Ubaser
2023-12-13 19:53:05 +11:00
committed by GitHub
parent 6c87f74487
commit 0552cd2e10
9 changed files with 34 additions and 10 deletions

View File

@@ -297,7 +297,7 @@
contents:
- id: BoxSurvivalSyndicate
- id: WeaponPistolViper
- id: PinpointerNuclear
- id: PinpointerSyndicateNuclear
- id: DeathAcidifierImplanter
@@ -315,7 +315,7 @@
- id: Cautery
- id: CombatKnife
- id: WeaponPistolViper
- id: PinpointerNuclear
- id: PinpointerSyndicateNuclear
- id: HandheldHealthAnalyzer
- id: CombatMedipen
- id: DeathAcidifierImplanter

View File

@@ -17,6 +17,9 @@
map: ["enum.PinpointerLayers.Screen"]
shader: unshaded
visible: false
- type: Icon
sprite: Objects/Devices/pinpointer.rsi
state: pinpointer
- type: Item
sprite: Objects/Devices/pinpointer.rsi
- type: Pinpointer
@@ -45,21 +48,39 @@
component: NukeDisk
targetName: nuclear authentication disk
- type: entity
name: syndicate pinpointer
description: Produced specifically for nuclear operative missions, get that disk!
id: PinpointerSyndicateNuclear
parent: PinpointerBase
components:
- type: Icon
state: pinpointer-syndicate
- type: Pinpointer
component: NukeDisk
targetName: nuclear authentication disk
- type: entity
name: universal pinpointer
description: A handheld tracking device that locks onto any physical entity while off. Keep upright to retain accuracy.
id: PinpointerUniversal
parent: PinpointerBase
components:
- type: Pinpointer
updateTargetName: true
canRetarget: true
- type: Icon
state: pinpointer-way
- type: Pinpointer
updateTargetName: true
canRetarget: true
- type: entity
parent: PinpointerBase
name: station pinpointer
description: A handheld tracking device that leads to the direction of any nearby station.
id: PinpointerStation
suffix: Station
components:
- type: Icon
state: pinpointer-station
- type: Pinpointer
component: BecomesStation
targetName: the station

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",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/59f2a4e10e5ba36033c9734ddebfbbdc6157472d, station and syndicate pinpointer resprited by Ubaser",
"states": [
{
"name": "pinonalert",
@@ -139,16 +139,19 @@
"name": "pinpointer"
},
{
"name": "pinpointer_crew"
"name": "pinpointer-crew"
},
{
"name": "pinpointer_crewprox"
"name": "pinpointer-crewprox"
},
{
"name": "pinpointer_syndicate"
"name": "pinpointer-syndicate"
},
{
"name": "pinpointer_way"
"name": "pinpointer-way"
},
{
"name": "pinpointer-station"
},
{
"name": "inhand-left",

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 237 B