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 #27172 Card

Scimitar Buffalo Bandit Card

Buy Price: N/A Sell Price: N/A
ATK +5
MATK +5
_______________________
When compounded on a Dagger class weapon:
Refine Level +10:
ATK +20
MATK +20

Refine Level +14:
ATK +20
MATK +20
_______________________
When equipped with Shotgun Buffalo Bandit Card:
Increases Damage against Small size by 15%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1

Monster Drops

Card Drops

Bowie Buffalo Bandit

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

.@bonus = 5; .@type = getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW); if (.@type == W_DAGGER) { .@r = getrefine(); if (.@r>=10) { .@bonus += 20; } if (.@r>=14) { .@bonus += 20; } } bonus bBaseAtk,.@bonus; bonus bMatk,.@bonus;
.@bonus = 5;
.@type = getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW);
if (.@type == W_DAGGER) {
   .@r = getrefine();
   if (.@r>=10) {
      .@bonus += 20;
   }
   if (.@r>=14) {
      .@bonus += 20;
   }
}
bonus bBaseAtk,.@bonus;
bonus bMatk,.@bonus;
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.