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

Wolf Orb (Reverb)    Item ID# 310550 (Wolf_Orb_Skill_35)
Wolf Orb(Reverb)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Reverberation by 15%.
Increases all elemental magical damage by 5%.

Refine Level +7:
Increases damage of Reverberation by additional 15%.
Increases all elemental magical damage by additional 5%.

Refine Level +9:
Increases damage of Reverberation by 15%.
Increases all elemental magical damage by additional 5%.

Refine Level +11:
Increases damage of Reverberation by additional 15%.
Increases all elemental magical damage by additional 10%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bMagicAtkEle,Ele_All,5; bonus2 bSkillAtk,"WM_REVERBERATION",15; if (.@r>=7) { bonus2 bMagicAtkEle,Ele_All,5; bonus2 bSkillAtk,"WM_REVERBERATION",15; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,5; bonus2 bSkillAtk,"WM_REVERBERATION",15; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_All,10; bonus2 bSkillAtk,"WM_REVERBERATION",15; } } } },{},{}
Dropped By No Result

Wolf Orb (Robust) Level 1    Item ID# 310597 (Wolf_Orb_Robust_1)
Wolf Orb(Robust) Lv1
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
MaxHP +5%, MaxSP +5%, MaxHP +1200, MaxSP +250

Refine Level +7:
MaxHP +1%, MaxSP +1%

Refine Level +9:
MaxHP +2%, MaxSP +2%

Refine Level +11:
MaxHP +2%, MaxSP +2%
Item Script
expand to view script
{ .@r = getrefine(); bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bMaxHP,1200; bonus bMaxSP,250; if (.@r>=7) { bonus bMaxHPrate,1; bonus bMaxSPrate,1; if (.@r>=9) { bonus bMaxHPrate,2; bonus bMaxSPrate,2; if (.@r>=11) { bonus bMaxHPrate,2; bonus bMaxSPrate,2; } } } },{},{}
Dropped By No Result

Wolf Orb (Robust) Level 2    Item ID# 310598 (Wolf_Orb_Robust_2)
Wolf Orb(Robust) Lv2
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
MaxHP +5%, MaxSP +5%, MaxHP +1500, MaxSP +300

Refine Level +7:
MaxHP +2%, MaxSP +2%

Refine Level +9:
MaxHP +3%, MaxSP +3%

Refine Level +11:
MaxHP +4%, MaxSP +4%
Item Script
expand to view script
{ .@r = getrefine(); bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bMaxHP,1500; bonus bMaxSP,300; if (.@r>=7) { bonus bMaxHPrate,2; bonus bMaxSPrate,2; if (.@r>=9) { bonus bMaxHPrate,3; bonus bMaxSPrate,3; if (.@r>=11) { bonus bMaxHPrate,4; bonus bMaxSPrate,4; } } } },{},{}
Dropped By No Result

Wolf Orb (Robust) Level 3    Item ID# 310599 (Wolf_Orb_Robust_3)
Wolf Orb(Robust) Lv3
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
MaxHP +5%, MaxSP +5%, MaxHP +2000, MaxSP +350

Refine Level +7:
MaxHP +3%, MaxSP +3%

Refine Level +9:
MaxHP +4%, MaxSP +4%

Refine Level +11:
MaxHP +5%, MaxSP +5%
Item Script
expand to view script
{ .@r = getrefine(); bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bMaxHP,2000; bonus bMaxSP,350; if (.@r>=7) { bonus bMaxHPrate,3; bonus bMaxSPrate,3; if (.@r>=9) { bonus bMaxHPrate,4; bonus bMaxSPrate,4; if (.@r>=11) { bonus bMaxHPrate,5; bonus bMaxSPrate,5; } } } },{},{}
Dropped By No Result

Wolf Orb (Shadow Spell)    Item ID# 310532 (Wolf_Orb_Skill_17)
Wolf Orb(Shadow Spell)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases magical damage with every element by 15%.

Refine Level +7:
Increases magical damage with every element by additional 15%.

Refine Level +9:
Increases magical damage with every element by additional 15%.

