Renewal
.:Renewal Item Database:.
Armor

Glacier Boots [1]   [Footgear]   Item ID# 470196 (Glacier_Boots)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
200
Defense
98
Required Lvl
230
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
Boots forged by imbuing the power of a Divine Cat Whiskers with Issgard's Glacier.
You can add abilities by granting a legend with special magical powers.

MaxHP +8%, MaxSP +4%

For each 2 Refine Levels:
MaxSP +1%, DEF +15

Refine Level +7:
Increases Physical Damage by 7%.

Refine Level +9:
P.ATK +3

Refine Level +10:
DEF +100
ASPD +7% (Decreases after attack delay by 7%).

When equipped with Glacier Armor:
ATK +7%

[Bonus by Grade]
[Grade D] RES +25, MRES +25.
[Grade C] P.ATK +2, POW +2, CON +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bMaxHPrate,8; bonus bMaxSPrate,4+(.@r/2); bonus bDef,15*(.@r/2); if (.@r>=7) { bonus bLongAtkRate,7; bonus bShortAtkRate,7; if (.@r>=9) { bonus bPAtk,3; if (.@r>=10) { bonus bAspdRate,7; bonus bDef,100; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMRes,25; bonus bRes,25; if (.@g>=ENCHANTGRADE_C) { bonus bPAtk,2; bonus bPow,2; bonus bCon,2; } } },{},{}
Dropped By No Result

Glacier Earring [1]   [Accessory (Left)]   Item ID# 490329 (Glacier_Earring)
Type
Armor
Class
Accessory (Left)
Buy
n/a
Sell
n/a
Weight
10
Required Lvl
230
Armor Lvl
2
Slot
1
Refineable
No
Applicable Jobs
Every Job
Description
An earring forged by imbuing the power of a Divine Cat Whiskers with Issgard's Glacier.
You can add abilities by granting a legend with special magical powers.

MATK +8%, MaxSP +7%

When equipped with Glacier Necklace:
DEF +50
Item Script
{ bonus bMatkRate,8; bonus bMaxSPrate,7; },{},{}
Dropped By No Result

Glacier Guard [1]   [Shield]   Item ID# 460040 (Glacier_Guard)
Type
Armor
Class
Shield
Buy
n/a
Sell
n/a
Weight
350
Defense
220
Required Lvl
230
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
A shield forged by imbuing the power of a Divine Cat Whiskers with Issgard's Glacier.
You can add abilities by granting a legend with special magical powers.

RES +15, MRES +15

For each 2 Refine Levels:
DEF +10, MDEF +2

Refine Level +7:
ASPD +15% (Decreases after attack delay by 15%).

Refine Level +9:
Decreases variable cast time by 10%.

Refine Level +10:
DEF +50, MDEF +10

[Bonus by Grade]
[Grade D] RES +10, MRES +10.
[Grade C] P.ATK +2, S.MATK +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bMRes,15; bonus bRes,15; bonus bMdef,2*(.@r/2); bonus bDef,10*(.@r/2); if (.@r>=7) { bonus bAspdRate,15; if (.@r>=9) { bonus bVariableCastrate,-10; if (.@r>=10) { bonus bMdef,10; bonus bDef,50; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMRes,10; bonus bRes,10; if (.@g>=ENCHANTGRADE_C) { bonus bPAtk,2; bonus bSMatk,2; } } },{},{}
Dropped By No Result

Glacier Manteau [1]   [Garment]   Item ID# 450266 (Glacier_Manteau)
Type
Armor
Class
Garment
Buy
n/a
Sell
n/a
Weight
160
Defense
112
Required Lvl
230
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
A manteau forged by imbuing the power of a Divine Cat Whiskers with Issgard's Glacier.
You can add abilities by granting a legend with special magical powers.

MaxHP +2500, MaxSP +500

For each 2 Refine Levels:
MaxHP +200, MaxSP +50

Refine Level +7:
ASPD +7% (Decreases after attack delay by 7%).

Refine Level +9:
POW +3

Refine Level +10:
Decreases variable cast time by 5%.

When equipped with Glacier Boots:
Increases Physical Damage by 15%.

[Bonus by Grade]
[Grade D] ATK +3%, P.ATK +2.
[Grade C] variable cast time -10%.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bMaxHP,2500+200*(.@r/2); bonus bMaxSP,500+50*(.@r/2); if (.@r>=7) { bonus bAspdRate,7; if (.@r>=9) { bonus bPow,3; if (.@r>=10) { bonus bVariableCastrate,-5; } } } if (.@g>=ENCHANTGRADE_D) { bonus bPAtk,2; bonus bAtkRate,3; if (.@g>=ENCHANTGRADE_C) { bonus bVariableCastrate,-10; } } },{},{}
Dropped By No Result

Glacier Muffler [1]   [Garment]   Item ID# 450267 (Glacier_Muffler)
Type
Armor
Class
Garment
Buy
n/a
Sell
n/a
Weight
80
Defense
80
Required Lvl
230
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
A muffler forged by imbuing the power of a Divine Cat Whiskers with Issgard's Glacier.
You can add abilities by granting a legend with special magical powers.

MaxHP +2000, MaxSP +1000

For each 2 Refine Levels:
MaxHP +150, MaxSP +100

Refine Level +7:
Decreases variable cast time by 7%.

Refine Level +9:
SPL +3

Refine Level +10:
ASPD +5% (Decreases after attack delay by 5%).

When equipped with Glacier Shoes:
Increases Magical Damage with every element by 15%.

[Bonus by Grade]
[Grade D] MATK +3%, S.MATK +2.
[Grade C] After Attack Delay -10%.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bMaxHP,2000+150*(.@r/2); bonus bMaxSP,1000+100*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-7; if (.@r>=9) { bonus bSpl,3; if (.@r>=10) { bonus bAspdRate,5; } } } if (.@g>=ENCHANTGRADE_D) { bonus bSMatk,2; bonus bMatkRate,3; if (.@g>=ENCHANTGRADE_C) { bonus bAspdRate,10; } } },{},{}
Dropped By No Result

