ID #300376
Card
Two-Eye Dollocaris Card
Buy Price: N/A
Sell Price: N/A
DEF +100, RES +50
_______________________
Up to max +11 Refine Level:
MaxHP -30%, ATK -10%, MATK -10%
_______________________
Refine Level +12:
MaxHP +30%, ATK +10%, MATK +10%
_______________________
When Armor Level of compounded equipment is 2:
RES +50
_______________________
Type: Card
Compound on: Armor
Weight: 1
_______________________
Up to max +11 Refine Level:
MaxHP -30%, ATK -10%, MATK -10%
_______________________
Refine Level +12:
MaxHP +30%, ATK +10%, MATK +10%
_______________________
When Armor Level of compounded equipment is 2:
RES +50
_______________________
Type: Card
Compound on: Armor
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 bonus bDef,100; bonus bRes,50; .@r = getrefine(); if (getrefine() < 12) { bonus bMaxHPrate,-30; bonus bAtkRate,-10; bonus bMatkRate,-10; } else { bonus bMaxHPrate,30; bonus bAtkRate,10; bonus bMatkRate,10; } if (getequiparmorlv() == 2) { bonus bRes,50; }
bonus bDef,100;
bonus bRes,50;
.@r = getrefine();
if (getrefine() < 12) {
bonus bMaxHPrate,-30;
bonus bAtkRate,-10;
bonus bMatkRate,-10;
}
else {
bonus bMaxHPrate,30;
bonus bAtkRate,10;
bonus bMatkRate,10;
}
if (getequiparmorlv() == 2) {
bonus bRes,50;
}