ID #4547
Card
Enhanced Byorgue Card
Buy Price: N/A
Sell Price: N/A
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
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
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Card
Weight
10
Item Flags
Drop Effect
Yes
Scripts
Script if (BaseJob == Job_Rogue) { bonus bMatkRate,10; bonus2 bAddClass,Class_All,10; } bonus bMaxHPrate,getrefine()/2; bonus3 bAddEffOnSkill,"SC_BODYPAINT",Eff_Stun,1000;
if (BaseJob == Job_Rogue) {
bonus bMatkRate,10;
bonus2 bAddClass,Class_All,10;
}
bonus bMaxHPrate,getrefine()/2;
bonus3 bAddEffOnSkill,"SC_BODYPAINT",Eff_Stun,1000;