Moubootaur Legends

Mysterious Fruit - Item DB

Mysterious Fruit | 8006

Feel the power growing on you!

Random permanent status raise
ID 8006
type IT_USABLE
weight 10
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 8006
aegisName MysteriousFruit
Script

Script to execute when the item is used/equipped.

.@r=callfunc("rand2", bStr, bLuk);
switch (.@r) {
case bStr:
	STATUSUP_STR+=1;
	break;
case bAgi:
	STATUSUP_AGI+=1;
	break;
case bVit:
	STATUSUP_VIT+=1;
	break;
case bInt:
	STATUSUP_INT+=1;
	break;
case bDex:
	STATUSUP_DEX+=1;
	break;
case bLuk:
	STATUSUP_LUK+=1;
	break;
default: 	getitem callfunc("any", StrengthFruit, AgilityFruit, VitalityFruit, IntelligenceFruit, DexterityFruit, LuckFruit), 1;
	end;
}
statusup2(.@r, 1);