.:Renewal Item Database:.
|
Type
Shadow Gear
Class
Shadow Footgear
Buy
n/a
Sell
n/a
Weight
0 | |
| Applicable Jobs | ![]() |
|---|---|
| Description | 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. If total refine level of entire set at least +15: MaxHP +1%. More Information on Combo: |
| Combo Script |
{ .@r = getequiprefinerycnt(EQI_SHADOW_ARMOR) + getequiprefinerycnt(EQI_SHADOW_SHOES); bonus bMaxHP,.@r; bonus bMaxSP,.@r; if(.@r >= 15) { bonus bMaxHPrate,1; } } |
| Item Script | { .@r = getrefine(); bonus bMaxHP,20+.@r*10; bonus bMaxSP,10; if (.@r>6) { bonus bMaxHPrate,1; bonus bMaxSPrate,1; } },{},{} |
| Dropped By | No Result |
|
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0 | |
| Applicable Jobs | ![]() |
|---|---|
| Description | A suit of armor worn on top of normal armor for additional defense. Needs a complete set to have bonus effect. MaxHP +50 Refine Level +7: MaxHP +1%. When equipped with Champion's Shadow Shoes: For each refine level of entire set: MaxHP and MaxSP +1. If total refine level of entire set at least +15: MaxHP +1%. More Information on Combo: |
| Combo Script |
{ .@r = getequiprefinerycnt(EQI_SHADOW_ARMOR) + getequiprefinerycnt(EQI_SHADOW_SHOES); bonus bMaxHP,.@r; bonus bMaxSP,.@r; if(.@r >= 15) { bonus bMaxHPrate,1; } } |
| Item Script | { .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bMaxHP,50; if (.@r>6) { bonus bMaxHPrate,1; } },{},{} |
| Dropped By | No Result |


