Base de datos de items/Greater Bellare Card
Greater Bellare Card

Greater Bellare Card

ID 27307Carta

Descripción

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

Propiedades básicas

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

Requisitos

Se inserta en
Arma
Script del item
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;
   }
}