diff --git a/Resources/Locale/ru-RU/_white/locales-new/autotranslate-107.ftl b/Resources/Locale/ru-RU/_white/locales-new/autotranslate-107.ftl index ffa92b7ee3..b144d63947 100644 --- a/Resources/Locale/ru-RU/_white/locales-new/autotranslate-107.ftl +++ b/Resources/Locale/ru-RU/_white/locales-new/autotranslate-107.ftl @@ -55,7 +55,7 @@ ent-EnergyDomeWiredTest = Статический купол .suffix = НЕ СЛИВАТЬ ent-FultonBeacon = маяк Фултона .desc = Маяк для получения эвакуации по Фултону. -ent-Fulton = Фултон +ent-Fulton = фултон .desc = Используется для извлечения контейнеров, предметов или принудительной вербовки людей на вашу базу. .suffix = Полный diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/tools/blueprint.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/tools/blueprint.ftl index 24b9ac312d..4e07a6758b 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/tools/blueprint.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/tools/blueprint.ftl @@ -4,3 +4,5 @@ ent-BlueprintFulton = чертёж фултона .desc = Чертёж со схемой фултона. Его можно поместить в автолат. ent-BlueprintSeismicCharge = чертёж сейсмического заряда .desc = Чертеж со схемой сейсмического заряда. Его можно поместить в автолат. +ent-BlueprintSoapOmega = чертёж омега мыла + .desc = Чертеж со схемой омега мыла. Его можно поместить в автолат. diff --git a/Resources/Prototypes/Procedural/salvage_rewards.yml b/Resources/Prototypes/Procedural/salvage_rewards.yml index 77f288dfa7..4a04bb8713 100644 --- a/Resources/Prototypes/Procedural/salvage_rewards.yml +++ b/Resources/Prototypes/Procedural/salvage_rewards.yml @@ -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 diff --git a/Resources/Prototypes/_White/Entities/Objects/Tools/blueprint.yml b/Resources/Prototypes/_White/Entities/Objects/Tools/blueprint.yml new file mode 100644 index 0000000000..b33271fd5d --- /dev/null +++ b/Resources/Prototypes/_White/Entities/Objects/Tools/blueprint.yml @@ -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 diff --git a/Resources/Prototypes/_White/Recipes/lathe_recipes.yml b/Resources/Prototypes/_White/Recipes/lathe_recipes.yml index 2b1441c990..1b8ccfb3b7 100644 --- a/Resources/Prototypes/_White/Recipes/lathe_recipes.yml +++ b/Resources/Prototypes/_White/Recipes/lathe_recipes.yml @@ -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