forked from space-syndicate/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #103 from Evrozor/visors
Визоры
- Loading branch information
Showing
12 changed files
with
155 additions
and
3 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
Resources/Prototypes/Andromeda/Evrozor's Prototypes/Clothing/med_solution_hud.yml
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,21 @@ | ||
- type: entity | ||
parent: ClothingEyesBase | ||
id: ClothingEyesHudMedSol | ||
suffix: Андромеда | ||
name: медицинский хим визор | ||
description: Окуляр с индикатором на стекле, который сканирует гуманоидов в поле зрения и предоставляет точные данные о состоянии их здоровья. Со встроеным химическим анализатором. | ||
components: | ||
- type: Sprite | ||
sprite: Andromeda/Evrozor/Clothing/medsol.rsi | ||
- type: Clothing | ||
sprite: Andromeda/Evrozor/Clothing/medsol.rsi | ||
- type: SolutionScanner | ||
- type: ShowHealthBars | ||
damageContainers: | ||
- Biological | ||
- type: ShowHealthIcons | ||
damageContainers: | ||
- Biological | ||
- type: Construction | ||
graph: HudMedSol | ||
node: medsolHud |
73 changes: 73 additions & 0 deletions
73
Resources/Prototypes/Andromeda/Evrozor's Prototypes/Recipes/recipes.yml
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,73 @@ | ||
- type: constructionGraph | ||
id: HudMedSol | ||
start: start | ||
graph: | ||
- node: start | ||
edges: | ||
- to: medsolHud | ||
steps: | ||
- tag: HudMedical | ||
name: medical hud | ||
icon: | ||
sprite: Clothing/Eyes/Hud/med.rsi | ||
state: icon | ||
doAfter: 5 | ||
- tag: HudChemical | ||
name: chemical analysis goggles | ||
icon: | ||
sprite: Clothing/Eyes/Glasses/science.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: medsolHud | ||
entity: ClothingEyesHudMedSol | ||
|
||
- type: construction | ||
name: медицинский хим визор | ||
id: ClothingEyesHudMedSol | ||
graph: HudMedSol | ||
startNode: start | ||
targetNode: medsolHud | ||
category: construction-category-clothing | ||
description: Два визора, соединенные руками. | ||
icon: { sprite: Andromeda/Evrozor/Clothing/medsol.rsi, state: icon } | ||
objectType: Item | ||
|
||
|
||
- type: latheRecipe | ||
id: ClothingEyesHudMedical | ||
result: ClothingEyesHudMedical | ||
completetime: 2 | ||
materials: | ||
Steel: 150 | ||
Plastic: 200 | ||
Glass: 300 | ||
|
||
- type: latheRecipe | ||
id: RadioHandheld | ||
result: RadioHandheld | ||
completetime: 2 | ||
materials: | ||
Steel: 100 | ||
Plastic: 200 | ||
Glass: 100 |
13 changes: 13 additions & 0 deletions
13
Resources/Prototypes/Andromeda/Evrozor's Prototypes/research.yml
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,13 @@ | ||
- type: technology | ||
id: Huds | ||
name: Окулярная технология | ||
icon: | ||
sprite: Clothing/Eyes/Hud/med.rsi | ||
state: icon | ||
discipline: CivilianServices | ||
tier: 1 | ||
cost: 5000 | ||
recipeUnlocks: | ||
- ClothingEyesHudMedical | ||
- ClothingEyesHudSecurity | ||
- ClothingEyesGlassesChemical |
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
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
+433 Bytes
Resources/Textures/Andromeda/Evrozor/Clothing/medsol.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.
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
+421 Bytes
Resources/Textures/Andromeda/Evrozor/Clothing/medsol.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
+443 Bytes
Resources/Textures/Andromeda/Evrozor/Clothing/medsol.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/Andromeda/Evrozor/Clothing/medsol.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": "Sprite by s6766, code by Evrozor for Andromeda-13", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "equipped-EYES", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |