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

Burning Night Card

Buy Price: N/A Sell Price: N/A
ATK +5%
_______________________
When compounded on a One-Handed Axe or Two-Handed Axe class weapon:
Increases Ranged Physical Damage by 10%.

For each 3 Refine Levels:
Increases Ranged Physical Damage by additional 2%.

Base Level at least 200:
For each 3 Refine Levels:
Increases Ranged Physical Damage by additional 3%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1

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

.@r = getrefine(); bonus bAtkRate,5; .@view = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW); if (.@view == W_1HAXE || .@view == W_2HAXE) { bonus bLongAtkRate,2*(.@r/3)+10; if (BaseLevel>=200) { bonus bLongAtkRate,3*(.@r/3); } }
.@r = getrefine();
bonus bAtkRate,5;
.@view = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW);
if (.@view == W_1HAXE || .@view == W_2HAXE) {
   bonus bLongAtkRate,2*(.@r/3)+10;
   if (BaseLevel>=200) {
      bonus bLongAtkRate,3*(.@r/3);
   }
}
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.