Icewind's Egg Card
| Item ID | 300456 | Name | Icewind's Egg Card |
|
Decreases After Skill Delay by 3%.
_______________________ Refine Level +10: Decreases After Skill Delay by additional 2%. _______________________ When Armor Level of compounded equipment is 2: Decreases Variable Casting Time by 5%. _______________________ Type: Card Compound on: Headgear Weight: 1 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Icewind_Egg_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 bDelayrate,-3;
if (getrefine()>=10) {
bonus bDelayrate,-2;
if (getequiparmorlv()==2) {
bonus bDelayrate,-2;
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bVariableCastrate,-5; |