[Cargo] Added MK58 crate (#15204)
* Added crate with MK58 to request console * fix price * fix
This commit is contained in:
parent
9718cc749c
commit
e76f7d7750
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue