Skip to content

Commit

Permalink
Визор оперативников для пилотов МЕХа (#769)
Browse files Browse the repository at this point in the history
* Sunrise weapon: small rebalance

* NukeMechDiagnosticHUD

* meta

---------

Co-authored-by: Your Name <[email protected]>
  • Loading branch information
KaiserMaus and Your Name authored Dec 3, 2024
1 parent 02bab1e commit d79a6b3
Show file tree
Hide file tree
Showing 10 changed files with 70 additions and 0 deletions.
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
}
]
}

0 comments on commit d79a6b3

Please sign in to comment.