ID #300377
Card
Ultra Limacina Card
Buy Price: N/A
Sell Price: N/A
ATK +5%, MATK +5%
_______________________
For each 3 Refine Levels:
P.ATK +2, S.MATK +2
_______________________
Refine Level +11:
Decreases Fixed Casting Time by 0.5 seconds.
_______________________
Type: Card
Compound on: Headgear
Weight: 1
_______________________
For each 3 Refine Levels:
P.ATK +2, S.MATK +2
_______________________
Refine Level +11:
Decreases Fixed Casting Time by 0.5 seconds.
_______________________
Type: Card
Compound on: Headgear
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 bAtkRate,5; bonus bMatkRate,5; .@r = getrefine(); bonus bPAtk,2*(.@r/3); bonus bSMatk,2*(.@r/3); if (.@r >= 11) { bonus bFixedCast,-500; }
bonus bAtkRate,5;
bonus bMatkRate,5;
.@r = getrefine();
bonus bPAtk,2*(.@r/3);
bonus bSMatk,2*(.@r/3);
if (.@r >= 11) {
bonus bFixedCast,-500;
}