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
|
- type: Clothing
|
||||||
sprite: Clothing/Eyes/Glasses/glasses.rsi
|
sprite: Clothing/Eyes/Glasses/glasses.rsi
|
||||||
- type: VisionCorrection
|
- type: VisionCorrection
|
||||||
|
correctionPower: 8 # Delta-V (was default value, 2)
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- HamsterWearable
|
- HamsterWearable
|
||||||
|
|
@ -112,6 +113,7 @@
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Eyes/Glasses/jamjar.rsi
|
sprite: Clothing/Eyes/Glasses/jamjar.rsi
|
||||||
- type: VisionCorrection
|
- type: VisionCorrection
|
||||||
|
correctionPower: 8 # Delta-V (was default value, 2)
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- HamsterWearable
|
- HamsterWearable
|
||||||
|
|
@ -128,6 +130,7 @@
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Eyes/Glasses/outlawglasses.rsi
|
sprite: Clothing/Eyes/Glasses/outlawglasses.rsi
|
||||||
- type: VisionCorrection
|
- type: VisionCorrection
|
||||||
|
correctionPower: 8 # Delta-V (was default value, 2)
|
||||||
- type: IdentityBlocker
|
- type: IdentityBlocker
|
||||||
- type: StaticPrice
|
- type: StaticPrice
|
||||||
price: 500
|
price: 500
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@
|
||||||
- type: EyeProtection
|
- type: EyeProtection
|
||||||
protectionTime: 5
|
protectionTime: 5
|
||||||
- type: VisionCorrection
|
- 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
|
- type: IdentityBlocker
|
||||||
coverage: EYES
|
coverage: EYES
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
graph: PrescriptionMedHud
|
graph: PrescriptionMedHud
|
||||||
node: prescmedhud
|
node: prescmedhud
|
||||||
- type: VisionCorrection
|
- type: VisionCorrection
|
||||||
correctionPower: 1.75 # The hud part decreases efficiency
|
correctionPower: 2.5 # The hud part decreases efficiency
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingEyesHudSecurity
|
parent: ClothingEyesHudSecurity
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
graph: PrescriptionSecHud
|
graph: PrescriptionSecHud
|
||||||
node: prescsechud
|
node: prescsechud
|
||||||
- type: VisionCorrection
|
- type: VisionCorrection
|
||||||
correctionPower: 1.75 # The hud part decreases efficiency
|
correctionPower: 2.5 # The hud part decreases efficiency
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingEyesHudDiagnostic
|
parent: ClothingEyesHudDiagnostic
|
||||||
|
|
@ -59,7 +59,7 @@
|
||||||
graph: PrescriptionDiagHud
|
graph: PrescriptionDiagHud
|
||||||
node: prescdiaghud
|
node: prescdiaghud
|
||||||
- type: VisionCorrection
|
- type: VisionCorrection
|
||||||
correctionPower: 1.75 # The hud part decreases efficiency
|
correctionPower: 2.5 # The hud part decreases efficiency
|
||||||
|
|
||||||
# ERT
|
# ERT
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Eyes/Glasses/glasses.rsi
|
sprite: Clothing/Eyes/Glasses/glasses.rsi
|
||||||
- type: VisionCorrection
|
- type: VisionCorrection
|
||||||
|
correctionPower: 8 # Delta-V (was default value, 2)
|
||||||
- type: TelegnosisPower
|
- type: TelegnosisPower
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|
|
||||||
|
|
@ -10,3 +10,4 @@
|
||||||
sprite: _NF/Clothing/Eyes/Glasses/pilot.rsi
|
sprite: _NF/Clothing/Eyes/Glasses/pilot.rsi
|
||||||
- type: HandheldGPS
|
- type: HandheldGPS
|
||||||
- type: VisionCorrection
|
- type: VisionCorrection
|
||||||
|
correctionPower: 8 # Delta-V (was default value, 2)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue