0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #19380 Armor

Floating Ball

Buy Price: N/A Sell Price: N/A
A mysterious Yin Yang ball that floats.
It has the power of the two contradictory energies.
_______________________
MATK +35
_______________________
Increases Magical Damage against monsters of Boss class by 2%.
_______________________
Base DEX at least 90:
MATK +70
Increases Magical Damage against monsters of Boss class by additional 3%.
_______________________
Base DEX at least 125:
MATK +140
Increases Magical Damage against monsters of Boss class by additional 5%.
_______________________
Type: Headgear
Defense: 0
Position: Middle
Weight: 20
Armor Level: 1
Refineable: No
_______________________
Requirement:
Base Level 100

Basic Information

Armor
200

Requirements

1
100

Scripts

bonus bMatk,35; bonus2 bMagicAddClass,Class_Boss,2; if (readparam(bDex)>=90) { bonus bMatk,70; bonus2 bMagicAddClass,Class_Boss,3; } if (readparam(bDex)>=125) { bonus bMatk,140; bonus2 bMagicAddClass,Class_Boss,5; }
bonus bMatk,35;
bonus2 bMagicAddClass,Class_Boss,2;
if (readparam(bDex)>=90) {
   bonus bMatk,70;
   bonus2 bMagicAddClass,Class_Boss,3;
}
if (readparam(bDex)>=125) {
   bonus bMatk,140;
   bonus2 bMagicAddClass,Class_Boss,5;
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.