- Spin the wheel and you must do that exercise.
- Determine the amount you have to do that exercise by multiplying your deaths by the number shown in your wheel.
- Then apply the special conditions as shown in the chart below
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rateofSpeed = 1; | |
clockStartTime = thisComp.layer("Timer Duration").effect("Duration")("Slider")*60; | |
function addZero(n) { | |
if(n<10) { return "0" + n } else { return n; } | |
} | |
function noZero(n) { | |
if(n > 0) { return n+":" } else { return "";} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Discord Username: | |
/[a-zA-Z\d]{1,32}#\d\d\d\d/g | |
Take in specific web address | |
(https:\/\/|www\.|https:\/\/www\.)(DOMAIN\.TLD\d{1,7}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################ | |
# +------------------------------------------------------+ # | |
# | Notes | # | |
# +------------------------------------------------------+ # | |
############################################################ | |
# If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI. | |
# If you receive an error when Essentials loads, ensure that: | |
# - No tabs are present: YAML only allows spaces | |
# - Indents are correct: YAML hierarchy is based entirely on indentation |