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

HoL steal objective #58

Merged
merged 3 commits into from
Sep 29, 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 @@ -21,6 +21,7 @@
- id: RubberStampQm
- id: ClothingHeadsetAltCargo
- id: BoxEncryptionKeyCargo
- id: SpaceCashLuckyBill # DeltaV - HoL steal objective, see Resources/Prototypes/DeltaV/Entities/Objects/Misc/first_bill.yml

- type: entity
id: LockerCaptainFilledHardsuit
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- type: entity
parent: BaseItem
id: SpaceCashLuckyBill
name: head of logistics' lucky bill
description: The first bill ever earned by the Head of Logistics from trading. A small chip is embedded in it.
components:
- type: Sprite
sprite: DeltaV/Objects/Misc/first_bill.rsi
state: icon
- type: Tag
tags:
- HighRiskItem
10 changes: 10 additions & 0 deletions Resources/Prototypes/DeltaV/Objectives/traitor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- type: entity # Head of Logistics steal objective.
noSpawn: true
parent: BaseTraitorStealObjective
id: HoLLuckyBillStealObjective
components:
- type: NotJobRequirement
job: Quartermaster
- type: StealCondition
prototype: SpaceCashLuckyBill
# owner: job-name-qm
1 change: 1 addition & 0 deletions Resources/Prototypes/Objectives/objectiveGroups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
CaptainJetpackStealObjective: 0.5
HandTeleporterStealObjective: 0.5
SecretDocumentsStealObjective: 0.5
HoLLuckyBillStealObjective: 0.5 # DeltaV - HoL steal objective, see Resources/Prototypes/DeltaV/Objectives/traitor.yml

- type: weightedRandom
id: TraitorObjectiveGroupKill
Expand Down
5 changes: 2 additions & 3 deletions Resources/ServerInfo/Guidebook/Antagonist/Traitors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,9 @@
<Box>
<GuideEntityEmbed Entity="NukeDisk" Caption="Nuke Disk"/>
</Box>
- Steal [color=#a4885c]Corgi Meat[/color].
- Steal the Head of Logistics's [color=#a4885c]lucky bill[/color].
<Box>
<GuideEntityEmbed Entity="MobCorgiIan" Caption="Corgi"/>
<GuideEntityEmbed Entity="FoodMeatCorgi" Caption="Corgi Meat"/>
<GuideEntityEmbed Entity="SpaceCashLuckyBill" Caption="Head of Logistics' Lucky Bill"/>
</Box>

</Document>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions Resources/Textures/DeltaV/Objects/Misc/first_bill.rsi/meta.json
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 goonstation at commit https://github.com/goonstation/goonstation/commit/b4e84c32bdf16c338bf0952876d666c1348bcd42",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
}
]
}