Skip to content

Commit

Permalink
Update strain.json
Browse files Browse the repository at this point in the history
  • Loading branch information
I-am-Erk committed Apr 13, 2024
1 parent d3e4437 commit 505953c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions data/json/ui/strain.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
"width": 10,
"clauses": [
{
"//0": "To those this may offend,",
"//1": "Sorry.",
"//2": "/* ----- BEGIN: STRAIN LISTING ----- */",
"condition": { "math": [ "u_val('strain') + u_val('strain_burn')", "<=", "u_val('strain_max') / 10 - 1" ] },
"id": "strain_1",
"color": "yellow",
Expand Down Expand Up @@ -69,10 +66,8 @@
"id": "strain_10",
"color": "yellow",
"sym": "=",
"//0": "/* ----- END: STRAIN LISTING ----- */"
},
{
"//0": "/* ----- BEGIN: SEPERATOR LISTING ----- */",
"condition": {
"and": [
{ "not": { "math": [ "u_val('strain') + u_val('strain_burn')", "<=", "u_val('strain_max') / 10 - 1" ] } },
Expand Down Expand Up @@ -181,10 +176,8 @@
"id": "seperator_10",
"color": "white",
"sym": "-",
"//0": "/* ----- END: SEPARATOR LISTING ----- */"
},
{
"//0": "/* ----- BEGIN: BURN LISTING ----- */",
"condition": { "math": [ "u_val('strain_burn')", ">=", "u_val('strain_max') / 10 - 1" ] },
"id": "burn_1",
"color": "red",
Expand Down Expand Up @@ -243,7 +236,6 @@
"id": "burn_10",
"color": "red",
"sym": "#",
"//0": "/* ----- END: BURN LISTING ----- */"
}
],
"default_clause": { "sym": "----------", "color": "white" }
Expand Down

0 comments on commit 505953c

Please sign in to comment.