Glacier Necklace [1]   [Accessory (Right)]   Item ID# 490330 (Glacier_Necklace)
Type
Armor
Class
Accessory (Right)
Buy
n/a
Sell
n/a
Weight
10
Required Lvl
230
Armor Lvl
2
Slot
1
Refineable
No
Applicable Jobs
Every Job
Description
An necklace forged by imbuing the power of a Divine Cat Whiskers with Issgard's Glacier.
You can add abilities by granting a legend with special magical powers.

MATK +8%, MaxHP +7%

When equipped with Glacier Earring and Glacier Robe:
Decreases fixed cast time by 0.3 seconds.
MATK +5%

When equipped with Glacier Earring and Glacier Muffler:
Increases Magical Damage with every element by 5%.

When equipped with Glacier Earring and Glacier Shoes:
S.MATK +3, DEF +30
Item Script
{ bonus bMatkRate,8; bonus bMaxHPrate,7; },{},{}
Dropped By No Result

Glacier Pendant [1]   [Accessory (Right)]   Item ID# 490328 (Glacier_Pendant)
Type
Armor
Class
Accessory (Right)
Buy
n/a
Sell
n/a
Weight
10
Required Lvl
230
Armor Lvl
2
Slot
1
Refineable
No
Applicable Jobs
Every Job
Description
A pendant forged by imbuing the power of a Divine Cat Whiskers with Issgard's Glacier.
You can add abilities by granting a legend with special magical powers.

ATK +8%, MaxHP +7%

When equipped with Glacier Ring and Glacier Armor:
Decreases fixed cast time by 0.3 seconds.
ATK +5%

When equipped with Glacier Ring and Glacier Manteau:
Increases Physical Damage by 5%.

When equipped with Glacier Ring and Glacier Boots:
P.ATK +3, DEF +30
Item Script
{ bonus bAtkRate,8; bonus bMaxHPrate,7; },{},{}
Dropped By No Result

Glacier Ring [1]   [Accessory (Left)]   Item ID# 490327 (Glacier_Ring)
Type
Armor
Class
Accessory (Left)
Buy
n/a
Sell
n/a
Weight
10
Required Lvl
230
Armor Lvl
2
Slot
1
Refineable
No
Applicable Jobs
Every Job
Description
A ring forged by imbuing the power of a Divine Cat Whiskers with Issgard's Glacier.
You can add abilities by granting a legend with special magical powers.

