Больше вещей в пояса охраны (#748)

This commit is contained in:
BIGZi0348
2024-10-26 18:02:01 +03:00
committed by GitHub
parent d272101ca0
commit 3c3e43a7ac
3 changed files with 38 additions and 25 deletions

View File

@@ -182,31 +182,33 @@
sprite: Clothing/Belt/assault.rsi sprite: Clothing/Belt/assault.rsi
- type: Clothing - type: Clothing
sprite: Clothing/Belt/assault.rsi sprite: Clothing/Belt/assault.rsi
- type: Storage # WD EDIT START (it's already inherited from ClothingBeltSecurity)
whitelist: # - type: Storage
components: # whitelist:
- Stunbaton # components:
- FlashOnTrigger # - Stunbaton
- SmokeOnTrigger # - FlashOnTrigger
- Flash # - SmokeOnTrigger
- Handcuff # - Flash
- BallisticAmmoProvider # - Handcuff
- Ammo # - BallisticAmmoProvider
- type: ItemMapper # - Ammo
mapLayers: # - type: ItemMapper
flashbang: # mapLayers:
whitelist: # flashbang:
components: # whitelist:
- FlashOnTrigger # components:
stunbaton: # - FlashOnTrigger
whitelist: # stunbaton:
components: # whitelist:
- Stunbaton # components:
tear_gas_grenade: # - Stunbaton
whitelist: # tear_gas_grenade:
components: # whitelist:
- SmokeOnTrigger # components:
sprite: Clothing/Belt/belt_overlay.rsi # - SmokeOnTrigger
# sprite: Clothing/Belt/belt_overlay.rsi
# WD EDIT END
- type: Appearance - type: Appearance
- type: entity - type: entity
@@ -515,6 +517,8 @@
- MagazineMagnum - MagazineMagnum
- CombatKnife - CombatKnife
- Truncheon - Truncheon
- HolofanProjector # WD
- ClusterBang # WD
components: components:
- Stunbaton - Stunbaton
- FlashOnTrigger - FlashOnTrigger

View File

@@ -16,6 +16,9 @@
- type: ContainerContainer - type: ContainerContainer
containers: containers:
cluster-payload: !type:Container cluster-payload: !type:Container
- type: Tag # WD
tags:
- ClusterBang
- type: entity - type: entity
parent: GrenadeBase parent: GrenadeBase
@@ -48,6 +51,9 @@
- type: ContainerContainer - type: ContainerContainer
containers: containers:
cluster-payload: !type:Container cluster-payload: !type:Container
- type: Tag # WD
tags:
- ClusterBang
- type: entity - type: entity
parent: GrenadeBase parent: GrenadeBase

View File

@@ -99,3 +99,6 @@
- type: Tag - type: Tag
id: BlueMagusArmor id: BlueMagusArmor
- type: Tag
id: ClusterBang