ID #27311
Card
Mutant Plaga Card
Buy Price: N/A
Sell Price: N/A
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
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
Monster Drops
Card Drops
Mutant Plaga
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 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); }
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);
}