Renewal
.:Renewal Item Database:.
Card

E EA2S Card [Accessory]   Item ID# 27304 (E_EA2S_Card)
E-EA2S Card
Type
Card
Class
Accessory Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Hell's
Description
Natural HP recovery rate +50%.
Item Script
{ bonus bHPrecovRate,50; },{},{}
Dropped By

E-EA1L card [Weapon]   Item ID# 27320 (E_EA1L_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Inhance Fire
Description
Increases Fire elemental magic damage by 3%.

Refine Level +7:
Increases Fire elemental magic damage by additional 2%.

Refine Level +9:
Increases Fire elemental magic damage by additional 5%.
Item Script
{ .@r = getrefine(); .@val = 3; if (.@r >= 9) { .@val += 2; if (.@r >= 11) { .@val += 5; } } bonus2 bMagicAtkEle,Ele_Fire,.@val; },{},{}
Dropped By

Earth Deleter Card [Armor]   Item ID# 4279 (Deleter_Card)
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Soul Collector's
Description
Reduces natural SP recovery by 100%.
Gain 10 SP each time an enemy is killed by a melee physical attack.
Drain 100 SP as the armor is unequipped.
Item Script
{ bonus bSPrecovRate,-100; bonus bSPGainValue,10; },{},{ heal 0,-100; }
Dropped By
Obtainable FromOld Card Album

Earth Drop    Item ID# 4954 (A_Drop_Of_Tree_)
Tree Drop
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases physical damage inflicted on Earth element monsters by 2%.
Increases damage of Earth element magics by 2%.
Reduces damage taken from Earth element attack by 1%.
Item Script
{ bonus2 bAddEle,Ele_Earth,2; bonus2 bMagicAtkEle,Ele_Earth,2; bonus2 bSubEle,Ele_Earth,1; },{},{}
Dropped By No Result

Earth Element(Armor)    Item ID# 29304 (Armor_Ground)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Enchant armor with Earth element.
Item Script
{ bonus bDefEle,Ele_Earth; },{},{}
Dropped By No Result

Earth Magic (Combat) Lv. 1    Item ID# 311376 (Gray_Fight1)
Gray Spell(Fighter) Lv1
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
When equipped with Thanos Hammer-AD:
Increases damage of Duple Light and Petitio by 15%.

For each 2 Refine Levels of equipped Weapon:
Increases ranged physical damage by 2%.

When equipped with Thanos Knuckle-AD:
Increases damage of Tiger Cannon and Third Flame Bomb by 15%.

For each 2 Refine Levels of equipped Weapon:
MaxHP +2%

When equipped with Thanos Katar-AD:
Increases damage of Rolling Cutter and Impact Crater by 15%.

For each 2 Refine Levels of equipped Weapon:
Increases damage of Counter Slash by 6%.

[Bonus by Grade of Headgear]
[Grade D]: STA +1
[Grade C]: P.ATK +1
Item Script
{ .@g = getenchantgrade(EQI_HEAD_TOP); if (.@g >= 1) { bonus bSta,1; if (.@g >= 2) { bonus bPAtk,1; } } },{},{}
Dropped By No Result

Earth Magic (Combat) Lv. 2    Item ID# 311377 (Gray_Fight2)
Gray Spell(Fighter) Lv2
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
When equipped with Thanos Hammer-AD:
Increases damage of Duple Light and Petitio by 20%.

For each 2 Refine Levels of equipped Weapon:
Increases ranged physical damage by 4%.

When equipped with Thanos Knuckle-AD:
Increases damage of Tiger Cannon and Third Flame Bomb by 20%.

For each 2 Refine Levels of equipped Weapon:
MaxHP +3%

When equipped with Thanos Katar-AD:
Increases damage of Rolling Cutter and Impact Crater by 20%.

For each 2 Refine Levels of equipped Weapon:
Increases damage of Counter Slash by 9%.

[Bonus by Grade of Headgear]
[Grade D]: STA +2
[Grade C]: P.ATK +2
Item Script
{ .@g = getenchantgrade(EQI_HEAD_TOP); if (.@g >= 1) { bonus bSta,2; if (.@g >= 2) { bonus bPAtk,2; } } },{},{}
Dropped By No Result

Earth Magic (Combat) Lv. 3    Item ID# 311378 (Gray_Fight3)
Gray Spell(Fighter) Lv3
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
When equipped with Thanos Hammer-AD:
Increases damage of Duple Light and Petitio by 25%.

For each 2 Refine Levels of equipped Weapon:
Increases ranged physical damage by 6%.

When equipped with Thanos Knuckle-AD:
Increases damage of Tiger Cannon and Third Flame Bomb by 25%.

For each 2 Refine Levels of equipped Weapon:
MaxHP +5%

When equipped with Thanos Katar-AD:
Increases damage of Rolling Cutter and Impact Crater by 25%.

For each 2 Refine Levels of equipped Weapon:
Increases damage of Counter Slash by 12%.

