
Greater Papila Cae Card
ID 300096CartaSenior Papila Cae Card
Descripción
When compounded on a Musical Instrument or Whip class weapon:
MATK +20
Refine Level +10:
MATK +20
Decreases Variable Casting Time by 10%.
Refine Level +13:
MATK +20
Type: Card
Compound on: Weapon
Weight: 1
Quién lo deja caer
Propiedades básicas
- Identificador
- Papila_Cae_H_Card
- Peso
- 1.0
Requisitos
- Se inserta en
- Arma
Script del item
.@r = getrefine();
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_MUSICAL || getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_WHIP) {
bonus bMatk,20;
}
if (.@r>=10) {
bonus bVariableCastrate,-10;
bonus bMatk,20;
}
if (.@r>=13) {
bonus bMatk,20;
}