Renewal
.:Renewal Item Database:.
Card

Speed of Light    Item ID# 4877 (Speed_Of_Light)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
When dealing physical attack, has a low chance to get buffed with ASPD +100% and FLEE +100 for 5 seconds while HP -400 and SP -50 per second under the effect.
When unequipped, drain 300 SP.
Item Script
{ autobonus "{ bonus bAspdRate,100; bonus bFlee,100; bonus2 bSPLossRate,50,1000; }",10,5000,BF_WEAPON,"{ specialeffect2 EF_FLASHER; }"; },{},{ heal 0,-300; }
Dropped By No Result

Spell 1    Item ID# 4885 (Conjure1)
Type
Card
Class
Enchant
Buy
10z
Sell
5z
Weight
0
Description
MATK +5
Reduces variable cast time by 3%
Item Script
{ bonus bMatk,5; bonus bVariableCastrate,-3; },{},{}
Dropped By No Result

Spell 2    Item ID# 4886 (Conjure2)
Type
Card
Class
Enchant
Buy
10z
Sell
5z
Weight
0
Description
MATK +10
Reduces variable cast time by 3%
Item Script
{ bonus bMatk,10; bonus bVariableCastrate,-3; },{},{}
Dropped By No Result

Spell 3    Item ID# 4887 (Conjure3)
Type
Card
Class
Enchant
Buy
10z
Sell
5z
Weight
0
Description
MATK +15
Reduces variable cast time by 3%
Item Script
{ bonus bMatk,15; bonus bVariableCastrate,-3; },{},{}
Dropped By No Result

Spell 4    Item ID# 4888 (Conjure4)
Type
Card
Class
Enchant
Buy
10z
Sell
5z
Weight
0
Description
MATK +20
Reduces variable cast time by 3%
Item Script
{ bonus bMatk,20; bonus bVariableCastrate,-3; },{},{}
Dropped By No Result

Spell 5    Item ID# 4889 (Conjure5)
Type
Card
Class
Enchant
Buy
10z
Sell
5z
Weight
0
Description
MATK +30
Reduces variable cast time by 3%
Item Script
{ bonus bMatk,30; bonus bVariableCastrate,-5; },{},{}
Dropped By No Result

Spell Addicted Dolor Card [Accessory]   Item ID# 300112 (Dolor3_Card)
Magic-poisoned Dolor Card
Type
Card
Class
Accessory Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Soul Reaper
Description
INT +2
VIT +1
MaxHP +10%

Increases damage of Eswhoo and Curse Explosion by 10%.

When equipped with Magic Poison Plaga Card and Special Alnoldi Card:
Increases damage of Eswhoo and Curse Explosion by additional 20%.

For each 2 Refine Levels of equipped Shoes:
Increases damage of Curse Explosion by additional 5%.

For each 2 Refine Levels of equipped Weapon:
Increases damage of Eswhoo by additional 5%.
Item Script
{ bonus bVit,1; bonus bInt,2; bonus bMaxHPrate,10; bonus2 bSkillAtk,"SP_CURSEEXPLOSION",10; bonus2 bSkillAtk,"SP_SWHOO",10; },{},{}
Dropped By

Spell Addicted Plaga Card [Weapon]   Item ID# 300114 (Plaga3_Card)
Magic-poisoned Plaga Card
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Immortal Magical
Description
When compounded on a Staff or Two-Handed Staff class weapon:
Increases magical damage with Neutral element by 10%.

Refine Level +10:
Increases magical damage with Neutral element by additional 10%.

Refine Level +14:
Increases magical damage with Neutral element by additional 10%.
Item Script
expand to view script
{ .@r = getequiprefinerycnt(EQI_HAND_R); if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_2HSTAFF) { bonus2 bMagicAtkEle,Ele_Neutral,10; } if (.@r>=10) { bonus2 bMagicAtkEle,Ele_Neutral,10; } if (.@r>=14) { bonus2 bMagicAtkEle,Ele_Neutral,10; } },{},{}
Dropped By

Spell Addicted Sanare Card [Accessory]   Item ID# 300115 (Sanare3_Card)
Magic-poisoned Sanare Card
Type
Card
Class
Accessory Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Arch Bishop
Description
INT +2
DEX +1
MaxHP +10%

Increases damage of Adoramus and Judex by 10%.

When equipped with Sanare Card and Papila Ruba Card:
Increases damage of Adoramus and Judex by additional 20%.

For each 2 Refine Levels of equipped Shoes:
Increases damage of Adoramus by additional 5%.

For each 2 Refine Levels of equipped Weapon:
Increases damage of Judex by additional 5%.
Item Script
{ bonus bInt,2; bonus bDex,1; bonus bMaxHPrate,10; bonus2 bSkillAtk,"AB_ADORAMUS",10; bonus2 bSkillAtk,"AB_JUDEX",10; },{},{}
Dropped By

Spell Magic Attack Stone (Garment)    Item ID# 311426 (aegis_311426)
Spell Magic Attack Stone(Garment)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
S.MATK +3

When equipped with Magic Power Stone(Upper):
S.MATK +1, SPL +1

When equipped with Magic Power Stone(Middle):
S.MATK +1, SPL +1

When equipped with Magic Power Stone(Lower):
S.MATK +1, SPL +1

When equipped with Spell Stone(Dual):
S.MATK +5, SPL +3
Item Script
{ bonus bSMatk,3; },{},{}
Dropped By No Result

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

SPL +1

For each 20 base SPL:
MATK +3, S.MATK +1

[Enchanted Equipment's Grade]

For each 20 base SPL:
[Grade D]: S.MATK +1
[Grade C]: S.MATK +1
[Grade B]: S.MATK +1
[Grade A]: S.MATK +1
Item Script
expand to view script
{ .@param = (readparam(bSpl)/20); .@g = getenchantgrade(); bonus bSpl,1; bonus bSmatk,.@param; bonus bMatk,3*.@param; if (.@g >= ENCHANTGRADE_D) { bonus bSmatk,.@param; if (.@g >= ENCHANTGRADE_C) { bonus bSmatk,.@param; if (.@g >= ENCHANTGRADE_B) { bonus bSmatk,.@param; if (.@g >= ENCHANTGRADE_A) { bonus bSmatk,.@param; } } } } },{},{}
Dropped By No Result

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

SPL +2

For each 20 base SPL:
MATK +4, S.MATK +2

[Enchanted Equipment's Grade]

For each 20 base SPL:
[Grade D]: S.MATK +1
[Grade C]: S.MATK +1
[Grade B]: S.MATK +1
[Grade A]: S.MATK +2
Item Script
expand to view script
{ .@param = (readparam(bSpl)/20); .@g = getenchantgrade(); bonus bSpl,2; bonus bSmatk,2*.@param; bonus bMatk,4*.@param; if (.@g >= ENCHANTGRADE_D) { bonus bSmatk,.@param; if (.@g >= ENCHANTGRADE_C) { bonus bSmatk,.@param; if (.@g >= ENCHANTGRADE_B) { bonus bSmatk,.@param; if (.@g >= ENCHANTGRADE_A) { bonus bSmatk,2*.@param; } } } } },{},{}
Dropped By No Result

« First < 2324252627282930313233 > Last »
back to top