Memento Mind (Inquisitor)

Item ID 490667 Name Memento Mind (Inquisitor)
None
Weapon Level 0 Identifier Memento_MI_IQ
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left
Defense 0 Equippable Jobs Monk
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper Third, Third Upper, Third Baby
Weight 10 Min Equip Level 190
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bBaseAtk,50;
bonus bDelayrate,-10;
bonus bMaxHPrate,10;
bonus2 bAddRace,RC_All,10;

Set Script
Thanos Fighter Helmet-LT
Memento Mind (Inquisitor)
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
.@g = getenchantgrade(EQI_HEAD_TOP);
bonus2 bAddSize,Size_All,15;
bonus2 bSkillAtk,"IQ_THIRD_FLAME_BOMB",5;
if (.@r>=10) {
   bonus bShortAtkRate,15;
   bonus2 bSkillAtk,"IQ_THIRD_FLAME_BOMB",10;
}
if (.@g>=ENCHANTGRADE_C) {
   bonus bPAtk,5;
   bonus2 bSkillAtk,"IQ_THIRD_FLAME_BOMB",10;
}