Skip to content

Commit

Permalink
Make Sensitive Eyes strain aligned to the resource bar and move last …
Browse files Browse the repository at this point in the history
…level from end to one bit before
  • Loading branch information
Alluysl committed May 29, 2021
1 parent 176f3c1 commit b8f95b8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"strain": {
"type": "origins:resource",
"min": 0,
"max": 240,
"max": 210,
"start_value": 0,
"hud_render": {
"should_render": true,
Expand Down Expand Up @@ -187,7 +187,7 @@
"type": "origins:resource",
"resource": "alluyslorigins:sensitive_eyes_strain",
"comparison": ">=",
"compare_to": 240
"compare_to": 180
}
},

Expand Down Expand Up @@ -229,7 +229,7 @@
"type": "origins:resource",
"resource": "alluyslorigins:sensitive_eyes_strain",
"comparison": "<",
"compare_to": 240
"compare_to": 180
}
]
}
Expand All @@ -242,7 +242,7 @@
"type": "origins:resource",
"resource": "alluyslorigins:sensitive_eyes_strain",
"comparison": ">=",
"compare_to": 240
"compare_to": 180
}
}
}

0 comments on commit b8f95b8

Please sign in to comment.