A treat exquisite.
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 | 571 |
aegisName ❔ | TonoriDelight |
Script to execute when the item is used/equipped.
@type = 3;
@rarity=2;
.@val=rand(16,48);
if (.@val > 32)
.@val=rand(16,48);
itemheal 0, .@val;
doevent "rand_sc_heal::OnUse";