contents:
- id: WeaponSubMachineGunWt550
amount: 2
- - id: MagazineMagnumSubMachineGun
+ - id: MagazinePistolSubMachineGun
amount: 4
- type: entity
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
maxAmount: 15
- id: MagazinePistolHighCapacity
maxAmount: 15
- - id: MagazineMagnumSubMachineGun
+ - id: MagazinePistolSubMachineGun
maxAmount: 15
- id: CartridgeRocket
maxAmount: 15
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken/modified from cev-eris at https://github.com/discordia-space/CEV-Eris/raw/56cbafd6ad8c013ccd5472d6c4a0db790f7f872a/icons/obj/guns/projectile/drozd.dmi",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "base"
+ },
+ {
+ "name": "mag-0"
+ },
+ {
+ "name": "suppressor"
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}
\ No newline at end of file
{
"version": 1,
"license": "CC-BY-SA-3.0",
- "copyright": "Taken/modified vgtation at https://github.com/vgstation-coders/vgstation13/pull/20330/commits/1604c9cc61a48585e25b5f9eba3e179c06362372, backpack sprite by Peptide (copy of Atreides)",
+ "copyright": "Taken/modified vgstation at https://github.com/vgstation-coders/vgstation13/pull/20330/commits/1604c9cc61a48585e25b5f9eba3e179c06362372, backpack sprite by Peptide (copy of Atreides)",
"size": {
"x": 32,
"y": 32
chem_dispenser: ChemDispenser
+# 2023-05-04
+BoxMagazineMagnumSubMachineGun: BoxMagazinePistolSubMachineGun
+BoxMagazineMagnumSubMachineGunPractice: BoxMagazinePistolSubMachineGunPractice
+BoxMagazineMagnumSubMachineGunRubber: BoxMagazinePistolSubMachineGunRubber
+
+MagazineMagnumSubMachineGun: MagazinePistolSubMachineGun
+MagazineMagnumSubMachineGunHighVelocity: MagazinePistolSubMachineGunHighVelocity
+MagazineMagnumSubMachineGunPractice: MagazinePistolSubMachineGunPractice
+MagazineMagnumSubMachineGunRubber: MagazinePistolSubMachineGunRubber
+WeaponSubMachineGunVector: WeaponSubMachineGunDrozd