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

Wolf Orb (Mental) Level 3    Item ID# 310595 (Wolf_Orb_Sp_3)
Wolf Orb(Mental Power) Lv3
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
MaxSP +5%, MaxSP +450.

Refine Level +7:
MaxSP +5%

Refine Level +9:
MaxSP +5%

Refine Level +11:
MaxSP +5%
Item Script
{ .@r = getrefine(); bonus bMaxSPrate,5; bonus bMaxSP,450; if (.@r>=7) { bonus bMaxSPrate,5; if (.@r>=9) { bonus bMaxSPrate,5; if (.@r>=11) { bonus bMaxSPrate,5; } } } },{},{}
Dropped By No Result

Wolf Orb (Mirror Counter) Level 1    Item ID# 310585 (Wolf_Orb_M_Counter_1)
Wolf Orb(Mirror Counter) Lv1
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases damage taken from reflected attacks by 2%.

Refine Level +7:
Decreases damage taken from reflected attacks by additional 2%.

Refine Level +9:
Decreases damage taken from reflected attacks by additional 3%.

Refine Level +11:
Decreases damage taken from reflected attacks by additional 3%.
Item Script
{ .@r = getrefine(); bonus bReduceDamageReturn,2; if (.@r>=7) { bonus bReduceDamageReturn,2; if (.@r>=9) { bonus bReduceDamageReturn,3; if (.@r>=11) { bonus bReduceDamageReturn,3; } } } },{},{}
Dropped By No Result

Wolf Orb (Mirror Counter) Level 2    Item ID# 310586 (Wolf_Orb_M_Counter_2)
Wolf Orb(Mirror Counter) Lv2
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases damage taken from reflected attacks by 3%.

Refine Level +7:
Decreases damage taken from reflected attacks by additional 3%.

Refine Level +9:
Decreases damage taken from reflected attacks by additional 4%.

Refine Level +11:
Decreases damage taken from reflected attacks by additional 4%.
Item Script
{ .@r = getrefine(); bonus bReduceDamageReturn,3; if (.@r>=7) { bonus bReduceDamageReturn,3; if (.@r>=9) { bonus bReduceDamageReturn,4; if (.@r>=11) { bonus bReduceDamageReturn,4; } } } },{},{}
Dropped By No Result

Wolf Orb (Mirror Counter) Level 3    Item ID# 310587 (Wolf_Orb_M_Counter_3)
Wolf Orb(Mirror Counter) Lv3
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases damage taken from reflected attacks by 4%.

Refine Level +7:
Decreases damage taken from reflected attacks by additional 4%.

Refine Level +9:
Decreases damage taken from reflected attacks by additional 5%.

Refine Level +11:
Decreases damage taken from reflected attacks by additional 5%.
Item Script
{ .@r = getrefine(); bonus bReduceDamageReturn,4; if (.@r>=7) { bonus bReduceDamageReturn,4; if (.@r>=9) { bonus bReduceDamageReturn,5; if (.@r>=11) { bonus bReduceDamageReturn,5; } } } },{},{}
Dropped By No Result

Wolf Orb (Moon Kick)    Item ID# 310553 (Wolf_Orb_Skill_38)
Wolf Orb(Moon)
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 +7:
Increases damage of New Moon Kick and Full Moon Kick by additional 15%.

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

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

Wolf Orb (Overpower)    Item ID# 310612 (Wolf_Orb_Ov_Str)
Wolf Orb(Over Power)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Physical attacks have a 3% chance to increase STR by 50 and melee physical damage by 15% for 10 seconds.
Item Script
{ autobonus "{ bonus bShortAtkRate,15; bonus bStr,50; }",30,10000,BF_WEAPON; },{},{}
Dropped By No Result

Wolf Orb (Physical Defense) Level 1    Item ID# 310496 (Wolf_Orb_Def_1)
Wolf Orb(Defense) Lv1
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
DEF +150

