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

Paradise Shadow Pendant [Shadow Earring]   Item ID# 24692 (S_1Para_Pendant)
Type
Shadow Gear
Class
Shadow Earring
Buy
n/a
Sell
n/a
Weight
0
Refineable
No
Applicable Jobs
Every Job
Description
A sacred necklace which is believed to protect its wearer. It also draws the wearer's potential abilities.

MaxHP +100, ATK +5.
Item Script
{ bonus bBaseAtk,5; bonus bMaxHP,.@r*10+100; },{},{}
Dropped By No Result

Paradise Shadow Shield [Shadow Shield]   Item ID# 24688 (S_1Para_Shield)
Type
Shadow Gear
Class
Shadow Shield
Buy
n/a
Sell
n/a
Weight
0
Refineable
No
Applicable Jobs
Every Job
Description
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.

MaxHP +100
Decreases variable cast time by 5%.
Item Script
{ bonus bMaxHP,100+getrefine()*10; bonus bVariableCastrate,-5; },{},{}
Dropped By No Result

Paradise Shadow Shoes [Shadow Footgear]   Item ID# 24690 (S_1Para_Shoes)
Type
Shadow Gear
Class
Shadow Footgear
Buy
n/a
Sell
n/a
Weight
0
Refineable
No
Applicable Jobs
Every Job
Description
A pair of shoes worn on top of normal shoes for additional defense. Needs a complete set to have bonus effect.

MaxHP +100
ASPD +5% (Decreases after attack delay by 5%).
Item Script
{ bonus bAspdRate,5; bonus bMaxHP,.@r*10+100; },{},{}
Dropped By No Result

Paradise Shadow Weapon [Shadow Weapon]   Item ID# 24687 (S_1Para_Weapon)
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0
Refineable
No
Applicable Jobs
Every Job
Description
A pair of gloves that can draw the wearer's potential ability.

ATK +10, MATK +10.

Increases magical damage with every element by 5%.
Increases melee and ranged physical damage by 5%.
Item Script
{ bonus bBaseAtk,10; bonus bMatk,10; bonus bShortAtkRate,5; bonus bLongAtkRate,5; bonus2 bMagicAtkEle,Ele_All,5; },{},{}
Dropped By No Result

Paradise Shoes [0]   [Footgear]   Item ID# 470068 (1Para_Boots_B)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
0
Defense
4
Required Lvl
10
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A pair of shoes given to members of the Paradise Group.

Increases magical damage with every element by 3%.

For each 5 Base Level:
MATK +2 (Up to Base Level 100)

Base Level at least 30:
Increases magical damage with every element by additional 3%.

Base Level at least 45:
Increases magical damage with every element by additional 4%.

Base Level at least 85:
Decreases fixed cast time of skills by 0.3 seconds.
Item Script
{ bonus2 bMagicAtkEle,Ele_All,3; bonus bMatk,2*(min(BaseLevel,100)/5); if (BaseLevel>=30) bonus2 bMagicAtkEle,Ele_All,3; if (BaseLevel>=45) bonus2 bMagicAtkEle,Ele_All,4; if (BaseLevel>=85) bonus bFixedCastrate,-300; },{},{}
Dropped By No Result

Paradise Sorcerer Magic Book [0]   [One Hand]   Item ID# 540031 (3Para_Book1_SO)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
0
Attack
150
Required Lvl
100
Weapon Lvl
4
Slot
0
Refineable
No
Applicable Jobs
Sorcerer
Description
A high-quality book made by the Paradise Group.

MATK +180
MATK +5%

For each Level of Land Protector:
Decreases variable cast time by 2%.

Base Level at least 105:
Increases magical damage with Water, Wind, Earth and Neutral element by 10%.
Increases damage of Psychic Wave, Diamond Dust, Earth Grave and Varetyr Spear by 25%.

Base Level at least 110:
Increases magical damage with Water, Wind, Earth and Neutral element by additional 15%.
Increases magical damage against enemies of every size by 15%.

