Renewal
.:Renewal Item Database:.
Card

Argos Card [Shield]   Item ID# 4075 (Argos_Card)
Type
Card
Class
Shield Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Hypnotic
Description
Increase resistance to Stone Curse status by 20%.
DEF + 1
Item Script
{ bonus2 bResEff,Eff_Stone,2000; bonus bDef,1; },{},{}
Dropped By
Obtainable FromOld Card Album

Arhi Card [Footgear]   Item ID# 27249 (Archi_Card)
Archi Card
Type
Card
Class
Footgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Archi
Description
ATK + 15, MATK + 15, MaxHP +500, HIT + 15, FLEE + 15.
Item Script
{ bonus bBaseAtk,15; bonus bMatk,15; bonus bMaxHP,500; bonus bHit,15; bonus bFlee,15; },{},{}
Dropped By

Aries    Item ID# 4961 (Z_Stone_4)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
MATK +10

When equipped with Nidhogur and Loki Hat:
Refine Level of Nidhogur and Loki Hat is +7 or higher:
MATK +10

Refine Level of Nidhogur and Loki Hat is +9 or higher:
MATK +10

More Information on Combo:
Item Script
{ bonus bMatk,10; },{},{}
Dropped By No Result

Aries Card [Footgear]   Item ID# 300097 (Aries_Card)
Type
Card
Class
Footgear Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Thief
Description
AGI +2, MaxHP +10%, MaxSP +10%.
Increases damage of Envenom by 25%.
Item Script
{ bonus bAgi,2; bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus2 bSkillAtk,"TF_POISON",25; },{},{}
Dropped By

Ark Mage Soul (Mystery Illusion)    Item ID# 312242 (AG_Soul_MI)
Arch Mage Soul(Mystery Illusion)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Mystery Illusion by 2%.

For each 2 Refine Levels:
Increases damage of Mystery Illusion by additional 1%.
Item Script
{ bonus2 bSkillAtk,"AG_MYSTERY_ILLUSION",2+(getrefine()/2); },{},{}
Dropped By No Result

Armed Guard Soheon Card [Weapon]   Item ID# 4575 (Soheon_Card)
Soheon Card
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Short Cut
Description
ATK +10.
When compounded on a Dagger class weapon:
When the compounded equipment is refined to +10 or more, ASPD +1.
When the compounded equipment is refined to +14 or more, additional ASPD +1.
Item Script
{ bonus bBaseAtk,10; if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_DAGGER) { .@r = getrefine(); if (.@r>=10) { bonus bAspd,1; } if (.@r>=14) { bonus bAspd,1; } } },{},{}
Dropped By

Armeyer Dinze Card [Accessory]   Item ID# 4347 (Armaia_Card)
Type
Card
Class
Accessory Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Stamina
Description
Add a chance of gaining 'Clam Soup' each time a Fish monster is killed.
Item Script
{ bonus3 bAddMonsterDropItem,12053,RC_Fish,50; },{},{}
Dropped By
Obtainable FromOld Card Album

Arrow Storm Tuning Device    Item ID# 311044 (Gear_WH2)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Arrow Storm by 5%.
Decreases Arrow Storm skill cooldown by 1.2 seconds.

[Bonus by Weapon Grade]
[Grade D]: Damage of Arrow Storm +7%.
[Grade C]: Physical Damage against enemies of every size +10%.
[Grade B]: Damage of Arrow Storm +8%.
[Grade A]: Damage of Arrow Storm +10%.
Item Script
expand to view script
{ .@g = getenchantgrade(); bonus2 bSkillAtk,"RA_ARROWSTORM",5; bonus2 bSkillCooldown,"RA_ARROWSTORM",-1200; if (.@g >= 1) { bonus2 bSkillAtk,"RA_ARROWSTORM",7; if (.@g >= 2) { bonus2 bAddSize,Size_All,10; if (.@g >= 3) { bonus2 bSkillAtk,"RA_ARROWSTORM",8; if (.@g >= 4) { bonus2 bSkillAtk,"RA_ARROWSTORM",10; } } } } },{},{}
Dropped By No Result

Ash Toad Card [Accessory (Left)]   Item ID# 300211 (EP18_Ash_Toad_Card)
Type
Card
Class
Accessory (Left) Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Magic Ground
Description
Increases magical damage with Earth element by 35%.
Increases SP Consumption by 10%.
Item Script
{ bonus2 bMagicAtkEle,Ele_Earth,35; bonus bUseSPrate,10; },{},{}
Dropped By No Result

Ashhopper Card [Accessory (Left)]   Item ID# 300218 (EP18_Ashhopper_Card)
Ash Hopper Card
Type
Card
Class
Accessory (Left) Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
High Immortal
Description
Increases magical damage with Neutral element by 35%.
Increases SP Consumption by 10%.
Item Script
{ bonus2 bMagicAtkEle,Ele_Neutral,35; bonus bUseSPrate,10; },{},{}
Dropped By No Result

Ashring Card [Weapon]   Item ID# 300219 (EP18_Ashring_Card)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Dark Magical
Description
When compounded on either One-Handed Staff or Two-Handed Staff:
Increases magical damage with Shadow element by 10%.

Refine Level +10:
Increases magical damage with Shadow element by additional 10%.

Refine Level +14:
Increases magical damage with Shadow element by additional 10%.
Item Script
expand to view script
{ .@r = getequiprefinerycnt(EQI_HAND_R); if (getiteminfo(getequipid(EQI_HAND_R),11) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) { bonus2 bMagicAtkEle,Ele_Dark,10; if (.@r>=10) { bonus2 bMagicAtkEle,Ele_Dark,10; if (.@r>=14) { bonus2 bMagicAtkEle,Ele_Dark,10; } } } },{},{}
Dropped By No Result

ASPD Supplement Reactor    Item ID# 4991 (Reactor_A_ASPD)
Kafra Blossom Card
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Pre/Suffix
Carefree
Description
ASPD +1
(Event effect: Adventurers can feel carefree exploring dangerous lands knowing that Kafra gal Blossom is supporting them back in town.
10% Resistance to fire/wind/water/earth/holy/shadow elements
2% chance to increase resistance to fire/wind/water/earth/holy/shadow elements by 10% for 10 seconds when receiving magic damage.)
Item Script
{ bonus bAspd,1; },{},{}
Dropped By No Result

« First < 1314151617181920212223 > Last »
back to top