Refine Level +7: DEF +75

Refine Level +9: DEF +75

Refine Level +11: DEF +75
Item Script
{ .@r = getrefine(); bonus bDef,150; if (.@r>=7) { bonus bDef,75; if (.@r>=9) { bonus bDef,75; if (.@r>=11) { bonus bDef,75; } } } },{},{}
Dropped By No Result

Wolf Orb (Physical Defense) Level 2    Item ID# 310498 (Wolf_Orb_Def_2)
Wolf Orb(Defense) Lv2
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
DEF +200

Refine Level +7: DEF +75

Refine Level +9: DEF +75

Refine Level +11: DEF +100
Item Script
{ .@r = getrefine(); bonus bDef,200; if (.@r>=7) { bonus bDef,75; if (.@r>=9) { bonus bDef,75; if (.@r>=11) { bonus bDef,100; } } } },{},{}
Dropped By No Result

Wolf Orb (Physical Defense) Level 3    Item ID# 310500 (Wolf_Orb_Def_3)
Wolf Orb(Defense) Lv3
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
DEF +250

Refine Level +7: DEF +75

Refine Level +9: DEF +100

Refine Level +11: DEF +100
Item Script
{ .@r = getrefine(); bonus bDef,250; if (.@r>=7) { bonus bDef,75; if (.@r>=9) { bonus bDef,100; if (.@r>=11) { bonus bDef,100; } } } },{},{}
Dropped By No Result

Wolf Orb (Physical Force) Level 1    Item ID# 310604 (Wolf_Orb_P_F_1)
Wolf Orb(Physical Force) Lv1
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases physical damage against enemies of every size by 2%.

Refine Level +7:
Increases physical damage against enemies of every size by additional 2%.

Refine Level +9:
Increases physical damage against enemies of every size by additional 2%.

Refine Level +11:
Increases physical damage against enemies of every size by additional 2%.
Item Script
{ .@r = getrefine(); bonus2 bAddSize,Size_All,2; if (.@r>=7) { bonus2 bAddSize,Size_All,2; if (.@r>=9) { bonus2 bAddSize,Size_All,2; if (.@r>=11) { bonus2 bAddSize,Size_All,2; } } } },{},{}
Dropped By No Result

Wolf Orb (Physical Force) Level 2    Item ID# 310606 (Wolf_Orb_P_F_2)
Wolf Orb(Physical Force) Lv2
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases physical damage against enemies of every size by 3%.

Refine Level +7:
Increases physical damage against enemies of every size by additional 3%.

Refine Level +9:
Increases physical damage against enemies of every size by additional 3%.

Refine Level +11:
Increases physical damage against enemies of every size by additional 3%.
Item Script
{ .@r = getrefine(); bonus2 bAddSize,Size_All,3; if (.@r>=7) { bonus2 bAddSize,Size_All,3; if (.@r>=9) { bonus2 bAddSize,Size_All,3; if (.@r>=11) { bonus2 bAddSize,Size_All,3; } } } },{},{}
Dropped By No Result

Wolf Orb (Physical Force) Level 3    Item ID# 310608 (Wolf_Orb_P_F_3)
Wolf Orb(Physical Force) Lv3
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases physical damage against enemies of every size by 4%.

Refine Level +7:
Increases physical damage against enemies of every size by additional 4%.

Refine Level +9:
Increases physical damage against enemies of every size by additional 4%.

Refine Level +11:
Increases physical damage against enemies of every size by additional 4%.
Item Script
{ .@r = getrefine(); bonus2 bAddSize,Size_All,4; if (.@r>=7) { bonus2 bAddSize,Size_All,4; if (.@r>=9) { bonus2 bAddSize,Size_All,4; if (.@r>=11) { bonus2 bAddSize,Size_All,4; } } } },{},{}
Dropped By No Result

« First < 4748495051525354555657 > Last »
back to top