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

Jonathan Family Ring    Item ID# 7900 (Jenoss_Ring1)
Type
Miscellaneous
Class
n/a
Buy
n/a
Sell
n/a
Weight
0
Description
Jonathan 'family of exchange received a ring.
Item Script
{},{},{}
Dropped By No Result

Jormungand [0]   [Two Handed]   Item ID# 2020 (Jormungand)
Type
Weapon
Class
Two-handed Staff
Buy
10z
Sell
5z
Weight
300
Attack
200 / MATK 280
Required Lvl
90
Weapon Lvl
4
Slot
0
Property
Poison
Refineable
No
Applicable Jobs
Wizard
Sage
Soul Linker
Description
Aside from the potent mana in it, this staff named after Jormungand is famous for its ability to poison the enemy.

MATK +280, INT +20.
Has a chance of causing Poison status on the enemy when dealing magical attack.
Has a chance of casting Deadly Poison on the enemy when dealing physical attack.
Cannot be Upgraded.
Indestructible.
Item Script
{ bonus bInt,20; bonus3 bAddEff,Eff_Poison,3000,ATF_MAGIC; bonus2 bAddEffWhenHit,Eff_DPoison,100; bonus bUnbreakableWeapon; },{},{}
Dropped By No Result

Jormungandr Church Bishop Card [Headgear]   Item ID# 300459 (aegis_300459)
Type
Card
Class
Headgear Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Rgan
Description
P.ATK +2, S.MATK +2

Decreases variable cast time by 3%.
Item Script
{ bonus bPAtk,2; bonus bSMatk,2; bonus bVariableCastrate,-3; },{},{}
Dropped By No Result

Jormungandr Church Shaman Card [Accessory (Right)]   Item ID# 300464 (aegis_300464)
Type
Card
Class
Accessory (Right) Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Impure
Description
Increases Magical Damage with Water, Poison and Holy element by 25%.

Base INT at least 90:
Increases SP Consumption by 7%.
Item Script
{ bonus2 bMagicAtkEle,Ele_Poison,25; bonus2 bMagicAtkEle,Ele_Holy,25; bonus2 bMagicAtkEle,Ele_Water,25; if (readparam(bInt)>=90) { bonus bUseSPrate,7; } },{},{}
Dropped By No Result

Jormungandr Guardian Card [Weapon]   Item ID# 300460 (aegis_300460)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Spell Force
Description
MATK +40

Increases Magical Damage with Neutral, Shadow and Ghost element by 5%.

Refine Level +10:
Increases Magical Damage with Neutral, Shadow and Ghost element by additional 5%.

When Weapon Level of compounded equipment is 5:
Increases Magical Damage with Neutral, Shadow and Ghost element by additional 10%.

When equipped with Jormungandr Church Bishop Card:
Increases Magical Damage with Neutral, Shadow and Ghost element by additional 15%.
Item Script
expand to view script
{ bonus2 bMagicAtkEle,Ele_Ghost,5; bonus2 bMagicAtkEle,Ele_Neutral,5; bonus2 bMagicAtkEle,Ele_Dark,5; bonus bMatk,40; if (getrefine()>=10) { bonus2 bMagicAtkEle,Ele_Ghost,5; bonus2 bMagicAtkEle,Ele_Neutral,5; bonus2 bMagicAtkEle,Ele_Dark,5; if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_WEAPONLEVEL)==5) { bonus2 bMagicAtkEle,Ele_Ghost,10; bonus2 bMagicAtkEle,Ele_Neutral,10; bonus2 bMagicAtkEle,Ele_Dark,10; } } },{},{}
Dropped By No Result

Jormungandr Sanctuary Cleaner Card [Weapon]   Item ID# 300466 (aegis_300466)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Cleaning
Description
ATK +40

Increases ranged physical damage by 5%.

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

When Weapon Level of compounded equipment is 5:
Increases ranged physical damage by additional 10%.

When equipped with Jormungandr Church Bishop Card:
Increases ranged physical damage by additional 15%.
Item Script
{ bonus bLongAtkRate,5; bonus bBaseAtk,40; if (getrefine()>=10) { bonus bLongAtkRate,5; if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_WEAPONLEVEL)==5) { bonus bLongAtkRate,10; } } },{},{}
Dropped By No Result

