diff --git a/Resources/Locale/en-US/_corvaxnext/research/equipment_technologies.ftl b/Resources/Locale/en-US/_corvaxnext/research/equipment_technologies.ftl index 62e9a59b427..466fb3531ed 100644 --- a/Resources/Locale/en-US/_corvaxnext/research/equipment_technologies.ftl +++ b/Resources/Locale/en-US/_corvaxnext/research/equipment_technologies.ftl @@ -1,2 +1,3 @@ +next-research-technology-integrated-huds = Integrated HUDs next-research-technology-magnetic-boots = Magnetic boots next-research-technology-quantum-magnetic-boots = Quantum magnetic boots diff --git a/Resources/Locale/ru-RU/_corvaxnext/research/equipment_technologies.ftl b/Resources/Locale/ru-RU/_corvaxnext/research/equipment_technologies.ftl index 594d5db5b48..8452d6964f1 100644 --- a/Resources/Locale/ru-RU/_corvaxnext/research/equipment_technologies.ftl +++ b/Resources/Locale/ru-RU/_corvaxnext/research/equipment_technologies.ftl @@ -1,2 +1,3 @@ +next-research-technology-integrated-huds = Интегрированные интерфейсы next-research-technology-magnetic-boots = Наноразмерный магнитизм next-research-technology-quantum-magnetic-boots = Квантовый магнитизм diff --git a/Resources/Prototypes/Entities/Structures/Machines/research.yml b/Resources/Prototypes/Entities/Structures/Machines/research.yml index 8c2e4832022..0b029ff21ca 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/research.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/research.yml @@ -120,6 +120,7 @@ - BodyBags - BiochemicalStasis # <-- EQUIPMENT --> + - IntegratedHUDs - MagneticBoots - QuantumMagneticBoots # <-- SHUTTLE --> diff --git a/Resources/Prototypes/_CorvaxNext/Recipes/Lathes/robotics.yml b/Resources/Prototypes/_CorvaxNext/Recipes/Lathes/robotics.yml new file mode 100644 index 00000000000..65354ff7699 --- /dev/null +++ b/Resources/Prototypes/_CorvaxNext/Recipes/Lathes/robotics.yml @@ -0,0 +1,16 @@ +- type: latheRecipe + id: PersonalAI + result: PersonalAI + completetime: 2 + materials: + Steel: 100 + Glass: 150 + +- type: latheRecipe + id: ClothingEyesHudDiagnostic + result: ClothingEyesHudDiagnostic + completetime: 2 + materials: + Steel: 200 + Plastic: 300 + Glass: 500 diff --git a/Resources/Prototypes/_CorvaxNext/Research/Disciplines/equipment_disciplines.yml b/Resources/Prototypes/_CorvaxNext/Research/Disciplines/equipment_disciplines.yml index 35bb576f303..cd1eec64cdd 100644 --- a/Resources/Prototypes/_CorvaxNext/Research/Disciplines/equipment_disciplines.yml +++ b/Resources/Prototypes/_CorvaxNext/Research/Disciplines/equipment_disciplines.yml @@ -1,3 +1,13 @@ +- type: techDiscipline + id: IntegratedHUDs + name: next-research-discipline-equipment + color: "#7ecd48" + icon: + sprite: _CorvaxNext/Interface/Misc/research_disciplines.rsi + state: equipment + tierPrerequisites: + 1: 0 + - type: techDiscipline id: MagneticBoots name: next-research-discipline-equipment diff --git a/Resources/Prototypes/_CorvaxNext/Research/equipment.yml b/Resources/Prototypes/_CorvaxNext/Research/equipment.yml index c904f317409..d3ffda7edd9 100644 --- a/Resources/Prototypes/_CorvaxNext/Research/equipment.yml +++ b/Resources/Prototypes/_CorvaxNext/Research/equipment.yml @@ -1,3 +1,21 @@ +- type: technology + id: IntegratedHUDs + name: next-research-technology-integrated-huds + icon: + sprite: Clothing/Eyes/Hud/diag.rsi + state: icon + discipline: IntegratedHUDs + tier: 1 + cost: 1500 + recipeUnlocks: + - ClothingEyesHudSecurity + - ClothingEyesGlassesChemical + - ClothingEyesHudDiagnostic + technologyPrerequisites: + - Security + - Chemistry + - Robotics + - type: technology id: MagneticBoots name: next-research-technology-magnetic-boots diff --git a/Resources/Prototypes/_CorvaxNext/Research/medical.yml b/Resources/Prototypes/_CorvaxNext/Research/medical.yml index af7b4f7b767..d3c38743554 100644 --- a/Resources/Prototypes/_CorvaxNext/Research/medical.yml +++ b/Resources/Prototypes/_CorvaxNext/Research/medical.yml @@ -66,7 +66,6 @@ - Jug - PillCanister - ChemistryEmptyBottle01 - - ClothingEyesGlassesChemical - Syringe - type: technology diff --git a/Resources/Prototypes/_CorvaxNext/Research/robotics.yml b/Resources/Prototypes/_CorvaxNext/Research/robotics.yml index a39810fc255..26046560008 100644 --- a/Resources/Prototypes/_CorvaxNext/Research/robotics.yml +++ b/Resources/Prototypes/_CorvaxNext/Research/robotics.yml @@ -6,10 +6,10 @@ state: drone discipline: Robotics tier: 1 - cost: 2000 + cost: 1500 recipeUnlocks: - ProximitySensor -# - PersonalAI # TODO: Add + - PersonalAI - type: technology id: RoboticsAdvanced diff --git a/Resources/Prototypes/_CorvaxNext/Research/security.yml b/Resources/Prototypes/_CorvaxNext/Research/security.yml index f3916aa3d1d..654f075aab4 100644 --- a/Resources/Prototypes/_CorvaxNext/Research/security.yml +++ b/Resources/Prototypes/_CorvaxNext/Research/security.yml @@ -8,7 +8,6 @@ tier: 1 cost: 3500 recipeUnlocks: - - ClothingEyesHudSecurity - Stunbaton - CombatKnife - Flash