Refine Level +11:
Increases magical damage with every element by additional 15%.
Item Script
{ .@r = getrefine(); bonus2 bMagicAtkEle,Ele_All,15; if (.@r>=7) { bonus2 bMagicAtkEle,Ele_All,15; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,15; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_All,15; } } } },{},{}
Dropped By No Result

Wolf Orb (Shooter) Level 1    Item ID# 310502 (Wolf_Orb_Ran_1)
Wolf Orb(Shooter) Lv1
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases ranged physical damage by 3%.

Refine Level +7:
Increases ranged physical damage by additional 3%.

Refine Level +9:
Increases ranged physical damage by additional 3%.

Refine Level +11:
Increases ranged physical damage by additional 3%.
Item Script
{ .@r = getrefine(); bonus bLongAtkRate,3; if (.@r>=7) { bonus bLongAtkRate,3; if (.@r>=9) { bonus bLongAtkRate,3; if (.@r>=11) { bonus bLongAtkRate,3; } } } },{},{}
Dropped By No Result

Wolf Orb (Shooter) Level 2    Item ID# 310505 (Wolf_Orb_Ran_2)
Wolf Orb(Shooter) Lv2
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases ranged physical damage by 5%.

Refine Level +7:
Increases ranged physical damage by additional 3%.

Refine Level +9:
Increases ranged physical damage by additional 3%.

Refine Level +11:
Increases ranged physical damage by additional 5%.
Item Script
{ .@r = getrefine(); bonus bLongAtkRate,5; if (.@r>=7) { bonus bLongAtkRate,3; if (.@r>=9) { bonus bLongAtkRate,3; if (.@r>=11) { bonus bLongAtkRate,5; } } } },{},{}
Dropped By No Result

Wolf Orb (Shooter) Level 3    Item ID# 310508 (Wolf_Orb_Ran_3)
Wolf Orb(Shooter) Lv3
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases ranged physical damage by 5%.

Refine Level +7:
Increases ranged physical damage by additional 5%.

Refine Level +9:
Increases ranged physical damage by additional 5%.

Refine Level +11:
Increases ranged physical damage by additional 5%.
Item Script
{ .@r = getrefine(); bonus bLongAtkRate,5; if (.@r>=7) { bonus bLongAtkRate,5; if (.@r>=9) { bonus bLongAtkRate,5; if (.@r>=11) { bonus bLongAtkRate,5; } } } },{},{}
Dropped By No Result

Wolf Orb (Sonic Impact)    Item ID# 310528 (Wolf_Orb_Skill_13)
Wolf Orb(Sonic Impact)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Sonic Blow and Cross Impact by 15%.

Refine Level +7:
Increases damage of Sonic Blow and Cross Impact by additional 15%.

Refine Level +9:
Increases damage of Sonic Blow and Cross Impact by additional 15%.

Refine Level +11:
Increases damage of Sonic Blow and Cross Impact by additional 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"GC_CROSSIMPACT",15; bonus2 bSkillAtk,"AS_SONICBLOW",15; if (.@r>=7) { bonus2 bSkillAtk,"GC_CROSSIMPACT",15; bonus2 bSkillAtk,"AS_SONICBLOW",15; if (.@r>=9) { bonus2 bSkillAtk,"GC_CROSSIMPACT",15; bonus2 bSkillAtk,"AS_SONICBLOW",15; if (.@r>=11) { bonus2 bSkillAtk,"GC_CROSSIMPACT",15; bonus2 bSkillAtk,"AS_SONICBLOW",15; } } } },{},{}
Dropped By No Result

Wolf Orb (Sound Metal)    Item ID# 310549 (Wolf_Orb_Skill_34)
Wolf Orb(Sound Metal)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Metallic Sound and Neutral elemental magical damage by 5%.

Refine Level +7:
Increases damage of Metallic Sound and Neutral elemental magical damage by additional 10%.

Refine Level +9:
Increases damage of Metallic Sound and Neutral elemental magical damage by additional 10%.

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

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

Wolf Orb (SP Recovery) Level 2    Item ID# 310638 (Wolf_Orb_HealSP_2)
Wolf Orb(SP Recovery) Lv2
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases SP Recovery Rate by 30%.
Item Script
{ bonus bSPrecovRate,30; },{},{}
Dropped By No Result

« First < 4950515253545556575859 > Last »
back to top