From: IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com> Date: Tue, 12 Dec 2023 08:02:44 +0000 (-0500) Subject: Mops and Defibs larger, Pinpointers desc, Monkeycube fix, appraisal sidearm, chemistr... X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=39fb2639c98edfaace14e64fc79cbe86130ce132;p=space-station-14.git 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 --- diff --git a/Resources/Prototypes/Entities/Objects/Devices/pinpointer.yml b/Resources/Prototypes/Entities/Objects/Devices/pinpointer.yml index 92e882571b..2bd0c31faf 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pinpointer.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pinpointer.yml @@ -1,6 +1,6 @@ - type: entity 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 id: PinpointerBase abstract: true @@ -47,7 +47,7 @@ - type: entity 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 parent: PinpointerBase components: diff --git a/Resources/Prototypes/Entities/Objects/Specific/Chemistry/chem_bag.yml b/Resources/Prototypes/Entities/Objects/Specific/Chemistry/chem_bag.yml index 4d35b51ffe..a4692db9b5 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Chemistry/chem_bag.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Chemistry/chem_bag.yml @@ -25,6 +25,7 @@ - FitsInDispenser - Pill tags: + - Document - PillCanister - Bottle - Syringe diff --git a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml index 7b0d992f13..c7deba0732 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml @@ -20,7 +20,7 @@ types: Blunt: 5 - type: Item - size: Normal + size: Large sprite: Objects/Specific/Janitorial/mop.rsi - type: Absorbent - type: SolutionContainerManager @@ -59,7 +59,7 @@ types: Blunt: 5 - type: Item - size: Normal + size: Large sprite: Objects/Specific/Janitorial/advmop.rsi - type: Absorbent pickupAmount: 100 diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/defib.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/defib.yml index 74b0cbb0d9..2d1af8f246 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/defib.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/defib.yml @@ -28,7 +28,7 @@ True: { visible: true } False: { visible: false } - type: Item - size: Normal + size: Large - type: ItemCooldown - type: Speech speechVerb: Robotic diff --git a/Resources/Prototypes/Entities/Objects/Specific/rehydrateable.yml b/Resources/Prototypes/Entities/Objects/Specific/rehydrateable.yml index 8a2e4a29ce..1888c4c4a9 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/rehydrateable.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/rehydrateable.yml @@ -4,6 +4,8 @@ name: monkey cube description: Just add water! components: + - type: Item + size: Tiny - type: SolutionContainerManager solutions: cube: @@ -109,6 +111,8 @@ suffix: Syndicate description: Just add water! components: + - type: Item + size: Tiny - type: SolutionContainerManager solutions: cube: diff --git a/Resources/Prototypes/Entities/Objects/Tools/appraisal.yml b/Resources/Prototypes/Entities/Objects/Tools/appraisal.yml index 72369ce44b..539e5a3dc5 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/appraisal.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/appraisal.yml @@ -4,22 +4,23 @@ 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. components: - - type: Sprite - sprite: Objects/Tools/appraisal-tool.rsi - state: icon - - type: Item - sprite: Objects/Tools/appraisal-tool.rsi - - type: PriceGun - - type: UseDelay - delay: 3 - - type: Clothing - sprite: Objects/Tools/appraisal-tool.rsi - quickEquip: false - slots: - - Belt - - type: Tag - tags: - - AppraisalTool - - type: GuideHelp - guides: - - Cargo + - type: Sprite + sprite: Objects/Tools/appraisal-tool.rsi + state: icon + - type: Item + sprite: Objects/Tools/appraisal-tool.rsi + - type: PriceGun + - type: UseDelay + delay: 3 + - type: Clothing + sprite: Objects/Tools/appraisal-tool.rsi + quickEquip: false + slots: + - Belt + - type: Tag + tags: + - AppraisalTool + - Sidearm + - type: GuideHelp + guides: + - Cargo