Base de datos de items/Heart Hunter Card
Heart Hunter Card

Heart Hunter Card

ID 27149Carta

Descripción

When compounded with Revolver, Rifle or Grenade Launcher class weapon:

Increases Ranged Physical Damage by 5%.


For each Refine Level:

Increases Ranged Physical Damage by additional 1%.


Type: Card

Compound on: Weapon

Weight: 1

Propiedades básicas

Identificador
Heart_Hunter_Card
Peso
1.0
Compra NPC
20z
Venta NPC
10z

Requisitos

Se inserta en
Arma
Script del item
.@type = getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW);
.@r = getrefine();
if (.@type == W_REVOLVER || .@type == W_RIFLE || .@type == W_GRENADE) {
   bonus bLongAtkRate,5+.@r+(.@r >= 10 ? 5 : 0);
}