
Variant Plaga Card
ID 27311CartaMutant Plaga Card
Descripción
When compounded on a Knuckle class weapon:
HIT +20
ATK +15
For each Refine Level:
Increases Physical Damage against enemies of Large by 1%.
Refine Level +10:
Increases Physical Damage against enemies of Large by additional 15%.
Type: Card
Compound on: Weapon
Weight: 1
Quién lo deja caer
Propiedades básicas
- Identificador
- Mutant_Plaga_Card
- Peso
- 1.0
- Compra NPC
- 20z
- Venta NPC
- 10z
Requisitos
- Se inserta en
- Arma
Script del item
if (getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW) == W_KNUCKLE) {
.@r = getrefine();
bonus bHit,20;
bonus bBaseAtk,15;
if (.@r >= 10) {
.@val = 15;
}
bonus2 bAddSize,Size_Large,(.@r+.@val);
}