Joker's Face (OSM)

Item ID 15880 Name Joker's Face (OSM)
None
Weapon Level 0 Identifier Joker_Face_EXE
Attack 0 Type Armor
MATK 0 Equip Locations Middle Headgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 30 Min Equip Level 50
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bCritical,5;
bonus bCritAtkRate,3;

Set Script
Joker's Card (OSM)
Joker's Face (OSM)
bonus bCritical,2;
bonus bCritAtkRate,5;
bonus2 bSubRace,RC_DemiHuman,5;
bonus2 bSubRace,RC_Player_Doram,5;
bonus2 bSubRace,RC_Player_Human,5;
bonus bBaseAtk,2*(readparam(bLuk)/9);
bonus bMatk,2*(readparam(bLuk)/9);
if (readparam(bAgi)>=60)
   bonus bAspd,1;
if (readparam(bAgi)>=90)
   bonus bAspd,2;
if (readparam(bLuk)>=60) {
   bonus bCritical,3;
   bonus bCritAtkRate,5;
}
if (readparam(bLuk)>=90) {
   bonus bCritical,5;
   bonus bCritAtkRate,5;
}