Advanced Paradise Magic Ring
| Item ID | 490128 | Name | Advanced Paradise Magic Ring |
|
A high-quality magic ring given to members of the Paradise Group.
_______________________ MATK +3% _______________________ Skill casting cannot be interrupted. _______________________ When equipped with Advanced Paradise Necklace: Decreases Fixed Casting Time by 0.2 seconds. Decreases Variable Casting Time by 10%. Base Level at least 105: MATK +2% Base Level at least 110: Increases Magical Damage with every element by 5%. Base Level at least 120: Increases Magical Damage against enemies of every element by 5%. _______________________ Type: Accessory Position: Left Defense: 0 Weight: 0 Armor Level: 1 _______________________ Requirement: Base Level 100 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | 2Para_Acc_L_B | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Left | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 0 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Storage, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned | ||
| Item Script |
bonus bMatkRate,3; bonus bNoCastCancel; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bFixedCast,-200;
bonus bVariableCastrate,-10;
if (BaseLevel >= 105) {
bonus bMatkRate,2;
if (BaseLevel >= 110) {
bonus2 bMagicAtkEle,Ele_All,5;
if (BaseLevel >= 120) {
bonus2 bMagicAddEle,Ele_All,5;
}
}
}
|