Item Details

Ancient Gold Deco [1] ( Ancient_Gold_Deco )

ID 18570 Ancient Gold Deco [1]
Ancient Gold Deco [1] Buy Price: 20 zeny Sell Price: 10 zeny Weight: 40 Slots: 1
Type: Armor/Garment/Boots/Headgear/Accessory item. Sub Type: Not specified Gender: Both Locations: Upper Headgear
Attack: Not specified Magic Attack: Not specified Range: Not specified Defense: 7
Weapon Level: Not specified Armor Level: 1 Min. Equip Level: 100 Max. Equip Level: Not specified
Refineable: 1 Gradable: Not specified Element: Neutral Classes: Fourth classes., All Third classes.

Belo acessório dourado imbuído com uma magia antiga.
--------------------------
Espadachins, Mercadores, Gatunos e evoluções:
Dano físico +8%.
--------------------------
Magos, Noviços e evoluções:
Dano mágico +8%.
Efetividade de cura +7%.
--------------------------
Arqueiros e evoluções:
DES +3.
Dano físico a distância +10%.
--------------------------
Nv. base 150 ou mais:
Todos os atributos +2.
--------------------------
Tipo: Equip. para Cabeça
Equipa em: Topo
Defesa: 7
Peso: 40
Nível necessário: 100
Classes: Classes 3

A Beautiful Golden accessory with ancient magic. It changes its power depending on the owner's class.
If base Lv. 150, All Stats +2.
If Swordman, Merchant, Thief class, ATK + 8%
If Mage or Acolyte, MATK + 8%, increase 7% of heal amount,
If Archer, DEX +3, increase long distance physical attack power 10%.
Class : Headgear
Defense : 7
Location : Upper
Weight : 40
Required Level : 100
Job : For 3rd Job only/Kagerou/Oboro

A Beautiful Golden accessory with ancient magic. It changes its power depending on the owner's class.
If base Lv. 150, All Stats +2.
If Swordsman, Merchant, Thief class, ATK + 8%
If Mage or Acolyte, MATK + 8%, increase 7% of heal amount,
If Archer, DEX +3, increase long distance physical attack power 10%.
Class: Headgear
Defense: 7
Location: Upper
Weight: 40
Required Level: 100
Job: For 3rd Job only/Kagerou/Oboro

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:
if (BaseLevel >= 150) {
   bonus bAllStats,2;
}
if (BaseClass == Job_Swordman || BaseClass == Job_Merchant || BaseClass == Job_Thief) {
   bonus2 bAddClass,Class_All,8;
}
if (BaseClass == Job_Mage || BaseClass == Job_Acolyte) {
   bonus bMatkRate,8;
   bonus bHealPower,7;
}
if (BaseClass == Job_Archer) {
   bonus bDex,3;
   if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_BOW)
      bonus bLongAtkRate,10;
}
Not specified
Not specified