Renewal
.:Renewal Item Database:.
Armor

Gigantic Majestic Goat [0]   [Upper Head]   Item ID# 5518 (L_Magestic_Goat2)
Large Baphomet Horns
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
80
Defense
10
Required Lvl
50
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A headgear made from the horns of Baphomet.
Adds 12% tolerance against Demi-Human monster.
Increase certain amount of ATK based on wearer's Job level.
Item Script
{ bonus2 bSubRace,RC_DemiHuman,12; bonus2 bSubRace,RC_Player_Human,12; bonus bBaseAtk,(JobLevel*2)/7; },{},{}
Dropped By No Result

Gigantic Majestic Goat [1]   [Upper Head]   Item ID# 18724 (L_Magestic_Goat_)
Large Majestic Goat
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
80
Defense
10
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A headgear forged from the horns of the Unsealed Baphomet.

Increases physical damage to Demihuman monsters by 12%.
Increases ATK depending on the wearer's Job level (see script formula).
Item Script
{ bonus2 bAddRace,RC_DemiHuman,12; bonus2 bAddRace,RC_Player_Human,12; bonus bBaseAtk,(JobLevel*2)/7; },{},{}
Dropped By No Result

Glacier Armor [1]   [Body]   Item ID# 450264 (Glacier_Armor)
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
240
Defense
168
Required Lvl
230
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
Armor 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 +120

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

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

Refine Level +9:
P.ATK +3
Increases attack speed (Decreases after attack delay by additional 5%).

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

When equipped with Glacier Manteau:
ATK +50

[Bonus by Grade]
[Grade D] POW +3, CON +3, after skill cast delay -5%.
[Grade C] ATK +3%, P.ATK +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bBaseAtk,120+15*(.@r/2); bonus bDef,15*(.@r/2); if (.@r>=7) { bonus bLongAtkRate,5; bonus bShortAtkRate,5; bonus bAspdRate,10; if (.@r>=9) { bonus bAspdRate,5; bonus bPAtk,3; if (.@r>=10) { bonus bDelayrate,-5; bonus bDef,100; } } } if (.@g>=ENCHANTGRADE_D) { bonus bDelayrate,-5; bonus bPow,3; bonus bCon,3; if (.@g>=ENCHANTGRADE_C) { bonus bPAtk,2; bonus bAtkRate,3; } } },{},{}
Dropped By No Result

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

« First < 315316317318319320321322323324325 > Last »
back to top