Item Details

Ring of Jupiter [1] ( RingofJupiter )

ID 32258 Ring of Jupiter [1]
Ring of Jupiter [1] Buy Price: 20 zeny Sell Price: 10 zeny Weight: 50 Slots: 1
Type: Armor/Garment/Boots/Headgear/Accessory item. Sub Type: Not specified Gender: Both Locations: Right_Accessory + Left_Accessory
Attack: Not specified Magic Attack: Not specified Range: Not specified Defense: 2
Weapon Level: Not specified Armor Level: 1 Min. Equip Level: 100 Max. Equip Level: Not specified
Refineable: Not specified Gradable: Not specified Element: Neutral Classes: Not specified

Anel com o nome de um planeta imenso, que possui dezenas de luas. A joia no centro foi retirada de um rochedo espacial.
--------------------------
Habilita [Bênção] nv.5.
--------------------------
Acessório esquerdo:
A cada 10 de VIT base:
HP e SP máx. +2%.
VIT base 125 ou mais:
DEF +300. DEFM +50.
Resistência as raças Humano e Doram +3%.
--------------------------
Acessório direito:
A cada 10 de SOR base:
ATQ e ATQM +15.
SOR base 125 ou mais:
Dano físico contra monstros Chefes +15%.
--------------------------
Tipo: Acessório
DEF: 2 DEFM: 0
Peso: 50
Nível necessário: 100
Classes: Todas

A ring with a celestial amber like stone. It is said wearing this ring will grant you powers.
Class: Accessory
Weight: 50
Requires Level: 100
Usable By: All Jobs
Enables Level 5 Blessing.

When equipped to Right Accessory (1),
For every 10 base Luk,
ATK + 15
MATK + 15
If the user's base Luk is 125 or higher,
Increases Physical and Magical damage on boss monsters by 15%.

When equipped to Left Accessory (2),
For every 10 base Vit,
Max HP + 2%
Max SP + 2%
If the user's base Vit is 125 or higher,
Def + 300
Mdef + 50
Reduces damage taken from Human Player and Doram race enemies by 3%.

Enables Blessing (LV 5)
When equipped to Right Accessory (1):
For every 10 Base LUK,
ATK +15, MATK +15.
If Base LUK is 125 or higher,
additionally ATK and MATK
to Boss Type Monsters +15%.
When equipped to Left Accessory (2):
For every 10 Base VIT,
Max. HP +2%, Max SP +2%.
If Base VIT is 125 or higher,
DEF +300, MDEF +50,
damage inflicted by player characters -3%.
Class: Accessory Defense: 2
Weight: 50
Required Level: 100
Jobs: All

All

Not specified

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Stacking restriction in cart: Stacking restriction in storage: Stacking restriction in guild storage: Can be dropped:
Can be traded: Can be traded with partner: Can be sold to NPC: Can be placed in the cart:
Can be placed in the storage: Can be placed in guild storage: Can be put in a mail: Can be put in an auction:
Delay:
.@p = getitempos();
skill "AL_BLESSING",5;
if (.@p == EQP_ACC_R) {
   bonus bBaseAtk,15*(readparam(bLuk)/10);
   bonus bMatk,15*(readparam(bLuk)/10);
   if (readparam(bLuk) >= 125) {
      bonus2 bAddClass,Class_Boss,15;
      bonus2 bMagicAddClass,Class_Boss,15;
   }
}
if (.@p == EQP_ACC_L) {
   bonus bMaxHPrate,2*(readparam(bVit)/10);
   bonus bMaxSPrate,2*(readparam(bVit)/10);
   if (readparam(bVit) >= 125) {
      bonus bDef,300;
      bonus bMdef,50;
      bonus2 bSubRace,RC_Player_Human,3;
      bonus2 bSubRace,RC_Player_Doram,3;
   }
}
Not specified
Not specified

Not specified

Not specified