.:Renewal Item Database:.
Items Listed From A-Z
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1 Pre/Suffix Sword Master | |
Description | When compounded on a One-Handed Sword or Two-Handed Sword class weapon: ATK +100 |
---|---|
Item Script | { .@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW); if (.@i == W_1HSWORD || .@i == W_2HSWORD) { bonus bBaseAtk,100; } },{},{} |
Dropped By |
General Daehyon Card [Weapon] Item ID# 31005 (Daehyon_Card_J) | |
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1 Pre/Suffix Sword Master | |
Description | When compounded to One-handed Sword or Two-Handed Sword class weapons: ATK +100, MATK +100. |
---|---|
Item Script | { bonus bBaseAtk,100; bonus bMatk,100; },{},{} |
Dropped By | No Result |
Type
Card
Class
Footgear Card
Buy
20z
Sell
10z
Weight
1 Pre/Suffix of Regeneration | |
Description | Every 10 seconds, you recover 50 HP and 10 SP. Increases Maximum HP and Maximum SP by 10%. |
---|---|
Item Script | { bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus2 bHPRegenRate,50,10000; bonus2 bSPRegenRate,10,10000; },{},{} |
Dropped By |
Type
Delayed-Consumable
Class
n/a
Buy
n/a
Sell
n/a
Weight
1 | |
Description | General's Helm combination method is explained in this Combination Scroll. [Required materials] Broken Shield Piece 150 ea. Zelunium 30 ea. |
---|---|
Item Script | { laphine_synthesis(); },{},{} |
Dropped By | No Result |
General Helmet [1] [Upper Head] Item ID# 18555 (General_Helmet) | |
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
20 Defense
3 Required Lvl 10 Armor Lvl 1 Slot 1 | |
Applicable Jobs | Every Job |
---|---|
Description | A helm worn by the general who could freely handle dragons. It seems that you could capture the mind of the dragon just wearing it. MDEF +3 Additional 5% damage to Dragon monsters when dealing physical attack or magical attack. Decrease damages from Dragon monsters by 5%. Has certain chance of dropping Treasure Box when defeating Dragon monsters. |
Item Script | { bonus bMdef,3; bonus2 bAddRace,RC_Dragon,5; bonus2 bMagicAddRace,RC_Dragon,5; bonus2 bSubRace,RC_Dragon,5; bonus3 bAddMonsterDropItem,7444,RC_Dragon,2; },{},{} |
Dropped By | No Result |
Type
Miscellaneous
Class
n/a
Buy
20z
Sell
10z
Weight
0 | |
Description | A lubricant which helps removing cards which are already stuck in a slot of an equipment. However, this will only help the card removal. The equipment and its refine level may have a problem after trying. |
---|---|
Item Script | {},{},{} |
Dropped By | No Result |
Type
Healing Item
Class
n/a
Buy
2z
Sell
1z
Weight
10 | |
Applicable Jobs | Rune Knight |
---|---|
Description | An ordinary rough Rune Stone used to create Refined Rune Stones. |
Item Script | { makerune 4; },{},{} |
Dropped By | No Result |
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
80 Defense
12 Armor Lvl 1 Slot 1 | |
Applicable Jobs | Every Job |
---|---|
Description | A helmet said to be used by a brave general. Every 2 refine levels: ATK +15. Refine Level +7: Reduces after attack delay by 10%. Refine Level +9: ATK +5%, ASPD +1. Refine Level +11: Increases critical damage by 15%. For each refine level above +10: Reduces fixed cast time by 0.1 second (up to +15). When equipped with Gungnir or Gungnir[2]: For each 2 refine level of Gungnir: Increases Banishing Point damage by 7%. When equipped with Zweihander or Zweihander[2] For each 2 refine level of Zweihander: ATK + 20 When equipped with Quadrille or Quadrille[2]: For each 2 refine level of Quadrille: Increases Tiger Cannon damage by 7%. |
Item Script | { .@r = getrefine(); bonus bBaseAtk,(.@r/2)*15; if (.@r>6) { bonus bAspdRate,10; } if (.@r>8) { bonus bAspd,1; bonus bAtkRate,5; } if (.@r>10) { bonus bCritAtkRate,15; } .@val = max(min(.@r-15,5),0); bonus bFixedCast,-.@val*100; },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | For each Level of Cart Remodeling: Decreases variable cast time by 2%. When equipped with Genetic Stone(Garment): Increases damage of Cart Cannon by 15%. When equipped with Genetic Stone II(Garment): Increases damage of Cart Tornado by 15%. |
---|---|
Item Script | { bonus bVariableCastrate,-2*getskilllv("GN_REMODELING_CART"); },{},{} |
Dropped By | No Result |
Type
Usable Item
Class
n/a
Buy
n/a
Sell
n/a
Weight
0 | |
Applicable Jobs | Every Job |
---|---|
Description | Shadow Cube for Royal Guards. All 3 types of Genesis Shadow Equipments are included. [Obtainable Items] Genesis Shadow Weapon Genesis Shadow Earring Genesis Shadow Pendant |
Item Script | { getgroupitem(IG_S_Genesis_Cube); },{},{} |
Dropped By | No Result |
Genesis Shadow Earring [Shadow Pendant] Item ID# 24583 (S_Genesis_Earing) Genesis Shadow Earrings | |
Type
Shadow Gear
Class
Shadow Pendant
Buy
n/a
Sell
n/a
Weight
0 Required Lvl 99 | |
Applicable Jobs | Royal Guard |
---|---|
Description | A sacred earring which is believed to protect its wearer. It also draws the wearer's potential abilities. Decreases Genesis Ray skill cooldown by 0.2 seconds. For each 3 Refine Levels: Decreases Genesis Ray skill cooldown by additional 0.1 second. |
Item Script | { bonus2 bSkillCooldown,"LG_RAYOFGENESIS",-200-100*(getrefine()/3); },{},{} |
Dropped By | No Result |
Type
Shadow Gear
Class
Shadow Earring
Buy
n/a
Sell
n/a
Weight
0 Required Lvl 99 | |
Applicable Jobs | Royal Guard |
---|---|
Description | A sacred necklace which is believed to protect its wearer. It also draws the wearer's potential abilities. Increases damage of Genesis Ray by 5%. For each 2 refine levels: Increases damage of Genesis Ray by additional 2%. |
Item Script | { bonus2 bSkillAtk,"LG_RAYOFGENESIS",5+2*(getrefine()/2); },{},{} |
Dropped By | No Result |