0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #27117 Card

Ominous Assaulter Card

Buy Price: N/A Sell Price: N/A
Increases Critical Damage by 10%.
_______________________
When equipped with Whip, Musical Instrument, Book, Two-Handed Sword or Two-Handed Spear class weapon:
Critical +5

For each Refine Level:
ATK +3
Increases Critical Damage by 1%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1

Monster Drops

Card Drops

Ominous Assulter

Rate: 0.5%

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Card
10

Item Flags

Yes

Scripts

.@type = getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW); if (.@type == W_WHIP || .@type == W_MUSICAL || .@type == W_BOOK || .@type == W_2HSWORD || .@type == W_2HSPEAR) { .@r = getrefine(); bonus bCritical,5; bonus bBaseAtk,(3*.@r); } bonus bCritAtkRate,(10+.@r);
.@type = getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW);
if (.@type == W_WHIP || .@type == W_MUSICAL || .@type == W_BOOK || .@type == W_2HSWORD || .@type == W_2HSPEAR) {
   .@r = getrefine();
   bonus bCritical,5;
   bonus bBaseAtk,(3*.@r);
}
bonus bCritAtkRate,(10+.@r);
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.