This commit is contained in:
BIGZi0348
2024-11-22 00:07:20 +03:00
parent c6b4218a5e
commit 5ccc5deb4f
4 changed files with 21 additions and 23 deletions

View File

@@ -0,0 +1,9 @@
- type: cargoProduct
id: ArmoryKLMG
icon:
sprite: _Honk/Objects/Weapons/Guns/LMGs/klmg-icons.rsi
state: icon
product: CrateArmoryKLMG
cost: 10000
category: cargoproduct-category-name-armory
group: market

View File

@@ -37,13 +37,3 @@
cost: 1500
category: cargoproduct-category-name-service
group: market
- type: cargoProduct
id: ArmoryKLMG
icon:
sprite: _Honk/Objects/Weapons/Guns/LMGs/klmg-icons.rsi
state: icon
product: CrateArmoryKLMG
cost: 10000
category: cargoproduct-category-name-armory
group: market

View File

@@ -0,0 +1,12 @@
- type: entity
id: CrateArmoryKLMG
parent: CrateWeaponSecure
name: KLMG crate
description: Contains a set of one KLMG and two boxes of ammo for it. Requires Armory access to open.
components:
- type: StorageFill
contents:
- id: WeaponKalashnikovLightMachineGun
amount: 1
- id: MagazineKalashLightRifleBox
amount: 2

View File

@@ -59,16 +59,3 @@
- id: BookAurora
- id: BookTemple
- id: BookWatched
- type: entity
id: CrateArmoryKLMG
parent: CrateWeaponSecure
name: KLMG crate
description: Contains a set of one KLMG and two boxes of ammo for it. Requires Armory access to open.
components:
- type: StorageFill
contents:
- id: WeaponKalashnikovLightMachineGun
amount: 1
- id: MagazineKalashLightRifleBox
amount: 2