CON Enforcement (Physical)
| Item ID | 313140 | Name | CON Enforcement (Physical) |
|
Base Level at least 240:
For each 7 base CON: ATK +5, Increases Physical Damage by 1%. (Applies up to 100 base CON) |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | CON_Enforce_Melee | ||
| Attack | 0 | Type | Card - Enchant | ||
| MATK | 0 | Equip Locations | None | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 0 | Min Equip Level | None | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
if (BaseLevel>=240) {
.@param = min(readparam(bCon),100);
bonus bLongAtkRate,(.@param/7);
bonus bShortAtkRate,(.@param/7);
bonus bBaseAtk,5*(.@param/7);
}
|
||||