Skip to content

Commit 0f94e07

Browse files
authored
Merge pull request #36 from AlFasGD/guideline-color-information
Disclose unexpected behavior information
2 parents 58d3d86 + 089f1fa commit 0f94e07

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/resources/client/level-components/guideline-string.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ The valid supported color values are the following:
3030
| 0.9 | yellow |
3131
| 1.0 | green |
3232

33-
***Undisclosed Information***
33+
***Unexpected Behavior Information***
3434

35-
Values less than 1, that do not match any of the aforementioned values, will result in a transparent guideline, whereas values greater than 1 will result in a green guideline.
35+
- A color value of 0 will result in an orange guideline.
36+
- Color values less than 0.8 will result in a transparent guideline.
37+
- Color values above 0.8 that do not match the yellow or the green guideline color values will result in an orange guideline.
3638

3739
### Trivia
3840
- A number of guidelines with color value 0.7 were found in Blast Processing, which are all transparent.

0 commit comments

Comments
 (0)