From b8f95b8cb3d521809e20f98a06c6f64ca03c82aa Mon Sep 17 00:00:00 2001 From: Alluysl Date: Sun, 30 May 2021 01:15:00 +0200 Subject: [PATCH] Make Sensitive Eyes strain aligned to the resource bar and move last level from end to one bit before --- .../data/alluyslorigins/powers/sensitive_eyes.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/data/alluyslorigins/powers/sensitive_eyes.json b/src/main/resources/data/alluyslorigins/powers/sensitive_eyes.json index 7571543..5634821 100644 --- a/src/main/resources/data/alluyslorigins/powers/sensitive_eyes.json +++ b/src/main/resources/data/alluyslorigins/powers/sensitive_eyes.json @@ -21,7 +21,7 @@ "strain": { "type": "origins:resource", "min": 0, - "max": 240, + "max": 210, "start_value": 0, "hud_render": { "should_render": true, @@ -187,7 +187,7 @@ "type": "origins:resource", "resource": "alluyslorigins:sensitive_eyes_strain", "comparison": ">=", - "compare_to": 240 + "compare_to": 180 } }, @@ -229,7 +229,7 @@ "type": "origins:resource", "resource": "alluyslorigins:sensitive_eyes_strain", "comparison": "<", - "compare_to": 240 + "compare_to": 180 } ] } @@ -242,7 +242,7 @@ "type": "origins:resource", "resource": "alluyslorigins:sensitive_eyes_strain", "comparison": ">=", - "compare_to": 240 + "compare_to": 180 } } } \ No newline at end of file