.:Renewal Item Database:.
Items Listed From A-Z
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | Increases damage of Gate of Hell and Knuckle Arrow by 15%. Refine Level +7: Increases damage of Gate of Hell and Knuckle Arrow by additional 15%. Refine Level +9: Increases damage of Gate of Hell and Knuckle Arrow by additional 15%. Refine Level +11: Increases damage of Gate of Hell and Knuckle Arrow by additional 15%. Increases damage of Third Punish by 15%. |
---|---|
Item Script |
expand to view script{ .@r = getrefine(); bonus2 bSkillAtk,"SR_GATEOFHELL",15; bonus2 bSkillAtk,"SR_KNUCKLEARROW",15; if (.@r>=7) { bonus2 bSkillAtk,"SR_GATEOFHELL",15; bonus2 bSkillAtk,"SR_KNUCKLEARROW",15; if (.@r>=9) { bonus2 bSkillAtk,"SR_GATEOFHELL",15; bonus2 bSkillAtk,"SR_KNUCKLEARROW",15; if (.@r>=11) { bonus2 bSkillAtk,"SR_GATEOFHELL",15; bonus2 bSkillAtk,"SR_KNUCKLEARROW",15; bonus2 bSkillAtk,"IQ_THIRD_PUNISH",15; } } } },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | Increases damage of Cart Tornado and Hell's Plant by 15%. Refine Level +7: Increases damage of Cart Tornado and Hell's Plant by additional 15%. Refine Level +9: Increases damage of Cart Tornado and Hell's Plant by additional 15%. Refine Level +11: Increases damage of Cart Tornado and Hell's Plant by additional 15%. Increases damage of Acidified Zone (Water/Wind) by 15%. |
---|---|
Item Script |
expand to view script{ .@r = getrefine(); bonus2 bSkillAtk,"GN_CART_TORNADO",15; bonus2 bSkillAtk,"GN_HELLS_PLANT",15; if (.@r>=7) { bonus2 bSkillAtk,"GN_CART_TORNADO",15; bonus2 bSkillAtk,"GN_HELLS_PLANT",15; if (.@r>=9) { bonus2 bSkillAtk,"GN_CART_TORNADO",15; bonus2 bSkillAtk,"GN_HELLS_PLANT",15; if (.@r>=11) { bonus2 bSkillAtk,"GN_CART_TORNADO",15; bonus2 bSkillAtk,"GN_HELLS_PLANT",15; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WATER",15; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",15; } } } },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | Increases damage of Judex by 15%. Increases magical damage with Holy element by 5%. Refine Level +7: Increases damage of Judex by additional 15%. Increases magical damage with Holy element by additional 10%. Refine Level +9: Increases damage of Judex by additional 15%. Increases magical damage with Holy element by additional 10%. Refine Level +11: Increases damage of Judex by additional 15%. Increases magical damage with Holy element by additional 15%. Increases damage of Framen by 15%. |
---|---|
Item Script |
expand to view script{ .@r = getrefine(); bonus2 bSkillAtk,"AB_JUDEX",15; bonus2 bMagicAtkEle,Ele_Holy,5; if (.@r>=7) { bonus2 bSkillAtk,"AB_JUDEX",15; bonus2 bMagicAtkEle,Ele_Holy,10; if (.@r>=9) { bonus2 bSkillAtk,"AB_JUDEX",15; bonus2 bMagicAtkEle,Ele_Holy,10; if (.@r>=11) { bonus2 bSkillAtk,"AB_JUDEX",15; bonus2 bMagicAtkEle,Ele_Holy,15; bonus2 bSkillAtk,"CD_FRAMEN",15; } } } },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | Increases HP Recovery Rate by 50%. |
---|---|
Item Script | { bonus bHPrecovRate,50; },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | Increases damage of Sonic Wave and Hundred Spear by 15%. Refine Level +7: Increases damage of Sonic Wave and Hundred Spear by additional 15%. Refine Level +9: Increases damage of Sonic Wave and Hundred Spear by additional 15%. Refine Level +11: Increases damage of Sonic Wave by additional 15%. Decreases Hundred Spear skill cooldown by 0.5 seconds. Increases damage of Madness Crusher by 15%. |
---|---|
Item Script |
expand to view script{ .@r = getrefine(); bonus2 bSkillAtk,"RK_HUNDREDSPEAR",15; bonus2 bSkillAtk,"RK_SONICWAVE",15; if (.@r>=7) { bonus2 bSkillAtk,"RK_HUNDREDSPEAR",15; bonus2 bSkillAtk,"RK_SONICWAVE",15; if (.@r>=9) { bonus2 bSkillAtk,"RK_HUNDREDSPEAR",15; bonus2 bSkillAtk,"RK_SONICWAVE",15; if (.@r>=11) { bonus2 bSkillCooldown,"RK_HUNDREDSPEAR",-500; bonus2 bSkillAtk,"RK_SONICWAVE",15; bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",15; } } } },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | Increases damage of Meteor Storm and Jupitel Thunder by 15%. Refine Level +7: Increases damage of Meteor Storm and Jupitel Thunder by additional 15%. Refine Level +9: Increases damage of Meteor Storm and Jupitel Thunder by additional 15%. Refine Level +11: Increases damage of Meteor Storm and Jupitel Thunder by additional 15%. Increases damage of Meteor Storm Buster and Jupitel Thunderstorm by 15%. |
---|---|
Item Script |
expand to view script{ .@r = getrefine(); bonus2 bSkillAtk,"WZ_METEOR",15; bonus2 bSkillAtk,"WZ_JUPITEL",15; if (.@r>=7) { bonus2 bSkillAtk,"WZ_METEOR",15; bonus2 bSkillAtk,"WZ_JUPITEL",15; if (.@r>=9) { bonus2 bSkillAtk,"WZ_METEOR",15; bonus2 bSkillAtk,"WZ_JUPITEL",15; if (.@r>=11) { bonus2 bSkillAtk,"WZ_METEOR",15; bonus2 bSkillAtk,"WZ_JUPITEL",15; bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",15; bonus2 bSkillAtk,"HN_JUPITEL_THUNDER_STORM",15; } } } },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | Increases damage of Holy Cross and Back Stab by 15%. Refine Level +7: Increases damage of Holy Cross and Back Stab by additional 15%. Refine Level +9: Increases damage of Holy Cross and Back Stab by additional 15%. Refine Level +11: Increases damage of Holy Cross and Back Stab by additional 15%. Increases damage of Double Bowling Bash and Mega Sonic Blow by 15%. |
---|---|
Item Script |
expand to view script{ .@r = getrefine(); bonus2 bSkillAtk,"CR_HOLYCROSS",15; bonus2 bSkillAtk,"RG_BACKSTAP",15; if (.@r>=7) { bonus2 bSkillAtk,"CR_HOLYCROSS",15; bonus2 bSkillAtk,"RG_BACKSTAP",15; if (.@r>=9) { bonus2 bSkillAtk,"CR_HOLYCROSS",15; bonus2 bSkillAtk,"RG_BACKSTAP",15; if (.@r>=11) { bonus2 bSkillAtk,"CR_HOLYCROSS",15; bonus2 bSkillAtk,"RG_BACKSTAP",15; bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",15; bonus2 bSkillAtk,"HN_MEGA_SONIC_BLOW",15; } } } },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | Increases damage of Shield Boomerang by 15%. Refine Level +7: Increases damage of Shield Boomerang by additional 15%. Refine Level +9: Increases damage of Shield Boomerang by additional 15%. Refine Level +11: Increases damage of Shield Boomerang by additional 15%. Increases damage of Shield Chain Rush and Spiral Pierce Max by 15%. |
---|---|
Item Script |
expand to view script{ .@r = getrefine(); bonus2 bSkillAtk,"CR_SHIELDBOOMERANG",15; if (.@r>=7) { bonus2 bSkillAtk,"CR_SHIELDBOOMERANG",15; if (.@r>=9) { bonus2 bSkillAtk,"CR_SHIELDBOOMERANG",15; if (.@r>=11) { bonus2 bSkillAtk,"CR_SHIELDBOOMERANG",15; bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",15; bonus2 bSkillAtk,"HN_SPIRAL_PIERCE_MAX",15; } } } },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | INT +3 Refine Level +7: INT +1 Refine Level +9: INT +1 Refine Level +11: SPL +1 Increases magical damage with every element by 3%. |
---|---|
Item Script | { bonus bInt,3; .@r = getrefine(); if (.@r >= 7) { bonus bInt,1; if (.@r >= 9) { bonus bInt,1; if (.@r >= 11) { bonus bSpl,1; bonus2 bMagicAtkEle,Ele_All,3; } } } },{},{} |
Dropped By | No Result |
Ice Magic Orb (Jack Lightning) Item ID# 311157 (Ice_F_Orb_Skill_20) Ice Flower Spell(Jack Lightning) | |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | Increases damage of Jack Frost and Chain Lightning by 15%. Refine Level +7: Increases damage of Jack Frost and Chain Lightning by additional 15%. Refine Level +9: Increases damage of Jack Frost and Chain Lightning by additional 15%. Refine Level +11: Increases damage of Jack Frost and Chain Lightning by additional 15%. Increases damage of Frozen Slash and Storm Cannon by 15%. |
---|---|
Item Script |
expand to view script{ .@r = getrefine(); bonus2 bSkillAtk,"WL_JACKFROST",15; bonus2 bSkillAtk,"WL_CHAINLIGHTNING",15; if (.@r>=7) { bonus2 bSkillAtk,"WL_JACKFROST",15; bonus2 bSkillAtk,"WL_CHAINLIGHTNING",15; if (.@r>=9) { bonus2 bSkillAtk,"WL_JACKFROST",15; bonus2 bSkillAtk,"WL_CHAINLIGHTNING",15; if (.@r>=11) { bonus2 bSkillAtk,"WL_JACKFROST",15; bonus2 bSkillAtk,"WL_CHAINLIGHTNING",15; bonus2 bSkillAtk,"AG_FROZEN_SLASH",15; bonus2 bSkillAtk,"AG_STORM_CANNON",15; } } } },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | Increases damage of Picky Peck and Lunatic Carrot Beat by 15%. Refine Level +7: Increases damage of Picky Peck and Lunatic Carrot Beat by additional 15%. Refine Level +9: Increases damage of Picky Peck and Lunatic Carrot Beat by additional 15%. Refine Level +11: Increases damage of Picky Peck and Lunatic Carrot Beat by additional 15%. Increases damage of Chulho Sonic Claw by 15%. |
---|---|
Item Script |
expand to view script{ .@r = getrefine(); bonus2 bSkillAtk,"SU_PICKYPECK",15; bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",15; if (.@r>=7) { bonus2 bSkillAtk,"SU_PICKYPECK",15; bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",15; if (.@r>=9) { bonus2 bSkillAtk,"SU_PICKYPECK",15; bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",15; if (.@r>=11) { bonus2 bSkillAtk,"SU_PICKYPECK",15; bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",15; bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",15; } } } },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | Magical attacks have a 3% chance to increase LUK by 50 and magical damage with every element by 15% for 10 seconds. |
---|---|
Item Script | { autobonus "{ bonus2 bMagicAtkEle,Ele_All,15; bonus bLuk,50; }",30,10000,BF_MAGIC; },{},{} |
Dropped By | No Result |