ID #28910
Armor
Imuke Upper Shield [1]
Buy Price: N/A
Sell Price: N/A
A special sleeve made to prevent Ranged Physical Damages.
It is sewn with a strong thread that contains magical power.
_______________________
Decreases damage taken from ranged physical attacks by 5%.
_______________________
Refine Level +5:
Decreases damage taken from ranged physical attacks by additional 5%.
_______________________
Refine Level +7:
Decreases damage taken from ranged physical attacks by additional 10%.
_______________________
Refine Level +9:
Decreases damage taken from ranged physical attacks by additional 15%.
_______________________
When equipped with Horn Card:
Increases damage taken from ranged physical attacks by 35%.
_______________________
When equipped by Guillotine Cross and equipped with Enforcer Manteau:
Increases damage taken from ranged physical attacks by additional 35%.
_______________________
When equipped by Ranger and equipped with Shawl of Yoichi:
Increases damage taken from ranged physical attacks by additional 35%.
_______________________
Type: Shield
Defense: 80
Weight: 80
Armor Level: 1
_______________________
Requirement:
Base Level 100
It is sewn with a strong thread that contains magical power.
_______________________
Decreases damage taken from ranged physical attacks by 5%.
_______________________
Refine Level +5:
Decreases damage taken from ranged physical attacks by additional 5%.
_______________________
Refine Level +7:
Decreases damage taken from ranged physical attacks by additional 10%.
_______________________
Refine Level +9:
Decreases damage taken from ranged physical attacks by additional 15%.
_______________________
When equipped with Horn Card:
Increases damage taken from ranged physical attacks by 35%.
_______________________
When equipped by Guillotine Cross and equipped with Enforcer Manteau:
Increases damage taken from ranged physical attacks by additional 35%.
_______________________
When equipped by Ranger and equipped with Shawl of Yoichi:
Increases damage taken from ranged physical attacks by additional 35%.
_______________________
Type: Shield
Defense: 80
Weight: 80
Armor Level: 1
_______________________
Requirement:
Base Level 100
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
800
Defense
80
Requirements
Armor Level
1
Min Level
100
Scripts
Script bonus bLongAtkDef,5; .@r = getrefine(); if (.@r>=5) { bonus bLongAtkDef,5; } if (.@r>=7) { bonus bLongAtkDef,10; } if (.@r>=9) { bonus bLongAtkDef,15; }
bonus bLongAtkDef,5;
.@r = getrefine();
if (.@r>=5) {
bonus bLongAtkDef,5;
}
if (.@r>=7) {
bonus bLongAtkDef,10;
}
if (.@r>=9) {
bonus bLongAtkDef,15;
}