Renewal
.:Renewal Item Database:.
Search Item By ID


Mutant Plaga Card [Weapon]   Item ID# 27311 (Mutant_Plaga_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Heavy Knuckle
Description
When compounded on Knuckle class weapons:
HIT +20, ATK +15.

For each refine level:
Increases physical damage against Large by 1%.

Refine Level +10:
Increases physical damage against Large by additional 15%.

[iRO Description]
Class: Card
Compounds On: Weapon
Hit +20 and Atk +15 if the user has [Knuckles] equipped.
Increases Physical damage on Large monsters by an additional +1% per upgrade level.

If upgrade level is +10 or higher,
Increases Physical damage on Large monsters by an additional +15%
Item 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); } },{},{}
Dropped By

back to top