Renewal
.:Renewal Item Database:.
Card

WIS Lv2    Item ID# 311079 (WIS_2Lv)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
WIS +2
Item Script
{ bonus bWis,2; },{},{}
Dropped By No Result

WIS+3    Item ID# 312191 (M_Wis3)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
WIS +3
Item Script
{ bonus bWis,3; },{},{}
Dropped By No Result

Wisdom of Varmundt Lv1    Item ID# 310933 (Barmund_Wis1)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Essence of Varmundt's Restoration.

WIS +1

For each 20 base WIS:
MaxSP +1%
Increases Healing skills effectiveness by 1%.

[Enchanted Equipment's Grade]

For each 20 base WIS:
[Grade D]: MaxSP +1%, Healing effectiveness +1%
[Grade C]: MaxSP +1%, Healing effectiveness +1%
[Grade B]: MaxSP +1%, Healing effectiveness +2%
[Grade A]: MaxSP +1%, Healing effectiveness +2%
Item Script
expand to view script
{ .@param = (readparam(bWis)/20); .@g = getenchantgrade(); bonus bWis,1; bonus bMaxSPrate,.@param; bonus bHealPower,.@param; if (.@g >= ENCHANTGRADE_D) { bonus bMaxSPrate,.@param; bonus bHealPower,.@param; if (.@g >= ENCHANTGRADE_C) { bonus bMaxSPrate,.@param; bonus bHealPower,.@param; if (.@g >= ENCHANTGRADE_B) { bonus bMaxSPrate,.@param; bonus bHealPower,2*.@param; if (.@g >= ENCHANTGRADE_A) { bonus bMaxSPrate,.@param; bonus bHealPower,2*.@param; } } } } },{},{}
Dropped By No Result

Wisdom of Varmundt Lv2    Item ID# 310934 (Barmund_Wis2)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Essence of Varmundt's Restoration.

WIS +2

For each 20 base WIS:
MaxSP +2%
Increases Healing skills effectiveness by 2%.

[Enchanted Equipment's Grade]

For each 20 base WIS:
[Grade D]: MaxSP +1%, Healing effectiveness +1%
[Grade C]: MaxSP +1%, Healing effectiveness +2%
[Grade B]: MaxSP +1%, Healing effectiveness +2%
[Grade A]: MaxSP +2%, H.PLUS +1
Item Script
expand to view script
{ .@param = (readparam(bWis)/20); .@g = getenchantgrade(); bonus bWis,2; bonus bMaxSPrate,2*.@param; bonus bHealPower,2*.@param; if (.@g >= ENCHANTGRADE_D) { bonus bMaxSPrate,.@param; bonus bHealPower,.@param; if (.@g >= ENCHANTGRADE_C) { bonus bMaxSPrate,.@param; bonus bHealPower,2*.@param; if (.@g >= ENCHANTGRADE_B) { bonus bMaxSPrate,.@param; bonus bHealPower,2*.@param; if (.@g >= ENCHANTGRADE_A) { bonus bHplus,.@param; bonus bMaxSPrate,2*.@param; } } } } },{},{}
Dropped By No Result

Wisdom of Varmundt Lv3    Item ID# 310935 (Barmund_Wis3)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Essence of Varmundt's Restoration.

WIS +3

For each 20 base WIS:
MaxSP +3%
Increases Healing skills effectiveness by 3%.

[Enchanted Equipment's Grade]

For each 20 base WIS:
[Grade D]: MaxSP +1%, Healing effectiveness +1%
[Grade C]: MaxSP +1%, Healing effectiveness +2%
[Grade B]: MaxSP +1%, H.PLUS +1
[Grade A]: MaxSP +2%, H.PLUS +2
Item Script
expand to view script
{ .@param = (readparam(bWis)/20); .@g = getenchantgrade(); bonus bWis,3; bonus bMaxSPrate,3*.@param; bonus bHealPower,3*.@param; if (.@g >= ENCHANTGRADE_D) { bonus bMaxSPrate,.@param; bonus bHealPower,.@param; if (.@g >= ENCHANTGRADE_C) { bonus bMaxSPrate,.@param; bonus bHealPower,2*.@param; if (.@g >= ENCHANTGRADE_B) { bonus bHplus,.@param; bonus bMaxSPrate,.@param; if (.@g >= ENCHANTGRADE_A) { bonus bHplus,2*.@param; bonus bMaxSPrate,2*.@param; } } } } },{},{}
Dropped By No Result

Wolf Card [Weapon]   Item ID# 4029 (Wolf_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Wolverine
Description
ATK + 15
Critical Rate + 1
[Vagabond Wolf Card Combo]

More Information on Combo:
Item Script
{ bonus bBaseAtk,15; bonus bCritical,1; },{},{}
Dropped By
Obtainable FromOld Card Album

Wolf Card [Weapon]   Item ID# 300127 (Wolf_Card_E)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Wolf's
Description
'Roegenburg is committed to the protection of honor, justice and tradition.' -- Wolf Roegenburg
Item Script
{},{},{}
Dropped By No Result

Wolf Lugenburg Card [Weapon]   Item ID# 300128 (S_Wolf_Card)
Wolf Roegenburgs Card
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Wolf Lugenburg
Description
Increases Damage against monsters of Insect race by 15%.

When equipped with Poe Richard Card:
ATK +5%, MATK +5%.
Increases Damage against monsters of Medium size by 5%.
Item Script
{ bonus2 bAddRace,RC_Insect,15; bonus2 bMagicAddRace,RC_Insect,15; },{},{}
Dropped By No Result

Wolf Orb (Above All) Level 1    Item ID# 310579 (Wolf_Orb_Above_1)
Wolf Orb(Above All) Lv1
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases damage taken from monsters of Normal and Boss class by 3%.

Refine Level +7:
Decreases damage taken from against enemies of all elements by 3%.

Refine Level +9:
Decreases damage taken from all sized enemies by 3%.

Refine Level +11:
Decreases damage taken from all race, except Players, by 3%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSubClass,Class_Normal,3; bonus2 bSubClass,Class_Boss,3; if (.@r>=7) { bonus2 bSubEle,Ele_All,3; if (.@r>=9) { bonus2 bSubSize,Size_All,3; if (.@r>=11) { bonus2 bSubRace,RC_All,3; bonus2 bSubRace,RC_Player_Human,-3; bonus2 bSubRace,RC_Player_Doram,-3; } } } },{},{}
Dropped By No Result

Wolf Orb (Above All) Level 2    Item ID# 310580 (Wolf_Orb_Above_2)
Wolf Orb(Above All) Lv2
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases damage taken from monsters of Normal and Boss class by 5%.

Refine Level +7:
Decreases damage taken from against enemies of all elements by 5%.

Refine Level +9:
Decreases damage taken from all sized enemies by 5%.

Refine Level +11:
Decreases damage taken from all race, except Players, by 5%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSubClass,Class_Normal,5; bonus2 bSubClass,Class_Boss,5; if (.@r>=7) { bonus2 bSubEle,Ele_All,5; if (.@r>=9) { bonus2 bSubSize,Size_All,5; if (.@r>=11) { bonus2 bSubRace,RC_All,5; bonus2 bSubRace,RC_Player_Human,-5; bonus2 bSubRace,RC_Player_Doram,-5; } } } },{},{}
Dropped By No Result

Wolf Orb (Above All) Level 3    Item ID# 310581 (Wolf_Orb_Above_3)
Wolf Orb(Above All) Lv3
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases damage taken from monsters of Normal and Boss class by 7%.

Refine Level +7:
Decreases damage taken from against enemies of all elements by 7%.

Refine Level +9:
Decreases damage taken from all sized enemies by 7%.

Refine Level +11:
Decreases damage taken from all race, except Players, by 7%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSubClass,Class_Normal,7; bonus2 bSubClass,Class_Boss,7; if (.@r>=7) { bonus2 bSubEle,Ele_All,7; if (.@r>=9) { bonus2 bSubSize,Size_All,7; if (.@r>=11) { bonus2 bSubRace,RC_All,7; bonus2 bSubRace,RC_Player_Human,-7; bonus2 bSubRace,RC_Player_Doram,-7; } } } },{},{}
Dropped By No Result

Wolf Orb (Acid Explosion)    Item ID# 310527 (Wolf_Orb_Skill_12)
Wolf Orb(Acid Explosion)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Acid Demonstration and Spore Explosion by 15%.

Refine Level +7:
Increases damage of Acid Demonstration and Spore Explosion by additional 15%.

Refine Level +9:
Increases damage of Acid Demonstration and Spore Explosion by additional 15%.

Refine Level +11:
Increases damage of Acid Demonstration and Spore Explosion by additional 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",15; bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",15; if (.@r>=7) { bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",15; bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",15; if (.@r>=9) { bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",15; bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",15; if (.@r>=11) { bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",15; bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",15; } } } },{},{}
Dropped By No Result

« First < 289290291292293294295296297298299 > Last »
back to top