ID #300086
Card
Senior Special Alnoldi Card
Buy Price: N/A
Sell Price: N/A
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
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
Monster Drops
Card Drops
Senior Special Alnoldi
Rate: 0.5%
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Card
Weight
10
Item Flags
Drop Effect
Yes
Scripts
Script .@r = getrefine(); if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_2HSWORD) { bonus bShortAtkRate,10; } bonus bShortAtkRate,.@r; if (.@r>=11) { bonus bUnbreakableWeapon; }
.@r = getrefine();
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_2HSWORD) {
bonus bShortAtkRate,10;
}
bonus bShortAtkRate,.@r;
if (.@r>=11) {
bonus bUnbreakableWeapon;
}