Gray Icewind Card

Item ID 300457 Name Gray Icewind Card
ATK +5%
_______________________
Decreases Variable Casting Time by 5%.
Increases SP Consumption by 7%.
_______________________
When Armor Level of compounded equipment is 2:
POW +3, CON +3
Decreases Variable Casting Time by additional 3%.
_______________________
When equipped with Copo Card:
Increases Physical Damage against monsters of Large size by 10%.

For each 2 Refine Levels:
Increases Physical Damage against monsters of Large size by additional 3%.
_______________________
Type: Card
Compound on: Shoes
Weight: 1
Weapon Level 0 Identifier Grey_Icewind_Card
Attack 0 Type Card
MATK 0 Equip Locations Footgear
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 bVariableCastrate,-5;
bonus bUseSPrate,7;
bonus bAtkRate,5;
if (getequiparmorlv()==2) {
   bonus bVariableCastrate,-3;
   bonus bPow,3;
   bonus bCon,3;
}

Set Script
Gray Icewind Card
Copo Card
.@r_shoes = getequiprefinerycnt(EQI_SHOES);
bonus2 bAddSize,Size_Large,10+3*(.@r_shoes/2);