ID #5944
Armor
Bandit Hood [1]
Buy Price: N/A
Sell Price: N/A
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
_______________________
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
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
300
Defense
5
Requirements
Armor Level
1
Min Level
20
Scripts
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; }
.@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;
}