From f1833ea9ebe356944668d7d676b77556d999cd5b Mon Sep 17 00:00:00 2001 From: Sir Winters <7543955+Owai-Seek@users.noreply.github.com> Date: Mon, 5 Jun 2023 18:47:14 -0400 Subject: [PATCH] GuideHelp Tags for Medical + Chef (#17138) * GuideHelp Tags Medical + Chef * Empty-Commit --------- Co-authored-by: Owai-Seek <> --- Resources/Prototypes/Entities/Mobs/NPCs/animals.yml | 3 +++ .../Prototypes/Entities/Objects/Devices/pda.yml | 10 ++++++++-- .../Entities/Objects/Specific/Medical/defib.yml | 3 +++ .../Objects/Specific/Medical/healthanalyzer.yml | 3 +++ .../Entities/Objects/Weapons/Melee/knife.yml | 12 +++++++++--- .../Entities/Structures/Furniture/beds.yml | 3 +++ .../Entities/Structures/Machines/microwave.yml | 3 +++ .../Entities/Structures/Machines/stasisbed.yml | 3 +++ .../Prototypes/Entities/Structures/meat_spike.yml | 3 +++ 9 files changed, 38 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index b836ef6c36..d5bcc8e246 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -426,6 +426,9 @@ prototype: AnimalRuminant - type: HTN rootTask: RuminantCompound + - type: GuideHelp + guides: + - Chef - type: entity name: crab diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index 49a0a50910..5372f79813 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -145,6 +145,9 @@ scanDelay: 1.4 scanningEndSound: path: "/Audio/Items/Medical/healthscanner.ogg" + - type: GuideHelp + guides: + - Medical Doctor - type: entity parent: BasePDA @@ -474,7 +477,10 @@ scanDelay: 1.2 scanningEndSound: path: "/Audio/Items/Medical/healthscanner.ogg" - + - type: GuideHelp + guides: + - Medical Doctor + - type: entity parent: BasePDA id: ParamedicPDA @@ -493,7 +499,7 @@ scanDelay: 0.5 scanningEndSound: path: "/Audio/Items/Medical/healthscanner.ogg" - + - type: entity parent: BasePDA id: ChemistryPDA diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/defib.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/defib.yml index 09367a5ad6..fd4bdfa080 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/defib.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/defib.yml @@ -41,6 +41,9 @@ - type: UseDelay - type: StaticPrice price: 100 + - type: GuideHelp + guides: + - Medical Doctor - type: entity id: DefibrillatorEmpty diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/healthanalyzer.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/healthanalyzer.yml index 137b6118bf..2e4d44ee03 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/healthanalyzer.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/healthanalyzer.yml @@ -40,6 +40,9 @@ enum.PowerDeviceVisualLayers.Powered: True: { visible: true } False: { visible: false } + - type: GuideHelp + guides: + - Medical Doctor - type: entity id: HandheldHealthAnalyzerEmpty diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml index 91832bd698..2da4f1cd9f 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml @@ -42,6 +42,9 @@ - type: Item size: 10 sprite: Objects/Weapons/Melee/kitchen_knife.rsi + - type: GuideHelp + guides: + - Chef - type: entity name: butcher's cleaver @@ -64,6 +67,9 @@ - type: Item size: 10 sprite: Objects/Weapons/Melee/cleaver.rsi + - type: GuideHelp + guides: + - Chef - type: entity name: combat knife @@ -159,7 +165,7 @@ components: - type: Construction graph: ReinforcedShiv - node: icon + node: icon size: 2 state: icon - type: MeleeWeapon @@ -180,7 +186,7 @@ components: - type: Construction graph: PlasmaShiv - node: icon + node: icon - type: MeleeWeapon attackRate: 1.5 damage: @@ -199,7 +205,7 @@ components: - type: Construction graph: UraniumShiv - node: icon + node: icon - type: MeleeWeapon attackRate: 1.5 damage: diff --git a/Resources/Prototypes/Entities/Structures/Furniture/beds.yml b/Resources/Prototypes/Entities/Structures/Furniture/beds.yml index 89d773e75c..509640b77c 100644 --- a/Resources/Prototypes/Entities/Structures/Furniture/beds.yml +++ b/Resources/Prototypes/Entities/Structures/Furniture/beds.yml @@ -79,6 +79,9 @@ - type: Construction graph: bed node: medicalbed + - type: GuideHelp + guides: + - Medical Doctor - type: entity parent: Bed diff --git a/Resources/Prototypes/Entities/Structures/Machines/microwave.yml b/Resources/Prototypes/Entities/Structures/Machines/microwave.yml index 0c57018f04..75d39acd8d 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/microwave.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/microwave.yml @@ -67,3 +67,6 @@ microwave_entity_container: !type:Container machine_board: !type:Container machine_parts: !type:Container + - type: GuideHelp + guides: + - Chef diff --git a/Resources/Prototypes/Entities/Structures/Machines/stasisbed.yml b/Resources/Prototypes/Entities/Structures/Machines/stasisbed.yml index 6be7f5a962..7282fdcc77 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/stasisbed.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/stasisbed.yml @@ -52,3 +52,6 @@ density: 190 mask: - LowImpassable + - type: GuideHelp + guides: + - Medical Doctor diff --git a/Resources/Prototypes/Entities/Structures/meat_spike.yml b/Resources/Prototypes/Entities/Structures/meat_spike.yml index 92922f09d4..bd2fccb6e3 100644 --- a/Resources/Prototypes/Entities/Structures/meat_spike.yml +++ b/Resources/Prototypes/Entities/Structures/meat_spike.yml @@ -53,3 +53,6 @@ - type: Construction graph: MeatSpike node: MeatSpike + - type: GuideHelp + guides: + - Chef