Jormungandr Sanctuary Guardian Card [Shield]   Item ID# 300465 (aegis_300465)
Type
Card
Class
Shield Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Guardian
Description
STR +10, VIT +15, LUK -25

Decreases damage taken from monsters of every size by 20%.
Decreases Magical Damage against monsters of Holy, Shadow, Ghost and Poison element by 25%.

For each refine level:
DEF +20, RES +5

Refine Level +7:
Increases Physical Damage against monsters of Water, Wind, Earth and Fire element by 25%.

Refine Level +10:
Increases melee and ranged physical damage by 10%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bStr,10; bonus bVit,15; bonus bLuk,-25; bonus2 bSubSize,Size_All,20; bonus2 bMagicAtkEle,Ele_Poison,-25; bonus2 bMagicAtkEle,Ele_Ghost,-25; bonus2 bMagicAtkEle,Ele_Holy,-25; bonus2 bMagicAtkEle,Ele_Dark,-25; bonus bDef,20*.@r; bonus bRes,5*.@r; if (.@r>=7) { bonus2 bAddEle,Ele_Water,25; bonus2 bAddEle,Ele_Wind,25; bonus2 bAddEle,Ele_Earth,25; bonus2 bAddEle,Ele_Fire,25; if (.@r>=10) { bonus bLongAtkRate,10; bonus bShortAtkRate,10; } } },{},{}
Dropped By No Result

Ju Card [Weapon]   Item ID# 27261 (Jew_Card)
Juu Card
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Juu
Description
Increases damage of Fire Bolt, Cold Bolt and Lightning Bolt by 10%.

If the compounded weapon is a Book type, increases damage of the above skills by an additional of 20%.
If compounded gear is refined to +14 or higher, increases damage of the above skills by an additional of 20%.
Item Script
{ .@rate = 10 + (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_BOOK ? 20 : 0) + (getrefine() >= 14 ? 20 : 0); bonus2 bSkillAtk,"MG_FIREBOLT",.@rate; bonus2 bSkillAtk,"MG_COLDBOLT",.@rate; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",.@rate; },{},{}
Dropped By

Jubilee    Item ID# 7312 (Jubilee)
Type
Miscellaneous
Class
n/a
Buy
32z
Sell
16z
Weight
1
Description
A crystallization, dropped from monsters, whose name means joyous celebration.
Item Script
{},{},{}
Dropped By

Judex Shadow Armor [Shadow Body]   Item ID# 24494 (S_Judex_Armor)
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Arch Bishop
Description
A suit of armor worn on top of normal armor for additional defense. Needs a complete set to have bonus effect.

Increases damage of Judex by 5%.
Every 2 refine levels, increases damage of Judex by additional 2%.
Item Script
{ bonus2 bSkillAtk,"AB_JUDEX",5+2*(getrefine()/2); },{},{}
Dropped By No Result

Judex Shadow Cube    Item ID# 100979 (S_Judex_Cube)
Type
Usable Item
Class
n/a
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
Shadow Cube for Archbishops.
All 3 types of Judex Shadow Equipments are included.

[Obtainable Items]
Judex Shadow Shield
Judex Shadow Shoes
Judex Shadow Armor
Item Script
{ getgroupitem(IG_S_Judex_Cube); },{},{}
Dropped By No Result

Judex Shadow Shield [Shadow Shield]   Item ID# 24495 (S_Judex_Shield)
Type
Shadow Gear
Class
Shadow Shield
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Arch Bishop
Description
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.

Increases Holy elemental magic damage by 3%.
Refine Level +7, increases Holy elemental magic damage by additional 3%.
Refine Level +9, increases Holy elemental magic damage by additional 4%.

When equipped with Judex Shadow Armor and Judex Shadow Shoes:
For each refine level of entire set:
Increases damage of Adoramus by 1%.

When equipped with Arc Bishop Shadow Weapon:
Ignores magical defense of all race monsters, except Players, by 40%.
For each refine level of entire set:
Ignores magical defense of all race monsters, except Players, by additional 1%.
Item Script
{ .@r = getrefine(); if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Holy,10; } else if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Holy,6; } else { bonus2 bMagicAtkEle,Ele_Holy,3; } },{},{}
Dropped By No Result

« First < 45678910111213 >
back to top