Renewal
.:Renewal Item Database:.
Card

Brown Rat Card [Garment]   Item ID# 27176 (Rr_Cramp_Card)
Rockridge Cramp Card
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Dirty
Description
For each 10 base STR:
ATK +3, reduces after attack delay by 1%.

Base STR at least 120:
ATK +40
Item Script
{ .@str = readparam(bStr); .@bonus = 3*(.@str/10); if (.@str>=120) { .@bonus += 40; } bonus bBaseAtk,.@bonus; bonus bAspdRate,(.@str/10); },{},{}
Dropped By

Brutal Murderer Card [Weapon]   Item ID# 300241 (Brutal_Murderer_Card)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Fatal Boned
Description
ATK +15

Increases physical damage against enemies of Medium size by 15%.

Base Level at least 200:
Increases physical damage against enemies of Medium size by additional 25%.

When equipped with Bloody Murderer Card:
Increases physical damage against enemies of Medium size by additional 30%.
Item Script
{ bonus bBaseAtk,15; bonus2 bAddSize,Size_Medium,15; if (BaseLevel>=200) { bonus2 bAddSize,Size_Medium,25; } },{},{}
Dropped By

Bungisngis Card [Headgear]   Item ID# 4582 (Bungisngis_Card)
Type
Card
Class
Headgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Stamina
Description
Every 2 refine level on the compounded headgear increase Max HP by 1%.
Item Script
{ bonus bMaxHPrate,(getrefine()/2); },{},{}
Dropped By

Burn    Item ID# 29214 (E_Flameguard)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases damage taken from Fire elemental attacks by 15%.
Item Script
{ bonus2 bSubEle,Ele_Fire,15; },{},{}
Dropped By No Result

Burning Fang Card [Footgear]   Item ID# 300217 (EP18_Burning_Fang_Card)
Type
Card
Class
Footgear Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Burning Fang
Description
Increases melee physical damage by 20%.
Increases damage taken from all elemental attacks by 15%.
Item Script
{ bonus2 bSubEle,Ele_All,-15; bonus bShortAtkRate,20; },{},{}
Dropped By No Result

Burning Night Card [Weapon]   Item ID# 300441 (Burning_Knight_Card)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Hell Burning
Description
ATK +5%

When compounded on a One-Handed Axe or Two-Handed Axe class weapon:
Increases ranged physical damage by 10%.

For each 3 refine levels:
Increases ranged physical damage by additional 2%.

Base Level at least 200:
For each 3 refine levels:
Increases ranged physical damage by additional 3%.
Item Script
{ .@r = getrefine(); bonus bAtkRate,5; .@view = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW); if (.@view == W_1HAXE || .@view == W_2HAXE) { bonus bLongAtkRate,2*(.@r/3)+10; if (BaseLevel>=200) { bonus bLongAtkRate,3*(.@r/3); } } },{},{}
Dropped By No Result

Butoijo Card [Weapon]   Item ID# 4519 (Butoijo_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Seraphim
Description
Increases physical attack damage against Angel type monsters by 20%.
Item Script
{ bonus2 bAddRace,RC_Angel,20; },{},{}
Dropped By
Obtainable FromOld Card Album

Buwaya Card [Armor]   Item ID# 4592 (Buwaya_Card)
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Stone Curse
Description
VIT +4
Has a high chance of casting Stone Curse on enemies within a 23x23 cell area around the wearer each time the wearer receives magical damage.
Item Script
{ bonus bVit,4; bonus5 bAutoSpellWhenHit,"NPC_WIDESTONE",4,20,BF_MAGIC,0; },{},{}
Dropped By

Byorgue Card [Armor]   Item ID# 4426 (Byorgue_Card)
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Exceeding
Description
[Rogue and Rogue Upper Classes]
ATK + 10%, MATK + 10%
Item Script
{ if (BaseJob == Job_Rogue) { bonus bMatkRate,10; bonus2 bAddClass,Class_All,10; } },{},{}
Dropped By
Obtainable FromOld Card Album

« First < 456789
back to top