Nezuko's Eyes (OSM)

Item ID 15883 Name Nezuko's Eyes (OSM)
None
Weapon Level 0 Identifier Nezuko_Eyes_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
.@a = (readparam(bInt)/11);
bonus bStr,2;
bonus bBaseAtk,5*.@a;
bonus bMatk,5*.@a;
bonus bHealPower,.@a;
bonus bVariableCastrate,-.@a;
if (readparam(bInt)>=90) {
   bonus bBaseAtk,10;
   bonus bMaxSP,10;
   bonus bHealPower,1;
   bonus bVariableCastrate,-1;
}
if (readparam(bInt)>=99) {
   bonus bBaseAtk,15;
   bonus bMaxSP,15;
}

Set Script
Nezuko's Eyes (OSM)
Nezuko's Bamboo (OSM)
bonus bHealPower,(readparam(bInt)/11);
bonus bVariableCastrate,-(readparam(bInt)/11);
if (readparam(bInt)>=90) {
   bonus bBaseAtk,10;
   bonus bMaxSP,10;
   bonus bHealPower,1;
   bonus bVariableCastrate,-1;
}
if (readparam(bInt)>=99) {
   bonus bBaseAtk,20;
   bonus bMaxSP,20;
   bonus bHealPower,10;
   bonus bVariableCastrate,-3;
}