Renewal
.:Renewal Item Database:.
Card

Automatic Orb(Firing Shot)    Item ID# 310123 (Automatic_Orb42)
Automatic Orb (Fierce Shooter)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Physical attacks have a 3% chance to activate Enhanced Plunging Shot for 10 seconds.

[Enhanced Plunging Shot]
DEX +50.
Increases long range physical damage by 15%.
Item Script
{ autobonus "{ bonus bLongAtkRate,15; bonus bDex,50; }",30,10000,BF_WEAPON; },{},{}
Dropped By No Result

Automatic Orb(Flame Ice Wind)    Item ID# 310172 (Automatic_Orb91)
Automatic Orb (Petal Spear Blade)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Flaming Petals, Freezing Spear and Wind Blade by 15%.

Refine Level +9:
Increases damage of Flaming Petals, Freezing Spear and Wind Blade by additional 3%.

Refine Level +11:
Increases damage of Flaming Petals, Freezing Spear and Wind Blade by additional 7%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"NJ_KOUENKA",15; bonus2 bSkillAtk,"NJ_HYOUSENSOU",15; bonus2 bSkillAtk,"NJ_HUUJIN",15; if (.@r>=9) { bonus2 bSkillAtk,"NJ_KOUENKA",3; bonus2 bSkillAtk,"NJ_HYOUSENSOU",3; bonus2 bSkillAtk,"NJ_HUUJIN",3; if (.@r>=11) { bonus2 bSkillAtk,"NJ_KOUENKA",7; bonus2 bSkillAtk,"NJ_HYOUSENSOU",7; bonus2 bSkillAtk,"NJ_HUUJIN",7; } } },{},{}
Dropped By No Result

Automatic Orb(Flash Falling)    Item ID# 310165 (Automatic_Orb84)
Automatic Orb (Falling Flash)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Flash Kick and Falling Star by 15%.

Refine Level +9:
Increases damage of Flash Kick and Falling Star by additional 3%.

Refine Level +11:
Increases damage of Flash Kick and Falling Star by additional 7%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",15; bonus2 bSkillAtk,"SJ_FLASHKICK",15; if (.@r>=9) { bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",3; bonus2 bSkillAtk,"SJ_FLASHKICK",3; if (.@r>=11) { bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",7; bonus2 bSkillAtk,"SJ_FLASHKICK",7; } } },{},{}
Dropped By No Result

Automatic Orb(Genesis Pressure)    Item ID# 310132 (Automatic_Orb51)
Automatic Orb (Genesis Gloria)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Pressure and Genesis Ray by 15%.

Refine Level +9:
Increases damage of Pressure and Genesis Ray by additional 3%.

Refine Level +11:
Increases damage of Pressure and Genesis Ray by additional 7%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"LG_RAYOFGENESIS",15; bonus2 bSkillAtk,"PA_PRESSURE",15; if (.@r>=9) { bonus2 bSkillAtk,"LG_RAYOFGENESIS",3; bonus2 bSkillAtk,"PA_PRESSURE",3; if (.@r>=11) { bonus2 bSkillAtk,"LG_RAYOFGENESIS",7; bonus2 bSkillAtk,"PA_PRESSURE",7; } } },{},{}
Dropped By No Result

Automatic Orb(Holy Judex)    Item ID# 310152 (Automatic_Orb71)
Automatic Orb (Holy Judex)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Holy Light and Judex by 15%.

Refine Level +9:
Increases damage of Holy Light and Judex by additional 3%.

Refine Level +11:
Increases damage of Holy Light and Judex by additional 7%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"AL_HOLYLIGHT",15; bonus2 bSkillAtk,"AB_JUDEX",15; if (.@r>=9) { bonus2 bSkillAtk,"AL_HOLYLIGHT",3; bonus2 bSkillAtk,"AB_JUDEX",3; if (.@r>=11) { bonus2 bSkillAtk,"AL_HOLYLIGHT",7; bonus2 bSkillAtk,"AB_JUDEX",7; } } },{},{}
Dropped By No Result

Automatic Orb(Hundred Spiral)    Item ID# 310129 (Automatic_Orb48)
Automatic Orb (Hundred Spiral)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Spiral Pierce and Hundred Spear by 15%.

Refine Level +9:
Increases damage of Spiral Pierce and Hundred Spear by additional 3%.

Refine Level +11:
Increases damage of Spiral Pierce by additional 7%.
Decreases Hundred Spear skill cooldown by 0.25 seconds.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"LK_SPIRALPIERCE",15; bonus2 bSkillAtk,"RK_HUNDREDSPEAR",15; if (.@r>=9) { bonus2 bSkillAtk,"LK_SPIRALPIERCE",3; bonus2 bSkillAtk,"RK_HUNDREDSPEAR",3; if (.@r>=11) { bonus2 bSkillCooldown,"RK_HUNDREDSPEAR",-250; bonus2 bSkillAtk,"LK_SPIRALPIERCE",7; } } },{},{}
Dropped By No Result

