Sol Manteau
| Item ID | 20701 | Name | Sol Manteau |
|
A manteau with Earth element attribute.
_______________________ Decreases damage taken from Earth elemental by 5%. Increases damage taken from monsters of Fish race by 5%. _______________________ When equipped with Sol Shield: For each Refine Level of Sol Manteau: Decreases damage taken from Fish race monsters by 1%. For each Refine Level of Sol Shield: Increases Physical Damage against enemies of Earth elemental by 1%. _______________________ When VIP status active: FLEE +20 _______________________ Type: Garment Defense: 20 Weight: 70 Armor Level: 1 _______________________ Requirement: Base Level 65 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Sol_Manteau | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Garment | ||
| Defense | 20 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 70 | Min Equip Level | 65 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus2 bSubEle,Ele_Earth,5;
bonus2 bSubRace,RC_Fish,-5;
if (vip_status(VIP_STATUS_ACTIVE)) {
bonus bFlee,20;
}
|
||||
| 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 bAddEle,Ele_Earth,5; bonus2 bMagicAddEle,Ele_Earth,5; .@r_garment = getequiprefinerycnt(EQI_GARMENT); bonus bMaxHPrate,.@r_garment; bonus bMaxSPrate,.@r_garment; |