
RENEWAL / ITEMS
Gray Icewind Card
#300457Card
Grey_Icewind_Card
TypeCard
Card placementFootgear
Weight1
Buy price0 z
Sell price0 z
Card illustration
Description
ATK + 5%.
------------------------
Reduces Variable Casting Time by 5%.
------------------------
Increases SP consumption of skills by 7%.
------------------------
When Armor Level is 2, POW + 3, CON + 3, reduces Variable Casting Time by 3%.
------------------------
Set Bonus:
Grey Icewind Card
Copo Card
Increases physical damage against large size monsters by 10%.
For every 2 refine levels, increases physical damage against large size monsters by additional 3%.
------------------------
Class : Card
Compound on : Shoes
Weight : 1
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Card placement
- Footgear
- Trade
Item effect script
bonus bVariableCastrate,-5;
bonus bUseSPrate,7;
bonus bAtkRate,5;
if (getequiparmorlv()==2) {
bonus bVariableCastrate,-3;
bonus bPow,3;
bonus bCon,3;
}