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
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%
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 .@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;