Minor Viper Tweak (#15838)

This commit is contained in:
liltenhead
2023-04-29 03:53:35 -07:00
committed by GitHub
parent e7108b9d0b
commit f2d51dc586
2 changed files with 10 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Weapons # Weapons
uplink-pistol-viper-name = Viper uplink-pistol-viper-name = Viper
uplink-pistol-viper-desc = A small, easily concealable, but somewhat underpowered gun. Use pistol magazines (.35 auto). uplink-pistol-viper-desc = A small, easily concealable, but somewhat underpowered gun. Retrofitted with a fully automatic receiver. Use pistol magazines (.35 auto).
uplink-revolver-python-name = Python uplink-revolver-python-name = Python
uplink-revolver-python-desc = A loud and deadly revolver. Uses .45 Magnum. uplink-revolver-python-desc = A loud and deadly revolver. Uses .45 Magnum.

View File

@@ -25,6 +25,7 @@
selectedMode: SemiAuto selectedMode: SemiAuto
availableModes: availableModes:
- SemiAuto - SemiAuto
- FullAuto
soundGunshot: soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/pistol.ogg path: /Audio/Weapons/Guns/Gunshots/pistol.ogg
- type: ChamberMagazineAmmoProvider - type: ChamberMagazineAmmoProvider
@@ -62,10 +63,13 @@
name: viper name: viper
parent: BaseWeaponPistol parent: BaseWeaponPistol
id: WeaponPistolViper id: WeaponPistolViper
description: A small, easily concealable, but somewhat underpowered gun. Uses .35 auto ammo. description: A small, easily concealable, but somewhat underpowered gun. Retrofitted with a fully automatic receiver. Uses .35 auto ammo.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Weapons/Guns/Pistols/viper.rsi sprite: Objects/Weapons/Guns/Pistols/viper.rsi
availableModes:
- FullAuto
- SemiAuto
- type: ItemSlots - type: ItemSlots
slots: slots:
gun_magazine: gun_magazine:
@@ -111,6 +115,8 @@
path: /Audio/Weapons/Guns/Gunshots/silenced.ogg path: /Audio/Weapons/Guns/Gunshots/silenced.ogg
params: params:
volume: -14 volume: -14
availableModes:
- SemiAuto
- type: ItemSlots - type: ItemSlots
slots: slots:
gun_magazine: gun_magazine:
@@ -151,5 +157,7 @@
sprite: Objects/Weapons/Guns/Pistols/mk58.rsi sprite: Objects/Weapons/Guns/Pistols/mk58.rsi
- type: Gun - type: Gun
fireRate: 5 fireRate: 5
availableModes:
- SemiAuto
soundGunshot: soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/mk58.ogg path: /Audio/Weapons/Guns/Gunshots/mk58.ogg