Skip to content

Commit

Permalink
integrated huds
Browse files Browse the repository at this point in the history
  • Loading branch information
PuroSlavKing committed Nov 22, 2024
1 parent 896f7d3 commit b76a0b1
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
next-research-technology-integrated-huds = Интегрированные интерфейсы
next-research-technology-magnetic-boots = Наноразмерный магнитизм
next-research-technology-quantum-magnetic-boots = Квантовый магнитизм
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
- BodyBags
- BiochemicalStasis
# <-- EQUIPMENT -->
- IntegratedHUDs
- MagneticBoots
- QuantumMagneticBoots
# <-- SHUTTLE -->
Expand Down
16 changes: 16 additions & 0 deletions Resources/Prototypes/_CorvaxNext/Recipes/Lathes/robotics.yml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Expand Down
18 changes: 18 additions & 0 deletions Resources/Prototypes/_CorvaxNext/Research/equipment.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion Resources/Prototypes/_CorvaxNext/Research/medical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
- Jug
- PillCanister
- ChemistryEmptyBottle01
- ClothingEyesGlassesChemical
- Syringe

- type: technology
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_CorvaxNext/Research/robotics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
state: drone
discipline: Robotics
tier: 1
cost: 2000
cost: 1500
recipeUnlocks:
- ProximitySensor
# - PersonalAI # TODO: Add
- PersonalAI

- type: technology
id: RoboticsAdvanced
Expand Down
1 change: 0 additions & 1 deletion Resources/Prototypes/_CorvaxNext/Research/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
tier: 1
cost: 3500
recipeUnlocks:
- ClothingEyesHudSecurity
- Stunbaton
- CombatKnife
- Flash
Expand Down

0 comments on commit b76a0b1

Please sign in to comment.