Hard Champion Shadow Shoes
| Item ID | 24400 | Name | Hard Champion Shadow Shoes |
|
A pair of shoes worn on top of normal shoes for additional defense. Needs a complete set to have bonus effect.
_______________________ MaxHP +200 MaxSP +100 _______________________ For each 2 Refine Levels: MaxHP +1% MaxSP +1% _______________________ Type: Shadow Shoes _______________________ Requirement: None |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | S_HardChamption_Shoes | ||
| Attack | 0 | Type | Shadow Equipment | ||
| MATK | 0 | Equip Locations | Shadow Shoes | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 0 | Min Equip Level | 1 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine()/2; bonus bMaxHP,.@r*10+200; bonus bMaxSP,100; bonus bMaxHPrate,.@r; bonus bMaxSPrate,.@r; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_SHADOW_SHIELD) + getequiprefinerycnt(EQI_SHADOW_SHOES);
if (.@r >= 16) {
bonus bDef,100;
bonus bMaxHPrate,4;
bonus bMaxSPrate,4;
}
else {
bonus bDef,50;
bonus bMaxHPrate,2;
bonus bMaxSPrate,2;
}
|