Sol Shield
| Item ID | 2165 | Name | Sol Shield |
|
A magical Earth elemental shield.
_______________________ Decreases damage taken from Earth elemental by 5%. _______________________ Increases damage taken from monsters of Plant race by 5%. _______________________ When VIP status active: Increases experience gained from defeating monsters by 10%. _______________________ Type: Shield Defense: 50 Weight: 130 Armor Level: 1 _______________________ Requirement: Base Level 65 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Sol_Shield | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Off Hand | ||
| Defense | 50 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 130 | Min Equip Level | 65 | ||
| 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;
bonus2 bSubRace,RC_Plant,-5;
if (vip_status(VIP_STATUS_ACTIVE)) {
bonus2 bExpAddRace,RC_All,10;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@a = getequiprefinerycnt(EQI_GARMENT); .@b = getequiprefinerycnt(EQI_HAND_L); bonus2 bAddEle,Ele_Earth,.@b; bonus2 bMagicAddEle,Ele_Earth,.@b; bonus2 bSubRace,RC_Fish,.@a; |
||||
|
bonus2 bSubEle,Ele_Earth,5+2*getequiprefinerycnt(EQI_HAND_L); |