-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Визор оперативников для пилотов МЕХа (#769)
* Sunrise weapon: small rebalance * NukeMechDiagnosticHUD * meta --------- Co-authored-by: Your Name <[email protected]>
- Loading branch information
1 parent
02bab1e
commit d79a6b3
Showing
10 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/eyes/hud.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
3 changes: 3 additions & 0 deletions
3
Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/eyes/hud.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
ent-ClothingEyesUniversalMedicalHud = универсальный медицинский визор | ||
.desc = Дисплей, сочетающий в себе преимущества медицинского сканера и очков для химического анализа. | ||
ent-ClothingEyesHudSyndicateMech = визор МЕХ-пилота синдиката | ||
.desc = Профессиональный визор анализирующий в реальном времени состояние МЕХа. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+306 Bytes
Resources/Textures/_Sunrise/Clothing/Eyes/Hud/syndmech.rsi/equipped-EYES.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+486 Bytes
Resources/Textures/_Sunrise/Clothing/Eyes/Hud/syndmech.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+374 Bytes
Resources/Textures/_Sunrise/Clothing/Eyes/Hud/syndmech.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+381 Bytes
Resources/Textures/_Sunrise/Clothing/Eyes/Hud/syndmech.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/_Sunrise/Clothing/Eyes/Hud/syndmech.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |