Halve the fire rate of the MK32 (#4004)

* Move the pistol + 1.5 fire rate

* Lower price
This commit is contained in:
Radezolid 2025-06-24 01:07:17 -03:00 committed by GitHub
parent 8c2dbedae6
commit d16a961498
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 36 additions and 44 deletions

View File

@ -1,43 +0,0 @@
- type: entity
name: Mk32 "Universal" # DeltaV - update Mk32
parent: BaseWeaponPistol
id: WeaponPistolUniversal
description: The Mark 32 Offensive Handgun, produced by NanoTrasen's Small Arms Division. Uses .45 magnum ammo. # DeltaV - update Mk32
components:
- type: Sprite
sprite: _DV/Objects/Weapons/Guns/Pistols/universal.rsi # DeltaV - update Mk32
layers:
- state: base
map: ["enum.GunVisualLayers.Base"]
- state: mag-0
map: ["enum.GunVisualLayers.Mag"]
- type: Clothing
sprite: _DV/Objects/Weapons/Guns/Pistols/universal.rsi # DeltaV - update Mk32
- type: Gun
fireRate: 3
availableModes:
- SemiAuto
soundGunshot:
path: /Audio/_DV/Weapons/Guns/Gunshots/universal.ogg
- type: ItemSlots
slots:
gun_magazine:
name: Magazine
startingItem: MagazineUniversalMagnum
insertSound: /Audio/Weapons/Guns/MagIn/pistol_magin.ogg
ejectSound: /Audio/Weapons/Guns/MagOut/pistol_magout.ogg
priority: 2
whitelist:
tags:
- MagazineUniversalMagnum
gun_chamber:
name: Chamber
startingItem: CartridgeMagnum
priority: 1
whitelist:
tags:
- CartridgeMagnum
- type: ContainerContainer
containers:
gun_magazine: !type:ContainerSlot
gun_chamber: !type:ContainerSlot

View File

@ -14,7 +14,7 @@
sprite: Nyanotrasen/Objects/Weapons/Guns/Pistols/universal.rsi
state: icon
product: CrateArmoryUniversal
cost: 16500
cost: 10500
category: Armory
group: market

View File

@ -262,3 +262,38 @@
whitelist:
tags:
- CartridgePistol
- type: entity
parent: BaseWeaponPistol
name: Mk32 "Universal"
id: WeaponPistolUniversal
description: The Mark 32 Offensive Handgun, produced by NanoTrasen's Small Arms Division. Uses .45 magnum ammo.
components:
- type: Sprite
sprite: _DV/Objects/Weapons/Guns/Pistols/universal.rsi
- type: Clothing
sprite: _DV/Objects/Weapons/Guns/Pistols/universal.rsi
- type: Gun
fireRate: 1.5
availableModes:
- SemiAuto
soundGunshot:
path: /Audio/_DV/Weapons/Guns/Gunshots/universal.ogg
- type: ItemSlots
slots:
gun_magazine:
name: Magazine
startingItem: MagazineUniversalMagnum
insertSound: /Audio/Weapons/Guns/MagIn/pistol_magin.ogg
ejectSound: /Audio/Weapons/Guns/MagOut/pistol_magout.ogg
priority: 2
whitelist:
tags:
- MagazineUniversalMagnum
gun_chamber:
name: Chamber
startingItem: CartridgeMagnum
priority: 1
whitelist:
tags:
- CartridgeMagnum