Some thief steal target tweaks (#23572)

pipip
This commit is contained in:
Ed
2024-01-06 10:12:34 +03:00
committed by GitHub
parent 6a4914436b
commit 45be12b834
5 changed files with 15 additions and 20 deletions

View File

@@ -10,8 +10,6 @@
sprite: Objects/Devices/encryption_keys.rsi sprite: Objects/Devices/encryption_keys.rsi
- type: Sprite - type: Sprite
sprite: Objects/Devices/encryption_keys.rsi sprite: Objects/Devices/encryption_keys.rsi
- type: StealTarget
stealGroup: EncryptionKey
- type: entity - type: entity
parent: EncryptionKey parent: EncryptionKey

View File

@@ -140,6 +140,8 @@
color: "#c94242" color: "#c94242"
- type: Computer - type: Computer
board: CargoShuttleConsoleCircuitboard board: CargoShuttleConsoleCircuitboard
- type: StealTarget
stealGroup: CargoShuttleConsoleCircuitboard
- type: entity - type: entity
parent: BaseComputerShuttle parent: BaseComputerShuttle
@@ -168,6 +170,8 @@
color: "#c94242" color: "#c94242"
- type: Computer - type: Computer
board: SalvageShuttleConsoleCircuitboard board: SalvageShuttleConsoleCircuitboard
- type: StealTarget
stealGroup: SalvageShuttleConsoleCircuitboard
- type: entity - type: entity
parent: BaseComputer parent: BaseComputer
@@ -856,6 +860,8 @@
color: "#b89f25" color: "#b89f25"
- type: AccessReader - type: AccessReader
access: [["Salvage"]] access: [["Salvage"]]
- type: StealTarget
stealGroup: SalvageExpeditionsComputerCircuitboard
- type: entity - type: entity
parent: BaseComputer parent: BaseComputer

View File

@@ -748,6 +748,8 @@
whitelist: whitelist:
tags: tags:
- Sheet - Sheet
- type: StealTarget
stealGroup: AmmoTechFabCircuitboard
- type: entity - type: entity
id: MedicalTechFab id: MedicalTechFab
@@ -817,6 +819,8 @@
- SyringeCryostasis - SyringeCryostasis
- type: Machine - type: Machine
board: MedicalTechFabCircuitboard board: MedicalTechFabCircuitboard
- type: StealTarget
stealGroup: MedicalTechFabCircuitboard
- type: entity - type: entity
parent: BaseLathe parent: BaseLathe

View File

@@ -71,7 +71,6 @@
TechnologyDiskStealCollectionObjective: 1 #rnd TechnologyDiskStealCollectionObjective: 1 #rnd
FigurineStealCollectionObjective: 0.3 #service FigurineStealCollectionObjective: 0.3 #service
IDCardsStealCollectionObjective: 1 IDCardsStealCollectionObjective: 1
EncryptionKeyStealCollectionObjective: 1
CannabisStealCollectionObjective: 1 CannabisStealCollectionObjective: 1
LAMPStealCollectionObjective: 2 #only for moth LAMPStealCollectionObjective: 2 #only for moth

View File

@@ -142,18 +142,6 @@
- type: Objective - type: Objective
difficulty: 0.7 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 - type: entity
noSpawn: true noSpawn: true
parent: BaseThiefStealCollectionObjective parent: BaseThiefStealCollectionObjective