ATK +8%, MaxSP +7%

When equipped with Glacier Pendant:
DEF +50
Item Script
{ bonus bAtkRate,8; bonus bMaxSPrate,7; },{},{}
Dropped By No Result

Glacier Robe [1]   [Body]   Item ID# 450265 (Glacier_Robe)
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
120
Attack
ATK 0 / MATK 120
Required Lvl
230
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
A robe forged by imbuing the power of a Divine Cat Whiskers with Issgard's Glacier.
You can add abilities by granting a legend with special magical powers.

MATK +120

For each 2 Refine Levels:
MATK +15, DEF +15

Refine Level +7:
Increases Magical Damage with every element by 5%.
Decreases variable cast time by 10%.

Refine Level +9:
S.MATK +3
Decreases variable cast time by additional 5%.

Refine Level +10:
DEF +100
Decreases after skill cast delay by 5%.

When equipped with Glacier Muffler:
MATK +50

[Bonus by Grade]
[Grade D] SPL +3, CON +3, after skill cast delay -5%.
[Grade C] MATK +3%, S.MATK +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bMatk,15*(.@r/2); bonus bDef,15*(.@r/2); if (.@r>=7) { bonus2 bMagicAtkEle,Ele_All,5; bonus bVariableCastrate,-10; if (.@r>=9) { bonus bVariableCastrate,-5; bonus bSMatk,3; if (.@r>=10) { bonus bDelayrate,-5; bonus bDef,100; } } } if (.@g>=ENCHANTGRADE_D) { bonus bDelayrate,-5; bonus bSpl,3; bonus bCon,3; if (.@g>=ENCHANTGRADE_C) { bonus bSMatk,2; bonus bMatkRate,3; } } },{},{}
Dropped By No Result

Glacier Shoes [1]   [Footgear]   Item ID# 450268 (Glacier_Shoes)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
100
Defense
70
Required Lvl
230
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
Shoes forged by imbuing the power of a Divine Cat Whiskers with Issgard's Glacier.
You can add abilities by granting a legend with special magical powers.

MaxHP +6%, MaxSP +6%

For each 2 Refine Levels:
MaxSP +1%, DEF +15

Refine Level +7:
Increases Magical Damage with every element by 7%.

Refine Level +9:
S.MATK +3

Refine Level +10:
DEF +100
Decreases variable cast time by 7%.

When equipped with Glacier Robe:
MATK +7%

[Bonus by Grade]
[Grade D] RES +25, MRES +25.
[Grade C] S.MATK +2, SPL +2, CON +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bMaxHPrate,6; bonus bMaxSPrate,6+(.@r/2); bonus bDef,15*(.@r/2); if (.@r>=7) { bonus2 bMagicAtkEle,Ele_All,7; if (.@r>=9) { bonus bSMatk,3; if (.@r>=10) { bonus bVariableCastrate,-7; bonus bDef,100; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMRes,25; bonus bRes,25; if (.@g>=ENCHANTGRADE_C) { bonus bSMatk,2; bonus bSpl,2; bonus bCon,2; } } },{},{}
Dropped By No Result

Glaris Doll Hat [1]   [Upper Head]   Item ID# 5341 (Claris_Doll_Hat)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
50
Defense
1
Required Lvl
60
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Every Job
Description
So hot! A headgear with the figure of Kafra Glaris! Fascinated by her mature appearance, her advocates call her a teacher.
Reduces damage from Demihuman monster by 5%.
Recover +50 HP when defeating a monster with a magical attack.
Impossible to refine this item.
Item Script
{ bonus2 bSubRace,RC_DemiHuman,5; bonus2 bSubRace,RC_Player_Human,5; bonus bMagicHPGainValue,50; },{},{}
Dropped By No Result

Glasses [0]   [Middle Head]   Item ID# 2203 (Glasses)
Type
Armor
Class
Middle Headgear
Buy
4000z
Sell
2000z
Weight
10
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Prescription glasses worn to compensate for defects in vision.
Item Script
{},{},{}
Dropped By No Result
Buyable AtClick here for vender information
Obtainable FromOld Blue Box, Old Violet Box

< 1234567891011 > Last »
back to top