Buff glasses vision correction (#5782)

An optometrist has been hired by NT
This commit is contained in:
Astra 2026-05-07 02:41:51 +02:00 committed by GitHub
parent 532db49113
commit cafa5eed69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 9 additions and 4 deletions

View File

@ -82,6 +82,7 @@
- type: Clothing
sprite: Clothing/Eyes/Glasses/glasses.rsi
- type: VisionCorrection
correctionPower: 8 # Delta-V (was default value, 2)
- type: Tag
tags:
- HamsterWearable
@ -112,6 +113,7 @@
- type: Clothing
sprite: Clothing/Eyes/Glasses/jamjar.rsi
- type: VisionCorrection
correctionPower: 8 # Delta-V (was default value, 2)
- type: Tag
tags:
- HamsterWearable
@ -128,6 +130,7 @@
- type: Clothing
sprite: Clothing/Eyes/Glasses/outlawglasses.rsi
- type: VisionCorrection
correctionPower: 8 # Delta-V (was default value, 2)
- type: IdentityBlocker
- type: StaticPrice
price: 500

View File

@ -52,7 +52,7 @@
- type: EyeProtection
protectionTime: 5
- type: VisionCorrection
correctionPower: 1.50 # Being flash proof comes at the cost of less range of vision
correctionPower: 2 # Being flash proof comes at the cost of less range of vision
- type: IdentityBlocker
coverage: EYES

View File

@ -12,7 +12,7 @@
graph: PrescriptionMedHud
node: prescmedhud
- type: VisionCorrection
correctionPower: 1.75 # The hud part decreases efficiency
correctionPower: 2.5 # The hud part decreases efficiency
- type: entity
parent: ClothingEyesHudSecurity
@ -28,7 +28,7 @@
graph: PrescriptionSecHud
node: prescsechud
- type: VisionCorrection
correctionPower: 1.75 # The hud part decreases efficiency
correctionPower: 2.5 # The hud part decreases efficiency
- type: entity
parent: ClothingEyesHudDiagnostic
@ -59,7 +59,7 @@
graph: PrescriptionDiagHud
node: prescdiaghud
- type: VisionCorrection
correctionPower: 1.75 # The hud part decreases efficiency
correctionPower: 2.5 # The hud part decreases efficiency
# ERT

View File

@ -21,6 +21,7 @@
- type: Clothing
sprite: Clothing/Eyes/Glasses/glasses.rsi
- type: VisionCorrection
correctionPower: 8 # Delta-V (was default value, 2)
- type: TelegnosisPower
- type: entity

View File

@ -10,3 +10,4 @@
sprite: _NF/Clothing/Eyes/Glasses/pilot.rsi
- type: HandheldGPS
- type: VisionCorrection
correctionPower: 8 # Delta-V (was default value, 2)