
Variant Dolor Card
ID 27313CartaMutant Dolor Card
Descripción
When compounded on a Katar class weapon:
Critical +7
ATK +15
For each 2 Refine Levels:
Increases Critical Damage by 2%.
Refine Level +10:
Increases Physical Damage against enemies of Large size by 15%.
Type: Card
Compound on: Weapon
Weight: 1
Quién lo deja caer
Propiedades básicas
- Identificador
- Mt_Dolor_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_KATAR) {
.@r = getrefine();
bonus bCritical,7;
bonus bBaseAtk,15;
bonus bCritAtkRate,(2*.@r);
if (.@r >= 10) {
bonus2 bAddSize,Size_Large,15;
}
}