
RENEWAL / ITEMS
Ultra Limacina Card
#300377Card
Ultra_Limacina_Card
TypeCard
Card placementHeadgear
Weight1
Buy price0 z
Sell price0 z
Card illustration
Description
ATK +5%, MATK +5%
------------------------
Per 3 refine level,
P.ATK +2, S.MATK +2
------------------------
When headgear refined to +11 or higher,
Reduce Fixed Casting Time by 0.5 seconds.
------------------------
Class : Card
Compound on : Headgear
Weight : 1
Item details
- Card placement
- Headgear
- Trade
Item effect 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;
}