Basic Info

Name 18570 Ancient Gold Ornament[1]
Item ID 18570 - Ancient_Gold_Deco
Type Armor
18570
A beautiful golden accessory with ancient magic. It changes its power depending on the owner's class.
When base level is 150 or higher, All Stats +2.
[Swordman|Merchant|Thief]
ATK +8%
[Mage|Acolyte]
MATK +8%, +7% heal effectiveness
[Archer]
DEX +3, long ranged physical damage +10%.
Class: Headgear
Defense: 7
Location: Upper
Weight: 40
Level Requirement: 100
Jobs: 3rd classes

Details

Weight 40
NPC Buy 56,000 z
NPC Sell 28,000 z
Refineable Yes
Equip Locations Upper Headgear

Stats

Range 0
Defense 7
Attack 0
Magical Attack 0
Weapon Level 0
Slots 1

Restrictions

Level Range 100 +
Usage None
Trade None
Job Class Types None
Job Classes Knight / Priest / Wizard / Blacksmith / Hunter / Assassin / Crusader / Monk / Sage / Rogue / Alchemist / Bard/Dancer
Gender Any

Scripts

Use Script
if(BaseLevel >= 150) { bonus bAllStats,2; } if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) { bonus bAtkRate, 8; } if(BaseClass==Job_Mage||BaseClass==Job_Acolyte) { bonus bMatkRate,8; } if(BaseClass==Job_Archer) { bonus bDex,3; bonus bLongAtkRate,10; }
Equip Script
None
Unequip Script
None