Skip to content

Commit

Permalink
Add foam toys crate to the cargo request catalog (#1985)
Browse files Browse the repository at this point in the history
* Added foam toys crate.

* Raised the price.
  • Loading branch information
Radezolid authored Oct 14, 2024
1 parent 59d867c commit 6726166
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
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

0 comments on commit 6726166

Please sign in to comment.