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
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-desc = A loud and deadly revolver. Uses .45 Magnum.

View File

@@ -25,6 +25,7 @@
selectedMode: SemiAuto
availableModes:
- SemiAuto
- FullAuto
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/pistol.ogg
- type: ChamberMagazineAmmoProvider
@@ -62,10 +63,13 @@
name: viper
parent: BaseWeaponPistol
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:
- type: Sprite
sprite: Objects/Weapons/Guns/Pistols/viper.rsi
availableModes:
- FullAuto
- SemiAuto
- type: ItemSlots
slots:
gun_magazine:
@@ -111,6 +115,8 @@
path: /Audio/Weapons/Guns/Gunshots/silenced.ogg
params:
volume: -14
availableModes:
- SemiAuto
- type: ItemSlots
slots:
gun_magazine:
@@ -151,5 +157,7 @@
sprite: Objects/Weapons/Guns/Pistols/mk58.rsi
- type: Gun
fireRate: 5
availableModes:
- SemiAuto
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/mk58.ogg