Penance Charm Crown

Item ID 400440 Name Penance Charm Crown
None
Weapon Level 0 Identifier Remorse_C_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 bMatk,15*(.@r/2);
bonus bMatkRate,5*(.@r/3);
bonus2 bMagicAtkEle,Ele_All,5*(.@r/4);
if (.@r>=9) {
   bonus bDelayrate,-10;
   if (.@r>=11) {
       bonus2 bMagicAddRace,RC_All,15;
       if (.@r>=13) {
           bonus2 bMagicAddRace,RC_All,20;
           bonus bFixedCast,-500;
       }
   }
}

Set Script
Penance Charm Crown
Poenitentia Termes
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus bSMatk,10;
bonus2 bSkillAtk,"AG_RAIN_OF_CRYSTAL",10*(.@r/2);
bonus2 bSkillAtk,"AG_CRIMSON_ARROW",10*(.@r/2);
bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",10*(.@r/2);
Penance Charm Crown
Poenitentia Virga
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus bSMatk,10;
bonus2 bSkillAtk,"AG_STRANTUM_TREMOR",10*(.@r/2);
bonus2 bSkillAtk,"AG_STORM_CANNON",10*(.@r/2);
Penance Charm Crown
Poenitentia Scipio
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillCooldown,"SO_VARETYR_SPEAR",-1000;
bonus2 bSkillAtk,"EM_CONFLAGRATION",8*(.@r/2);
bonus2 bSkillAtk,"EM_LIGHTNING_LAND",8*(.@r/2);
Penance Charm Crown
Poenitentia Codex
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus2 bMagicAtkEle,Ele_Earth,15;
bonus2 bMagicAtkEle,Ele_Water,15;
bonus2 bSkillAtk,"EM_DIAMOND_STORM",8*(.@r/2);
bonus2 bSkillAtk,"EM_TERRA_DRIVE",8*(.@r/2);