Skip to content

Commit

Permalink
transmutation into diagnostic hud
Browse files Browse the repository at this point in the history
  • Loading branch information
ArZarLordOfMango committed Sep 21, 2024
1 parent 72851b6 commit 860f24f
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 81 deletions.
38 changes: 0 additions & 38 deletions Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,41 +265,3 @@
- type: Clothing
sprite: Clothing/Eyes/Glasses/ninjavisor.rsi
- type: FlashImmunity

- type: entity
parent: [ClothingEyesBase, BaseToggleClothing]
id: ClothingEyesVisorCamera
name: camera visor
description: Advanced visor which displays camera view ranges. Useful for working with the Station AI.
components:
- type: Sprite
sprite: Clothing/Eyes/Glasses/camera.rsi
layers:
- state: icon
map: [ "enum.ToggleVisuals.Layer" ]
- type: Clothing
sprite: Clothing/Eyes/Glasses/camera.rsi
- type: IdentityBlocker
coverage: EYES
- type: ToggleClothing
action: ActionToggleVisorCamera
disableOnUnequip: true
- type: ComponentToggler
parent: true
components:
- type: StationAiOverlay
- type: Appearance
- type: GenericVisualizer
visuals:
enum.ToggleVisuals.Toggled:
enum.ToggleVisuals.Layer:
True: {state: icon-on}
False: {state: icon}

- type: entity
id: ActionToggleVisorCamera
name: Toggle camera visor
description: Toggles the camera visor on and off.
components:
- type: InstantAction
event: !type:ToggleActionEvent
21 changes: 18 additions & 3 deletions Resources/Prototypes/Entities/Clothing/Eyes/hud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,22 @@
- Biological

- type: entity
parent: ClothingEyesBase
parent: [ClothingEyesBase, BaseToggleClothing]
id: ClothingEyesHudDiagnostic
name: diagnostic hud
description: A heads-up display capable of analyzing the integrity and status of robotics and exosuits. Made out of see-borg-ium.
description: A heads-up display capable of analyzing the integrity and status of robotics and exosuits. Made out of see-borg-ium. Has a camera mod to work with Station AI.
components:
- type: Sprite
sprite: Clothing/Eyes/Hud/diag.rsi
- type: Clothing
sprite: Clothing/Eyes/Hud/diag.rsi
- type: ToggleClothing
action: ActionToggleHudDiagnosticCamera
disableOnUnequip: true
- type: ComponentToggler
parent: true
components:
- type: StationAiOverlay
- type: ShowHealthBars
damageContainers:
- Inorganic
Expand All @@ -38,7 +45,7 @@
parent: [ClothingEyesBase, ShowMedicalIcons]
id: ClothingEyesHudMedical
name: medical hud
description: A heads-up display that scans the humanoids in view and provides accurate data about their health status.
description: A heads-up display that scans the humas in view and provides accurate data about their health status.
components:
- type: Sprite
sprite: Clothing/Eyes/Hud/med.rsi
Expand Down Expand Up @@ -294,3 +301,11 @@
parent: [ClothingEyesEyepatchHudDiag, ClothingHeadEyeBaseFlipped]
id: ClothingEyesEyepatchHudDiagFlipped
name: diagnostic hud eyepatch

- type: entity
id: ActionToggleHudDiagnosticCamera
name: Toggle camera mod
description: Toggles the camera mod on and off.
components:
- type: InstantAction
event: !type:ToggleActionEvent
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@
- TorsoBorgService
dynamicRecipes:
- ProximitySensor
- ClothingEyesVisorCamera
- ClothingEyesHudDiagnostic
- BorgModuleLightReplacer
- BorgModuleAdvancedCleaning
- BorgModuleMining
Expand Down
10 changes: 5 additions & 5 deletions Resources/Prototypes/Recipes/Lathes/robotics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@

- type: latheRecipe
parent: BaseRoboticsRecipe
id: ClothingEyesVisorCamera
result: ClothingEyesVisorCamera
id: ClothingEyesHudDiagnostic
result: ClothingEyesHudDiagnostic
materials:
Steel: 300
Plastic: 200
Glass: 500
Steel: 200
Plastic: 100
Glass: 300

- type: latheRecipe
parent: BaseRoboticsRecipe
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Research/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
recipeUnlocks:
- ProximitySensor
- ExosuitFabricatorMachineCircuitboard
- ClothingEyesVisorCamera
- ClothingEyesHudDiagnostic

- type: technology
id: BasicAnomalousResearch
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
33 changes: 0 additions & 33 deletions Resources/Textures/Clothing/Eyes/Glasses/camera.rsi/meta.json

This file was deleted.

Binary file not shown.

0 comments on commit 860f24f

Please sign in to comment.