Pisces Ring
| Item ID | 490034 | Name | Pisces Ring |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Pisces_Ring_J | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Left/Right | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 10 | Min Equip Level | None | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bMaxSP,100;
bonus bDelayrate,-5;
bonus bMatkRate,5;
bonus2 bSkillUseSP,"MG_COLDBOLT",5;
bonus2 bSkillUseSP,"MG_FIREBOLT",5;
bonus2 bSkillUseSP,"MG_LIGHTNINGBOLT",5;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) {
bonus bAspdRate,10;
bonus bDelayrate,-5;
bonus2 bSkillAtk,"MG_COLDBOLT",50;
bonus2 bSkillAtk,"MG_FIREBOLT",50;
bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",50;
bonus2 bVariableCastrate,"MG_COLDBOLT",-50;
bonus2 bVariableCastrate,"MG_FIREBOLT",-50;
bonus2 bVariableCastrate,"MG_LIGHTNINGBOLT",-50;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) {
bonus bMatkRate,15;
bonus2 bSkillCooldown,"SO_PSYCHIC_WAVE",-1000;
}
|