
RENEWAL / ITEMS
Icewind's Egg Card
#300456Card
Icewind_Egg_Card
TypeCard
Card placementHeadgear
Weight1
Buy price0 z
Sell price0 z
Card illustration
Description
Reduces After Cast Delay by 3%.
------------------------
When refine level is +10 or higher, reduces After Cast Delay by additional 2%.
------------------------
When Armor Level is 2, reduces After Cast Delay by additional 2%.
------------------------
Set Bonus:
Icewind Egg Card
Copo Card
Reduces Variable Casting Time by 5%.
------------------------
Class : Card
Compound on : Headgear
Weight : 1
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Card placement
- Headgear
- Trade
Item effect script
bonus bDelayrate,-3;
if (getrefine()>=10) {
bonus bDelayrate,-2;
if (getequiparmorlv()==2) {
bonus bDelayrate,-2;
}
}