Renewal
.:Renewal Item Database:.
Card - Compound on Weapon

Minorous Card [Weapon]   Item ID# 4126 (Minorous_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Titan
Description
Increase damage inflicted on Large size monster by 15%.
ATK + 5
Item Script
{ bonus2 bAddSize,Size_Large,15; bonus bBaseAtk,5; },{},{}
Dropped By

Mobster Card [Weapon]   Item ID# 4317 (Mobster_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Aural
Description
Inflict 15% more damage with Critical attacks.
[Thief Class]
Critical Rate + 4
Item Script
{ bonus bCritAtkRate,15; if (BaseClass == Job_Thief) bonus bCritical,4; },{},{}
Dropped By

Mummy Card [Weapon]   Item ID# 4106 (Mummy_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Ancient
Description
HIT + 20
[Ancient Mummy Card Combo]

More Information on Combo:
Item Script
{ bonus bHit,20; },{},{}
Dropped By
Obtainable FromOld Card Album

Mutant Dolor Card [Weapon]   Item ID# 27313 (Mt_Dolor_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Power Fist
Description
When compounded on Katar class weapons:
Critical +7, ATK +15.

For each 2 refine levels:
Increases critical damage by 2%.

Refine Level +10:
Increases physical damage against Large size enemies by 15%.
Item Script
{ if (getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW) == W_KATAR) { .@r = getrefine(); bonus bCritical,7; bonus bBaseAtk,15; bonus bCritAtkRate,(2*.@r); if (.@r >= 10) { bonus2 bAddSize,Size_Large,15; } } },{},{}
Dropped By

Mutant Dragonoid Card [Weapon]   Item ID# 4203 (Mutant_Dragon_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Blazing
Description
ATK + 15
Add a 5% chance of auto casting Level 3 Fireball on an enemy when attacking.
If the user has mastered the skill at Level 10, it will cast Level 10 Fire Ball.
Item Script
{ bonus bBaseAtk,15; bonus3 bAutoSpell,"MG_FIREBALL",3+7*(getskilllv("MG_FIREBALL") == 10),50; },{},{}
Dropped By
Obtainable FromMystical Card Album

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%.
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

Mutated White Knight Card [Weapon]   Item ID# 27384 (C_White_Knight_Card)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Magical Knightage
Description
MATK +15.
Increases magical damage against Medium and Large size enemies by 20%.

When equipped with Mutated Khalitzburg Card:
Decreases physical and magical damage from Large size enemies by additional 5%.
Item Script
{ bonus bMatk,15; bonus2 bMagicAddSize,Size_Medium,20; bonus2 bMagicAddSize,Size_Large,20; },{},{}
Dropped By No Result

< 12
back to top