Scimitar Buffalo Bandit Card
27172 Cowraiders3_Card
S
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
Información adicional
- Precio de compra
- 20 z
- Nivel máximo
- Sin límite
- Género
- Both
- Refinable
- No
- Gradable
- No
Script del ítem
.@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;