Renewal
.:Renewal Item Database:.
Card

Anolian Card [Armor]   Item ID# 4234 (Anolian_Card)
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Clarity
Description
Add a 3% chance of auto casting Level 1 Attention Concentrate on the user when the user receives physical attack.
If the user has mastered the skill at Level 10, it will cast Level 10 Attention Concentrate.
[Cruiser, Alligator, Merman & Dragon Tail Card Combo]

More Information on Combo:
Item Script
{ bonus3 bAutoSpellWhenHit,"AC_CONCENTRATION",1+9*(getskilllv("AC_CONCENTRATION") == 10),30; },{},{}
Dropped By
Obtainable FromOld Card Album

Anopheles Card [Accessory]   Item ID# 4344 (Anopheles_Card)
Type
Card
Class
Accessory Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Value
Description
Add a chance of gaining 'Tentacle Cheese Gratin' each time an Insect monster is killed.
Item Script
{ bonus3 bAddMonsterDropItem,12058,RC_Insect,50; },{},{}
Dropped By
Obtainable FromOld Card Album

Antenpou Tuning Device    Item ID# 311060 (Gear_SS2)
Darkening Cannon Tuning Device
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Darkening Cannon by 5%.

[Bonus by Weapon Grade]
[Grade D]: Damage of Darkening Cannon +3%.
[Grade C]: Magical Damage against enemies of every size +6%.
[Grade B]: Damage of Darkening Cannon +4%.
[Grade A]: Damage of Darkening Cannon +5%.
Item Script
expand to view script
{ .@g = getenchantgrade(); bonus2 bSkillAtk,"SS_ANTENPOU",5; if (.@g >= 1) { bonus2 bSkillAtk,"SS_ANTENPOU",3; if (.@g >= 2) { bonus2 bMagicAddSize,Size_All,6; if (.@g >= 3) { bonus2 bSkillAtk,"SS_ANTENPOU",4; if (.@g >= 4) { bonus2 bSkillAtk,"SS_ANTENPOU",5; } } } } },{},{}
Dropped By No Result

Antique Book Card [Garment]   Item ID# 4596 (AntiqueBook_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Intellectual
Description
Every 10 point of base INT, MATK +5.
Item Script
{ bonus bMatk,5*(readparam(bInt)/10); },{},{}
Dropped By

Antonio Card [Armor]   Item ID# 4243 (Antonio_Card)
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Escape
Description
Add a 50% chance of auto casting Level 1 Teleport on the user when the user receives physical attack.
Item Script
{ bonus3 bAutoSpellWhenHit,"AL_TELEPORT",1,500; },{},{}
Dropped By
Obtainable FromOld Card Album

Anubis Card [Shield]   Item ID# 4138 (Anubis_Card)
Type
Card
Class
Shield Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Satanic
Description
Reduce damage from Angel monster by 30%.
Item Script
{ bonus2 bSubRace,RC_Angel,30; },{},{}
Dropped By

Apocalipse Card [Armor]   Item ID# 4242 (Apocalips_Card)
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Prime
Description
VIT + 2
If compounded on an armor with Refine Rate +9 or higher, Maximum HP + 800.
Item Script
{ bonus bVit,2; if (getrefine()>8) bonus bMaxHP,800; },{},{}
Dropped By
Obtainable FromOld Card Album

Aqua Elemental Card [Shield]   Item ID# 4443 (Aqua_Elemental_Card)
Type
Card
Class
Shield Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Underneath
Description
Decreases damage from Water Property by 20%.
Increases damage dealing to Water Property by 5%.
Item Script
{ bonus2 bSubDefEle,Ele_Water,20; bonus2 bAddEle,Ele_Water,5; },{},{}
Dropped By
Obtainable FromOld Card Album

Aquarius    Item ID# 4960 (Z_Stone_3)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases SP consumption by 2%

When equipped with Nidhogur and Loki Hat:
Refine Level of Nidhogur and Loki Hat is +7 or higher:
Decreases SP consumption by an additional 2%.

Refine Level of Nidhogur and Loki Hat is +9 or higher:
Decreases SP consumption by an additional 1%.

More Information on Combo:
Item Script
{ bonus bUseSPrate,-2; },{},{}
Dropped By No Result

Aquarius Stone [Footgear]   Item ID# 29151 (AngelPoring_Pink)
Aquarius Constellation Stone
Type
Card
Class
Footgear Card
Buy
10z
Sell
5z
Weight
0
Description
A stone that contain the power of Aquarius which can be compounded on Shoes's slot.
VIT +1.
When compounded with Angel Poring Boots:
MaxHP +5%, MaxSP +5%.
Refine Level +7: Neutral property resistance +2%.
Refine Level +9: Neutral property resistance +3%.
Refine Level +12: Reduces after cast delay by 5%.
WARNING: It will completely vanish, if compounded shoes is destroyed.

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

Aquila Card [Garment]   Item ID# 300382 (Aquila_Card)
Type
Card
Class
Garment Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Aquila
Description
Increases magical damage with Poison and Undead element by 100%.
Increases damage taken from every element by 30%.
Item Script
{ bonus2 bMagicAtkEle,Ele_Poison,100; bonus2 bMagicAtkEle,Ele_Undead,100; bonus2 bSubEle,Ele_All,-30; },{},{}
Dropped By No Result

Arbitrium Tuning Device    Item ID# 311050 (Gear_CD2)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Arbitrium by 10%.

[Bonus by Weapon Grade]
[Grade D]: Damage of Arbitrium +7%. Healing effectiveness +6%.
[Grade C]: Magical Damage against enemies of every size +10%.
[Grade B]: Damage of Arbitrium +8%. Healing effectiveness +6%.
[Grade A]: Damage of Arbitrium +10%. Healing effectiveness +6%.
Item Script
expand to view script
{ .@g = getenchantgrade(); bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",10; if (.@g >= 1) { bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",7; bonus bHealPower,6; if (.@g >= 2) { bonus2 bMagicAddSize,Size_All,10; if (.@g >= 3) { bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",8; bonus bHealPower,6; if (.@g >= 4) { bonus2 bSkillAtk,"CD_ARBITRIUM_ATK",10; bonus bHealPower,6; } } } } },{},{}
Dropped By No Result

« First < 89101112131415161718 > Last »
back to top