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

Wolf Orb (SP Recovery) Level 3    Item ID# 310640 (Wolf_Orb_HealSP_3)
Wolf Orb(SP Recovery) Lv3
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases SP Recovery Rate by 40%.
Item Script
{ bonus bSPrecovRate,40; },{},{}
Dropped By No Result

Wolf Orb (SP Recovery) Level 4    Item ID# 310642 (Wolf_Orb_HealSP_4)
Wolf Orb(SP Recovery) Lv4
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases SP Recovery Rate by 50%.
Item Script
{ bonus bSPrecovRate,50; },{},{}
Dropped By No Result

Wolf Orb (Speed) Level 1    Item ID# 310567 (Wolf_Orb_Speed_1)
Wolf Orb(Fast) Lv1
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
FLEE +10

Refine Level +7:
ASPD +6% (Decreases after attack delay by 6%).

Refine Level +9:
ASPD +6% (Decreases after attack delay by 6%) additionally.

Refine Level +11:
ASPD +6% (Decreases after attack delay by 8%) additionally.
Item Script
{ .@r = getrefine(); bonus bFlee,10; if (.@r>=7) { bonus bAspdRate,6; if (.@r>=9) { bonus bAspdRate,6; if (.@r>=11) { bonus bAspdRate,8; } } } },{},{}
Dropped By No Result

Wolf Orb (Speed) Level 2    Item ID# 310571 (Wolf_Orb_Speed_2)
Wolf Orb(Fast) Lv2
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
FLEE +20

Refine Level +7:
ASPD +6% (Decreases after attack delay by 6%).

Refine Level +9:
ASPD +8% (Decreases after attack delay by 8%) additionally.

Refine Level +11:
ASPD +8% (Decreases after attack delay by 8%) additionally.
Item Script
{ .@r = getrefine(); bonus bFlee,20; if (.@r>=7) { bonus bAspdRate,6; if (.@r>=9) { bonus bAspdRate,8; if (.@r>=11) { bonus bAspdRate,8; } } } },{},{}
Dropped By No Result

Wolf Orb (Speed) Level 3    Item ID# 310575 (Wolf_Orb_Speed_3)
Wolf Orb(Fast) Lv3
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
FLEE +30

Refine Level +7:
ASPD +8% (Decreases after attack delay by 8%).

Refine Level +9:
ASPD +8% (Decreases after attack delay by 8%) additionally.

Refine Level +11:
ASPD +8% (Decreases after attack delay by 8%) additionally.
Item Script
{ .@r = getrefine(); bonus bFlee,30; if (.@r>=7) { bonus bAspdRate,8; if (.@r>=9) { bonus bAspdRate,8; if (.@r>=11) { bonus bAspdRate,8; } } } },{},{}
Dropped By No Result

Wolf Orb (Spell Buster)    Item ID# 310610 (Wolf_Orb_Sp_Int)
Wolf Orb(Spell Buster)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Magical attacks have a 3% chance to increase INT by 50 and MATK by 25% for 10 seconds.
Item Script
{ autobonus "{ bonus bMatkRate,25; bonus bInt,50; }",30,10000,BF_MAGIC; },{},{}
Dropped By No Result

Wolf Orb (Spell) Level 1    Item ID# 310619 (Wolf_Orb_Spell_1)
Wolf Orb(Magic Power) Lv1
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
MATK +18
Decreases variable cast time by 4%.
Item Script
{ bonus bVariableCastrate,-4; bonus bMatk,18; },{},{}
Dropped By No Result

Wolf Orb (Spell) Level 2    Item ID# 310624 (Wolf_Orb_Spell_2)
Wolf Orb(Magic Power) Lv2
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
MATK +22
Decreases variable cast time by 6%.
Item Script
{ bonus bVariableCastrate,-6; bonus bMatk,22; },{},{}
Dropped By No Result

Wolf Orb (Spell) Level 3    Item ID# 310629 (Wolf_Orb_Spell_3)
Wolf Orb(Magic Power) Lv3
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
MATK +26
Decreases variable cast time by 8%.
Item Script
{ bonus bVariableCastrate,-8; bonus bMatk,26; },{},{}
Dropped By No Result

Wolf Orb (Spell) Level 4    Item ID# 310634 (Wolf_Orb_Spell_4)
Wolf Orb(Magic Power) Lv4
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
MATK +30
Decreases variable cast time by 10%.
Item Script
{ bonus bVariableCastrate,-10; bonus bMatk,30; },{},{}
Dropped By No Result

Wolf Orb (Storm Buster Trip)    Item ID# 310560 (Wolf_Orb_Skill_45)
Wolf Orb(Storm Buster Trip)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Shattering Storm, Banishing Buster and Round Trip by 15%.

Refine Level +7:
Increases damage of Shattering Storm, Banishing Buster and Round Trip by additional 15%.

Refine Level +9:
Increases damage of Shattering Storm, Banishing Buster and Round Trip by additional 15%.

Refine Level +11:
Increases damage of Shattering Storm, Banishing Buster and Round Trip by additional 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"RL_BANISHING_BUSTER",15; bonus2 bSkillAtk,"RL_R_TRIP",15; bonus2 bSkillAtk,"RL_S_STORM",15; if (.@r>=7) { bonus2 bSkillAtk,"RL_BANISHING_BUSTER",15; bonus2 bSkillAtk,"RL_R_TRIP",15; bonus2 bSkillAtk,"RL_S_STORM",15; if (.@r>=9) { bonus2 bSkillAtk,"RL_BANISHING_BUSTER",15; bonus2 bSkillAtk,"RL_R_TRIP",15; bonus2 bSkillAtk,"RL_S_STORM",15; if (.@r>=11) { bonus2 bSkillAtk,"RL_BANISHING_BUSTER",15; bonus2 bSkillAtk,"RL_R_TRIP",15; bonus2 bSkillAtk,"RL_S_STORM",15; } } } },{},{}
Dropped By No Result

Wolf Orb (Str) Level 1    Item ID# 310478 (Wolf_Orb_Str_1)
Wolf Orb(STR) Lv1
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
STR +1

Refine Level +7: STR +1

Refine Level +9: STR +1

Refine Level +11: STR +1
Item Script
{ .@r = getrefine(); bonus bStr,1; if (.@r>=7) { bonus bStr,1; if (.@r>=9) { bonus bStr,1; if (.@r>=11) { bonus bStr,1; } } } },{},{}
Dropped By No Result

« First < 5051525354555657585960 > Last »
back to top