Moubootaur Legends

Tonori Delight - Item DB

Tonori Delight | 571

A treat exquisite.

Heal 8%-14% HP, 32-96 MP
ID 571
type IT_HEALING
weight 2
delay 500

Mobs that drop this item:

No Monsters drop this item.

ID for use in Discord:
Expert View

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 JSON
ID 571
aegisName TonoriDelight
Script

Script to execute when the item is used/equipped.

@type = 3;
@rarity=2;
.@val=rand(32,96);
if (.@val > 64)
	.@val=rand(32,96);
itemheal 0, .@val;
callfunc("SC_Bonus", 10, SC_ATTHASTE_POTION1, 3);
doevent "rand_sc_heal::OnUse";