Renewal
.:Renewal Item Database:.
Card

Variable casting (magical) 3Lv    Item ID# 310860 (Mad_Bunny_Enchant_3_4)
Variable Casting(Magical) Lv3
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases variable cast time by 10%.
S.MATK +1
Item Script
{ bonus bVariableCastrate,-10; bonus bSmatk,1; },{},{}
Dropped By No Result

Variable casting (physical) 1Lv    Item ID# 310857 (Mad_Bunny_Enchant_3_1)
Variable Casting(Physical) Lv1
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases variable cast time by 5%.
ATK +3
Item Script
{ bonus bVariableCastrate,-5; bonus bBaseAtk,3; },{},{}
Dropped By No Result

Variable casting (physical) 2Lv    Item ID# 310858 (Mad_Bunny_Enchant_3_2)
Variable Casting(Physical) Lv2
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases variable cast time by 7%.
ATK +5
Item Script
{ bonus bVariableCastrate,-7; bonus bBaseAtk,5; },{},{}
Dropped By No Result

Variable casting (physical) 3Lv    Item ID# 310859 (Mad_Bunny_Enchant_3_3)
Variable Casting(Physical) Lv3
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases variable cast time by 10%.
P.ATK +1
Item Script
{ bonus bVariableCastrate,-10; bonus bPAtk,1; },{},{}
Dropped By No Result

Variable Casting Garment    Item ID# 29358 (Casting_Robe)
Variable Casting Stone
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases variable cast time by 10%.

When equipped with Variable Cast Stone(Upper), Variable Cast Stone(Mid) and Variable Cast Stone(Lower):
Decreases variable cast time by additional 5%.
Item Script
{ bonus bVariableCastrate,-10; },{},{}
Dropped By No Result

Variable Casting Time Reduction(Dual)    Item ID# 310659 (Cast_Robe_D)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases variable cast time by 5%.

When equipped with variable cast time Reduction(Garment):
Decreases fixed cast time by 0.5 seconds.
Item Script
{ bonus bVariableCastrate,-5; },{},{}
Dropped By No Result

Varmundt's Crystal (Death) Lv1    Item ID# 311877 (Barmund_Death1)
Varmundt's Crystal(Death) Lv1
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases Damage against enemies of Ghost and Undead element by 10%.

[Grade D]: Damage against enemies of Ghost and Undead element +2%.
[Grade C]: Damage against enemies of Ghost and Undead element +2%.
[Grade B]: Damage against enemies of Ghost and Undead element +3%.
[Grade A]: Damage against enemies of Ghost and Undead element +3%.
Item Script
expand to view script
{ .@g = getenchantgrade(); bonus2 bMagicAddEle,Ele_Undead,10; bonus2 bAddEle,Ele_Undead,10; bonus2 bMagicAddEle,Ele_Ghost,10; bonus2 bAddEle,Ele_Ghost,10; if (.@g>=ENCHANTGRADE_D) { bonus2 bMagicAddEle,Ele_Undead,2; bonus2 bMagicAddEle,Ele_Ghost,2; if (.@g>=ENCHANTGRADE_C) { bonus2 bMagicAddEle,Ele_Undead,2; bonus2 bMagicAddEle,Ele_Ghost,2; if (.@g>=ENCHANTGRADE_B) { bonus2 bMagicAddEle,Ele_Undead,3; bonus2 bMagicAddEle,Ele_Ghost,3; if (.@g>=ENCHANTGRADE_A) { bonus2 bMagicAddEle,Ele_Undead,3; bonus2 bMagicAddEle,Ele_Ghost,3; } } } } },{},{}
Dropped By No Result

Varmundt's Crystal (Death) Lv2    Item ID# 311878 (Barmund_Death2)
Varmundt's Crystal(Death) Lv2
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases Damage against enemies of Ghost and Undead element by 10%.

[Grade D]: Damage against enemies of Ghost and Undead element +3%.
[Grade C]: Damage against enemies of Ghost and Undead element +4%.
[Grade B]: Damage against enemies of Ghost and Undead element +4%.
[Grade A]: Damage against enemies of Ghost and Undead element +4%.
Item Script
expand to view script
{ .@g = getenchantgrade(); bonus2 bMagicAddEle,Ele_Undead,10; bonus2 bAddEle,Ele_Undead,10; bonus2 bMagicAddEle,Ele_Ghost,10; bonus2 bAddEle,Ele_Ghost,10; if (.@g>=ENCHANTGRADE_D) { bonus2 bMagicAddEle,Ele_Undead,3; bonus2 bMagicAddEle,Ele_Ghost,3; if (.@g>=ENCHANTGRADE_C) { bonus2 bMagicAddEle,Ele_Undead,4; bonus2 bMagicAddEle,Ele_Ghost,4; if (.@g>=ENCHANTGRADE_B) { bonus2 bMagicAddEle,Ele_Undead,4; bonus2 bMagicAddEle,Ele_Ghost,4; if (.@g>=ENCHANTGRADE_A) { bonus2 bMagicAddEle,Ele_Undead,4; bonus2 bMagicAddEle,Ele_Ghost,4; } } } } },{},{}
Dropped By No Result

Varmundt's Crystal (Death) Lv3    Item ID# 311879 (Barmund_Death3)
Varmundt's Crystal(Death) Lv3
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases Damage against enemies of Ghost and Undead element by 10%.

