Base de datos de items/Sword Guardian Card
Sword Guardian Card

Sword Guardian Card

ID 4427Carta

Descripción

When compounded on a One-Handed Sword or Two-Handed Sword class weapon:

Critical +5

HIT +5

Increases damage of Bowling Bash by 25%.


Type: Card

Compound on: Weapon

Weight: 1

Quién lo deja caer

Propiedades básicas

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

Requisitos

Se inserta en
Arma
Script del item
.@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW);
if (.@i == W_1HSWORD || .@i == W_2HSWORD) {
   bonus bHit,5;
   bonus bCritical,5;
   bonus2 bSkillAtk,"KN_BOWLINGBASH",25;
}