2020RTC Naughty Ghost

Item ID 400082 Name 2020RTC Naughty Ghost
None
Weapon Level 0 Identifier 2020RTC_Imp_TW
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus2 bSubRace,RC_DemiHuman,10;
bonus2 bSubRace,RC_Player_Human,10;
bonus2 bSubRace,RC_Player_Doram,10;
bonus2 bAddEffWhenHit,Eff_Freeze,100;
if (.@r>=9) {
   bonus bFixedCast,-100*.@r;
   bonus bAtkRate,2*.@r;
   bonus bMatkRate,2*.@r;
   bonus bLongAtkRate,2*.@r;
   bonus bHealPower2,3*.@r;
   bonus bCritAtkRate,5*.@r;
   bonus bCritical,3*.@r;
}

Set Script
2020RTC Naughty Ghost
2021RTC Gaming Headset
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus2 bSubRace,RC_DemiHuman,1+2*(.@r/3);
bonus2 bSubRace,RC_Player_Human,1+2*(.@r/3);
bonus2 bSubRace,RC_Player_Doram,1+2*(.@r/3);
bonus bDelayrate,-1-.@r/3;