[Cargo] Added MK58 crate (#15204)

* Added crate with MK58 to request console

* fix price

* fix
This commit is contained in:
lzk228 2023-04-10 01:06:30 +03:00 committed by GitHub
parent 9718cc749c
commit e76f7d7750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 0 deletions

View File

@ -9,3 +9,6 @@ ent-CrateTrackingImplants = Tracking implants
ent-CrateArmoryLaser = lasers crate
.desc = Contains three lethal, high-energy laser guns. Requires Armory access to open.
ent-CrateArmoryPistols = pistols crate
.desc = Contains two standard NT pistols with four mags. Requires Armory access to open.

View File

@ -37,3 +37,13 @@
cost: 1600
category: Armory
group: market
- type: cargoProduct
id: ArmoryPistol
icon:
sprite: Objects/Weapons/Guns/Pistols/mk58.rsi
state: icon
product: CrateArmoryPistols
cost: 1700
category: Armory
group: market

View File

@ -37,3 +37,14 @@
contents:
- id: WeaponLaserGun
amount: 3
- type: entity
id: CrateArmoryPistols
parent: CrateWeaponSecure
components:
- type: StorageFill
contents:
- id: WeaponPistolMk58
amount: 2
- id: MagazinePistol
amount: 4