Paradise Ring
| Item ID | 490122 | Name | Paradise Ring |
|
A ring given to members of the Paradise Group.
_______________________ ATK +2% _______________________ Skill casting cannot be interrupted. _______________________ When equipped with Paradise Gloves: Decreases Fixed Casting Time by 0.2 seconds. Base Level at least 30: ATK +1% Increases Attack Speed (decreases After Attack Delay by 2%). Base Level at least 45: ATK +1% Increases Attack Speed (decreases After Attack Delay by additional 3%). Base Level at least 85: ATK +1% Increases Attack Speed (decreases After Attack Delay by additional 5%). _______________________ Type: Accessory Position: Left Defense: 0 Weight: 0 Armor Level: 1 _______________________ Requirement: Base Level 10 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | 1Para_Acc_L_A | ||
| 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 | 10 | ||
| 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 bAtkRate,2; bonus bNoCastCancel; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bFixedCast,-200;
if (BaseLevel >= 30) {
bonus bAtkRate,1;
bonus bAspdRate,2;
if (BaseLevel >= 45) {
bonus bAtkRate,1;
bonus bAspdRate,3;
if (BaseLevel >= 85) {
bonus bAtkRate,1;
bonus bAspdRate,5;
}
}
}
|