Penance Crown

Item ID 400469 Name Penance Crown
None
Weapon Level 0 Identifier Poenetentia_D_Crown
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 40 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 200
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMdef,10;
bonus bBaseAtk,15*(.@r/2);
bonus bAtkRate,5*(.@r/2);
bonus bLongAtkRate,4*(.@r/4);
if (.@r>=9)
   bonus bAspdRate,10;
if (.@r>=11)
   bonus2 bAddSize,Size_All,15;
if (.@r>=13) {
   bonus2 bAddRace,RC_All,20;
   bonus bFixedCast,-500;
}

Set Script
Penance Crown
Poenitentia Tenon
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus bLongAtkRate,15;
bonus2 bSkillAtk,"SC_TRIANGLESHOT",8*(.@r/2);
bonus2 bSkillAtk,"ABC_FRENZY_SHOT",8*(.@r/2);
Penance Crown
Poenitentia Nervus
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus bLongAtkRate,15;
bonus2 bSkillAtk,"RA_AIMEDBOLT",8*(.@r/2);
bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",8*(.@r/2);
Penance Crown
Poenitentia Attendo
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus bLongAtkRate,15;
bonus2 bSkillAtk,"RA_ARROWSTORM",8*(.@r/2);
bonus2 bSkillAtk,"WH_GALESTORM",8*(.@r/2);
Penance Crown
Poenitentia Vatia
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus bLongAtkRate,15;
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10*(.@r/2);
bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",10*(.@r/2);