Nonlethal throwables crate (#35808)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user