Lian Shoes
| Item ID | 22069 | Name | Lian Shoes |
|
A pair of shoes dyed with the force of freedom.
_______________________ MDEF +3 _______________________ Decreases damage taken from Neutral elementals attacks by 5%. _______________________ For each Refine Level: MaxHP +1% MaxSP +1% _______________________ When equipped with Lien Shield: Decreases damage taken from Neutral elemental by 5%. For each Refine Level of Lien Shield: Decreases damage taken from Neutral elemental by 2%. _______________________ When equipped with Lien Manteau: Increases damage against monsters of Neutral element by 5%. For each Refine Level of Lien 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 | Lian_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 | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bMdef,3;
bonus2 bSubEle,Ele_Neutral,5;
.@r = getrefine();
bonus bMaxHPrate,.@r;
bonus bMaxSPrate,.@r;
if (vip_status(VIP_STATUS_ACTIVE)) {
bonus2 bDropAddRace,RC_All,10;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bSubEle,Ele_Neutral,5+getequiprefinerycnt(EQI_HAND_L); |
||||
|
bonus2 bAddEle,Ele_Neutral,5; bonus2 bMagicAddEle,Ele_Neutral,5; .@r = getequiprefinerycnt(EQI_GARMENT); bonus bMaxHPrate,.@r; bonus bMaxSPrate,.@r; |