Automatic Orb(Jack Lightning)    Item ID# 310146 (Automatic_Orb65)
Automatic Orb (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 +9:
Increases damage of Jack Frost and Chain Lightning by additional 3%.

Refine Level +11:
Increases damage of Jack Frost and Chain Lightning by additional 7%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"WL_CHAINLIGHTNING",15; bonus2 bSkillAtk,"WL_JACKFROST",15; if (.@r>=9) { bonus2 bSkillAtk,"WL_CHAINLIGHTNING",3; bonus2 bSkillAtk,"WL_JACKFROST",3; if (.@r>=11) { bonus2 bSkillAtk,"WL_CHAINLIGHTNING",7; bonus2 bSkillAtk,"WL_JACKFROST",7; } } },{},{}
Dropped By No Result

Automatic Orb(Lucky Strike)    Item ID# 310126 (Automatic_Orb45)
Automatic Orb (Lucky Strike)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Magical attacks have a 3% chance to activate Enhanced Good Fortune for 10 seconds.

[Enhanced Good Fortune]
LUK +50.
Increases all elemental magic damage by 15%.
Item Script
{ autobonus "{ bonus2 bMagicAtkEle,Ele_All,15; bonus bLuk,50; }",30,10000,BF_MAGIC; },{},{}
Dropped By No Result

Automatic Orb(Magnusmus)    Item ID# 310151 (Automatic_Orb70)
Automatic Orb (Magnusmus)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Magnus Exorcismus and Adoramus by 15%.

Refine Level +9:
Increases damage of Magnus Exorcismus and Adoramus by additional 3%.

Refine Level +11:
Increases damage of Magnus Exorcismus and Adoramus by additional 7%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"PR_MAGNUS",15; bonus2 bSkillAtk,"AB_ADORAMUS",15; if (.@r>=9) { bonus2 bSkillAtk,"PR_MAGNUS",3; bonus2 bSkillAtk,"AB_ADORAMUS",3; if (.@r>=11) { bonus2 bSkillAtk,"PR_MAGNUS",7; bonus2 bSkillAtk,"AB_ADORAMUS",7; } } },{},{}
Dropped By No Result

Automatic Orb(Metal Echo)    Item ID# 310160 (Automatic_Orb79)
Automatic Orb (Metallic Echo)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Metallic Sound and Great Echo by 15%.

Refine Level +9:
Increases damage of Metallic Sound and Great Echo by additional 3%.

Refine Level +11:
Increases damage of Metallic Sound and Great Echo by additional 7%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"WM_GREAT_ECHO",15; bonus2 bSkillAtk,"WM_METALICSOUND",15; if (.@r>=9) { bonus2 bSkillAtk,"WM_GREAT_ECHO",3; bonus2 bSkillAtk,"WM_METALICSOUND",3; if (.@r>=11) { bonus2 bSkillAtk,"WM_GREAT_ECHO",7; bonus2 bSkillAtk,"WM_METALICSOUND",7; } } },{},{}
Dropped By No Result

Automatic Orb(Moon Kick)    Item ID# 310164 (Automatic_Orb83)
Automatic Orb (Moon Kick)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of New Moon Kick and Full Moon Kick by 15%.

Refine Level +9:
Increases damage of New Moon Kick and Full Moon Kick by additional 3%.

Refine Level +11:
Increases damage of New Moon Kick and Full Moon Kick by additional 7%.
Increases critical damage by 5%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"SJ_FULLMOONKICK",15; bonus2 bSkillAtk,"SJ_NEWMOONKICK",15; if (.@r>=9) { bonus2 bSkillAtk,"SJ_FULLMOONKICK",3; bonus2 bSkillAtk,"SJ_NEWMOONKICK",3; if (.@r>=11) { bonus bCritAtkRate,5; bonus2 bSkillAtk,"SJ_FULLMOONKICK",7; bonus2 bSkillAtk,"SJ_NEWMOONKICK",7; } } },{},{}
Dropped By No Result

Automatic Orb(Over Power)    Item ID# 310124 (Automatic_Orb43)
Automatic Orb (Overpower)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Physical attacks have a 3% chance to activate Enhanced Raging Fight for 10 seconds.

[Enhanced Raging Fight]
STR +50.
Increases physical melee damage by 10%.
Item Script
{ autobonus "{ bonus bShortAtkRate,10; bonus bAtkRate,15; bonus bStr,50; }",30,10000,BF_WEAPON; },{},{}
Dropped By No Result

« First < 2324252627282930313233 > Last »
back to top