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

Add foam toys crate to the cargo request catalog #1985

Merged
merged 2 commits into from
Oct 14, 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 @@ -17,3 +17,13 @@
cost: 1000
category: Fun
group: market

- type: cargoProduct
id: FoamWeapons
icon:
sprite: Objects/Weapons/Guns/Rifles/foam_rifle.rsi
state: icon
product: CrateFoamWeapons
cost: 1400
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 @@ -23,3 +23,18 @@
amount: 2
- id: BoxCartridgeCap
amount: 2

- type: entity
name: foam toys set
description: Foam weapon kit to play war with the clowns.
id: CrateFoamWeapons
parent: CrateToyBox
components:
- type: StorageFill
contents:
- id: WeaponRifleFoam
amount: 1
- id: BoxDonkSoftBox
amount: 1
- id: GrenadeFoamDart
amount: 2
Loading