Skip to content

Commit

Permalink
всякое
Browse files Browse the repository at this point in the history
  • Loading branch information
Flopochka committed Aug 21, 2024
1 parent 58a7b89 commit 0d48777
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 10 deletions.
1 change: 1 addition & 0 deletions Resources/Locale/en-US/research/technologies.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ research-technology-atmospheric-tech = Atmospherics
research-technology-shuttlecraft = Shuttlecraft
research-technology-ripley-aplu = Ripley APLU
research-technology-advanced-atmospherics = Advanced Atmospherics
research-technology-compact-technologies = Matter compression technologies
research-technology-advanced-tools = Advanced Tools
research-technology-super-powercells = Super Powercells
research-technology-bluespace-storage = Bluespace Storage
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
ent-ADTGasPipeHalf = { ent-GasPipeBase }
.suffix = Половинная
.suffix = Половинная, ADT
.desc = { ent-GasPipeBase.desc }
ent-ADTGasPipeStraight = { ent-GasPipeBase }
.suffix = Прямая
.suffix = Прямая, ADT
.desc = { ent-GasPipeBase.desc }
ent-ADTGasPipeBend = { ent-GasPipeBase }
.suffix = Угловая
.suffix = Угловая, ADT
.desc = { ent-GasPipeBase.desc }
ent-ADTGasPipeTJunction = { ent-GasPipeBase }
.suffix = Т-образная
.suffix = Т-образная, ADT
.desc = { ent-GasPipeBase.desc }
ent-ADTGasPipeFourway = { ent-GasPipeBase }
.suffix = Четверная
.suffix = Четверная, ADT
.desc = { ent-GasPipeBase.desc }
1 change: 1 addition & 0 deletions Resources/Locale/ru-RU/research/technologies.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ research-technology-atmospheric-tech = Атмосферные технологи
research-technology-shuttlecraft = Шаттлостроение
research-technology-ripley-aplu = Рипли АВП
research-technology-advanced-atmospherics = Продвинутые атмос-технологии
research-technology-compact-technologies = Технологии сжатия материи
research-technology-advanced-tools = Продвинутые инструменты
research-technology-super-powercells = Супербатареи
research-technology-bluespace-storage = Блюспейс-хранилище
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: entity
parent: GasPipeHalf
id: ADTGasPipeHalf
suffix: Half
suffix: Half, ADT
components:
- type: Transform
anchored: false
Expand All @@ -14,7 +14,7 @@
- type: entity
parent: GasPipeStraight
id: ADTGasPipeStraight
suffix: Straight
suffix: Straight, ADT
components:
- type: Transform
anchored: false
Expand All @@ -27,7 +27,7 @@
- type: entity
parent: GasPipeBend
id: ADTGasPipeBend
suffix: Bend
suffix: Bend, ADT
components:
- type: Transform
anchored: false
Expand All @@ -40,7 +40,7 @@
- type: entity
parent: GasPipeTJunction
id: ADTGasPipeTJunction
suffix: TJunction
suffix: TJunction, ADT
components:
- type: Transform
anchored: false
Expand All @@ -53,7 +53,7 @@
- type: entity
parent: GasPipeFourway
id: ADTGasPipeFourway
suffix: Fourway
suffix: Fourway, ADT
components:
- type: Transform
anchored: false
Expand Down
7 changes: 7 additions & 0 deletions Resources/Prototypes/ADT/Recipes/Lathes/misc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- type: latheRecipe
id: StorageCanister
result: StorageCanister
category: Atmos
completetime: 3
materials:
Steel: 1500
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
unlitIdleState: unlit
unlitRunningState: unlit-building
staticRecipes:
- StorageCanister #ADT tweak
- Wirecutter
- Igniter
- Signaller
Expand Down
16 changes: 16 additions & 0 deletions Resources/Prototypes/Research/industrial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,22 @@
- BorgModuleAdvancedTool
- BorgModuleRCD

#ADT Tweak
- type: technology
id: ADTCompactTechnologies
name: research-technology-compact-technologies
icon:
sprite: Objects/Tools/rcd.rsi
state: icon
discipline: Industrial
tier: 2
cost: 10000
recipeUnlocks:
- RPD
- RPDAmmo
- RCD
- RCDAmmo

# Tier 3

- type: technology
Expand Down

0 comments on commit 0d48777

Please sign in to comment.