Sanctuary Cleaning Chief Card
| Item ID | 300474 | Name | Sanctuary Cleaning Chief Card |
|
Increases Melee Physical Damage by 30%.
_______________________ For each 20 base LUK: Critical -5 _______________________ For each 3 Refine Levels: Increases Melee Physical Damage by additional 5%. _______________________ When Armor Level of compounded equipment is 2: Increases Physical damage against monsters of Boss class by 10%. _______________________ Type: Card Compound on: Garment Weight: 1 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Rgan_Chief_Clean_Card | ||
| Attack | 0 | Type | Card | ||
| MATK | 0 | Equip Locations | Garment | ||
| 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,30+5*(getrefine()/3);
bonus bCritical,-5*(readparam(bLuk)/20);
if (getiteminfo(getequipid(EQI_GARMENT), ITEMINFO_ARMORLEVEL)==2) {
bonus2 bAddClass,Class_Boss,10;
}
|
||||