.:Renewal Item Database:.
Card - Compound on Weapon
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1 Pre/Suffix Blaze | |
Description | Increase magic attack against Fire property monsters by 3%. If refine level of compounded weapon is: [+7 or higher] Magic attack against Fire property monsters is increased to 5%. [+9 or higher] Magic attack against Fire property monsters is increased to 7%. |
---|---|
Item Script | { .@r = getrefine(); bonus2 bAddEle,Ele_Fire,((.@r>=9)?7:((.@r>=7)?5:3)); },{},{} |
Dropped By |
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1 Pre/Suffix Fatal Heavy | |
Description | ATK +15 Increases physical damage against enemies of Large size by 15%. Base Level at least 200: Increases physical damage against enemies of Large size by additional 25%. When equipped with Dullahan Card: Increases physical damage against enemies of Large size by additional 30%. |
---|---|
Item Script | { bonus bBaseAtk,15; bonus2 bAddSize,Size_Large,15; if (BaseLevel>=200) { bonus2 bAddSize,Size_Large,25; } },{},{} |
Dropped By |
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1 Pre/Suffix Sword Master | |
Description | When compounded on a One-Handed Sword or Two-Handed Sword class weapon: ATK +100 |
---|---|
Item Script | { .@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW); if (.@i == W_1HSWORD || .@i == W_2HSWORD) { bonus bBaseAtk,100; } },{},{} |
Dropped By |
General Daehyon Card [Weapon] Item ID# 31005 (Daehyon_Card_J) | |
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1 Pre/Suffix Sword Master | |
Description | When compounded to One-handed Sword or Two-Handed Sword class weapons: ATK +100, MATK +100. |
---|---|
Item Script | { bonus bBaseAtk,100; bonus bMatk,100; },{},{} |
Dropped By | No Result |
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1 Pre/Suffix of Insect Soul Eater | |
Description | Gain 5 SP each time an Insect monster is killed by a physical melee damage. Drain 5 SP as the weapon is unequipped. |
---|---|
Item Script | { bonus2 bSPGainRace,RC_Insect,5; },{},{ heal 0,-5; } |
Dropped By | |
Obtainable From | Old Card Album |
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1 Pre/Suffix Piercing | |
Description | Inflict 10% more damage with Critical attacks. CRIT +7 on Undead monster. |
---|---|
Item Script | { bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Undead,7; },{},{} |
Dropped By | |
Obtainable From | Old Card Album |
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1 Pre/Suffix Clamorous | |
Description | Increase damage on Brute monster by 20%. |
---|---|
Item Script | { bonus2 bAddRace,RC_Brute,20; bonus2 bAddRace,RC_Player_Doram,20; },{},{} |
Dropped By | |
Obtainable From | Old Card Album |
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1 Pre/Suffix Deadly Goblin's | |
Description | Inflict 30% more damage on Goblins. |
---|---|
Item Script | { bonus2 bAddRace2,RC2_Goblin,30; },{},{} |
Dropped By |
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1 Pre/Suffix of Fatal Flame | |
Description | Inflict 10% more damage with Critical attacks. CRIT +7 on Formless monster. |
---|---|
Item Script | { bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Formless,7; },{},{} |
Dropped By | |
Obtainable From | Old Card Album |
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1 Pre/Suffix Solid | |
Description | Make a weapon indestructible (except in upgrade attempts). ATK + 5 More Information on Combo: |
---|---|
Item Script | { bonus bUnbreakableWeapon; bonus bBaseAtk,5; },{},{} |
Dropped By | |
Obtainable From | Old Card Album |
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1 Pre/Suffix Digger | |
Description | When compounded on either One-Handed Staff or Two-Handed Staff: Ignores magic defense of all race, except Players, by 10%. For each 4 Refine Levels: Ignores magic defense of enemies by additional 2% and increases recieved physical damage by 2%. |
---|---|
Item Script |
expand to view script{ if (getiteminfo(getequipid(EQI_HAND_R),11) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) { .@r = 2*(getrefine()/4); bonus2 bIgnoreMdefRaceRate,RC_All,10+.@r; bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-10-.@r; bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-10-.@r; bonus3 bSubRace,RC_All,-.@r,BF_NORMAL; } },{},{} |
Dropped By | No Result |
Greater Bellare Card [Weapon] Item ID# 27307 (High_Bellare_Card) Mutant Heart Hunter Bellare Card | |
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1 Pre/Suffix Heavy Trip | |
Description | When compounded on Gatling Gun class weapons: HIT +20. Increases long ranged physical damage by 5%. For each refine level: Increases long ranged physical damage by additional 1%. Refine Level +10: Increases damage of Round Trip by 15%. |
---|---|
Item Script | { if (getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW) == W_GATLING) { .@r = getrefine(); bonus bHit,20; bonus bLongAtkRate,(5+.@r); if (.@r >= 10) { bonus2 bSkillAtk,"RL_R_TRIP",15; } } },{},{} |
Dropped By |