Renewal
.:Renewal Item Database:.
Card

Bear Bug Card [Accessory (Right)]   Item ID# 300470 (aegis_300470)
Type
Card
Class
Accessory (Right) Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Ice Bear
Description
Increases Magical Damage with Neutral, Shadow and Ghost element by 25%.

Base INT at least 90:
Increases SP Consumption by 7%.
Item Script
{ bonus2 bMagicAtkEle,Ele_Ghost,25; bonus2 bMagicAtkEle,Ele_Neutral,25; bonus2 bMagicAtkEle,Ele_Dark,25; if (readparam(bInt)>=90) { bonus bUseSPrate,7; } },{},{}
Dropped By No Result

Bear's Power    Item ID# 4875 (Bear's_Power)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
When being physically attacked, has a chance transform into a Bigfoot and get buffed with STR +200 for 5 seconds while HP -500 per second under the effect.
When unequipped, drain 300 SP.
Item Script
{ autobonus2 "{ bonus bStr,200; bonus2 bHPLossRate,500,1000; }",20,5000,BF_WEAPON,"{ active_transform 1060,5000; specialeffect2 EF_POTION_BERSERK; showscript \"Bigfoot Power !\"; }"; },{},{ heal 0,-300; }
Dropped By No Result

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

Beholder Card [Accessory]   Item ID# 4356 (Beholder_Card)
Type
Card
Class
Accessory Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Magic Cancel
Description
Enables use of Level 1 Cast Cancel.
Item Script
{ skill "SA_CASTCANCEL",1; },{},{}
Dropped By
Obtainable FromOld Card Album

Beholder Master Card [Weapon]   Item ID# 4466 (Beholder_Master_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Straight Shooting
Description
Long range attack damage + 3%.
[+ Bow]
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 bLongAtkRate,3; if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_BOW) { .@r = getrefine(); if (.@r>=10) { bonus bAspd,1; } if (.@r>=14) { bonus bAspd,1; } } },{},{}
Dropped By
Obtainable FromOld Card Album

Bellare Card [Weapon]   Item ID# 27306 (Bellare_Card)
Heart Hunter Bellare Card
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Fire Dance
Description
When compounded on Revolver 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 Fire Dance by 15%.
Item Script
{ if (getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW) == W_REVOLVER) { .@r = getrefine(); bonus bHit,20; bonus bLongAtkRate,(5+.@r); if (.@r >= 10) { bonus2 bSkillAtk,"RL_FIREDANCE",15; } } },{},{}
Dropped By

Beryl Spring    Item ID# 4874 (Beryl_of_Spring)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Vivid verdant jewel signifying the spring.
Taken in the spring breeze blowing gently coming and that means georige mutter the words of unknown origin.
Item Script
{},{},{}
Dropped By No Result

Berzebub Card [Accessory]   Item ID# 4145 (Berzebub_Card)
Beelzebub Card
Type
Card
Class
Accessory Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Bigmouth
Description
Reduce variable cast time of all skills by 30%.
Item Script
{ bonus bVariableCastrate,-30; },{},{}
Dropped By

Big Bell Card [Weapon]   Item ID# 4627 (Big_Bell_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Vibrating
Description
Increases physical damage against enemies of Formless and Demon race by 10%.

When equipped with a shield compounded with Neo Punk Card:
Ignores physical defense of Formless and Demon race monster 50%.

More Information on Combo:
Item Script
{ bonus2 bAddRace,RC_Formless,10; bonus2 bAddRace,RC_Demon,10; },{},{}
Dropped By

Big Ben Card [Weapon]   Item ID# 4626 (Big_Ben_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Echo
Description
Increases magical damage against monsters of Formless and Demon race by 5%.

When equipped with a shield compounded with Neo Punk Card:
Pierce magical defense of Formless and Demon monste by 50%.

More Information on Combo:
Item Script
{ bonus2 bMagicAddRace,RC_Formless,5; bonus2 bMagicAddRace,RC_Demon,5; },{},{}
Dropped By

Big Eggring Card [Garment]   Item ID# 4662 (Big_Eggring_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Trinitarian
Description
MaxHP +1000
ATK +25
MATK +25
ASPD +10%
Increases long range physical attacks by 5%.
Increase critical damage by 10%.

ATK -5 for every 10 base points of STR.
ASPD -2% for every 10 base points of AGI.
MaxHP -200 for every 10 base points of VIT.
MATK -5 for every 10 base points of INT.
Long ranged physical damage -1% for every 10 base points of DEX.
Critical damage -2% for every 10 base points of LUK.
All Stats bonuses can't be lower than 0.
Item Script
expand to view script
{ bonus bBaseAtk,25-5*min(readparam(bStr)/10,5); bonus bMatk,25-5*min(readparam(bInt)/10,5); bonus bAspdRate,10-2*min(readparam(bAgi)/10,5); bonus bMaxHP,1000-200*min(readparam(bVit)/10,5); bonus bLongAtkRate,5-1*min(readparam(bDex)/10,5); bonus bCritAtkRate,10-2*min(readparam(bLuk)/10,5); },{},{}
Dropped By

Bigfoot Card [Shield]   Item ID# 4074 (BigFoot_Card)
Type
Card
Class
Shield Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Gargantua
Description
Reduce damage from Insect monster by 30%.
[Grizzly Card Combo]

More Information on Combo:
Item Script
{ bonus2 bSubRace,RC_Insect,30; },{},{}
Dropped By
Obtainable FromOld Card Album

< 123456789 > Last »
back to top