Base de datos de items/Greater Research Assistant Bot Card
Greater Research Assistant Bot Card

Greater Research Assistant Bot Card

ID 300082CartaSenior Assistant Bot Card

Descripción

When compounded on a Spear or Two-Handed Spear class weapon:

Increases Ranged Physical Damage by 20%.


For each 2 Refine Levels:

Increases Ranged Physical Damage by additional 2%.


Type: Card

Compound on: Weapon

Weight: 1

Propiedades básicas

Identificador
Assistant_H_Card
Peso
1.0

Requisitos

Se inserta en
Arma
Script del item
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_1HSPEAR || getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_2HSPEAR) {
   bonus bLongAtkRate,10;
}
bonus bLongAtkRate,2*(getrefine()/2);