refactor
This commit is contained in:
@@ -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
|
||||||
@@ -37,13 +37,3 @@
|
|||||||
cost: 1500
|
cost: 1500
|
||||||
category: cargoproduct-category-name-service
|
category: cargoproduct-category-name-service
|
||||||
group: market
|
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
|
|
||||||
|
|||||||
12
Resources/Prototypes/_Honk/Catalog/Fills/Crates/armory.yml
Normal file
12
Resources/Prototypes/_Honk/Catalog/Fills/Crates/armory.yml
Normal 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
|
||||||
@@ -59,16 +59,3 @@
|
|||||||
- id: BookAurora
|
- id: BookAurora
|
||||||
- id: BookTemple
|
- id: BookTemple
|
||||||
- id: BookWatched
|
- 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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user