@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user