From: TeenSarlacc <46608342+TeenSarlacc@users.noreply.github.com> Date: Fri, 21 Mar 2025 09:39:54 +0000 (-0400) Subject: Add a crate with foam force weapons to the cargo catalog (#35824) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=6e82ac9f81296c5f2e3f8e535699b809358d486f;p=space-station-14.git 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 --- diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml b/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml index 201a3b79f6..26f9e230a8 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml @@ -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: diff --git a/Resources/Prototypes/Catalog/Fills/Crates/fun.yml b/Resources/Prototypes/Catalog/Fills/Crates/fun.yml index f207b123e5..2f5c247d75 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/fun.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/fun.yml @@ -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