A chocolate bar, you can easily place it in your pocket! Don't forget it when you want to wash your pants!
No Monsters drop this item.
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 | 625 |
aegisName ❔ | SmallChocolateBar |
Script to execute when the item is used/equipped.
if ($@SEASON == WINTER) {
callfunc("ItHeal", 2, 700, 1500);
} else {
callfunc("ItHeal", 2, 70, 150);
}