Poison Shoes
| Item ID | 22065 | Name | Poison Shoes |
|
Shoes stained with poison. Reduces attacks from poison monsters.
_______________________ MDEF +3 _______________________ Decreases damage taken from Poison elemental attacks by 5%. _______________________ For each Refine Level: MaxHP +1% MaxSP +1% _______________________ When equipped with Poison Shield: Decreases damage taken from Poison elemental by 5%. For each Refine Level of Poison Shield: Decreases damage taken from Poison elemental by 2%. _______________________ When equipped with Poison Manteau: Increases damage against 663399Poison elemental by 5%. For each Refine Level of Poison 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 | Poison_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 |
.@r = getrefine();
bonus bMdef,3;
bonus2 bSubEle,Ele_Poison,5;
bonus bMaxHPrate,.@r;
bonus bMaxSPrate,.@r;
if (vip_status(VIP_STATUS_ACTIVE)) {
bonus2 bDropAddRace,RC_All,10;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bSubEle,Ele_Poison,5+2*getequiprefinerycnt(EQI_HAND_L); |
||||
|
bonus2 bAddEle,Ele_Poison,5; bonus2 bMagicAddEle,Ele_Poison,5; .@r_garment = getequiprefinerycnt(EQI_GARMENT); bonus bMaxHPrate,.@r_garment; bonus bMaxSPrate,.@r_garment; |