Nezuko's Bamboo (OSM)

Item ID 15884 Name Nezuko's Bamboo (OSM)
None
Weapon Level 0 Identifier Nezuko_Bamboo_EXE
Attack 0 Type Armor
MATK 0 Equip Locations Lower Headgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 10 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 bInt,2;
bonus2 bSubRace,RC_DemiHuman,5;
bonus2 bSubRace,RC_Player_Doram,5;
bonus2 bSubRace,RC_Player_Human,5;

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;
}