Sol Shoes
| Item ID | 22049 | Name | Sol Shoes |
|
A pair of magical shoes endowed with the power of Earth.
_______________________ MDEF +3 _______________________ Decreases damage taken from Earth elemental attacks by 5%. _______________________ When equipped with Sol Shield: Decreases damage taken from Earth elemental by 5%. For each Refine Level of Sol Shield: Decreases damage taken from Earth elemental by 2%. _______________________ When equipped with Sol Manteau: Increases damage against Earth elemental by 5%. For each Refine Level of Sol Manteau: MaxHP +1% MaxSP +1% _______________________ When VIP status active: Increases item drop rate by 10%. _______________________ Type: Shoes Defense: 12 Weight: 25 Armor Level: 1 _______________________ Requirement: Base Level 90 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Sol_Shoes | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Footgear | ||
| Defense | 12 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 25 | Min Equip Level | 90 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus2 bSubEle,Ele_Earth,5;
.@r = getrefine();
bonus bMaxHPrate,.@r;
bonus bMaxSPrate,.@r;
if (vip_status(VIP_STATUS_ACTIVE)) {
bonus2 bDropAddRace,RC_All,10;
}
bonus bMdef,3;
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bSubEle,Ele_Earth,5+2*getequiprefinerycnt(EQI_HAND_L); |
||||
|
bonus2 bAddEle,Ele_Earth,5; bonus2 bMagicAddEle,Ele_Earth,5; .@r_garment = getequiprefinerycnt(EQI_GARMENT); bonus bMaxHPrate,.@r_garment; bonus bMaxSPrate,.@r_garment; |