Renewal
.:Renewal Item Database:.
Items Listed From A-Z

Eldest Card [Garment]   Item ID# 300269 (Eldest_Card)
Type
Card
Class
Garment Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Eldest
Description
MaxSP -25%
Increases magical damage with Ghost element by 10%.

When equipped with Dame of Sentinel Card:
For each 40 base INT:
Increases magical damage with Ghost element by additional 15%.
Item Script
{ bonus2 bMagicAtkEle,Ele_Ghost,10; bonus bMaxSPrate,-25; },{},{}
Dropped By No Result

Electric Eel [2]   [One Hand]   Item ID# 1972 (Electric_Eel)
Type
Weapon
Class
Whip
Buy
20z
Sell
10z
Weight
200
Attack
100
Required Lvl
70
Weapon Lvl
4
Slot
2
Range
2
Property
Wind
Gender
Female Only
Applicable Jobs
Clown / Gypsy
Description
Made of a creature that gives out electric energy. The surface is slippery and feels weird.

INT +2, AGI +2.
Has a chance to autocast Level 3 Jupitel Thunder and Arrow Vulcan on the enemy when dealing physical attack.
The skill level of Arrow Vulcan used depends on the refinement level of this weapon.
Item Script
{ bonus bAtkEle,Ele_Wind; bonus bInt,2; bonus bAgi,2; bonus3 bAutoSpell,"WZ_JUPITEL",3,20; .@r = getrefine(); if (.@r>0) bonus3 bAutoSpell,"CG_ARROWVULCAN",.@r,50; },{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Electric Effect    Item ID# 29142 (Electric_Effect)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Electric Effect
Item Script
{ hateffect HAT_EF_ELECTRIC,true; },{},{ hateffect HAT_EF_ELECTRIC,false; }
Dropped By No Result

Electric Effect (Bottom)    Item ID# 1000882 (aegis_1000882)
Electric Effect(Lower)
Type
Miscellaneous
Class
n/a
Buy
n/a
Sell
n/a
Weight
10
Description
Add enchantment on 4th slot of Costume Lower Headgear.
Electric Effect

Go to: [Gregio Grumani] at mal_in01 (24, 121).
Item Script
{},{},{}
Dropped By No Result

Electric Effect (Middle)    Item ID# 25136 (ElectricEffect_Middle)
Electric Effect(middle)
Type
Miscellaneous
Class
n/a
Buy
20z
Sell
10z
Weight
10
Description
Gives the following effects when compounded on a slot of a Costume Middle Headgear:
Electric

Go to: [Gregio Grumani] at mal_in01 (24, 121) in a building near Malangdo (115, 150).
Item Script
{},{},{}
Dropped By No Result

Electric Effect (Upper)    Item ID# 25206 (ElectricEffect_Top)
Electric Effect(Upper)
Type
Miscellaneous
Class
n/a
Buy
20z
Sell
10z
Weight
10
Description
Adds enhancement on 4th slot of a Costume Upper Headgear.
Electric
Go to: [Gregio Grumani] at mal_in01 (24, 121) in a building near Malangdo (115, 150).
Item Script
{},{},{}
Dropped By No Result

Electric Fist [3]   [One Hand]   Item ID# 1820 (Electric_Fist)
Type
Weapon
Class
Knuckle
Buy
20z
Sell
10z
Weight
65
Attack
80
Required Lvl
75
Weapon Lvl
3
Slot
3
Property
Neutral
Applicable Jobs
Priest
Monk
Description
A knuckle made with the power of lightning. It appears like any other knuckles, but it sometimes cause massive shock to the enemies. Due to the specifically designed components inside of the knuckles, the user is not affected.
Add a 1% chance of auto casting Level 5 Lighting Loader on wearer when dealing physical attack.
Item Script
{ bonus3 bAutoSpell,"SA_LIGHTNINGLOADER",5,10; },{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Electric Fox-OS [2]   [One Hand]   Item ID# 26164 (ElectricFox_OS)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
120
Attack
250 / MATK 350
Required Lvl
130
Weapon Lvl
4
Slot
2
Applicable Jobs
Summoner
Spirit Handler
Description
A foxtail-shaped machine made of numerous wires.
It seems that the use of micro-fine wires hits each other and dissipates static electricity.

MATK +350, MATK +5%.
Indestructible in battle

Refine Level +7:
Increases damage of Silvervine Stem Spear by 20%.

Refine Level +9:
Decreases variable cast time by 10%.
Increases magical damage with Earth, Fire, Water, Ghost and Neutral element by 15%.

Refine Level +11:
Increases damage of Catnip Meteor by 30%.
Item Script
expand to view script
{ bonus bUnbreakableWeapon; bonus bMatkRate,5; .@r = getrefine(); if (.@r>=7) { bonus2 bSkillAtk,"SU_SV_STEMSPEAR",20; } if (.@r>=9) { bonus bVariableCastrate,-10; bonus2 bMagicAtkEle,Ele_Earth,15; bonus2 bMagicAtkEle,Ele_Water,15; bonus2 bMagicAtkEle,Ele_Wind,15; bonus2 bMagicAtkEle,Ele_Fire,15; bonus2 bMagicAtkEle,Ele_Ghost,15; bonus2 bMagicAtkEle,Ele_Neutral,15; } if (.@r>=11) { bonus2 bSkillAtk,"SU_CN_METEOR",30; } },{},{}
Dropped By No Result

Electric Fox-OSAD [2]   [One Hand]   Item ID# 550076 (ElectricFox_AD)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
120
Attack
250
Required Lvl
170
Weapon Lvl
5
Slot
2
Applicable Jobs
Summoner
Description
A upgraded version of a foxtail-shaped machine made of numerous wires.
It seems that the use of micro-fine wires hits each other and dissipates static electricity.

Indestructible in battle

MATK +350
MATK +10%

Refine Level +7:
Increases damage of Silvervine Stem Spear by 30%.

Refine Level +9:
Decreases variable cast time of all skills by 10%.
Increases magical damage with Earth, Fire, Water, Ghost and Neutral element by 20%.

Refine Level +11:
Increases damage of Catnip Meteor by 45%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,7; bonus bMatk,350; if (.@r>=7) { bonus2 bSkillAtk,"SU_SV_STEMSPEAR",30; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Neutral,20; bonus2 bMagicAtkEle,Ele_Fire,20; bonus2 bMagicAtkEle,Ele_Earth,20; bonus2 bMagicAtkEle,Ele_Water,20; bonus2 bMagicAtkEle,Ele_Wind,20; bonus2 bMagicAtkEle,Ele_Ghost,20; bonus bVariableCastrate,-10; if (.@r>=11) { bonus2 bSkillAtk,"SU_CN_METEOR",45; } } } },{},{}
Dropped By No Result

