Minor Viper Tweak (#15838)
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user