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

Fabre Card [Weapon]   Item ID# 4002 (Fabre_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Vital
Description
VIT + 1
Maximum HP + 100
Item Script
{ bonus bVit,1; bonus bMaxHP,100; },{},{}
Dropped By
Obtainable FromOld Card Album

Faceworm Queen Card [Weapon]   Item ID# 27237 (Faceworm_Q_Card_J)
Face Worm Queen Card (jRO)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Transformation
Description
ATK +10%.
Increase movement speed.
Random chance to increase AGI by 100 for 5 seconds when recieving physical damage.

Enables the use of Level 10 Enchant Poison.
Enables the use of Level 1 Seismic Weapon.
Enables the use of Level 1 Flame Launcher.
Enables the use of Level 1 Frost Weapon.
Enables the use of Level 1 Lightning Loader.
Item Script
{ bonus bAtkRate,10; skill "AS_ENCHANTPOISON",10; skill "SA_SEISMICWEAPON",1; skill "SA_FLAMELAUNCHER",1; skill "SA_FROSTWEAPON",1; skill "SA_LIGHTNINGLOADER",1; autobonus "{ bonus bAgi,100; bonus bSpeedRate,25; }",50,5000,BF_NORMAL; },{},{}
Dropped By No Result

Faithful Manager Card [Weapon]   Item ID# 4607 (FaithfulManager_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Librarian
Description
ATK +5
MATK +5
[ +Book Weapon Class ]
When refined to +10 or higher, ATK +20 and MATK +20.
When refined to +14 or higher, additional ATK +20 and MATK +20.
Item Script
{ bonus bBaseAtk,5; bonus bMatk,5; if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_BOOK) { .@r = getrefine(); if (.@r>=10) { bonus bBaseAtk,20; bonus bMatk,20; } if (.@r>=14) { bonus bBaseAtk,20; bonus bMatk,20; } } },{},{}
Dropped By

False Angel Card [Weapon]   Item ID# 4316 (Fake_Angel_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Angel Soul Eater
Description
Gain 5 SP each time an Angel monster is killed by a melee physical attack.
Drain 5 SP as the weapon is unequipped.
Item Script
{ bonus2 bSPGainRace,RC_Angel,5; },{},{ heal 0,-5; }
Dropped By
Obtainable FromOld Card Album

Familiar Card [Weapon]   Item ID# 4020 (Farmiliar_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Blink
Description
When dealing physical attack, has a 5% chance to inflict Blind status on the target.
ATK + 5

More Information on Combo:
Item Script
{ bonus2 bAddEff,Eff_Blind,500; bonus bBaseAtk,5; },{},{}
Dropped By
Obtainable FromOld Card Album

Fanat Card [Weapon]   Item ID# 4465 (Panat_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Sweeping
Description
ATK + 10.
[+ Two-handed Sword]
If the weapon is refined to +10 or higher, ASPD + 1.
If the weapon is refined to +14 or higher, grants an additional ASPD + 1.
Item Script
{ bonus bBaseAtk,10; if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_2HSWORD) { .@r = getrefine(); if (.@r>=10) { bonus bAspd,1; } if (.@r>=14) { bonus bAspd,1; } } },{},{}
Dropped By
Obtainable FromOld Card Album

Female Thief Bug Card [Weapon]   Item ID# 4026 (Thief_Bug_Female_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Shrewd
Description
AGI + 1
FLEE +1
Item Script
{ bonus bAgi,1; bonus bFlee,1; },{},{}
Dropped By
Obtainable FromOld Card Album

Fire Frilldora Card [Weapon]   Item ID# 27028 (Fire_Frilldora_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Searing
Description
Increases magical attack against Earth element monsters by 3%.
Refine Level +7:
Increases magical attack against Earth element monsters by 5%.
Refine Level +9:
Increases magical attack against Earth element monsters by 7%.
Item Script
{ .@r = getrefine(); bonus2 bMagicAddEle,Ele_Earth,3+((.@r>=7)*5)+((.@r>=9)*7); },{},{}
Dropped By

Flame Ghost Card [Weapon]   Item ID# 27360 (Flame_Ghost_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Fire Magic
Description
Increases magical damage against Fire property enemies by 15%.

When combined with Fruit Pom Spider Card:
Increases magical damage against Fire property enemies by additional 8%
Item Script
{ bonus2 bMagicAddEle,Ele_Fire,15; },{},{}
Dropped By

Flora Card [Weapon]   Item ID# 4080 (Flora_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Fisher
Description
Increase damage on Fish monster by 20%.
Item Script
{ bonus2 bAddRace,RC_Fish,20; },{},{}
Dropped By
Obtainable FromOld Card Album

Fruit Pom Spider Card [Weapon]   Item ID# 4670 (Fru_Pom_Spider_Card)
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

back to top