ID #27307
Card
Greater Bellare Card
Buy Price: N/A
Sell Price: N/A
When compounded on a Gatling Gun class weapon:
HIT +20
_______________________
Increases Ranged Physical Damage by 5%.
_______________________
For each Refine Level:
Increases Ranged Physical Damage by additional 1%.
_______________________
Refine Level +10:
Increases damage of Round Trip by 15%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
HIT +20
_______________________
Increases Ranged Physical Damage by 5%.
_______________________
For each Refine Level:
Increases Ranged Physical Damage by additional 1%.
_______________________
Refine Level +10:
Increases damage of Round Trip by 15%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Monster Drops
Card Drops
High Hunter Bellare
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 if (getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW) == W_GATLING) { .@r = getrefine(); bonus bHit,20; bonus bLongAtkRate,(5+.@r); if (.@r >= 10) { bonus2 bSkillAtk,"RL_R_TRIP",15; } }
if (getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW) == W_GATLING) {
.@r = getrefine();
bonus bHit,20;
bonus bLongAtkRate,(5+.@r);
if (.@r >= 10) {
bonus2 bSkillAtk,"RL_R_TRIP",15;
}
}