Ice Gangu Card

Item ID 300359 Name Ice Gangu Card
MATK +10, S.MATK +1
_______________________
Increases Magical Damage with Water element by 4%.
Increases SP Consumption by 7%.
_______________________
Refine Level +9:
Increases Magical Damage with Water element by additional 3%.
_______________________
Refine Level +11:
Decreases Variable Casting Time by 5%.
_______________________
Type: Card
Compound on: Headgear
Weight: 1
Weapon Level 0 Identifier Ice_Gangu_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 bMatk,10;
bonus bSMatk,1;
bonus2 bMagicAtkEle,Ele_Water,4;
bonus bUseSPrate,7;
.@r = getrefine();
if (.@r >= 9) {
  bonus2 bMagicAtkEle,Ele_Water,3;
}
if (.@r >= 11) {
  bonus bVariableCastrate,-5;
}

Set Script
Ice Straw Card
Ice Gangu Card
bonus bMatkRate,10;