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

Bellare Card

27306 Bellare_Card

bROcROdpROidROiROjROkROMkROSLATAMthROGtwRO
Carta
B

When compounded on a Revolver 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 Fire Dance by 15%.

Type: Card

Compound on: Weapon

Weight: 1

Información adicional

Precio de compra
20 z
Nivel máximo
Sin límite
Género
Both
Refinable
No
Gradable
No
Script del ítem
if (getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW) == W_REVOLVER) {
   .@r = getrefine();
   bonus bHit,20;
   bonus bLongAtkRate,(5+.@r);
   if (.@r >= 10) {
      bonus2 bSkillAtk,"RL_FIREDANCE",15;
   }
}