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
_______________________
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%
Available from boxes
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 .@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);