case12:{//Label for setting the lowest EP where voltage is allowed.
return"Lowest EP to use Voltage:"
return"Use voltage until: "
}break;
case13:{//Label for setting the total amount of voltage the calculator may consume.
return"Max Voltage to consume:"
return"Max Voltage to use:"
}break;
case14:{//Label for setting the Starting EP amount.
return"Starting EP:"
@ -67,6 +67,15 @@ const MAXSTEPS= 10000
case16:{//The text for the button users click to run the calculator.
return"Calculate"
}break;
case19:{//Tip: Here's the Light on EX or Synchrogazer on Hard/EX difficulty are some of the highest scoring songs you can pick.
return"Here's the Light on EX or Synchrogazer on Hard/EX difficulty are some of the highest scoring songs you can pick."
}break;
case20:{//Tip: When you get close to the score you need in Free Live, purposely fail the song. Notes are worth 10% their normal value when you have 0 health so you can finish easily.
return"When you get close to the score you need in Free Live, purposely fail the song. Notes are worth 10% their normal value when you have 0 health so you can finish easily."
}break;
case21:{//Tip: The "Flexible Team" option gives you the fastest park, but at the expense of more voltage.
return"The <b>\"Flexible Team\"</b> option gives you the fastest park, but at the expense of more voltage."
}break;
case"%INITIAL%":{//This message is the first thing to display for a normal calculation.