Nonlethal throwables crate (#35808)

This commit is contained in:
K-Dynamic
2025-04-21 02:08:02 +12:00
committed by GitHub
parent 17cdb4393f
commit d11a10d5ea
3 changed files with 28 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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