
RENEWAL / ITEMS
Liberation Shoes (Shadow)
#24063Shadowgear
S_Liberation_Shoes
TypeShadowgear
Equipment positionShadow footgear
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
Wear shoes in addition to shoes. Also available as a single, but the effect is small.
Increases physical damage on Boss targets by 2%.
If upgrade level is +7 or higher, Increases physical damage on Boss targets by an additional 1%.
If upgrade level is +9 or higher, Increases physical damage on Boss targets by an additional 2%.
When equipped with Safeguard Shadow Shield, Increases physical damage on Boss targets by 5%.
Class : Shadow Equipment
Location : Shoes Weight : 0
Required Lv : 1
Jobs : All
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Equipment position
- Shadow footgear
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus2 bAddClass,Class_Boss,2;
bonus2 bMagicAddClass,Class_Boss,2;
if (.@r>=7) {
bonus2 bAddClass,Class_Boss,1;
if (.@r>=9) {
bonus2 bAddClass,Class_Boss,2;
}
}