Angel Slug Card
| Item ID | 300467 | Name | Angel Slug Card |
|
Increases Melee Physical Damage by 15%.
_______________________ Base LUK at least 90: Critical -15 _______________________ Type: Card Compound on: Accessory(Right) Weight: 1 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Angel_Iceslug_Card | ||
| Attack | 0 | Type | Card | ||
| MATK | 0 | Equip Locations | Accessory Right | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 1 | Min Equip Level | None | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bShortAtkRate,15;
if (readparam(bLuk)>=90) {
bonus bCritical,-15;
}
|
||||