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

Dim Glacier Mechanic Axe [1]   [Two Handed]   Item ID# 620019 (D_Glacier_T_Axe)
Type
Weapon
Class
Two-handed Axe
Buy
n/a
Sell
n/a
Weight
700
Attack
350 / MATK 180
Required Lvl
230
Weapon Lvl
5
Slot
1
Applicable Jobs
Mechanic
Description
A two-handed axe that lost its light due to poisonous magic.
It seems to have to be handled in a different way from the existing Glacier weapons.

Indestructible in battle

MATK +180
Item Script
{ bonus bUnbreakableWeapon; },{},{}
Dropped By No Result

Dim Glacier Mechanic Mace [1]   [One Hand]   Item ID# 590048 (D_Glacier_M_Mace)
Type
Weapon
Class
Mace
Buy
n/a
Sell
n/a
Weight
400
Attack
400 / MATK 160
Required Lvl
230
Weapon Lvl
5
Slot
1
Applicable Jobs
Mechanic
Description
A mace that lost its light due to poisonous magic.
It seems to have to be handled in a different way from the existing Glacier weapons.

Indestructible in battle

MATK +160
Item Script
{ bonus bUnbreakableWeapon; },{},{}
Dropped By No Result

Dim Glacier Muffler [1]   [Garment]   Item ID# 480284 (D_Glacier_Muffler)
Type
Armor
Class
Garment
Buy
n/a
Sell
n/a
Weight
80
Defense
105
Required Lvl
230
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
A Glacier Muffler that has lost it's light due to being engulfed in venomous magic.

SPL +1, CON +1

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

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

Refine Level +11:
Decreases after skill cast delay by 10%.

[Bonus by Grade]
[Grade D] MATK +3%, SPL +5, CON +5.
[Grade C] S.MATK +2, Magical Damage with every element +5%.
[Grade B] S.MATK +1
[Grade A] MATK +2%
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bSpl,1; bonus bCon,1; if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,10; if (.@r>=11) { bonus bDelayrate,-10; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMatkRate,3; bonus bSpl,5; bonus bCon,5; if (.@g>=ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_All,5; bonus bSMatk,2; if (.@g>=ENCHANTGRADE_B) { bonus bSMatk,1; if (.@g>=ENCHANTGRADE_A) { bonus bMatkRate,2; } } } } },{},{}
Dropped By No Result

Dim Glacier Pistol [1]   [Two Handed]   Item ID# 800015 (D_Glacier_Revolver)
Dim Glacier Revolver
Type
Weapon
Class
Revolver
Buy
n/a
Sell
n/a
Weight
220
Attack
230 / MATK 230
Required Lvl
230
Weapon Lvl
5
Slot
1
Range
7
Applicable Jobs
Rebellion
Description
A revolver that lost its light due to poisonous magic.
It seems to have to be handled in a different way from the existing Glacier weapons.

MATK +230
Item Script
{},{},{}
Dropped By No Result

Dim Glacier Reinforcement Device    Item ID# 101637 (EP19_DGW_Refine)
Type
Delayed-Consumable
Class
n/a
Buy
n/a
Sell
n/a
Weight
20
Description
A device used to inject special ingredients into Dim Glacier weapons.
Increases the refinement level of Dim Glacier weapons by +1.
It can only be used on Dim Glacier weapons with refine level between +9 and +11.

[Required Materials]
40x Flower Petals
10x Encroached Magical Crystal
10x Neutralized Magical Crystal
Item Script
{ item_reform(); },{},{}
Dropped By No Result

Dim Glacier Rifle [1]   [Two Handed]   Item ID# 810015 (D_Glacier_Rifle)
Type
Weapon
Class
Rifle
Buy
n/a
Sell
n/a
Weight
260
Attack
280 / MATK 230
Required Lvl
230
Weapon Lvl
5
Slot
1
Range
9
Applicable Jobs
Rebellion
Description
A rifle that lost its light due to poisonous magic.
It seems to have to be handled in a different way from the existing Glacier weapons.

MATK +230
Item Script
{},{},{}
Dropped By No Result

Dim Glacier Robe [1]   [Body]   Item ID# 450271 (D_Glacier_Robe)
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
120
Attack
ATK 0 / MATK 140
Required Lvl
230
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
Glacier's Robe lost it's light due to being engulfed in venomous magic.

MATK +140

For each 2 Refine Levels:
SPL +1, CON +1

Refine Level +7:
MATK +3%, S.MATK +2

Refine Level +9:
Decreases after skill cast delay by 5%.
Decreases variable cast time by 5%.

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

When equipped with Dim Glacier Muffler and Dim Glacier Shoes:
Increases Magical Damage with every element by 5%.
Decreases variable cast time by 5%.
Decreases after skill cast delay by 5%.
MATK +(Total refine level of entire set)*2

