Life of Autumn (Earth)
| Item ID | 313018 | Name | Life of Autumn (Earth) |
|
S.MATK +20.
Increases Magical Damage with every element by 25%. _______________________ When equipped with Nebula Robe of Spell: Increases Magical Damage against enemies of every element by 2%. If the Armor's Grade is A or higher: For each 2 Refine Levels of Armor: Increases Magical Damage against enemies of every element by additional 3%. |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Life_of_Autumn_Spl | ||
| Attack | 0 | Type | Card - Enchant | ||
| MATK | 0 | Equip Locations | None | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 0 | 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 bSMatk,20; bonus2 bMagicAtkEle,Ele_All,25; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bMagicAddEle,Ele_All,2;
if (getenchantgrade(EQI_ARMOR)>=ENCHANTGRADE_A) {
bonus2 bMagicAddEle,Ele_All,3*(getequiprefinerycnt(EQI_ARMOR)/2);
}
|