Add universal pinpointer (#13854)

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
Chief-Engineer
2023-05-28 05:24:09 -05:00
committed by GitHub
parent 9384651a3f
commit 57cd8006f9
5 changed files with 140 additions and 15 deletions

View File

@@ -0,0 +1 @@
examine-pinpointer-linked = It is tracking: {$target}

View File

@@ -1,6 +1,6 @@
- type: entity
name: pinpointer
description: A handheld tracking device that locks onto certain signals.
description: A handheld tracking device. While typically far more capable, this one has been configured to lock onto certain signals.
parent: BaseItem
id: PinpointerBase
abstract: true
@@ -43,3 +43,14 @@
components:
- 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.
id: PinpointerUniversal
parent: PinpointerBase
components:
- type: Pinpointer
updateTargetName: true
canRetarget: true