ISHGARDRAGNAROK ONLINE
Hora servidor--:--:--UTC
EstadoLogin: ...Char: ...Map: ...
Jugadores online—Récord online—
Wiki›Ítems›Burning Night Card
BBurning Night Card

Burning Night Card

300441 Burning_Knight_Card

bROcROdpROidROiROjROkROMkROSLATAMthROGtwRO
Carta
B

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

Información adicional

Precio de compra
0 z
Nivel máximo
Sin límite
Género
Both
Refinable
No
Gradable
No
Script del ítem
.@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);
   }
}