medsec hud is no longer a filler (#23934)

* medsec hud

* medsec hud

* fix
This commit is contained in:
icekot8
2024-01-12 02:22:42 +03:00
committed by GitHub
parent 13c91c405c
commit 3d9a6f57ac
4 changed files with 73 additions and 1 deletions

View File

@@ -29,6 +29,9 @@
- type: ShowHealthIcons
damageContainers:
- Biological
- type: Tag
tags:
- HudMedical
- type: entity
parent: ClothingEyesBase
@@ -41,6 +44,9 @@
- type: Clothing
sprite: Clothing/Eyes/Hud/sec.rsi
- type: ShowSecurityIcons
- type: Tag
tags:
- HudSecurity
- type: entity
parent: ClothingEyesBase
@@ -135,13 +141,19 @@
parent: ClothingEyesBase
id: ClothingEyesHudMedSec
name: medsec hud
description: Filler
description: An eye display that looks like a mixture of medical and security huds.
components:
- type: Sprite
sprite: Clothing/Eyes/Hud/medsec.rsi
- type: Clothing
sprite: Clothing/Eyes/Hud/medsec.rsi
- type: Construction
graph: HudMedSec
node: medsecHud
- type: ShowSecurityIcons
- type: ShowHealthBars
damageContainers:
- Biological
- type: entity
parent: ClothingEyesBase

View File

@@ -0,0 +1,43 @@
- type: constructionGraph
id: HudMedSec
start: start
graph:
- node: start
edges:
- to: medsecHud
steps:
- tag: HudMedical
name: medical hud
icon:
sprite: Clothing/Eyes/Hud/med.rsi
state: icon
doAfter: 5
- tag: HudSecurity
name: security hud
icon:
sprite: Clothing/Eyes/Hud/sec.rsi
state: icon
doAfter: 5
- material: Cable
amount: 5
doAfter: 5
- tag: Radio
name: radio
icon:
sprite: Objects/Devices/communication.rsi
state: walkietalkie
doAfter: 5
- tag: CapacitorStockPart
name: capacitor
icon:
sprite: Objects/Misc/stock_parts.rsi
state: capacitor
doAfter: 5
- tag: CapacitorStockPart
name: capacitor
icon:
sprite: Objects/Misc/stock_parts.rsi
state: capacitor
doAfter: 5
- node: medsecHud
entity: ClothingEyesHudMedSec

View File

@@ -62,4 +62,15 @@
category: construction-category-clothing
description: A pair of clown shoes upgraded with banana peels.
icon: { sprite: Clothing/Shoes/Specific/clown_banana.rsi, state: icon }
objectType: Item
- type: construction
name: medsec hud
id: ClothingEyesHudMedSec
graph: HudMedSec
startNode: start
targetNode: medsecHud
category: construction-category-clothing
description: Two huds joined by arms
icon: { sprite: Clothing/Eyes/Hud/medsec.rsi, state: icon }
objectType: Item

View File

@@ -563,6 +563,12 @@
- type: Tag
id: Grenade
- type: Tag
id: HudMedical
- type: Tag
id: HudSecurity
- type: Tag
id: GuideEmbeded