When equipped with Dim Glacier Muffler, Dim Glacier Shoes and any Dim Glacier weapon:
For each 3 Refine Levels of equipped Weapon:
MATK +10

If the Weapon's Grade is C or higher:
S.MATK +6, SPL +5, CON +5

If the Weapon's Grade is B or higher:
S.MATK +5, SPL +5, CON +5

If the Weapon's Grade is A or higher:
S.MATK +4, SPL +5, CON +5

If Weapon type is a Two-Handed Sword, Two-Handed Spear, Two-Handed Staff, Two-Handed Axe, Katar, Bow, Huuma Shuriken or any Firearm class weapon:
Increases Magical Damage against monsters of every element by 20%.

[Bonus by Grade]
[Grade D] MATK +5%, SPL +5, CON +5.
[Grade C] Magical Damage with every element +10%.
[Grade B] MATK +1%
[Grade A] MATK +2%
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bSpl,(.@r/2); bonus bCon,(.@r/2); if (.@r>=7) { bonus bSMatk,2; bonus bMatkRate,3; if (.@r>=9) { bonus bDelayrate,-5; bonus bVariableCastrate,-5; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_All,10; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMatkRate,5; bonus bSpl,5; bonus bCon,5; if (.@g>=ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_All,10; if (.@g>=ENCHANTGRADE_B) { bonus bMatkRate,1; if (.@g>=ENCHANTGRADE_A) { bonus bMatkRate,2; } } } } },{},{}
Dropped By No Result

Dim Glacier Rogue Knife [1]   [One Hand]   Item ID# 510075 (D_Glacier_R_Knife)
Type
Weapon
Class
Dagger
Buy
n/a
Sell
n/a
Weight
140
Attack
210 / MATK 210
Required Lvl
230
Weapon Lvl
5
Slot
1
Applicable Jobs
Shadow Chaser
Description
A dagger that lost its light due to poisonous magic.
It seems to have to be handled in a different way from the existing Glacier weapons.

MATK +210
Item Script
{},{},{}
Dropped By No Result

Dim Glacier Shoes [1]   [Footgear]   Item ID# 470198 (D_Glacier_Shoes)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
100
Defense
90
Required Lvl
230
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
Glacier's Shoes that have lost their light due to being engulfed in venomous magic.

SPL +2, CON +2

Refine Level +7:
MATK +5%, S.MATK +2

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

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

[Bonus by Grade]
[Grade D] MATK +2%
[Grade C] fixed cast time -1 second.
[Grade B] S.MATK +2, MATK +1%.
[Grade A] MATK +2%
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bSpl,2; bonus bCon,2; if (.@r>=7) { bonus bSMatk,2; bonus bMatkRate,5; if (.@r>=9) { bonus bVariableCastrate,-10; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_All,10; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMatkRate,2; if (.@g>=ENCHANTGRADE_C) { bonus bFixedCast,-1000; if (.@g>=ENCHANTGRADE_B) { bonus bSMatk,2; bonus bMatkRate,1; if (.@g>=ENCHANTGRADE_A) { bonus bMatkRate,2; } } } } },{},{}
Dropped By No Result

Dim Glacier Shotgun [1]   [Two Handed]   Item ID# 820011 (D_Glacier_Shotgun)
Type
Weapon
Class
Shotgun
Buy
n/a
Sell
n/a
Weight
260
Attack
300 / MATK 200
Required Lvl
230
Weapon Lvl
5
Slot
1
Range
9
Applicable Jobs
Rebellion
Description
A shotgun that lost its light due to poisonous magic.
It seems to have to be handled in a different way from the existing Glacier weapons.

MATK +200

Deals Splash Damage.
Item Script
{ bonus bSplashRange,1; },{},{}
Dropped By No Result

Dim Glacier Spear [1]   [One Hand]   Item ID# 530034 (D_Glacier_Spear)
Type
Weapon
Class
One-handed Spear
Buy
n/a
Sell
n/a
Weight
210
Attack
220 / MATK 210
Required Lvl
230
Weapon Lvl
5
Slot
1
Range
3
Applicable Jobs
Rune Knight
Royal Guard
Description
A one-handed spear that lost its light due to poisonous magic.
It seems to have to be handled in a different way from the existing Glacier weapons.

MATK +210
Item Script
{},{},{}
Dropped By No Result

Dim Glacier Staff [1]   [Two Handed]   Item ID# 640034 (D_Glacier_Staff)
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
240
Attack
150 / MATK 290
Required Lvl
230
Weapon Lvl
5
Slot
1
Applicable Jobs
Mage
Acolyte
Priest
Wizard
Monk
Sage
Soul Linker
Description
A two-handed staff that lost its light due to poisonous magic.
It seems to have to be handled in a different way from the existing Glacier weapons.

Indestructible in battle

MATK +290
Item Script
{ bonus bUnbreakableWeapon; },{},{}
Dropped By No Result

« First < 3031323334353637383940 > Last »
back to top