Enhanced Byorgue Card
| Item ID | 4547 | Name | Enhanced Byorgue Card |
|
When equipped by Rogue classes:
ATK +10% MATK +10% Random chance to inflict Confuse status on the target when using Body Paint. For each 2 Refine Levels: MaxHP +1% _______________________ Type: Card Compound on: Armor Weight: 1 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Upd_Byorgue_Card | ||
| Attack | 0 | Type | Card | ||
| MATK | 0 | Equip Locations | Armor | ||
| 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 | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
if (BaseJob == Job_Rogue) {
bonus bMatkRate,10;
bonus2 bAddClass,Class_All,10;
}
bonus bMaxHPrate,getrefine()/2;
bonus3 bAddEffOnSkill,"SC_BODYPAINT",Eff_Stun,1000;
|
||||