Рецепт Омега Мыла

This commit is contained in:
BIGZi0348
2024-12-15 18:07:06 +03:00
parent 7ab763c90a
commit 6116ab3f08
5 changed files with 23 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ ent-EnergyDomeWiredTest = Статический купол
.suffix = НЕ СЛИВАТЬ
ent-FultonBeacon = маяк Фултона
.desc = Маяк для получения эвакуации по Фултону.
ent-Fulton = Фултон
ent-Fulton = фултон
.desc = Используется для извлечения контейнеров, предметов или принудительной вербовки людей на вашу базу.
.suffix = Полный

View File

@@ -4,3 +4,5 @@ ent-BlueprintFulton = чертёж фултона
.desc = Чертёж со схемой фултона. Его можно поместить в автолат.
ent-BlueprintSeismicCharge = чертёж сейсмического заряда
.desc = Чертеж со схемой сейсмического заряда. Его можно поместить в автолат.
ent-BlueprintSoapOmega = чертёж омега мыла
.desc = Чертеж со схемой омега мыла. Его можно поместить в автолат.

View File

@@ -50,8 +50,6 @@
SpaceCash500: 1.0
SpaceCash1000: 0.75
SpaceCash2500: 0.5
# blueprints WD
BlueprintFulton: 1.0
- type: weightedRandomEntity
id: SalvageRewardEpic
@@ -78,3 +76,4 @@
SpaceCash10000: 0.5
# blueprints WD
BlueprintSeismicCharge: 1.0
BlueprintSoapOmega: 1.0

View File

@@ -0,0 +1,9 @@
- type: entity
parent: BaseBlueprint
id: BlueprintSoapOmega
name: omega soap blueprint
description: A blueprint with a schematic of an omega soap. It can be inserted into an autolathe.
components:
- type: Blueprint
providedRecipes:
- SoapOmega

View File

@@ -344,3 +344,13 @@
completetime: 5
materials:
Steel: 300
- type: latheRecipe
id: SoapOmega
result: SoapOmega
category: Tools
completetime: 10
materials:
Plastic: 3000
Silver: 100
Gold: 100