Aries Crown

Item ID 5546 Name Aries Crown
A magnificent crown created to pay tribute to the 1st sign of the zodiac, Aries the Ram.
_______________________
LUK +2
_______________________
Refine Level +7:
Critical +5
Increases Critical Damage by 5%.
_______________________
Type: Headgear
Defense: 3
Position: Upper
Weight: 40
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Aries_Crown
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 3 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 40 Min Equip Level 1
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction Can't be dropped
Item Script
if (getrefine()>6) {
   bonus bCritical,5;
   bonus bCritAtkRate,5;
}
bonus bLuk,2;

Set Script
Zodiac
Aries Crown
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader)
   bonus2 bSkillCooldown,"LG_CANNONSPEAR",-100*.@r;