[Cargo] Added MK58 crate (#15204)
* Added crate with MK58 to request console * fix price * fix
This commit is contained in:
@@ -9,3 +9,6 @@ ent-CrateTrackingImplants = Tracking implants
|
|||||||
|
|
||||||
ent-CrateArmoryLaser = lasers crate
|
ent-CrateArmoryLaser = lasers crate
|
||||||
.desc = Contains three lethal, high-energy laser guns. Requires Armory access to open.
|
.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.
|
||||||
|
|||||||
@@ -37,3 +37,13 @@
|
|||||||
cost: 1600
|
cost: 1600
|
||||||
category: Armory
|
category: Armory
|
||||||
group: market
|
group: market
|
||||||
|
|
||||||
|
- type: cargoProduct
|
||||||
|
id: ArmoryPistol
|
||||||
|
icon:
|
||||||
|
sprite: Objects/Weapons/Guns/Pistols/mk58.rsi
|
||||||
|
state: icon
|
||||||
|
product: CrateArmoryPistols
|
||||||
|
cost: 1700
|
||||||
|
category: Armory
|
||||||
|
group: market
|
||||||
|
|||||||
@@ -37,3 +37,14 @@
|
|||||||
contents:
|
contents:
|
||||||
- id: WeaponLaserGun
|
- id: WeaponLaserGun
|
||||||
amount: 3
|
amount: 3
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: CrateArmoryPistols
|
||||||
|
parent: CrateWeaponSecure
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: WeaponPistolMk58
|
||||||
|
amount: 2
|
||||||
|
- id: MagazinePistol
|
||||||
|
amount: 4
|
||||||
|
|||||||
Reference in New Issue
Block a user