[Grade D]: Damage against enemies of Ghost and Undead element +4%.
[Grade C]: Damage against enemies of Ghost and Undead element +4%.
[Grade B]: Damage against enemies of Ghost and Undead element +6%.
[Grade A]: Damage against enemies of Ghost and Undead element +6%.
Item Script
expand to view script
{ .@g = getenchantgrade(); bonus2 bMagicAddEle,Ele_Undead,10; bonus2 bAddEle,Ele_Undead,10; bonus2 bMagicAddEle,Ele_Ghost,10; bonus2 bAddEle,Ele_Ghost,10; if (.@g>=ENCHANTGRADE_D) { bonus2 bMagicAddEle,Ele_Undead,4; bonus2 bMagicAddEle,Ele_Ghost,4; if (.@g>=ENCHANTGRADE_C) { bonus2 bMagicAddEle,Ele_Undead,4; bonus2 bMagicAddEle,Ele_Ghost,4; if (.@g>=ENCHANTGRADE_B) { bonus2 bMagicAddEle,Ele_Undead,6; bonus2 bMagicAddEle,Ele_Ghost,6; if (.@g>=ENCHANTGRADE_A) { bonus2 bMagicAddEle,Ele_Undead,6; bonus2 bMagicAddEle,Ele_Ghost,6; } } } } },{},{}
Dropped By No Result

Varmundt's Crystal (Death) Lv4    Item ID# 311880 (Barmund_Death4)
Varmundt's Crystal(Death) Lv4
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases Damage against enemies of Ghost and Undead element by 10%.

[Grade D]: Damage against enemies of Ghost and Undead element +6%.
[Grade C]: Damage against enemies of Ghost and Undead element +6%.
[Grade B]: Damage against enemies of Ghost and Undead element +6%.
[Grade A]: Damage against enemies of Ghost and Undead element +7%.
Item Script
expand to view script
{ .@g = getenchantgrade(); bonus2 bMagicAddEle,Ele_Undead,10; bonus2 bAddEle,Ele_Undead,10; bonus2 bMagicAddEle,Ele_Ghost,10; bonus2 bAddEle,Ele_Ghost,10; if (.@g>=ENCHANTGRADE_D) { bonus2 bMagicAddEle,Ele_Undead,6; bonus2 bMagicAddEle,Ele_Ghost,6; if (.@g>=ENCHANTGRADE_C) { bonus2 bMagicAddEle,Ele_Undead,6; bonus2 bMagicAddEle,Ele_Ghost,6; if (.@g>=ENCHANTGRADE_B) { bonus2 bMagicAddEle,Ele_Undead,6; bonus2 bMagicAddEle,Ele_Ghost,6; if (.@g>=ENCHANTGRADE_A) { bonus2 bMagicAddEle,Ele_Undead,7; bonus2 bMagicAddEle,Ele_Ghost,7; } } } } },{},{}
Dropped By No Result

Varmundt's Crystal (Death) Lv5    Item ID# 311881 (Barmund_Death5)
Varmundt's Crystal(Death) Lv5
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases Damage against enemies of Ghost and Undead element by 10%.

[Grade D]: Damage against enemies of Ghost and Undead element +7%.
[Grade C]: Damage against enemies of Ghost and Undead element +7%.
[Grade B]: Damage against enemies of Ghost and Undead element +8%.
[Grade A]: Damage against enemies of Ghost and Undead element +8%.
Item Script
expand to view script
{ .@g = getenchantgrade(); bonus2 bMagicAddEle,Ele_Undead,10; bonus2 bAddEle,Ele_Undead,10; bonus2 bMagicAddEle,Ele_Ghost,10; bonus2 bAddEle,Ele_Ghost,10; if (.@g>=ENCHANTGRADE_D) { bonus2 bMagicAddEle,Ele_Undead,7; bonus2 bMagicAddEle,Ele_Ghost,7; if (.@g>=ENCHANTGRADE_C) { bonus2 bMagicAddEle,Ele_Undead,7; bonus2 bMagicAddEle,Ele_Ghost,7; if (.@g>=ENCHANTGRADE_B) { bonus2 bMagicAddEle,Ele_Undead,8; bonus2 bMagicAddEle,Ele_Ghost,8; if (.@g>=ENCHANTGRADE_A) { bonus2 bMagicAddEle,Ele_Undead,8; bonus2 bMagicAddEle,Ele_Ghost,8; } } } } },{},{}
Dropped By No Result

Varmundt's Crystal (Flame) Lv1    Item ID# 311862 (Barmund_Flame1)
Varmundt's Crystal(Flame) Lv1
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases Damage against enemies of Fire and Shadow element by 10%.

[Grade D]: Damage against enemies of Fire and Shadow element +2%.
[Grade C]: Damage against enemies of Fire and Shadow element +2%.
[Grade B]: Damage against enemies of Fire and Shadow element +3%.
[Grade A]: Damage against enemies of Fire and Shadow element +3%.
Item Script
expand to view script
{ .@g = getenchantgrade(); bonus2 bMagicAddEle,Ele_Dark,10; bonus2 bAddEle,Ele_Dark,10; bonus2 bMagicAddEle,Ele_Fire,10; bonus2 bAddEle,Ele_Fire,10; if (.@g>=ENCHANTGRADE_D) { bonus2 bMagicAddEle,Ele_Dark,2; bonus2 bMagicAddEle,Ele_Fire,2; if (.@g>=ENCHANTGRADE_C) { bonus2 bMagicAddEle,Ele_Dark,2; bonus2 bMagicAddEle,Ele_Fire,2; if (.@g>=ENCHANTGRADE_B) { bonus2 bMagicAddEle,Ele_Dark,3; bonus2 bMagicAddEle,Ele_Fire,3; if (.@g>=ENCHANTGRADE_A) { bonus2 bMagicAddEle,Ele_Dark,3; bonus2 bMagicAddEle,Ele_Fire,3; } } } } },{},{}
Dropped By No Result

< 1234567 >
back to top