
Greater Special Alnoldi Card
ID 300086CartaSenior Special Alnoldi Card
Descripción
When compounded on a Two-Handed Sword class weapon:
Increases Melee Physical Damage by 10%.
For each Refine Level:
Increases Melee Physical Damage by additional 1%.
Refine Level +11:
Indestructible in battle
Type: Card
Compound on: Weapon
Weight: 1
Quién lo deja caer
Propiedades básicas
- Identificador
- Alnoldi_Ex_H_Card
- Peso
- 1.0
Requisitos
- Se inserta en
- Arma
Script del item
.@r = getrefine();
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_2HSWORD) {
bonus bShortAtkRate,10;
}
bonus bShortAtkRate,.@r;
if (.@r>=11) {
bonus bUnbreakableWeapon;
}