@@ -194,7 +194,7 @@
|
|||||||
contents:
|
contents:
|
||||||
- id: WeaponSubMachineGunWt550
|
- id: WeaponSubMachineGunWt550
|
||||||
amount: 2
|
amount: 2
|
||||||
- id: MagazineMagnumSubMachineGun
|
- id: MagazinePistolSubMachineGun
|
||||||
amount: 4
|
amount: 4
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
@@ -101,10 +101,61 @@
|
|||||||
zeroVisible: true
|
zeroVisible: true
|
||||||
- type: Appearance
|
- 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
|
- type: entity
|
||||||
name: Vector
|
name: Vector
|
||||||
parent: BaseWeaponSubMachineGun
|
parent: BaseWeaponSubMachineGun
|
||||||
id: WeaponSubMachineGunVector
|
id: WeaponSubMachineGunVector
|
||||||
|
suffix: Deprecated use Drozd
|
||||||
description: An excellent fully automatic Heavy SMG. Uses .45 magnum ammo.
|
description: An excellent fully automatic Heavy SMG. Uses .45 magnum ammo.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
|
|||||||
@@ -143,7 +143,7 @@
|
|||||||
maxAmount: 15
|
maxAmount: 15
|
||||||
- id: MagazinePistolHighCapacity
|
- id: MagazinePistolHighCapacity
|
||||||
maxAmount: 15
|
maxAmount: 15
|
||||||
- id: MagazineMagnumSubMachineGun
|
- id: MagazinePistolSubMachineGun
|
||||||
maxAmount: 15
|
maxAmount: 15
|
||||||
- id: CartridgeRocket
|
- id: CartridgeRocket
|
||||||
maxAmount: 15
|
maxAmount: 15
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Weapons/Guns/SMGs/drozd.rsi/base.png
Normal file
BIN
Resources/Textures/Objects/Weapons/Guns/SMGs/drozd.rsi/base.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.6 KiB |
BIN
Resources/Textures/Objects/Weapons/Guns/SMGs/drozd.rsi/icon.png
Normal file
BIN
Resources/Textures/Objects/Weapons/Guns/SMGs/drozd.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 361 B |
Binary file not shown.
|
After Width: | Height: | Size: 791 B |
Binary file not shown.
|
After Width: | Height: | Size: 799 B |
BIN
Resources/Textures/Objects/Weapons/Guns/SMGs/drozd.rsi/mag-0.png
Normal file
BIN
Resources/Textures/Objects/Weapons/Guns/SMGs/drozd.rsi/mag-0.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"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": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
@@ -9,3 +9,13 @@
|
|||||||
|
|
||||||
chem_dispenser: ChemDispenser
|
chem_dispenser: ChemDispenser
|
||||||
|
|
||||||
|
# 2023-05-04
|
||||||
|
BoxMagazineMagnumSubMachineGun: BoxMagazinePistolSubMachineGun
|
||||||
|
BoxMagazineMagnumSubMachineGunPractice: BoxMagazinePistolSubMachineGunPractice
|
||||||
|
BoxMagazineMagnumSubMachineGunRubber: BoxMagazinePistolSubMachineGunRubber
|
||||||
|
|
||||||
|
MagazineMagnumSubMachineGun: MagazinePistolSubMachineGun
|
||||||
|
MagazineMagnumSubMachineGunHighVelocity: MagazinePistolSubMachineGunHighVelocity
|
||||||
|
MagazineMagnumSubMachineGunPractice: MagazinePistolSubMachineGunPractice
|
||||||
|
MagazineMagnumSubMachineGunRubber: MagazinePistolSubMachineGunRubber
|
||||||
|
WeaponSubMachineGunVector: WeaponSubMachineGunDrozd
|
||||||
|
|||||||
Reference in New Issue
Block a user