Potion Generator

This chart uses input variables
  • Grade_Select
Result

{%if {$Grade_Select} == "A"%}
Roll on "Potion-A"
{%end%}
{%if {$Grade_Select} == "B"%}
Roll on "Potion-B"
{%end%}
{%if {$Grade_Select} == "C"%}
Roll on "Potion-C"
{%end%}
{%if {$Grade_Select} == "D"%}
Roll on "Potion-D"
{%end%}
{%if {$Grade_Select} == "E"%}
Roll on "Potion-E"
{%end%}
{%if {$Grade_Select} == "F"%}
Roll on "Potion-F"
{%end%}
Roll on "Potion Appearance"