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

Cap Gun Crate #871

Merged
merged 3 commits into from
Mar 8, 2024
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
10 changes: 10 additions & 0 deletions Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_fun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@
cost: 1000
category: Fun
group: market

- type: cargoProduct
id: CapGunSet
icon:
sprite: Objects/Fun/caps.rsi
state: icon
product: CrateCapGunSet
cost: 1000
category: Fun
group: market
15 changes: 15 additions & 0 deletions Resources/Prototypes/DeltaV/Catalog/Fills/Crates/fun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,18 @@
amount: 1
- id: BoxCartridgeBB
amount: 2

- type: entity
name: cap gun box set
description: A box filled with fun, harmless cap guns that are sure to keep security entertained and the air smelling of sulfur.
id: CrateCapGunSet
parent: CratePlastic
components:
- type: StorageFill
contents:
- id: RevolverCapGun
amount: 1
- id: SpeedLoaderCap
amount: 2
- id: BoxCartridgeCap
amount: 2
Loading