ID #27173
Card
Elite Shotgun Buffalo Bandit Card
Buy Price: N/A
Sell Price: N/A
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +10:
Increases damage of Spread Attack by 20%.
_______________________
Refine Level +14:
Increases damage of Spread Attack by 20%.
_______________________
When equipped with Shotgun Buffalo Bandit Card:
Increases damage of Spread Attack by 50%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
_______________________
Refine Level +10:
Increases damage of Spread Attack by 20%.
_______________________
Refine Level +14:
Increases damage of Spread Attack by 20%.
_______________________
When equipped with Shotgun Buffalo Bandit Card:
Increases damage of Spread Attack by 50%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Monster Drops
Card Drops
Elite 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 = 10; .@r = getrefine(); if (.@r>=10) { .@bonus += 20; } if (.@r>=14) { .@bonus += 20; } bonus2 bSkillAtk,"GS_SPREADATTACK",.@bonus;
.@bonus = 10;
.@r = getrefine();
if (.@r>=10) {
.@bonus += 20;
}
if (.@r>=14) {
.@bonus += 20;
}
bonus2 bSkillAtk,"GS_SPREADATTACK",.@bonus;