A bottle containing a magical potion, to clean soil from evil sway.
You'd like to see behind the curtain? Then you are here at the right place - lots of data only contributors would normally see.
Open raw JSONID | 613 |
aegisName ❔ | PurificationPotion |
dyeString ❔ | W:#831f2d,f07401,f8cc8b |
keepAfterUse ❔ | true |
Script to execute when the item is used/equipped.
if (!callfunc("usePurificationPotion")) {
sc_start SC_CURSE, 30000, 100;
sc_start SC_POISON, 30000, 100;
dispbottom l("Yuck! I won't drink this!");
}