]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Some thief steal target tweaks (#23572)
authorEd <96445749+TheShuEd@users.noreply.github.com>
Sat, 6 Jan 2024 07:12:34 +0000 (10:12 +0300)
committerGitHub <noreply@github.com>
Sat, 6 Jan 2024 07:12:34 +0000 (18:12 +1100)
pipip

Resources/Prototypes/Entities/Objects/Devices/encryption_keys.yml
Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml
Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Resources/Prototypes/Objectives/objectiveGroups.yml
Resources/Prototypes/Objectives/thief.yml

index 1408423c5c9bc9f7d43be89fb289ae7683b32d4f..a47d9c8d610a584ecf63e397dfaa25dd68b25a0f 100644 (file)
@@ -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
index d4d8fd54494d71ee275f8ee469ff8946041eb24f..d42127b1328e4ad8340e448f9cef27425c6bb1b9 100644 (file)
     energy: 1.6
     color: "#c94242"
   - type: Computer
-    board: CargoShuttleConsoleCircuitboard
+    board: CargoShuttleConsoleCircuitboard  
+  - type: StealTarget
+    stealGroup: CargoShuttleConsoleCircuitboard
 
 - type: entity
   parent: BaseComputerShuttle
       color: "#c94242"
     - type: Computer
       board: SalvageShuttleConsoleCircuitboard
-
+    - type: StealTarget
+      stealGroup: SalvageShuttleConsoleCircuitboard
+      
 - type: entity
   parent: BaseComputer
   id: ComputerIFF
       color: "#b89f25"
     - type: AccessReader
       access: [["Salvage"]]
-
+    - type: StealTarget
+      stealGroup: SalvageExpeditionsComputerCircuitboard
+      
 - type: entity
   parent: BaseComputer
   id: ComputerSurveillanceCameraMonitor
index dad8dad66db678625af04b12cbb664c272bfbe45..5cafca6560daca250edd76a8080440a1f46af4e7 100644 (file)
       whitelist:
         tags:
           - Sheet
-
+    - type: StealTarget
+      stealGroup: AmmoTechFabCircuitboard
+      
 - type: entity
   id: MedicalTechFab
   parent: BaseLathe
       - SyringeCryostasis
   - type: Machine
     board: MedicalTechFabCircuitboard
-
+  - type: StealTarget
+    stealGroup: MedicalTechFabCircuitboard
+    
 - type: entity
   parent: BaseLathe
   id: UniformPrinter
index 6988efc019cd1827916fc2ad764d17c8e69f7866..12d980e5808702d39acb4530c215bb3b2cc028db 100644 (file)
@@ -71,7 +71,6 @@
     TechnologyDiskStealCollectionObjective: 1        #rnd
     FigurineStealCollectionObjective: 0.3          #service
     IDCardsStealCollectionObjective: 1
-    EncryptionKeyStealCollectionObjective: 1
     CannabisStealCollectionObjective: 1
     LAMPStealCollectionObjective: 2 #only for moth
 
index b51e20167fd33df43d14fbfa90d4f0ff02935db8..877ceb3d7d42e3ca9e61cc88c39b3824dc331361 100644 (file)
   - 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