From: K-Dynamic <20566341+K-Dynamic@users.noreply.github.com> Date: Sun, 20 Apr 2025 14:08:02 +0000 (+1200) Subject: Nonlethal throwables crate (#35808) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=d11a10d5ea7f34060aaf50f737cce31fa5e58006;p=space-station-14.git Nonlethal throwables crate (#35808) --- diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_security.yml b/Resources/Prototypes/Catalog/Cargo/cargo_security.yml index 93b55fbb24..36f4b472ba 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_security.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_security.yml @@ -67,3 +67,13 @@ cost: 1000 category: cargoproduct-category-name-security group: market + +- type: cargoProduct + id: SecurityNonlethalThrowables + icon: + sprite: Objects/Weapons/Grenades/stingergrenade.rsi + state: icon + product: CrateSecNonlethalThrowables + cost: 2500 + category: cargoproduct-category-name-security + group: market diff --git a/Resources/Prototypes/Catalog/Fills/Crates/security.yml b/Resources/Prototypes/Catalog/Fills/Crates/security.yml index 4726df16cf..0af4fe338f 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/security.yml @@ -93,4 +93,19 @@ - id: TrackingImplanter amount: 4 -# Cosmetic Crates +- type: entity + parent: CrateSecgear + id: CrateSecNonlethalThrowables + name: nonlethal throwables crate + description: Contains one box each of flashbangs, stingers, tear gas grenades, and four bolas. Requires Security access to open. + components: + - type: StorageFill + contents: + - id: BoxFlashbang + amount: 1 + - id: BoxStinger + amount: 1 + - id: BoxTearGas + amount: 1 + - id: Bola # replace with 4 e-bolas when added + amount: 4 diff --git a/Resources/Prototypes/GameRules/cargo_gifts.yml b/Resources/Prototypes/GameRules/cargo_gifts.yml index f4e4a5bf8f..8b687dd88c 100644 --- a/Resources/Prototypes/GameRules/cargo_gifts.yml +++ b/Resources/Prototypes/GameRules/cargo_gifts.yml @@ -16,7 +16,7 @@ - id: GiftsVendingRestock # Game Rules - + - type: entity id: CargoGiftsBase parent: BaseGameRule @@ -213,3 +213,4 @@ SecurityRiot: 2 SecurityRestraints: 2 SecurityNonLethal: 2 + SecurityNonlethalThrowables: 1