
Scimitar Buffalo Bandit Card
ID 27172Carta
Descripción
ATK +5
MATK +5
When compounded on a Dagger class weapon:
Refine Level +10:
ATK +20
MATK +20
Refine Level +14:
ATK +20
MATK +20
When equipped with Shotgun Buffalo Bandit Card:
Increases Damage against Small size by 15%.
Type: Card
Compound on: Weapon
Weight: 1
Quién lo deja caer
Propiedades básicas
- Identificador
- Cowraiders3_Card
- Peso
- 1.0
- Compra NPC
- 20z
- Venta NPC
- 10z
Requisitos
- Se inserta en
- Arma
Script del item
.@bonus = 5;
.@type = getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW);
if (.@type == W_DAGGER) {
.@r = getrefine();
if (.@r>=10) {
.@bonus += 20;
}
if (.@r>=14) {
.@bonus += 20;
}
}
bonus bBaseAtk,.@bonus;
bonus bMatk,.@bonus;