
Bellare Card
ID 27306Carta
Descripción
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
Quién lo deja caer
Propiedades básicas
- Identificador
- 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_REVOLVER) {
.@r = getrefine();
bonus bHit,20;
bonus bLongAtkRate,(5+.@r);
if (.@r >= 10) {
bonus2 bSkillAtk,"RL_FIREDANCE",15;
}
}