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 #19249 Armor

Spell Circuit [1]

Buy Price: N/A Sell Price: N/A
The magic circle that imaged the property.
It feels like you can use a powerful magic just to wear it.
_______________________
For each 2 Refine Levels:
MATK +20
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases Magical Damage with Neutral and Shadow element by 10%.
_______________________
Refine Level +11:
Increases Magical Damage with Water, Wind, Earth and Fire element by 10%.
_______________________
For each Refine Level above +10:
Decreases Fixed Casting Time by 0.1 second (up to +15).
_______________________
When equipped with Mental Stick:
Every 2 Refine Level of Mental Stick:
Increases damage of Psychic Wave by 5%.
_______________________
When equipped with Kronos:
Every 2 Refine Level of Kronos
Increases damage of Hell Inferno by 10%.
_______________________
When equipped with Mikatsuki or Raksasa Dagger:
Decreases Variable Casting Time as percent equal to Refine Level of Mikatsuki or Raksasa Dagger.
_______________________
Every 2 Refine Level of Mikatsuki or Raksasa Dagger:
Increases damage of Flaming Petals, Freezing Spear and Wind Blade by 5%.
_______________________
Type: Headgear
Defense: 0
Position: Upper
Weight: 10
Armor Level: 1
_______________________
Requirement: None

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Armor
100

Requirements

1

Scripts

.@r = getrefine(); bonus bMatk,(.@r/2)*20; if (.@r>6) { bonus bVariableCastrate,-10; } if (.@r>8) { bonus2 bMagicAtkEle,Ele_Dark,10; bonus2 bMagicAtkEle,Ele_Neutral,10; } if (.@r>10) { bonus2 bMagicAtkEle,Ele_Water,10; bonus2 bMagicAtkEle,Ele_Wind,10; bonus2 bMagicAtkEle,Ele_Earth,10; bonus2 bMagicAtkEle,Ele_Fire,10; } .@val = max(min(.@r-15,5),0); bonus bFixedCast,-.@val*100;
.@r = getrefine();
bonus bMatk,(.@r/2)*20;
if (.@r>6) {
   bonus bVariableCastrate,-10;
}
if (.@r>8) {
   bonus2 bMagicAtkEle,Ele_Dark,10;
   bonus2 bMagicAtkEle,Ele_Neutral,10;
}
if (.@r>10) {
   bonus2 bMagicAtkEle,Ele_Water,10;
   bonus2 bMagicAtkEle,Ele_Wind,10;
   bonus2 bMagicAtkEle,Ele_Earth,10;
   bonus2 bMagicAtkEle,Ele_Fire,10;
}
.@val = max(min(.@r-15,5),0);
bonus bFixedCast,-.@val*100;
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.