Remove non-lethal vector variant (#16076)
This commit is contained in:
@@ -141,10 +141,6 @@
|
|||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- CartridgePistol
|
- CartridgePistol
|
||||||
- type: ContainerContainer
|
|
||||||
containers:
|
|
||||||
gun_magazine: !type:ContainerSlot
|
|
||||||
gun_chamber: !type:ContainerSlot
|
|
||||||
- type: MagazineVisuals
|
- type: MagazineVisuals
|
||||||
magState: mag
|
magState: mag
|
||||||
steps: 1
|
steps: 1
|
||||||
@@ -192,10 +188,6 @@
|
|||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- CartridgeMagnum
|
- CartridgeMagnum
|
||||||
- type: ContainerContainer
|
|
||||||
containers:
|
|
||||||
gun_magazine: !type:ContainerSlot
|
|
||||||
gun_chamber: !type:ContainerSlot
|
|
||||||
- type: MagazineVisuals
|
- type: MagazineVisuals
|
||||||
magState: mag
|
magState: mag
|
||||||
steps: 1
|
steps: 1
|
||||||
@@ -252,6 +244,32 @@
|
|||||||
zeroVisible: true
|
zeroVisible: true
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
|
|
||||||
|
# Rubber
|
||||||
|
- type: entity
|
||||||
|
name: Drozd
|
||||||
|
parent: WeaponSubMachineGunDrozd
|
||||||
|
id: WeaponSubMachineGunDrozdRubber
|
||||||
|
suffix: Non-Lethal
|
||||||
|
components:
|
||||||
|
- type: ItemSlots
|
||||||
|
slots:
|
||||||
|
gun_magazine:
|
||||||
|
name: Magazine
|
||||||
|
startingItem: MagazinePistolSubMachineGunRubber
|
||||||
|
insertSound: /Audio/Weapons/Guns/MagIn/smg_magin.ogg
|
||||||
|
ejectSound: /Audio/Weapons/Guns/MagOut/smg_magout.ogg
|
||||||
|
priority: 2
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- MagazinePistolSubMachineGun
|
||||||
|
gun_chamber:
|
||||||
|
name: Chamber
|
||||||
|
startingItem: CartridgePistolRubber
|
||||||
|
priority: 1
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- CartridgePistol
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: Vector
|
name: Vector
|
||||||
parent: WeaponSubMachineGunVector
|
parent: WeaponSubMachineGunVector
|
||||||
@@ -277,7 +295,3 @@
|
|||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- CartridgeMagnum
|
- CartridgeMagnum
|
||||||
- type: ContainerContainer
|
|
||||||
containers:
|
|
||||||
gun_magazine: !type:ContainerSlot
|
|
||||||
gun_chamber: !type:ContainerSlot
|
|
||||||
|
|||||||
@@ -42,6 +42,7 @@ MagazineMagnumSubMachineGunHighVelocity: MagazinePistolSubMachineGunHighVelocity
|
|||||||
MagazineMagnumSubMachineGunPractice: MagazinePistolSubMachineGunPractice
|
MagazineMagnumSubMachineGunPractice: MagazinePistolSubMachineGunPractice
|
||||||
MagazineMagnumSubMachineGunRubber: MagazinePistolSubMachineGunRubber
|
MagazineMagnumSubMachineGunRubber: MagazinePistolSubMachineGunRubber
|
||||||
WeaponSubMachineGunVector: WeaponSubMachineGunDrozd
|
WeaponSubMachineGunVector: WeaponSubMachineGunDrozd
|
||||||
|
WeaponSubMachineGunVectorRubber: WeaponSubMachineGunDrozdRubber
|
||||||
|
|
||||||
MagazineBoxAntiMaterial: MagazineBoxAntiMateriel
|
MagazineBoxAntiMaterial: MagazineBoxAntiMateriel
|
||||||
CartridgeAntiMaterial: CartridgeAntiMateriel
|
CartridgeAntiMaterial: CartridgeAntiMateriel
|
||||||
|
|||||||
Reference in New Issue
Block a user