IA Dress
| Item ID | 15214 | Name | IA Dress |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | IA_Dress | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Armor | ||
| Defense | 58 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 80 | Min Equip Level | 50 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bMdef,12; |
||||
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
.@a = getequiprefinerycnt(EQI_ARMOR); .@b = getequiprefinerycnt(EQI_SHOES); .@c = (getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_SHOES))/3; bonus bBaseAtk,5+(.@a*2); bonus bMatk,5+(.@a*2); bonus bAspdRate,.@b; bonus bVariableCastrate,-2*.@c; |