[Bonus by Grade of Headgear]
[Grade D]: STA +3
[Grade C]: P.ATK +3
Item Script
{ .@g = getenchantgrade(EQI_HEAD_TOP); if (.@g >= 1) { bonus bSta,3; if (.@g >= 2) { bonus bPAtk,3; } } },{},{}
Dropped By No Result

Earth Magic (Magical) Lv. 1    Item ID# 311373 (Gray_Magic1)
Gray Spell(Magic) Lv1
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
When equipped with Thanos Two-Handed Staff-AD:
Increases damage of Crimson Rock, Floral Flare Road and Stratum Tremor by 15%.

For each 2 Refine Levels of equipped Weapon:
Increases damage of Earth Strain by 6%.

When equipped with Thanos Staff-AD:
Increases damage of Varetyr Spear and Lightning Land by 15%.

For each 2 Refine Levels of equipped Weapon:
Increases damage of Psychic Wave by 6%.

When equipped with Thanos Dagger-AD:
Increases damage of Psychic Wave and From the Abyss by 15%.

For each 2 Refine Levels of equipped Weapon:
Increases magical damage with every element by 2%.

[Bonus by Grade of Headgear]
[Grade D]: SPL +1
[Grade C]: S.MATK +1
Item Script
{ .@g = getenchantgrade(EQI_HEAD_TOP); if (.@g >= 1) { bonus bSpl,1; if (.@g >= 2) { bonus bSMatk,1; } } },{},{}
Dropped By No Result

Earth Magic (Magical) Lv. 2    Item ID# 311374 (Gray_Magic2)
Gray Spell(Magic) Lv2
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
When equipped with Thanos Two-Handed Staff-AD:
Increases damage of Crimson Rock, Floral Flare Road and Stratum Tremor by 20%.

For each 2 Refine Levels of equipped Weapon:
Increases damage of Earth Strain by 9%.

When equipped with Thanos Staff-AD:
Increases damage of Varetyr Spear and Lightning Land by 20%.

For each 2 Refine Levels of equipped Weapon:
Increases damage of Psychic Wave by 9%.

When equipped with Thanos Dagger-AD:
Increases damage of Psychic Wave and From the Abyss by 20%.

For each 2 Refine Levels of equipped Weapon:
Increases magical damage with every element by 4%.

[Bonus by Grade of Headgear]
[Grade D]: SPL +2
[Grade C]: S.MATK +2
Item Script
{ .@g = getenchantgrade(EQI_HEAD_TOP); if (.@g >= 1) { bonus bSpl,2; if (.@g >= 2) { bonus bSMatk,2; } } },{},{}
Dropped By No Result

Earth Magic (Magical) Lv. 3    Item ID# 311375 (Gray_Magic3)
Gray Spell(Magic) Lv3
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
When equipped with Thanos Two-Handed Staff-AD:
Increases damage of Crimson Rock, Floral Flare Road and Stratum Tremor by 25%.

For each 2 Refine Levels of equipped Weapon:
Increases damage of Earth Strain by 12%.

When equipped with Thanos Staff-AD:
Increases damage of Varetyr Spear and Lightning Land by 25%.

For each 2 Refine Levels of equipped Weapon:
Increases damage of Psychic Wave by 12%.

When equipped with Thanos Dagger-AD:
Increases damage of Psychic Wave and From the Abyss by 25%.

For each 2 Refine Levels of equipped Weapon:
Increases magical damage with every element by 6%.

[Bonus by Grade of Headgear]
[Grade D]: SPL +3
[Grade C]: S.MATK +3
Item Script
{ .@g = getenchantgrade(EQI_HEAD_TOP); if (.@g >= 1) { bonus bSpl,3; if (.@g >= 2) { bonus bSMatk,3; } } },{},{}
Dropped By No Result

Earth Magic (Sniper) Lv. 1    Item ID# 311370 (Gray_Range1)
Gray Spell(Shooter) Lv1
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
When equipped with Thanos Sword-AD:
Increases damage of Cart Cannon and Acidified Zone (Fire/Water/Wind/Ground) by 15%.

For each 2 Refine Levels of equipped Weapon:
Increases ranged physical damage by 2%.

When equipped with Thanos Bow-AD:
Increases damage of Sharp Shooting and Crescive Bolt by 15%.

For each 2 Refine Levels of equipped Weapon:
Increases ranged physical damage by 2%.

When equipped with Thanos Violin-AD or Thanos Whip-AD:
Increases damage of Severe Rainstorm and Rhythm Shooting by 15%.

For each 2 Refine Levels of equipped Weapon:
Increases ranged physical damage by 2%.

[Bonus by Grade of Headgear]
[Grade D]: CON +1
[Grade C]: P.ATK +1
Item Script
{ .@g = getenchantgrade(EQI_HEAD_TOP); if (.@g >= 1) { bonus bCon,1; if (.@g >= 2) { bonus bPAtk,1; } } },{},{}
Dropped By No Result

12345678910 > Last »
back to top