Bandit Hood
| Item ID | 5944 | Name | Bandit Hood |
|
A bandana that can be worn to disguise yourself one of the common folk.
_______________________ MDEF +5 Each time a Demi-Human race monster killed by physical attack, restores SP by 5. _______________________ Each time a monster killed by melee physical attack, restores HP by 100. _______________________ Refine Level +5: Decreases damage taken from Demi-Human race monster (except player) by 5% _______________________ Refine Level +7: Decreases damage taken from Demi-Human race monster (except player) by 5%. _______________________ Type: Headgear Defense: 5 Position: Upper Weight: 30 Armor Level: 1 _______________________ Requirement: Base Level 20 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Thief_Hood | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 5 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 30 | Min Equip Level | 20 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bMdef,5;
bonus2 bSPGainRace,RC_DemiHuman,5;
bonus bHPGainValue,100;
if (.@r>=7) {
bonus2 bSubRace,RC_DemiHuman,10;
}
else if (.@r>=5) {
bonus2 bSubRace,RC_DemiHuman,5;
}
|
||||