Добавлены наборы книг для покупки
This commit is contained in:
@@ -214,7 +214,7 @@
|
||||
- MagazineShotgun
|
||||
- MagazineShotgunSlug
|
||||
- MagazineLightRifleBox
|
||||
- MagazinePistolCaselessRifle
|
||||
- MagazinePistolCaselessRifleBox
|
||||
- CartridgePistol
|
||||
- CartridgeMagnum
|
||||
- ShellShotgun
|
||||
@@ -879,7 +879,7 @@
|
||||
- type: EmagLatheRecipes
|
||||
emagStaticRecipes:
|
||||
- MagazineLightRifleBox
|
||||
- MagazinePistolCaselessRifle
|
||||
- MagazinePistolCaselessRifleBox
|
||||
- CartridgeMagnumAP
|
||||
- CartridgeAntiMateriel
|
||||
- CartridgeCaselessRifle
|
||||
|
||||
39
Resources/Prototypes/_Honk/Catalog/Cargo/cargo_service.yml
Normal file
39
Resources/Prototypes/_Honk/Catalog/Cargo/cargo_service.yml
Normal file
@@ -0,0 +1,39 @@
|
||||
- type: cargoProduct
|
||||
id: ServiceBooksRandomStory
|
||||
icon:
|
||||
sprite: Objects/Misc/books.rsi
|
||||
state: book_icon
|
||||
product: CrateServiceBooksRandomStory
|
||||
cost: 1000
|
||||
category: cargoproduct-category-name-service
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: ServiceBooksStory1
|
||||
icon:
|
||||
sprite: Objects/Misc/books.rsi
|
||||
state: book_icon
|
||||
product: CrateServiceBooksStory1
|
||||
cost: 1500
|
||||
category: cargoproduct-category-name-service
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: ServiceBooksStory2
|
||||
icon:
|
||||
sprite: Objects/Misc/books.rsi
|
||||
state: book_icon
|
||||
product: CrateServiceBooksStory2
|
||||
cost: 1500
|
||||
category: cargoproduct-category-name-service
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: ServiceBooksStory3
|
||||
icon:
|
||||
sprite: Objects/Misc/books.rsi
|
||||
state: book_icon
|
||||
product: CrateServiceBooksStory3
|
||||
cost: 1500
|
||||
category: cargoproduct-category-name-service
|
||||
group: market
|
||||
61
Resources/Prototypes/_Honk/Catalog/Fills/Crates/service.yml
Normal file
61
Resources/Prototypes/_Honk/Catalog/Fills/Crates/service.yml
Normal file
@@ -0,0 +1,61 @@
|
||||
- type: entity
|
||||
id: CrateServiceBooksRandomStory
|
||||
parent: CrateGenericSteel
|
||||
name: ящик книг со случайным содержанием
|
||||
description: Contains 7 empty books of random story.
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: BookRandomStory
|
||||
amount: 7
|
||||
|
||||
- type: entity
|
||||
id: CrateServiceBooksStory1
|
||||
parent: CrateGenericSteel
|
||||
name: ящик книг с историей 1
|
||||
description: Contains 8 empty books of random appearance.
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: BookNarsieLegend
|
||||
- id: BookTruth
|
||||
- id: BookWorld
|
||||
- id: BookIanAntarctica
|
||||
- id: BookSlothClownSSS
|
||||
- id: BookSlothClownPranks
|
||||
- id: BookSlothClownMMD
|
||||
- id: BookStruck
|
||||
|
||||
- type: entity
|
||||
id: CrateServiceBooksStory2
|
||||
parent: CrateGenericSteel
|
||||
name: ящик книг с историей 2
|
||||
description: Contains 8 empty books of random appearance.
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: BookSun
|
||||
- id: BookPossum
|
||||
- id: BookCafe
|
||||
- id: BookFeather
|
||||
- id: BookIanLostWolfPup
|
||||
- id: BookIanRanch
|
||||
- id: BookIanOcean
|
||||
- id: BookIanMountain
|
||||
|
||||
- type: entity
|
||||
id: CrateServiceBooksStory3
|
||||
parent: CrateGenericSteel
|
||||
name: ящик книг с историей 3
|
||||
description: Contains 8 empty books of random appearance.
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: BookIanCity
|
||||
- id: BookIanArctic
|
||||
- id: BookIanDesert
|
||||
- id: BookNames
|
||||
- id: BookEarth
|
||||
- id: BookAurora
|
||||
- id: BookTemple
|
||||
- id: BookWatched
|
||||
@@ -103,8 +103,8 @@
|
||||
Silver: 300
|
||||
|
||||
- type: latheRecipe
|
||||
id: MagazinePistolCaselessRifle
|
||||
result: MagazinePistolCaselessRifle
|
||||
id: MagazinePistolCaselessRifleBox
|
||||
result: MagazinePistolCaselessRifleBox
|
||||
category: Ammo
|
||||
completetime: 5
|
||||
materials:
|
||||
|
||||
Reference in New Issue
Block a user