Skip to content

Commit

Permalink
HUD очки сб (#73)
Browse files Browse the repository at this point in the history
add: HUD очки службы безопасности, совмещают функции солнцезащитных очков и визор СБ.
tweak: ГСБ теперь спавнится с HUD очками СБ
  • Loading branch information
Yuoko authored Dec 5, 2023
1 parent d9c5354 commit 01bbb65
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-ClothingEyesHUDGlassesSecurity = солнцезащитные очки охраны с визором
.desc = Улучшенное экранирование блокирует многие вспышки. На стекле виднеются голографические символы. Улучшенная древняя технология?
20 changes: 19 additions & 1 deletion Resources/Prototypes/Ganimed/Entities/Clothing/Eyes/glasses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,22 @@
- WhitelistChameleon
- type: GuideHelp
guides:
- Security
- Security

- type: entity
parent: ClothingEyesBase
id: ClothingEyesHUDGlassesSecurity
name: security HUD sunglasses
description: Improved shielding blocks many flashes. Holographic symbols are visible on the glass. Improved ancient technology?
components:
- type: Sprite
sprite: Clothing/Eyes/Glasses/secglasses.rsi
- type: Clothing
sprite: Clothing/Eyes/Glasses/secglasses.rsi
- type: ShowSecurityIcons
- type: FlashImmunity
- type: EyeProtection
protectionTime: 5
- type: Tag
tags:
- HamsterWearable
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
back: ClothingBackpackHOSFilled
shoes: ClothingShoesBootsCombatFilled
outerClothing: ClothingOuterCoatHoSTrench
eyes: ClothingEyesGlassesSecurity
eyes: ClothingEyesHUDGlassesSecurity
head: ClothingHeadHatBeretHoS
id: HoSPDA
gloves: ClothingHandsGlovesCombat
Expand Down

0 comments on commit 01bbb65

Please sign in to comment.