Skip to content

Commit

Permalink
Фикс...
Browse files Browse the repository at this point in the history
  • Loading branch information
Farrellka-dev committed Nov 15, 2024
1 parent f4380b3 commit e841558
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ ent-BorgModuleJetpack = Джетпак-модуль киборга
.desc = Позволяет вашему киборгу летать!
ent-BorgModulePka = Модуль киборга с протокинетическим ускорителем
.desc = Модуль, которая дает киборгу протокинетический ускоритель.
ent-BorgModuleMartyr = модуль киборга-смертника
ent-BorgModuleMartyr = Модуль киборга-смертника
.desc = Модуль, в которую встроена взрывчатка, с которой вы, вероятно, не захотите обращаться самостоятельно.
5 changes: 1 addition & 4 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -697,14 +697,11 @@
# - LPPDroneModuleSecurityTaser
# - LPPBorgModuleAresst
# - LPPBattleBorgModule
# Lost Paradise: end
- type: EmagLatheRecipes
emagStaticRecipes:
- BorgModuleSyndicateWeapon
- BorgModuleOperative
- BorgModuleEsword
- BorgModuleL6C
- BorgModuleMartyr
# Lost Paradise: end
- type: MaterialStorage
whitelist:
tags:
Expand Down
24 changes: 24 additions & 0 deletions Resources/Prototypes/Recipes/Lathes/robotics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -636,3 +636,27 @@
Gold: 100
Plasma: 1000

#LPP

- type: latheRecipe
id: BorgModuleSyndicateWeapon
result: BorgModuleSyndicateWeapon
category: Robotics
completetime: 3
materials:
LPPDiamond: 2000
Steel: 2000
Glass: 1000
Gold: 850
Plastic: 200

- type: latheRecipe
id: BorgModuleMartyr
result: BorgModuleMartyr
category: Robotics
completetime: 3
materials:
Steel: 250
Glass: 250
Plastic: 750
Plasma: 750

0 comments on commit e841558

Please sign in to comment.