@@ -194,7 +194,7 @@
|
||||
contents:
|
||||
- id: WeaponSubMachineGunWt550
|
||||
amount: 2
|
||||
- id: MagazineMagnumSubMachineGun
|
||||
- id: MagazinePistolSubMachineGun
|
||||
amount: 4
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -101,10 +101,61 @@
|
||||
zeroVisible: true
|
||||
- type: Appearance
|
||||
|
||||
- type: entity
|
||||
name: Drozd
|
||||
parent: BaseWeaponSubMachineGun
|
||||
id: WeaponSubMachineGunDrozd
|
||||
description: An excellent fully automatic Heavy SMG.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Weapons/Guns/SMGs/drozd.rsi
|
||||
layers:
|
||||
- state: base
|
||||
map: ["enum.GunVisualLayers.Base"]
|
||||
- state: mag-0
|
||||
map: ["enum.GunVisualLayers.Mag"]
|
||||
- type: Clothing
|
||||
sprite: Objects/Weapons/Guns/SMGs/drozd.rsi
|
||||
- type: Gun
|
||||
fireRate: 6
|
||||
selectedMode: FullAuto
|
||||
soundGunshot:
|
||||
path: /Audio/Weapons/Guns/Gunshots/atreides.ogg
|
||||
availableModes:
|
||||
- FullAuto
|
||||
- type: ItemSlots
|
||||
slots:
|
||||
gun_magazine:
|
||||
name: Magazine
|
||||
startingItem: MagazinePistolSubMachineGun
|
||||
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: CartridgePistol
|
||||
priority: 1
|
||||
whitelist:
|
||||
tags:
|
||||
- CartridgePistol
|
||||
- type: ContainerContainer
|
||||
containers:
|
||||
gun_magazine: !type:ContainerSlot
|
||||
gun_chamber: !type:ContainerSlot
|
||||
- type: MagazineVisuals
|
||||
magState: mag
|
||||
steps: 1
|
||||
zeroVisible: true
|
||||
- type: Appearance
|
||||
|
||||
- type: entity
|
||||
name: Vector
|
||||
parent: BaseWeaponSubMachineGun
|
||||
id: WeaponSubMachineGunVector
|
||||
suffix: Deprecated use Drozd
|
||||
description: An excellent fully automatic Heavy SMG. Uses .45 magnum ammo.
|
||||
components:
|
||||
- type: Sprite
|
||||
|
||||
@@ -143,7 +143,7 @@
|
||||
maxAmount: 15
|
||||
- id: MagazinePistolHighCapacity
|
||||
maxAmount: 15
|
||||
- id: MagazineMagnumSubMachineGun
|
||||
- id: MagazinePistolSubMachineGun
|
||||
maxAmount: 15
|
||||
- id: CartridgeRocket
|
||||
maxAmount: 15
|
||||
|
||||
Reference in New Issue
Block a user