ID #24025
Shadowgear
Champion Shoes (Shadow)
Buy Price: N/A
Sell Price: N/A
A pair of shoes worn on top of normal shoes for additional defense. Needs a complete set to have bonus effect.
_______________________
MaxHP +20
MaxSP +10
_______________________
Refine Level +7:
MaxHP +1%
MaxSP +1%
_______________________
When equipped with Hard Shadow Armor:
For each Refine Level of entire set:
MaxHP and MaxSP +1
_______________________
Total Refine Level of entire set at least +15:
MaxHP +1%
_______________________
Type: Shadow Shoes
_______________________
Requirement: None
_______________________
MaxHP +20
MaxSP +10
_______________________
Refine Level +7:
MaxHP +1%
MaxSP +1%
_______________________
When equipped with Hard Shadow Armor:
For each Refine Level of entire set:
MaxHP and MaxSP +1
_______________________
Total Refine Level of entire set at least +15:
MaxHP +1%
_______________________
Type: Shadow Shoes
_______________________
Requirement: None
Available from boxes
Basic Information
Type
Shadowgear
Requirements
Min Level
1
Scripts
Script .@r = getrefine(); bonus bMaxHP,20+.@r*10; bonus bMaxSP,10; if (.@r>6) { bonus bMaxHPrate,1; bonus bMaxSPrate,1; }
.@r = getrefine();
bonus bMaxHP,20+.@r*10;
bonus bMaxSP,10;
if (.@r>6) {
bonus bMaxHPrate,1;
bonus bMaxSPrate,1;
}