Non-lethal double-barreled shotgun for booze storage (#15106)

This commit is contained in:
lapatison
2023-04-24 23:54:28 +03:00
committed by GitHub
parent 25737e1765
commit 808eee068f
2 changed files with 11 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
- type: StorageFill - type: StorageFill
contents: contents:
- id: ClothingOuterVestKevlar - id: ClothingOuterVestKevlar
- id: WeaponShotgunDoubleBarreled - id: WeaponShotgunDoubleBarreledRubber
- id: DrinkShaker - id: DrinkShaker
- id: ClothingEyesGlassesBeer - id: ClothingEyesGlassesBeer
- id: DrinkBottleBeer - id: DrinkBottleBeer

View File

@@ -118,6 +118,16 @@
node: start node: start
deconstructionTarget: null deconstructionTarget: null
- type: entity
name: double-barreled shotgun
parent: WeaponShotgunDoubleBarreled
id: WeaponShotgunDoubleBarreledRubber
description: An immortal classic. Uses .50 shotgun shells.
suffix: Non-Lethal
components:
- type: BallisticAmmoProvider
proto: ShellShotgunBeanbag
- type: entity - type: entity
name: Enforcer name: Enforcer
parent: BaseWeaponShotgun parent: BaseWeaponShotgun