Base Level at least 115:
Increases damage of Psychic Wave, Diamond Dust, Earth Grave and Varetyr Spear by additional 15%.
Item Script
expand to view script
{ .@l = BaseLevel; .@a = getskilllv("SA_LANDPROTECTOR"); bonus bMatk,180; bonus bMatkRate,5; bonus bVariableCastrate,-2*.@a; if (.@l>=105) { bonus2 bMagicAtkEle,Ele_Water,10; bonus2 bMagicAtkEle,Ele_Wind,10; bonus2 bMagicAtkEle,Ele_Earth,10; bonus2 bMagicAtkEle,Ele_Neutral,10; bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",25; bonus2 bSkillAtk,"SO_DIAMONDDUST",25; bonus2 bSkillAtk,"SO_EARTHGRAVE",25; bonus2 bSkillAtk,"SO_VARETYR_SPEAR",25; if (.@l>=110) { bonus2 bMagicAtkEle,Ele_Water,15; bonus2 bMagicAtkEle,Ele_Wind,15; bonus2 bMagicAtkEle,Ele_Earth,15; bonus2 bMagicAtkEle,Ele_Neutral,15; bonus2 bMagicAddSize,Size_ALL,15; if (.@l>=115) { bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15; bonus2 bSkillAtk,"SO_DIAMONDDUST",15; bonus2 bSkillAtk,"SO_EARTHGRAVE",15; bonus2 bSkillAtk,"SO_VARETYR_SPEAR",15; } } } },{},{}
Dropped By No Result

Paradise Sorcerer Spell Book [0]   [One Hand]   Item ID# 540032 (3Para_Book2_SO)
Paradise Sorcerer Spellbook
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
0
Attack
150
Required Lvl
100
Weapon Lvl
4
Slot
0
Refineable
No
Applicable Jobs
Sorcerer
Description
A high-quality book made by the Paradise Group.

MATK +180
MATK +5%

For each Level of Auto Spell:
ASPD +1% (Decreases after attack delay by 1%).

Base Level at least 105:
Increases magical damage with Water, Wind, Earth and Fire element by 10%.
Increases damage of Psychic Wave, Diamond Dust, Earth Grave and Varetyr Spear by 25%.

Base Level at least 110:
Increases magical damage with Water, Wind, Earth and Fire element by additional 15%.
Increases magical damage against enemies of every size by 15%.

Base Level at least 115:
Increases damage of Psychic Wave, Diamond Dust, Earth Grave and Varetyr Spear by additional 15%.
Item Script
expand to view script
{ .@l = BaseLevel; .@a = getskilllv("SA_AUTOSPELL"); bonus bMatk,180; bonus bMatkRate,5; bonus bAspdRate,1*.@a; if (.@l>=105) { bonus2 bMagicAtkEle,Ele_Water,10; bonus2 bMagicAtkEle,Ele_Wind,10; bonus2 bMagicAtkEle,Ele_Earth,10; bonus2 bMagicAtkEle,Ele_Fire,10; bonus2 bSkillAtk,"MG_FIREBOLT",25; bonus2 bSkillAtk,"MG_COLDBOLT",25; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",25; bonus2 bSkillAtk,"WZ_EARTHSPIKE",25; bonus2 bSkillAtk,"WZ_HEAVENDRIVE",25; if (.@l>=110) { bonus2 bMagicAtkEle,Ele_Water,15; bonus2 bMagicAtkEle,Ele_Wind,15; bonus2 bMagicAtkEle,Ele_Earth,15; bonus2 bMagicAtkEle,Ele_Fire,15; bonus2 bMagicAddSize,Size_ALL,15; if (.@l>=115) { bonus2 bSkillAtk,"MG_FIREBOLT",15; bonus2 bSkillAtk,"MG_COLDBOLT",15; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",15; bonus2 bSkillAtk,"WZ_EARTHSPIKE",15; bonus2 bSkillAtk,"WZ_HEAVENDRIVE",15; } } } },{},{}
Dropped By No Result

Paradise Soul Linker Dagger [0]   [One Hand]   Item ID# 510037 (2Para_Dagger_SL)
Type
Weapon
Class
Dagger
Buy
n/a
Sell
n/a
Weight
0
Attack
160
Required Lvl
45
Weapon Lvl
3
Slot
0
Refineable
No
Applicable Jobs
Soul Linker
Description
A dagger made by the Paradise Group.

Critical +15

Base Level at least 60:
Critical +30

Base Level at least 75:
Increases critical damage by 5%.

Base Level at least 90:
Increases critical damage by additional 10%.
Item Script
{ bonus bCritical,15; if (BaseLevel>=60) bonus bCritical,30; if (BaseLevel>=75) bonus bCriticalRate,5; if (BaseLevel>=90) bonus bCriticalRate,10; },{},{}
Dropped By No Result

Paradise Soul Linker Staff [0]   [One Hand]   Item ID# 550037 (2Para_Rod_SL)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
0
Attack
100 / MATK 160
Required Lvl
45
Weapon Lvl
3
Slot
0
Refineable
No
Applicable Jobs
Soul Linker
Description
A one-handed staff made by the Paradise Group.

