
RENEWAL / ITEMS
Bouncer's Scarf [1]
#20900Armor
Golden_Scarf_J
TypeArmor
Equipment positionGarment
GenderBoth
Weight30
Buy price20 z
Sell price10 z
DEF18
Slots1
Required level130
Armor level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r= getrefine();
bonus bMdef,10;
bonus bFlee,10;
if (getskilllv("KO_KAIHOU") >= 1)
bonus2 bSkillAtk,"KO_KAIHOU",40;
if (getskilllv("NJ_HUUMA") >= 5)
bonus2 bSkillAtk,"NJ_HUUMA",50;
if (getskilllv("KO_HUUMARANKA") >= 5)
bonus2 bSkillAtk,"KO_HUUMARANKA",30;
if (eaclass()&EAJL_THIRD && (BaseJob == Job_Kagerou || BaseJob == Job_Oboro)) {
bonus bMaxHPrate,15;
bonus bLongAtkDef,20;
}
if (.@r>=7) {
bonus bFlee,20;
bonus2 bSkillAtk,"NJ_HUUMA",BaseLevel;
bonus2 bSkillAtk,"KO_KAIHOU",3*(BaseLevel/2);
bonus2 bSkillAtk,"KO_HUUMARANKA",BaseLevel/3;
if (eaclass()&EAJL_THIRD && (BaseJob == Job_Kagerou || BaseJob == Job_Oboro)) {
bonus bMaxHPrate,5;
bonus bLongAtkDef,15;
}
}
if (.@r>=9) {
bonus bFlee,20;
bonus bMaxSPrate,5;
}