Add a crate with foam force weapons to the cargo catalog (#35824)
* made up a nice lil crate * changed rifle count to 4, added to cargo console --------- Co-authored-by: TeenSarlacc <baddiepro123@gmail.com>
This commit is contained in:
@@ -88,6 +88,16 @@
|
||||
category: cargoproduct-category-name-fun
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: CrateFunFoamGuns
|
||||
icon:
|
||||
sprite: Objects/Weapons/Guns/Rifles/foam_rifle.rsi
|
||||
state: icon
|
||||
product: CrateFunFoamGuns
|
||||
cost: 3000
|
||||
category: cargoproduct-category-name-fun
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: FunPlushies
|
||||
icon:
|
||||
|
||||
@@ -279,6 +279,21 @@
|
||||
- id: WeaponWaterPistol
|
||||
amount: 4
|
||||
|
||||
- type: entity
|
||||
id: CrateFunFoamGuns
|
||||
parent: CratePlastic
|
||||
name: Foam Force crate
|
||||
description: Contains four Foam Force rifles, some grenades, and extra ammo. It's [REDACTED] or nothing!
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: WeaponRifleFoam
|
||||
amount: 4
|
||||
- id: BoxDonkSoftBox
|
||||
amount: 2
|
||||
- id: GrenadeFoamDart
|
||||
amount: 4
|
||||
|
||||
- type: entity
|
||||
id: CrateFunBoxing
|
||||
parent: CrateGenericSteel
|
||||
|
||||
Reference in New Issue
Block a user