Crow Duke Card
| Item ID | 300268 | Name | Crow Duke Card |
|
MATK +5%
_______________________ Base Level at least 200: Increases Magical Damage with Water and Earth element by 15%. _______________________ When equipped with Crow Baron Card and equipped by Sage classes: Increases damage of Cold Bolt and Heaven's Drive by 30%. _______________________ Type: Card Compound on: Accessory(Right) Weight: 1 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Crow_Duke_Card | ||
| Attack | 0 | Type | Card | ||
| MATK | 0 | Equip Locations | Accessory Right | ||
| 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 bMatkRate,5;
if (BaseLevel>=200) {
bonus2 bMagicAtkEle,Ele_Earth,15;
bonus2 bMagicAtkEle,Ele_Water,15;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
if (BaseJob == Job_Sage) {
bonus2 bSkillAtk,"MG_FIREBOLT",30;
bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",30;
bonus2 bSkillAtk,"MG_COLDBOLT",30;
bonus2 bSkillAtk,"WZ_HEAVENDRIVE",30;
}
|