From 45be12b834a2c008f0002d599d3567360e8a05cd Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Sat, 6 Jan 2024 10:12:34 +0300 Subject: [PATCH] Some thief steal target tweaks (#23572) pipip --- .../Entities/Objects/Devices/encryption_keys.yml | 2 -- .../Structures/Machines/Computers/computers.yml | 12 +++++++++--- .../Entities/Structures/Machines/lathe.yml | 8 ++++++-- Resources/Prototypes/Objectives/objectiveGroups.yml | 1 - Resources/Prototypes/Objectives/thief.yml | 12 ------------ 5 files changed, 15 insertions(+), 20 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Devices/encryption_keys.yml b/Resources/Prototypes/Entities/Objects/Devices/encryption_keys.yml index 1408423c5c..a47d9c8d61 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/encryption_keys.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/encryption_keys.yml @@ -10,8 +10,6 @@ sprite: Objects/Devices/encryption_keys.rsi - type: Sprite sprite: Objects/Devices/encryption_keys.rsi - - type: StealTarget - stealGroup: EncryptionKey - type: entity parent: EncryptionKey diff --git a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml index d4d8fd5449..d42127b132 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml @@ -139,7 +139,9 @@ energy: 1.6 color: "#c94242" - type: Computer - board: CargoShuttleConsoleCircuitboard + board: CargoShuttleConsoleCircuitboard + - type: StealTarget + stealGroup: CargoShuttleConsoleCircuitboard - type: entity parent: BaseComputerShuttle @@ -168,7 +170,9 @@ color: "#c94242" - type: Computer board: SalvageShuttleConsoleCircuitboard - + - type: StealTarget + stealGroup: SalvageShuttleConsoleCircuitboard + - type: entity parent: BaseComputer id: ComputerIFF @@ -856,7 +860,9 @@ color: "#b89f25" - type: AccessReader access: [["Salvage"]] - + - type: StealTarget + stealGroup: SalvageExpeditionsComputerCircuitboard + - type: entity parent: BaseComputer id: ComputerSurveillanceCameraMonitor diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index dad8dad66d..5cafca6560 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -748,7 +748,9 @@ whitelist: tags: - Sheet - + - type: StealTarget + stealGroup: AmmoTechFabCircuitboard + - type: entity id: MedicalTechFab parent: BaseLathe @@ -817,7 +819,9 @@ - SyringeCryostasis - type: Machine board: MedicalTechFabCircuitboard - + - type: StealTarget + stealGroup: MedicalTechFabCircuitboard + - type: entity parent: BaseLathe id: UniformPrinter diff --git a/Resources/Prototypes/Objectives/objectiveGroups.yml b/Resources/Prototypes/Objectives/objectiveGroups.yml index 6988efc019..12d980e580 100644 --- a/Resources/Prototypes/Objectives/objectiveGroups.yml +++ b/Resources/Prototypes/Objectives/objectiveGroups.yml @@ -71,7 +71,6 @@ TechnologyDiskStealCollectionObjective: 1 #rnd FigurineStealCollectionObjective: 0.3 #service IDCardsStealCollectionObjective: 1 - EncryptionKeyStealCollectionObjective: 1 CannabisStealCollectionObjective: 1 LAMPStealCollectionObjective: 2 #only for moth diff --git a/Resources/Prototypes/Objectives/thief.yml b/Resources/Prototypes/Objectives/thief.yml index b51e20167f..877ceb3d7d 100644 --- a/Resources/Prototypes/Objectives/thief.yml +++ b/Resources/Prototypes/Objectives/thief.yml @@ -142,18 +142,6 @@ - type: Objective difficulty: 0.7 -- type: entity - noSpawn: true - parent: BaseThiefStealCollectionObjective - id: EncryptionKeyStealCollectionObjective - components: - - type: StealCondition - stealGroup: EncryptionKey - minCollectionSize: 5 - maxCollectionSize: 15 - - type: Objective - difficulty: 0.7 - - type: entity noSpawn: true parent: BaseThiefStealCollectionObjective -- 2.51.2