Moubootaur Legends

Golden Apple - Item DB

Golden Apple | 554

A golden apple. Taken from a tree of many fruits from a distant world.

Temporary Regeneration Effect
ID 554
type IT_HEALING
weight 7
delay 500

Mobs that drop this item:

Monster Drop Chances
Tipiu 0.1%
Golden Scorpion 0.04%
Andrei Sakar 1%
Hooded Assassin 0.05%
Whirly Bird 0.1%
Demure First Form 1%
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 554
aegisName GoldenApple
Script

Script to execute when the item is used/equipped.

@bleedio=max(gettimetick(2), @bleedio)+300;
@delay = rand(30,90);
@type = 4;
@rarity=6;
doevent "rand_sc_heal::OnUse";