From cf316c624a854dbce21c3705484e429517811882 Mon Sep 17 00:00:00 2001 From: pacas Date: Mon, 11 Nov 2024 22:46:09 +0300 Subject: [PATCH] new mod (VRE) vanilla recycling expanded --- .../SubCategories_Biotech_Recycle.xml | 31 ++++ .../ThingCategoryDef/VRE_Categories_Add.xml | 11 ++ .../SubCategories_VRE.xml | 10 ++ .../Russian/DefInjected/JobDef/Jobs_Work.xml | 7 + .../PipeSystem.ProcessDef/ProcessDefs.xml | 12 ++ .../RecipeDef/Recipes_Recycling.xml | 37 +++++ .../ResearchProjectDef/ResearchProjects.xml | 12 ++ .../ResearchTabDef/ResearchTabs.xml | 5 + .../TerrainDef/Terrain_Floors_Recy.xml | 7 + .../ThingCategoryDef/ThingCategories.xml | 4 + .../DefInjected/ThingDef/Buildings_Misc.xml | 17 ++ .../ThingDef/Buildings_Production.xml | 22 +++ .../ThingDef/Items_Resource_Manufactured.xml | 32 ++++ .../ThingDef/Items_Resource_Stuff.xml | 9 ++ .../DefInjected/WorkGiverDef/WorkGivers.xml | 23 +++ .../Languages/Russian/Keyed/Misc.xml | 11 ++ .../Languages/Russian/WordInfo/Case.txt | 15 ++ .../Russian/WordInfo/Gender/Female.txt | 3 + .../Russian/WordInfo/Gender/Male.txt | 8 + .../Languages/Russian/WordInfo/Plural.txt | 9 ++ .../Patches/VRE_PumpsCratePatch.xml | 93 +++++++++++ .../Patches/VRE_RecyclersPatch.xml | 152 ++++++++++++++++++ .../Patches/VRE_ResearchPatch.xml | 71 ++++++++ .../Patches/VRE_ResourcePatch.xml | 83 ++++++++++ .../Patches/VRE_ThingCategoriesPatch.xml | 27 ++++ .../UI/Icons/ThingCategories/Wastepacks.png | Bin 0 -> 4493 bytes Pacas Patches Compilation/loadFolders.xml | 2 + 27 files changed, 713 insertions(+) create mode 100644 Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Defs/DesignationSubCategoryDefs/SubCategories_Biotech_Recycle.xml create mode 100644 Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Defs/ThingCategoryDef/VRE_Categories_Add.xml create mode 100644 Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ArchitectSense.DesignationSubCategoryDefs/SubCategories_VRE.xml create mode 100644 Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/JobDef/Jobs_Work.xml create mode 100644 Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/PipeSystem.ProcessDef/ProcessDefs.xml create mode 100644 Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/RecipeDef/Recipes_Recycling.xml create mode 100644 Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ResearchProjectDef/ResearchProjects.xml create mode 100644 Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ResearchTabDef/ResearchTabs.xml create mode 100644 Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/TerrainDef/Terrain_Floors_Recy.xml create mode 100644 Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ThingCategoryDef/ThingCategories.xml create mode 100644 Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ThingDef/Buildings_Misc.xml create mode 100644 Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ThingDef/Buildings_Production.xml create mode 100644 Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ThingDef/Items_Resource_Manufactured.xml create mode 100644 Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ThingDef/Items_Resource_Stuff.xml create mode 100644 Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/WorkGiverDef/WorkGivers.xml create mode 100644 Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/Keyed/Misc.xml create mode 100644 Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/WordInfo/Case.txt create mode 100644 Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/WordInfo/Gender/Female.txt create mode 100644 Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/WordInfo/Gender/Male.txt create mode 100644 Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/WordInfo/Plural.txt create mode 100644 Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Patches/VRE_PumpsCratePatch.xml create mode 100644 Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Patches/VRE_RecyclersPatch.xml create mode 100644 Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Patches/VRE_ResearchPatch.xml create mode 100644 Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Patches/VRE_ResourcePatch.xml create mode 100644 Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Patches/VRE_ThingCategoriesPatch.xml create mode 100644 Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Textures/UI/Icons/ThingCategories/Wastepacks.png diff --git a/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Defs/DesignationSubCategoryDefs/SubCategories_Biotech_Recycle.xml b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Defs/DesignationSubCategoryDefs/SubCategories_Biotech_Recycle.xml new file mode 100644 index 0000000..a582d34 --- /dev/null +++ b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Defs/DesignationSubCategoryDefs/SubCategories_Biotech_Recycle.xml @@ -0,0 +1,31 @@ + + + + + SubCategory_PollPumps + + Fight pollution with style. + +
  • PollutionPump
  • +
  • VRecyclingE_LargePollutionPump
  • +
  • VRecyclingE_PollutionFastPump
  • +
    + Biotech + false +
    + + + SubCategory_Recyclers + + Extract every last drop of value from your waste. + +
  • VRecyclingE_RecyclingWorkbench
  • +
  • VRecyclingE_ElectricRecyclingWorkbench
  • +
  • VRecyclingE_GarbageCompactor
  • +
  • VRecyclingE_AlloypackSplitter
  • +
    + Biotech + false +
    + +
    \ No newline at end of file diff --git a/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Defs/ThingCategoryDef/VRE_Categories_Add.xml b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Defs/ThingCategoryDef/VRE_Categories_Add.xml new file mode 100644 index 0000000..798ba96 --- /dev/null +++ b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Defs/ThingCategoryDef/VRE_Categories_Add.xml @@ -0,0 +1,11 @@ + + + + + VRE_Trash + + Items + UI/Icons/ThingCategories/Wastepacks + + + \ No newline at end of file diff --git a/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ArchitectSense.DesignationSubCategoryDefs/SubCategories_VRE.xml b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ArchitectSense.DesignationSubCategoryDefs/SubCategories_VRE.xml new file mode 100644 index 0000000..b20e2f8 --- /dev/null +++ b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ArchitectSense.DesignationSubCategoryDefs/SubCategories_VRE.xml @@ -0,0 +1,10 @@ + + + + Очистные помпы + Очистка загрязнения со стилем. + + Переработчики + Извлеките из отходов все до последней капли. + + diff --git a/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/JobDef/Jobs_Work.xml b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/JobDef/Jobs_Work.xml new file mode 100644 index 0000000..43b1f99 --- /dev/null +++ b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/JobDef/Jobs_Work.xml @@ -0,0 +1,7 @@ + + + + загружает {lookup: {TargetA}; Case; 3} + + загружает {lookup: {TargetA}; Case; 3} + \ No newline at end of file diff --git a/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/PipeSystem.ProcessDef/ProcessDefs.xml b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/PipeSystem.ProcessDef/ProcessDefs.xml new file mode 100644 index 0000000..43b234f --- /dev/null +++ b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/PipeSystem.ProcessDef/ProcessDefs.xml @@ -0,0 +1,12 @@ + + + + Мусор в кирпичи + + Спрессовать 10 мешков мусора в 50 мусорных кирпичей. + + + Разделить стабилизированные сплавы + + Переработать 1 мешок стабилизированных сплавов в 1 единицу титана, 1 золотой слиток и 5 стали. + \ No newline at end of file diff --git a/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/RecipeDef/Recipes_Recycling.xml b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/RecipeDef/Recipes_Recycling.xml new file mode 100644 index 0000000..378a4b8 --- /dev/null +++ b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/RecipeDef/Recipes_Recycling.xml @@ -0,0 +1,37 @@ + + + + переработать отходы в реактивные химикаты + + Переработать вручную токсичные отходы в реактивные химикаты и получить восстановленный биоматериал в качестве побочного продукта. + + Перерабатывает отходы в реактивные химикаты + + + переработать реактивные химикаты в химтопливо + + Вручную отделить пригодное химическое топливо от мусора в реактивных химикатах. + + Перерабатывает реактивные химикаты в химтопливо + + + переработать отходы в летучие газы + + Переработать вручную токсичные отходы в летучие газы и получить мусор в качестве побочного продукта. + + Перерабатывает отходы в летучие газы + + + переработать летучие газы в изотопы и сплавы + + Переработать вручную летучие газы в стабилизированные сплавы и радиоактивные изотопы. + + Перерабатывает летучие газы в изотопы и сплавы + + + переработать радиоактивные изотопы в уран + + Вручную отделить пригодный уран от мусора в радиоактивных изотопах. + + Перерабатывает радиоактивные изотопы в уран + \ No newline at end of file diff --git a/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ResearchProjectDef/ResearchProjects.xml b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ResearchProjectDef/ResearchProjects.xml new file mode 100644 index 0000000..f14e21e --- /dev/null +++ b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ResearchProjectDef/ResearchProjects.xml @@ -0,0 +1,12 @@ + + + + базовая переработка + + Способы переработки отходов в различные ресурсы. + + + комплексная переработка + + Способы переработки радиоактивных изотопов и стабилизированных сплавов в полезные ресурсы и возведение уплотнителей мусора для создания мусорных кирпичей. + \ No newline at end of file diff --git a/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ResearchTabDef/ResearchTabs.xml b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ResearchTabDef/ResearchTabs.xml new file mode 100644 index 0000000..cf6b94d --- /dev/null +++ b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ResearchTabDef/ResearchTabs.xml @@ -0,0 +1,5 @@ + + + + Vanilla Expanded + \ No newline at end of file diff --git a/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/TerrainDef/Terrain_Floors_Recy.xml b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/TerrainDef/Terrain_Floors_Recy.xml new file mode 100644 index 0000000..355a38d --- /dev/null +++ b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/TerrainDef/Terrain_Floors_Recy.xml @@ -0,0 +1,7 @@ + + + + мусорно-кирпичный пол + + Грубый пол из мусорных кирпичей. Не красив, но дешёв. + \ No newline at end of file diff --git a/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ThingCategoryDef/ThingCategories.xml b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ThingCategoryDef/ThingCategories.xml new file mode 100644 index 0000000..28f5d60 --- /dev/null +++ b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ThingCategoryDef/ThingCategories.xml @@ -0,0 +1,4 @@ + + + отходы + \ No newline at end of file diff --git a/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ThingDef/Buildings_Misc.xml b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ThingDef/Buildings_Misc.xml new file mode 100644 index 0000000..741ff2e --- /dev/null +++ b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ThingDef/Buildings_Misc.xml @@ -0,0 +1,17 @@ + + + + большая очистная помпа + + Большой насос для фильтрации грунтовых вод, который медленно очищает большой участок загрязнённой местности. Извлечённые отходы упаковываются в мешки, которые необходимо вывозить или расщеплять. + + + быстрая очистная помпа + + Скоростной насос для фильтрации грунтовых вод, который очищает загрязнённую местность. Извлечённые отходы упаковываются в мешки, которые необходимо вывозить или расщеплять. Насос требует большого количества электроэнергии, но работает чрезвычайно быстро. + + + мусорный контейнер + + Герметично запечатанный контейнер, который не даёт хранимым токсичным отходам гнить и растекаться по окрестностям. В контейнер можно поместить лишь ограниченное количество отходов. Он никак не защитит отходы от огня. + \ No newline at end of file diff --git a/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ThingDef/Buildings_Production.xml b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ThingDef/Buildings_Production.xml new file mode 100644 index 0000000..fab3f68 --- /dev/null +++ b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ThingDef/Buildings_Production.xml @@ -0,0 +1,22 @@ + + + + верстак переработки + + Рабочее место для переработки токсичных отходов в полезные ресурсы. Работает в два раза медленнее электрической версии. + + + электрический верстак переработки + + Рабочее место с автоматическими разделителями и электроинструментами для переработки токсичных отходов в полезные ресурсы. Может использоваться без электроэнергии с эффективностью в 50% от обычной. + + + уплотнитель мусора + + Устройство индустриального уровня, которое уплотняет мусор с помощью гидравлического пресса в мусорные кирпичи. Хотя оно и не делает мусор безвредным, но позволяет использовать его для строительства. Процесс требует значительного количества энергии и выделяет токсичный газ. + + + разделитель сплавов + + Устройство космического уровня, которое разделяет стабилизированные сплавы на сталь, пласталь и золото. Такой процесс занимает много времени и требует много энергии. + \ No newline at end of file diff --git a/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ThingDef/Items_Resource_Manufactured.xml b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ThingDef/Items_Resource_Manufactured.xml new file mode 100644 index 0000000..69ee5fb --- /dev/null +++ b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ThingDef/Items_Resource_Manufactured.xml @@ -0,0 +1,32 @@ + + + + восстановленный биоматериал + + Мешок переработанного питательного биоматериала, полученного из токсичных отходов путём продвинутых процессов переработки. Мешок запаян для безопасной транспортировки. Восстановленный биоматериал повышает плодородность почвы, когда ветшает обычной почве. Будучи повреждёнными или подожжёнными, выделяет отвратительный трупный газ. + + + реактивные химикаты + + Взрывоопасный мешок высоко реактивных химикатов, полученный в качестве побочного продукта при переработке токсичных отходов. Мешок запаян для безопасной транспортировки. Реактивные химикаты чрезвычайно опасны и при неосторожном обращении могут вызвать разрушительный взрыв. Будучи повреждёнными или подожжёнными, могут взорваться огромным шаром огня. + + + стабилизированные сплавы + + Сплав прочных и лёгких сплавов, синтезированных из токсичных отходов в результате сложных химических реакций. Мешок запаян для безопасной транспортировки. Мешки стабилизированных сплавов содержат высококачественный материал для изготовления продвинутого оружия, брони и компонентов. Будучи повреждёнными или подожжёнными, выделяет небольшое облако нетоксичного дыма. + + + летучие газы + + Нестабильный мешок высококонцентрированных токсичных отходов, получившийся в качестве побочного продукта более сложных процессов переработки. Мешок запаян для безопасной транспортировки. Летучие газы чрезвычайно опасны из-за своей нестабильности и склонности выделять большое количество токсичного газа и загрязнять окружающую среду. Будучи повреждёнными или подожжёнными, выделяет огромное облако смертельно опасного токсичного газа. + + + радиоактивные изотопы + + Опасный мешок с радиоактивными изотопами, полученный в результате переработки токсичных отходов. Мешок запаян для безопасной транспортировки. Радиоактивные изотопы радиоактивны, что создаёт серьёзную угрозу здоровью поселенцев и животных. Будучи повреждёнными или подожжёнными, испускают опасное излучение. + + + мусор + + Мешок неядовитого мусора, который был тщательно отсортирован и утрамбован для эффективного хранения. Мешок запаян для безопасной транспортировки. Мусор не ветшает и представляет опасности загрязнения почвы, что делает его безопасным для длительного хранения. Однако при сжигании выделяет некоторое количество токсичного газа в качестве побочного продукта горения. + \ No newline at end of file diff --git a/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ThingDef/Items_Resource_Stuff.xml b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ThingDef/Items_Resource_Stuff.xml new file mode 100644 index 0000000..bff1b8d --- /dev/null +++ b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/ThingDef/Items_Resource_Stuff.xml @@ -0,0 +1,9 @@ + + + + мусорные кирпичи + + Стопка плотных кирпичей, полученных путём сжатия нетоксичного мусора. Поверхность покрыта плёнкой для безопасной транспортировки. Мусорные кирпичи являются прочным строительным материалом. Будучи повреждёнными или подожжёнными, выпускают ядовитый газ и загрязняют почву. Мусорные кирпичи не ветшают. + + мусорных кирпичей + \ No newline at end of file diff --git a/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/WorkGiverDef/WorkGivers.xml b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/WorkGiverDef/WorkGivers.xml new file mode 100644 index 0000000..6958371 --- /dev/null +++ b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/DefInjected/WorkGiverDef/WorkGivers.xml @@ -0,0 +1,23 @@ + + + + переносить ресурсы в уплотнитель мусора + + загрузить ресурсы в + + загрузить ресурсы в + + + переносить ресурсы в разделитель сплавов + + загрузить ресурсы в + + загрузить ресурсы в + + + работать за верстаком переработки + + работать + + работать, используя + \ No newline at end of file diff --git a/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/Keyed/Misc.xml b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/Keyed/Misc.xml new file mode 100644 index 0000000..acb9478 --- /dev/null +++ b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/Keyed/Misc.xml @@ -0,0 +1,11 @@ + + + + Машина в данный момент не работает + + Эти радиоактивные изотопы излучают радиацию + + Произведёт {1} {lookup: {0_labelPlural}; Case; 1} через + + Содержит {0} + \ No newline at end of file diff --git a/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/WordInfo/Case.txt b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/WordInfo/Case.txt new file mode 100644 index 0000000..6263ace --- /dev/null +++ b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/WordInfo/Case.txt @@ -0,0 +1,15 @@ +// ThingDef +большая очистная помпа; большой очистной помпы; большой очистной помпе; большую очистную помпу; большой очистной помпой; большой очистной помпе +быстрая очистная помпа; быстрой очистной помпы; быстрой очистной помпе; быструю очистную помпу; быстрой очистной помпой; быстрой очистной помпе +мусорный контейнер; мусорного контейнера; мусорному контейнеру; мусорный контейнер; мусорным контейнером; мусорном контейнере +верстак переработки; верстака переработки; верстаку переработки; верстак переработки; верстаком переработки; верстаке переработки +электрический верстак переработки; электрического верстака переработки; электрическому верстаку переработки; электрический верстак переработки; электрическим верстаком переработки; электрическом верстаке переработки +уплотнитель мусора; уплотнителя мусора; уплотнителю мусора; уплотнитель мусора; уплотнителем мусора; уплотнителе мусора +разделитель сплавов; разделителя сплавов; разделителю сплавов; разделитель сплавов; разделителем сплавов; разделителе сплавов +восстановленный биоматериал; восстановленного биоматериала; восстановленному биоматериалу; восстановленный биоматериал; восстановленным биоматериалом; восстановленном биоматериале +реактивные химикаты; реактивных химикатов; реактивным химикатам; реактивные химикаты; реактивными химикатами; реактивных химикатах +стабилизированные сплавы; стабилизированных сплавов; стабилизированным сплавам; стабилизированные сплавы; стабилизированными сплавами; стабилизированных сплавах +летучие газы; летучих газов; летучим газам; летучие газы; летучими газами; летучих газах +радиоактивные изотопы; радиоактивных изотопов; радиоактивным изотопам; радиоактивные изотопы; радиоактивными изотопами; радиоактивных изотопах +мусор; мусора; мусору; мусор; мусором; мусоре +мусорные кирпичи; мусорных кирпичей; мусорным кирпичам; мусорные кирпичи; мусорными кирпичами; мусорных кирпичах \ No newline at end of file diff --git a/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/WordInfo/Gender/Female.txt b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/WordInfo/Gender/Female.txt new file mode 100644 index 0000000..08e8c32 --- /dev/null +++ b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/WordInfo/Gender/Female.txt @@ -0,0 +1,3 @@ +// ThingDef +большая очистная помпа +быстрая очистная помпа \ No newline at end of file diff --git a/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/WordInfo/Gender/Male.txt b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/WordInfo/Gender/Male.txt new file mode 100644 index 0000000..5ece936 --- /dev/null +++ b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/WordInfo/Gender/Male.txt @@ -0,0 +1,8 @@ +// ThingDef +мусор +мусорный контейнер +верстак переработки +электрический верстак переработки +уплотнитель мусора +разделитель сплавов +восстановленный биоматериал \ No newline at end of file diff --git a/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/WordInfo/Plural.txt b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/WordInfo/Plural.txt new file mode 100644 index 0000000..e2e9bdf --- /dev/null +++ b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Languages/Russian/WordInfo/Plural.txt @@ -0,0 +1,9 @@ +// ThingDef +большая очистная помпа; большие очистные помпы +быстрая очистная помпа; быстрые очистные помпы +мусорный контейнер; мусорные контейнеры +верстак переработки; верстаки переработки +электрический верстак переработки; электрические верстаки переработки +уплотнитель мусора; уплотнители мусора +разделитель сплавов; разделители сплавов +восстановленный биоматериал; восстановленные биоматериалы \ No newline at end of file diff --git a/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Patches/VRE_PumpsCratePatch.xml b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Patches/VRE_PumpsCratePatch.xml new file mode 100644 index 0000000..e1602a7 --- /dev/null +++ b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Patches/VRE_PumpsCratePatch.xml @@ -0,0 +1,93 @@ + + + + +
  • + Defs/ThingDef[ + defName="VRecyclingE_LargePollutionPump" or + defName="VRecyclingE_PollutionFastPump" + ]/researchPrerequisites + + +
  • MoisturePump
  • + + + + +
  • + Defs/ThingDef[defName="VRecyclingE_LargePollutionPump"]/costList + + +
  • Metallic
  • + + 120 + + 10 + 5 + 1 + + + + +
  • + Defs/ThingDef[defName="VRecyclingE_LargePollutionPump"]/constructionSkillPrerequisite + + 7 + +
  • + +
  • + Defs/ThingDef[defName="VRecyclingE_LargePollutionPump"]/comps/li[@Class="CompProperties_Power"]/basePowerConsumption + + 750 + +
  • + + + +
  • + Defs/ThingDef[defName="VRecyclingE_PollutionFastPump"]/costList + + +
  • RuggedMetallic
  • + + 75 + + 7 + 3 + 1 + + + + +
  • + Defs/ThingDef[defName="VRecyclingE_PollutionFastPump"]/constructionSkillPrerequisite + + 10 + +
  • + + +
  • + Defs/ThingDef[defName="VRecyclingE_PollutionFastPump"]/comps/li[@Class="CompProperties_Power"]/basePowerConsumption + + 1700 + +
  • + +
  • + Defs/ThingDef[defName="VRecyclingE_WasteCrate"]/costList + + +
  • RuggedMetallic
  • + + 60 + + 4 + 2 + + + +
    +
    +
    diff --git a/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Patches/VRE_RecyclersPatch.xml b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Patches/VRE_RecyclersPatch.xml new file mode 100644 index 0000000..30bee45 --- /dev/null +++ b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Patches/VRE_RecyclersPatch.xml @@ -0,0 +1,152 @@ + + + + +
  • + Defs/ThingDef[defName="VRecyclingE_RecyclingWorkbench"]/costList + + +
  • RuggedMetallic
  • + + 120 + + 10 + 5 + + + + +
  • + Defs/ThingDef[defName="VRecyclingE_RecyclingWorkbench"]/constructionSkillPrerequisite + + 7 + +
  • + +
  • + Defs/ThingDef[defName="VRecyclingE_ElectricRecyclingWorkbench"]/costList + + +
  • RuggedMetallic
  • + + 150 + + 10 + 5 + 15 + 5 + + + + +
  • + Defs/ThingDef[defName="VRecyclingE_ElectricRecyclingWorkbench"]/constructionSkillPrerequisite + + 12 + +
  • + +
  • + Defs/ThingDef[defName="VRecyclingE_RecyclingWorkbench" or defName="VRecyclingE_ElectricRecyclingWorkbench"]/constructEffect +
  • + +
  • + Defs/ThingDef[defName="VRecyclingE_ElectricRecyclingWorkbench"]/comps/li[@Class="CompProperties_Power"]/basePowerConsumption + + 1500 + +
  • + +
  • + Defs/ThingDef[defName="VRecyclingE_GarbageCompactor"]/stuffCategories + + +
  • RuggedMetallic
  • + + + + +
  • + Defs/ThingDef[defName="VRecyclingE_GarbageCompactor"]/costList + + + 5 + 5 + 5 + + +
  • + +
  • + Defs/ThingDef[defName="VRecyclingE_GarbageCompactor"]/constructionSkillPrerequisite + + 9 + +
  • + +
  • + Defs/ThingDef[defName="VRecyclingE_GarbageCompactor"]/comps/li[@Class="CompProperties_Power"]/basePowerConsumption + + 500 + +
  • + +
  • + Defs/ThingDef[defName="VRecyclingE_AlloypackSplitter"]/costList + + +
  • RuggedMetallic
  • + + 180 + + 50 + 20 + 5 + 15 + 8 + 4 + 35 + 15 + + + + +
  • + Defs/ThingDef[defName="VRecyclingE_AlloypackSplitter"]/comps/li[@Class="CompProperties_Power"]/basePowerConsumption + + 3500 + +
  • + +
  • + Defs/ThingDef[defName="VRecyclingE_AlloypackSplitter"]/constructionSkillPrerequisite + + 14 + +
  • + +
  • + Defs/ThingDef[defName="VRecyclingE_AlloypackSplitter"]/comps/li[@Class="VanillaRecyclingExpanded.CompProperties_SuperSimpleProcessor"]/results + + +
  • + Plasteel + 5 + (1,0,-1) +
  • +
  • + Titanium + 1 + (0,0,-1) +
  • +
  • + GoldBar + 1 + (-1,0,-1) +
  • + + + +
    +
    +
    diff --git a/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Patches/VRE_ResearchPatch.xml b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Patches/VRE_ResearchPatch.xml new file mode 100644 index 0000000..7414777 --- /dev/null +++ b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Patches/VRE_ResearchPatch.xml @@ -0,0 +1,71 @@ + + + + +
  • + Defs/ResearchProjectDef[defName="VRecyclingE_ComplexRecycling"]/requiredResearchBuilding +
  • +
  • + Defs/ResearchProjectDef[defName="VRecyclingE_BasicRecycling"] + + +
  • Metals_C2
  • +
  • Electricity
  • + + + +
  • + Defs/ResearchProjectDef[defName="VRecyclingE_ComplexRecycling"]/prerequisites + + +
  • Electronics_D1
  • +
  • Metals_D1
  • +
  • VRecyclingE_BasicRecycling
  • + + + + +
  • + Defs/ResearchProjectDef[defName="VRecyclingE_BasicRecycling" or defName="VRecyclingE_ComplexRecycling"]/tab + + Craft_SK + +
  • + +
  • + Research_Positions_Cost + +
  • VRecyclingE_BasicRecycling
  • +
  • 1000
  • +
  • 9
  • +
  • 20
  • + + +
  • + Research_Tables_Industrial + +
  • VRecyclingE_BasicRecycling
  • + + + +
  • + Research_Positions_Cost + +
  • VRecyclingE_ComplexRecycling
  • +
  • 2000
  • +
  • 18
  • +
  • 25
  • + + +
  • + Research_Tables_HitechMulti + +
  • VRecyclingE_ComplexRecycling
  • + + +
  • + ResearchDoc +
  • +
    +
    +
    diff --git a/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Patches/VRE_ResourcePatch.xml b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Patches/VRE_ResourcePatch.xml new file mode 100644 index 0000000..e4f278a --- /dev/null +++ b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Patches/VRE_ResourcePatch.xml @@ -0,0 +1,83 @@ + + + + +
  • + Defs/ThingDef[defName="VRecyclingE_TrashBrick"]/thingCategories + + +
  • ConstructionParts
  • + + + + +
  • + Defs/ThingDef[defName="VRecyclingE_TrashBrick"]/stackLimit +
  • + +
  • + Defs/ThingDef[defName="VRecyclingE_TrashBrick"] + ParentName + SK_ResourceBase +
  • + +
  • + Defs/ThingDef[defName="VRecyclingE_TrashBrick"]/stuffProps/categories + + +
  • Bricks
  • + + + + +
  • + Defs/PipeSystem.ProcessDef[defName="VRecyclingE_SplitStabilizedAlloypack"]/description + + Turns 1 stabilized alloypack into 1 Titanium, 1 Gold and 5 Steel Bars. + +
  • + +
  • + Defs/PipeSystem.ProcessDef[defName="VRecyclingE_SplitStabilizedAlloypack"]/results + + +
  • + Plasteel + 5 + (1,0,-1) +
  • +
  • + Titanium + 1 + (0,0,-1) +
  • +
  • + GoldBar + 1 + (-1,0,-1) +
  • + + + + +
  • + Defs/PipeSystem.ProcessDef[defName="VRecyclingE_TrashToBricks"]/description + + Turns 10 trash into 50 trashbricks. + +
  • + +
  • + Defs/PipeSystem.ProcessDef[defName="VRecyclingE_TrashToBricks"]/results + + +
  • + VRecyclingE_TrashBrick + 50 +
  • + + + +
    +
    +
    diff --git a/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Patches/VRE_ThingCategoriesPatch.xml b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Patches/VRE_ThingCategoriesPatch.xml new file mode 100644 index 0000000..0fa28af --- /dev/null +++ b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Patches/VRE_ThingCategoriesPatch.xml @@ -0,0 +1,27 @@ + + + + +
  • + Defs/ThingDef[ + defName="Wastepack" or + defName="VRecyclingE_ReclaimedBiopack" or + defName="VRecyclingE_ReactiveChempack" or + defName="VRecyclingE_StabilizedAlloypack" or + defName="VRecyclingE_VolatileToxpack" or + defName="VRecyclingE_RadioactiveIsotopack" or + defName="VRecyclingE_Trash" + ]/thingCategories + + +
  • VRE_Trash
  • + + + + +
  • + Defs/ThingCategoryDef[defName="VRecyclingE_SpecializedPacks"] +
  • +
    +
    +
    diff --git a/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Textures/UI/Icons/ThingCategories/Wastepacks.png b/Pacas Patches Compilation/Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded/Textures/UI/Icons/ThingCategories/Wastepacks.png new file mode 100644 index 0000000000000000000000000000000000000000..c6d5be6cc036fd2bdbbf2126d9beec45cc2a2d7e GIT binary patch literal 4493 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 literal 0 HcmV?d00001 diff --git a/Pacas Patches Compilation/loadFolders.xml b/Pacas Patches Compilation/loadFolders.xml index bcd243f..0c122d0 100644 --- a/Pacas Patches Compilation/loadFolders.xml +++ b/Pacas Patches Compilation/loadFolders.xml @@ -48,6 +48,7 @@
  • Mods/Races_Xenotypes/Skavens/NoHMC
  • Mods/Races_Xenotypes/Skavens/NoVPI
  • +
  • Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded
  • Mods/9_Vanilla_Expanded/Vanilla_Storytellers_Expanded_Perry_Persistent
  • Mods/9_Vanilla_Expanded/Vanilla_Races_Expanded_Genie
  • Mods/9_Vanilla_Expanded/Vanilla_Races_Expanded_Hussar
  • @@ -98,6 +99,7 @@
  • Mods/Races_Xenotypes/Skavens/NoHMC
  • Mods/Races_Xenotypes/Skavens/NoVPI
  • +
  • Mods/9_Vanilla_Expanded/Vanilla_Recycling_Expanded
  • Mods/9_Vanilla_Expanded/Vanilla_Storytellers_Expanded_Perry_Persistent
  • Mods/9_Vanilla_Expanded/Vanilla_Races_Expanded_Genie
  • Mods/9_Vanilla_Expanded/Vanilla_Races_Expanded_Hussar