
Ominous Assaulter Card
ID 27117Carta
Descripción
Increases Critical Damage by 10%.
When equipped with Whip, Musical Instrument, Book, Two-Handed Sword or Two-Handed Spear class weapon:
Critical +5
For each Refine Level:
ATK +3
Increases Critical Damage by 1%.
Type: Card
Compound on: Weapon
Weight: 1
Quién lo deja caer
Propiedades básicas
- Identificador
- OminousAssulter_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);
if (.@type == W_WHIP || .@type == W_MUSICAL || .@type == W_BOOK || .@type == W_2HSWORD || .@type == W_2HSPEAR) {
.@r = getrefine();
bonus bCritical,5;
bonus bBaseAtk,(3*.@r);
}
bonus bCritAtkRate,(10+.@r);