Feel the power growing on you!
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 | 8006 |
aegisName ❔ | MysteriousFruit |
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);