ID #20821
Armor
Golden Scarf
Buy Price: N/A
Sell Price: N/A
A scarf wore by ninja whose hired by gold mine owner.
_______________________
FLEE +20
_______________________
Refine Level +7:
Increases Ranged Physical Damage by 5%.
_______________________
Refine Level +9:
Increases Ranged Physical Damage by 5%.
_______________________
Type: Garment
Defense: 12
Weight: 50
Armor Level: 1
_______________________
Requirement:
Base Level 100
Kagerou and Oboro
_______________________
FLEE +20
_______________________
Refine Level +7:
Increases Ranged Physical Damage by 5%.
_______________________
Refine Level +9:
Increases Ranged Physical Damage by 5%.
_______________________
Type: Garment
Defense: 12
Weight: 50
Armor Level: 1
_______________________
Requirement:
Base Level 100
Kagerou and Oboro
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
500
Defense
12
Job Requirements
Ninja
Yes
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bFlee,20; if (.@r>=9) { bonus bLongAtkRate,10; } else if (.@r>=7) { bonus bLongAtkRate,5; }
.@r = getrefine();
bonus bFlee,20;
if (.@r>=9) {
bonus bLongAtkRate,10;
} else if (.@r>=7) {
bonus bLongAtkRate,5;
}