Ultra Limacina Card

Item ID 300377 Name Ultra Limacina Card
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
Weapon Level 0 Identifier Ultra_Limacina_Card
Attack 0 Type Card
MATK 0 Equip Locations Upper/Mid/Lower Headgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 1 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item 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;
}