ID #5666
Armor
Golden Crown [1]
Buy Price: N/A
Sell Price: N/A
Hat worn when on special national events.
_______________________
INT +1, DEX +1, LUK +1
_______________________
Refine Level +7:
ATK +5, MATK +5
Refine Level +9:
MATK +2%
ATK +2%
Refine Level +12:
MATK +3%
ATK +3%
_______________________
Type: Headgear
Defense: 8
Position: Upper
Weight: 50
Armor Level: 1
_______________________
Requirement: None
_______________________
INT +1, DEX +1, LUK +1
_______________________
Refine Level +7:
ATK +5, MATK +5
Refine Level +9:
MATK +2%
ATK +2%
Refine Level +12:
MATK +3%
ATK +3%
_______________________
Type: Headgear
Defense: 8
Position: Upper
Weight: 50
Armor Level: 1
_______________________
Requirement: None
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
500
Defense
8
Requirements
Armor Level
1
Min Level
1
Scripts
Script .@r = getrefine(); if (.@r>=7) { bonus bBaseAtk,5; bonus bMatk,5; } if (.@r>=9) { bonus2 bAddClass,Class_All,2; bonus bMatkRate,2; } if (.@r>=12) { bonus2 bAddClass,Class_All,3; bonus bMatkRate,3; } bonus bInt,1; bonus bDex,1; bonus bLuk,1;
.@r = getrefine();
if (.@r>=7) {
bonus bBaseAtk,5;
bonus bMatk,5;
}
if (.@r>=9) {
bonus2 bAddClass,Class_All,2;
bonus bMatkRate,2;
}
if (.@r>=12) {
bonus2 bAddClass,Class_All,3;
bonus bMatkRate,3;
}
bonus bInt,1;
bonus bDex,1;
bonus bLuk,1;