Skip to content

Commit

Permalink
Tweaks Vector
Browse files Browse the repository at this point in the history
  • Loading branch information
Tryded committed Oct 30, 2023
1 parent 9b05b87 commit c7bbe3f
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@
name: Vector
parent: BaseWeaponSubMachineGun
id: WeaponSubMachineGunVector
suffix: Deprecated use Drozd
description: An excellent fully automatic Heavy SMG. Uses .45 magnum ammo.
# suffix: Deprecated use Drozd
description: An excellent fully automatic Heavy SMG. Uses .35 auto ammo.
components:
- type: Sprite
sprite: Objects/Weapons/Guns/SMGs/vector.rsi
Expand All @@ -167,30 +167,32 @@
- type: Clothing
sprite: Objects/Weapons/Guns/SMGs/vector.rsi
- type: Gun
fireRate: 6
fireRate: 20 #DeltaV Gotta be different from drozd This is 1200 rounds per minute
selectedMode: FullAuto
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/atreides.ogg
availableModes:
- FullAuto
- type: ItemSlots
slots:
gun_magazine:
name: Magazine
startingItem: MagazineMagnumSubMachineGun
insertSound: /Audio/Weapons/Guns/MagIn/smg_magin.ogg
ejectSound: /Audio/Weapons/Guns/MagOut/smg_magout.ogg
priority: 2
whitelist:
tags:
- MagazineMagnumSubMachineGun
gun_chamber:
name: Chamber
startingItem: CartridgeMagnum
priority: 1
whitelist:
tags:
- CartridgeMagnum
- SemiAuto #DeltaV SemiAuto for the high firerate
- Burst #DeltaV SemiAuto for the high firerate
- type: ItemSlots #.35 Auto in DeltaV
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: MagazineVisuals
magState: mag
steps: 1
Expand Down

0 comments on commit c7bbe3f

Please sign in to comment.