Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HoP's Photobook steal objective #142

Merged
merged 6 commits into from
Oct 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Resources/Prototypes/Catalog/Fills/Lockers/heads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
- id: ClothingBackpackIan
prob: 0.5
- id: AccessConfigurator
- id: BookIanDossier # DeltaV - HoP steal objective, see Resources/Prototypes/DeltaV/Entities/Objects/Misc/ian_dossier.yml

- type: entity
id: LockerChiefEngineerFilledHardsuit
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
- type: entity
parent: BaseItem
id: BookIanDossier
name: head of personnel's photobook
description: VERY CONFIDENTIAL. This folder contains various pictures of Ian cherished by the Head of Personnel.
components:
- type: Sprite
sprite: DeltaV/Objects/Misc/bureaucracy.rsi
layers:
- state: folder-hop-ian
- type: Tag
tags:
- Book
- HighRiskItem
11 changes: 11 additions & 0 deletions Resources/Prototypes/DeltaV/Objectives/traitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,14 @@
- type: StealCondition
prototype: SpaceCashLuckyBill
# owner: job-name-qm

- type: entity # Head of Personnel steal objective.
noSpawn: true
parent: BaseTraitorStealObjective
id: HoPBookIanDossierStealObjective
components:
- type: NotJobRequirement
job: HeadOfPersonnel
- type: StealCondition
prototype: BookIanDossier
# owner: job-name-hop
1 change: 1 addition & 0 deletions Resources/Prototypes/Objectives/objectiveGroups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
HandTeleporterStealObjective: 0.5
SecretDocumentsStealObjective: 0.5
HoLLuckyBillStealObjective: 0.5 # DeltaV - HoL steal objective, see Resources/Prototypes/DeltaV/Objectives/traitor.yml
HoPBookIanDossierStealObjective: 1 # DeltaV - HoP steal objective, see Resources/Prototypes/DeltaV/Objectives/traitor.yml

- type: weightedRandom
id: TraitorObjectiveGroupKill
Expand Down
4 changes: 4 additions & 0 deletions Resources/ServerInfo/Guidebook/Antagonist/Traitors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,9 @@
<Box>
<GuideEntityEmbed Entity="SpaceCashLuckyBill" Caption="Head of Logistics' Lucky Bill"/>
</Box>
- Steal the Head of Personnel's [color=#a4885c]Ian Photobook[/color].
<Box>
<GuideEntityEmbed Entity="BookIanDossier" Caption="Head of Personnel's Photobook"/>
</Box>

</Document>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432 | modified by Floofers",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "folder-hop-ian"
}
]
}
Loading