Buff glasses vision correction (#5782)
An optometrist has been hired by NT
This commit is contained in:
parent
532db49113
commit
cafa5eed69
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -10,3 +10,4 @@
|
|||
sprite: _NF/Clothing/Eyes/Glasses/pilot.rsi
|
||||
- type: HandheldGPS
|
||||
- type: VisionCorrection
|
||||
correctionPower: 8 # Delta-V (was default value, 2)
|
||||
|
|
|
|||
Loading…
Reference in New Issue