Electric Guitar [0]   [One Hand]   Item ID# 1913 (Electronic_Guitar)
Type
Weapon
Class
Musical Instrument
Buy
20z
Sell
10z
Weight
180
Attack
110
Required Lvl
70
Weapon Lvl
4
Slot
0
Property
Wind
Gender
Male Only
Applicable Jobs
Bard / Dancer
Description
An electric guitar which amplifies its user's power.
Enables use of Level 1 Jupitel Thunder.
Add a 10% chance of auto casting Level 1 Jupitel Thunder on the enemy when dealing physical attack.
INT + 2, AGI + 1
Item Script
{ skill "WZ_JUPITEL",1; bonus3 bAutoSpell,"WZ_JUPITEL",1,100; bonus bAtkEle,Ele_Wind; bonus bInt,2; bonus bAgi,1; },{},{}
Dropped By

Electric Sunglass [0]   [Middle Head]   Item ID# 18711 (Electric_Sunglass)
Type
Armor
Class
Middle Headgear
Buy
20z
Sell
10z
Weight
40
Defense
3
Required Lvl
20
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job except Novice & Supernovice
Description
Do you want be trendy and fashion? Wear it now!
Item Script
{},{},{}
Dropped By No Result

Electric Wire [0]   [One Hand]   Item ID# 1971 (Electric_Wire)
Type
Weapon
Class
Whip
Buy
20z
Sell
10z
Weight
70
Attack
110
Required Lvl
30
Weapon Lvl
3
Slot
0
Range
2
Property
Wind
Gender
Female Only
Applicable Jobs
Bard / Dancer
Description
Electricity passes through this whip. Be careful not to electrocute yourself!
Item Script
{ bonus bAtkEle,Ele_Wind; },{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

« First < 1617181920212223242526 > Last »
back to top