Objective of the Theft, Emergency Security Orders (#16837)

This commit is contained in:
Nim
2023-08-02 13:05:12 +03:00
committed by GitHub
parent a1f164104f
commit cbe932eecf
6 changed files with 35 additions and 0 deletions

View File

@@ -316,3 +316,4 @@
- id: SecurityTechFabCircuitboard
- id: BoxEncryptionKeySecurity
- id: HoloprojectorSecurity
- id: BookSecretDocuments

View File

@@ -0,0 +1,14 @@
- type: entity
parent: BaseItem
id: BookSecretDocuments
name: "emergency security orders"
description: TOP SECRET. These documents specify the Emergency Orders that the HoS must carry out when ordered by Central Command.
components:
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
layers:
- state: folder-sec-doc
- type: Tag
tags:
- Book
- HighRiskItem

View File

@@ -21,6 +21,7 @@
CaptainGunStealObjective: 0.5
CaptainJetpackStealObjective: 0.5
HandTeleporterStealObjective: 0.5
SecretDocumentsStealObjective: 0.5
- type: weightedRandom
id: TraitorObjectiveGroupKill

View File

@@ -114,6 +114,22 @@
prototype: HandTeleporter
owner: job-name-rd
- type: objective
id: SecretDocumentsStealObjective
issuer: syndicate
difficultyOverride: 2.75
requirements:
- !type:TraitorRequirement {}
- !type:IncompatibleConditionsRequirement
conditions:
- DieCondition
- !type:NotRoleRequirement
roleId: HeadOfSecurity
conditions:
- !type:StealCondition
prototype: BookSecretDocuments
owner: job-name-hos
- type: objective
id: NukeDiskStealObjective
issuer: syndicate

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 B

View File

@@ -43,6 +43,9 @@
{
"name": "folder-overlay-paper"
},
{
"name": "folder-sec-doc"
},
{
"name": "label_cart"
},