MATK +160
MATK +3%

Indestructible in battle

Base Level at least 60:
Decreases variable cast time of skills by 10%.

Base Level at least 75:
Increases damage of Esma by 10%.

Base Level at least 90:
Increases damage of Esma by additional 15%.
Item Script
{ bonus bMatkRate,3; if (BaseLevel>=60) bonus bVariableCastrate,-10; if (BaseLevel>=75) bonus2 bSkillAtk,"SL_SMA",10; if (BaseLevel>=90) bonus2 bSkillAtk,"SL_SMA",15; },{},{}
Dropped By No Result

Paradise Soul Reaper Soulstick [0]   [Two Handed]   Item ID# 640026 (3Para_Rod_SP)
Paradise Soul Reaper Soul Stick
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
0
Attack
150 / MATK 200
Required Lvl
100
Weapon Lvl
4
Slot
0
Refineable
No
Applicable Jobs
Soul Reaper
Description
A high-quality two-handed staff made by the Paradise Group.

MATK +200
MATK +5%

Indestructible in battle

For each Level of Happy Break:
Decreases variable cast time by 1%.

Base Level at least 105:
Increases magical damage with Shadow element by 15%.
Increases damage of Curse Explosion by 25%.

Base Level at least 110:
Decreases Curse of Wicked Soul skill cooldown by 2 seconds.
Increases magical damage against enemies of every size by 15%.

Base Level at least 115:
Increases damage of Curse Explosion by additional 15%.
Item Script
expand to view script
{ .@a = getskilllv("TK_SPTIME"); bonus bUnbreakableWeapon; bonus bMatkRate,5; bonus bVariableCastrate,-1*.@a; if (BaseLevel>=105) { bonus2 bMagicAtkEle,Ele_Dark,15; bonus2 bSkillAtk,"SP_CURSEEXPLOSION",25; if (BaseLevel>=110) { bonus2 bSkillCooldown,"SP_SOULCURSE",-2000; bonus2 bMagicAddSize,Size_ALL,15; if (BaseLevel>=115) bonus2 bSkillAtk,"SP_CURSEEXPLOSION",15; } } },{},{}
Dropped By No Result

Paradise Soul Reaper Staff [0]   [Two Handed]   Item ID# 640025 (3Para_Staff_SP)
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
0
Attack
150 / MATK 200
Required Lvl
100
Weapon Lvl
4
Slot
0
Refineable
No
Applicable Jobs
Soul Reaper
Description
A high-quality two-handed staff made by the Paradise Group.

MATK +200
MATK +5%

Indestructible in battle

For each Level of Happy Break:
Decreases variable cast time by 1%.

Base Level at least 105:
Increases magical damage with every element by 10%.
Increases damage of Espa and Eswhoo by 25%.

Base Level at least 110:
Decreases variable cast time by additional 10%.
Increases magical damage against enemies of every size by 15%.

Base Level at least 115:
Increases damage of Espa and Eswhoo by additional 15%.
Item Script
expand to view script
{ .@a = getskilllv("TK_SPTIME"); bonus bUnbreakableWeapon; bonus bMatkRate,5; bonus bVariableCastrate,-1*.@a; if (BaseLevel>=105) { bonus2 bMagicAtkEle,Ele_All,10; bonus2 bSkillAtk,"SP_SPA",25; bonus2 bSkillAtk,"SP_SWHOO",25; if (BaseLevel>=110) { bonus bVariableCastrate,-10; bonus2 bMagicAddSize,Size_ALL,15; if (BaseLevel>=115) { bonus2 bSkillAtk,"SP_SPA",15; bonus2 bSkillAtk,"SP_SWHOO",15; } } } },{},{}
Dropped By No Result

Paradise Staff [0]   [One Hand]   Item ID# 550032 (1Para_Rod)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
0
Attack
60
Required Lvl
10
Weapon Lvl
2
Slot
0
Refineable
No
Applicable Jobs
Mage
Acolyte
Priest
Wizard
Monk
Sage
Soul Linker
Description
A staff for beginners made by the Paradise Group.

MATK +100

Indestructible in battle

Base Level at least 20:
MATK +15

Base Level at least 30:
MATK +20

Base Level at least 45:
MATK +25
Item Script
{ bonus bUnbreakableWeapon; bonus bMatk,100; if (BaseLevel>=20) bonus bMatk,15; if (BaseLevel>=30) bonus bMatk,20; if (BaseLevel>=45) bonus bMatk,25; },{},{}
Dropped By No Result

« First < 678910111213141516 > Last »
back to top