Mops and Defibs larger, Pinpointers desc, Monkeycube fix, appraisal sidearm, chemistry documents. (#22397)
* Pinpointer desc * The game breaking ability to put documents in chem bags * mops bigger * Defib Large * fix monkey cube size bug. * appraisal gun pew pew
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
name: pinpointer
|
name: pinpointer
|
||||||
description: A handheld tracking device. While typically far more capable, this one has been configured to lock onto certain signals.
|
description: A handheld tracking device. While typically far more capable, this one has been configured to lock onto certain signals. Keep upright to retain accuracy.
|
||||||
parent: BaseItem
|
parent: BaseItem
|
||||||
id: PinpointerBase
|
id: PinpointerBase
|
||||||
abstract: true
|
abstract: true
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: universal pinpointer
|
name: universal pinpointer
|
||||||
description: A handheld tracking device that locks onto any physical entity while off.
|
description: A handheld tracking device that locks onto any physical entity while off. Keep upright to retain accuracy.
|
||||||
id: PinpointerUniversal
|
id: PinpointerUniversal
|
||||||
parent: PinpointerBase
|
parent: PinpointerBase
|
||||||
components:
|
components:
|
||||||
|
|||||||
@@ -25,6 +25,7 @@
|
|||||||
- FitsInDispenser
|
- FitsInDispenser
|
||||||
- Pill
|
- Pill
|
||||||
tags:
|
tags:
|
||||||
|
- Document
|
||||||
- PillCanister
|
- PillCanister
|
||||||
- Bottle
|
- Bottle
|
||||||
- Syringe
|
- Syringe
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
types:
|
types:
|
||||||
Blunt: 5
|
Blunt: 5
|
||||||
- type: Item
|
- type: Item
|
||||||
size: Normal
|
size: Large
|
||||||
sprite: Objects/Specific/Janitorial/mop.rsi
|
sprite: Objects/Specific/Janitorial/mop.rsi
|
||||||
- type: Absorbent
|
- type: Absorbent
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
types:
|
types:
|
||||||
Blunt: 5
|
Blunt: 5
|
||||||
- type: Item
|
- type: Item
|
||||||
size: Normal
|
size: Large
|
||||||
sprite: Objects/Specific/Janitorial/advmop.rsi
|
sprite: Objects/Specific/Janitorial/advmop.rsi
|
||||||
- type: Absorbent
|
- type: Absorbent
|
||||||
pickupAmount: 100
|
pickupAmount: 100
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
True: { visible: true }
|
True: { visible: true }
|
||||||
False: { visible: false }
|
False: { visible: false }
|
||||||
- type: Item
|
- type: Item
|
||||||
size: Normal
|
size: Large
|
||||||
- type: ItemCooldown
|
- type: ItemCooldown
|
||||||
- type: Speech
|
- type: Speech
|
||||||
speechVerb: Robotic
|
speechVerb: Robotic
|
||||||
|
|||||||
@@ -4,6 +4,8 @@
|
|||||||
name: monkey cube
|
name: monkey cube
|
||||||
description: Just add water!
|
description: Just add water!
|
||||||
components:
|
components:
|
||||||
|
- type: Item
|
||||||
|
size: Tiny
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
cube:
|
cube:
|
||||||
@@ -109,6 +111,8 @@
|
|||||||
suffix: Syndicate
|
suffix: Syndicate
|
||||||
description: Just add water!
|
description: Just add water!
|
||||||
components:
|
components:
|
||||||
|
- type: Item
|
||||||
|
size: Tiny
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
cube:
|
cube:
|
||||||
|
|||||||
@@ -4,22 +4,23 @@
|
|||||||
name: appraisal tool
|
name: appraisal tool
|
||||||
description: A beancounter's best friend, with a quantum connection to the galactic market and the ability to appraise even the toughest items.
|
description: A beancounter's best friend, with a quantum connection to the galactic market and the ability to appraise even the toughest items.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Tools/appraisal-tool.rsi
|
sprite: Objects/Tools/appraisal-tool.rsi
|
||||||
state: icon
|
state: icon
|
||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Tools/appraisal-tool.rsi
|
sprite: Objects/Tools/appraisal-tool.rsi
|
||||||
- type: PriceGun
|
- type: PriceGun
|
||||||
- type: UseDelay
|
- type: UseDelay
|
||||||
delay: 3
|
delay: 3
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Objects/Tools/appraisal-tool.rsi
|
sprite: Objects/Tools/appraisal-tool.rsi
|
||||||
quickEquip: false
|
quickEquip: false
|
||||||
slots:
|
slots:
|
||||||
- Belt
|
- Belt
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- AppraisalTool
|
- AppraisalTool
|
||||||
- type: GuideHelp
|
- Sidearm
|
||||||
guides:
|
- type: GuideHelp
|
||||||
- Cargo
|
guides:
|
||||||
|
- Cargo
|
||||||
|
|||||||
Reference in New Issue
Block a user