ID #300375
Card
One-Eye Dollocaris Card
Buy Price: N/A
Sell Price: N/A
Decreases damage taken from Neutral element attacks by 20%.
_______________________
Up to max +11 Refine Level:
Decreases Magical Damage with Shadow, Holy, Ghost and Neutral element by 25%.
_______________________
Refine Level +12:
Increases Magical Damage with Shadow, Holy, Ghost and Neutral element by 25%.
_______________________
When Armor Level of compounded equipment is 2:
Increases Magical Damage with Shadow, Holy, Ghost and Neutral element by 8%.
_______________________
Type: Card
Compound on: Shoes
Weight: 1
_______________________
Up to max +11 Refine Level:
Decreases Magical Damage with Shadow, Holy, Ghost and Neutral element by 25%.
_______________________
Refine Level +12:
Increases Magical Damage with Shadow, Holy, Ghost and Neutral element by 25%.
_______________________
When Armor Level of compounded equipment is 2:
Increases Magical Damage with Shadow, Holy, Ghost and Neutral element by 8%.
_______________________
Type: Card
Compound on: Shoes
Weight: 1
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Card
Weight
10
Item Flags
Drop Effect
Yes
Scripts
Script bonus2 bSubEle,Ele_Neutral,20; .@r = getrefine(); .@rate = ((getrefine() < 12) ? -25 : 25); if (getequiparmorlv() == 2) { .@rate += 8; } bonus2 bMagicAtkEle,Ele_Dark,.@rate; bonus2 bMagicAtkEle,Ele_Holy,.@rate; bonus2 bMagicAtkEle,Ele_Ghost,.@rate; bonus2 bMagicAtkEle,Ele_Neutral,.@rate;
bonus2 bSubEle,Ele_Neutral,20;
.@r = getrefine();
.@rate = ((getrefine() < 12) ? -25 : 25);
if (getequiparmorlv() == 2) {
.@rate += 8;
}
bonus2 bMagicAtkEle,Ele_Dark,.@rate;
bonus2 bMagicAtkEle,Ele_Holy,.@rate;
bonus2 bMagicAtkEle,Ele_Ghost,.@rate;
bonus2 bMagicAtkEle,Ele_Neutral,.@rate;