Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Визор оперативников для пилотов МЕХа #769

Merged
merged 9 commits into from
Dec 3, 2024
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
ent-ClothingEyesUniversalMedicalHud = universal medical hud
.desc = A heads-up display that combines the advantages of a medical scanner and chemical analysis glasses.

ent-ClothingEyesHudSyndicateMech = syndicate Mech pilot visor
.desc = The syndicate Mech pilote`s professional head-up display, designed for quick diagnosis of their Mech's status.
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
ent-ClothingEyesUniversalMedicalHud = универсальный медицинский визор
.desc = Дисплей, сочетающий в себе преимущества медицинского сканера и очков для химического анализа.

ent-ClothingEyesHudSyndicateMech = визор МЕХ-пилота синдиката
.desc = Профессиональный визор анализирующий в реальном времени состояние МЕХа.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ uplink-music-boombox-desc = Содержит бумбокс синдиката

uplink-syndie-nvd-name = ПНВ Синдиката
uplink-syndie-nvd-desc = Качественно исполненый прибор ночного видения, производства компании "Горлакс секьюрити", использует красные линзы для улучшения видимости в условиях низкой освещенности.
uplink-syndie-diagnostic-hud-name = визор МЕХ-пилота синдиката
uplink-syndie-diagnostic-hud-desc = Профессиональный визор анализирующий в реальном времени состояние МЕХа.
uplink-clothing-backpack-syndie-name = Рюкзак Синдиката
uplink-hardsuit-syndie-commander-name = скафандр Командира Синдиката
uplink-hardsuit-syndie-commander-desc = Скафандр предназначеный для командиров отрядов Горлекса.
Expand Down
19 changes: 19 additions & 0 deletions Resources/Prototypes/_Sunrise/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,25 @@
categories:
- UplinkWearables

- type: listing
id: UplinkClothingEyesHudSyndicateMech
name: uplink-syndie-diagnostic-hud-name
description: uplink-syndie-diagnostic-hud-desc
icon: { sprite: /Textures/_Sunrise/Clothing/Eyes/Hud/syndmech.rsi, state: icon }
productEntity: ClothingEyesHudSyndicateMech
discountCategory: rareDiscounts
discountDownTo:
Telecrystal: 2
cost:
Telecrystal: 3
categories:
- UplinkWearables
conditions:
- !type:StoreWhitelistCondition
whitelist:
tags:
- NukeOpsUplink

# For the Buldog
- type: listing
id: UplinkMagazineShotgun
Expand Down
17 changes: 17 additions & 0 deletions Resources/Prototypes/_Sunrise/Entities/Clothing/Eyes/hud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,20 @@
- type: Tag
tags:
- HudMedical

- type: entity
parent: [ClothingEyesBase, ShowSecurityIcons, BaseSyndicateContraband]
id: ClothingEyesHudSyndicateMech
name: syndicate Mech pilot visor
description: The syndicate Mech pilote`s professional head-up display, designed for quick diagnosis of their Mech's status.
components:
- type: Sprite
sprite: _Sunrise/Clothing/Eyes/Hud/syndmech.rsi
- type: Clothing
sprite: _Sunrise/Clothing/Eyes/Hud/syndmech.rsi
- type: ShowSyndicateIcons
- type: ShowHealthBars
damageContainers:
- Inorganic
- Silicon
- Mech # Sunrise-edit
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprited by discord:@mishutka09 Resprited by KaiserMaus",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-EYES",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading