[RND] Research magboots (#15485)
* [Clothing] Security service magboots * [RND] Magboots research * sheesh * sheesh2 * Update technologies.ftl * Update technologies.yml * Update magboots.yml * Update lathe.yml * Update security.yml * qwq
This commit is contained in:
parent
45f0b40175
commit
002f63300a
6 changed files with 28 additions and 2 deletions
|
|
@ -93,3 +93,7 @@ technologies-adv-parts-technology = Advanced parts technology
|
|||
|
||||
technologies-super-parts-technology = Super parts technology
|
||||
technologies-super-parts-technology-description = New heights of machine performance.
|
||||
|
||||
technologies-magboots-technology = Magboots technology
|
||||
technologies-magboots-technology-description = Magboots for a space escape from the assistant.
|
||||
|
||||
|
|
|
|||
|
|
@ -583,6 +583,19 @@
|
|||
- NanoManipulatorStockPart
|
||||
- AdvancedScanningModuleStockPart
|
||||
|
||||
- type: technology
|
||||
name: technologies-magboots-technology
|
||||
id: MagbootsTechnology
|
||||
description: technologies-magboots-technology-description
|
||||
icon:
|
||||
sprite: Clothing/Shoes/Boots/magboots.rsi
|
||||
state: icon
|
||||
requiredPoints: 8500
|
||||
requiredTechnologies:
|
||||
- ScientificTechnology
|
||||
unlockedRecipes:
|
||||
- ClothingShoesBootsMag
|
||||
|
||||
- type: technology
|
||||
name: technologies-super-parts-technology
|
||||
id: SuperPartsTechnology
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
- type: entity
|
||||
- type: entity
|
||||
parent: ClothingShoesBase
|
||||
id: ClothingShoesBootsMag
|
||||
name: magboots
|
||||
|
|
|
|||
|
|
@ -236,6 +236,7 @@
|
|||
- PowerCellHigh
|
||||
- SynthesizerInstrument
|
||||
- RPED
|
||||
- ClothingShoesBootsMag
|
||||
- NodeScanner
|
||||
- HolofanProjector
|
||||
|
||||
|
|
|
|||
|
|
@ -76,3 +76,11 @@
|
|||
materials:
|
||||
Steel: 100
|
||||
Plastic: 50
|
||||
|
||||
- type: latheRecipe
|
||||
id: ClothingShoesBootsMag
|
||||
result: ClothingShoesBootsMag
|
||||
completetime: 10
|
||||
materials:
|
||||
Steel: 1000
|
||||
Plastic: 500
|
||||
|
|
|
|||
|
|
@ -226,4 +226,4 @@
|
|||
completetime: 5
|
||||
materials:
|
||||
Steel: 350
|
||||
Plastic: 600
|
||||
Plastic: 600
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue