Add universal pinpointer (#13854)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
1
Resources/Locale/en-US/pinpointer/pinpointer.ftl
Normal file
1
Resources/Locale/en-US/pinpointer/pinpointer.ftl
Normal file
@@ -0,0 +1 @@
|
||||
examine-pinpointer-linked = It is tracking: {$target}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user