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

Advanced Lubrication    Item ID# 6441 (High_RankLubricant)
High Ranked Lubricant
Type
Miscellaneous
Class
n/a
Buy
20z
Sell
10z
Weight
0
Description
A lubricant which helps removing cards which are already stuck in a slot of an equipment. However, this will only help the card removal. The equipment and its refine level may have a problem after trying.
Item Script
{},{},{}
Dropped By No Result

Advanced Oxygen Mask [0]   [Lower Head]   Item ID# 19389 (E_Oxygen_Mask)
Bearfoot Special
Type
Armor
Class
Lower Headgear
Buy
n/a
Sell
n/a
Weight
0
Defense
10
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Rental Item
A mask that allows you to breathe fresh air anywhere by attaching a device that filters harmful air in front.
When worn, it is possible to safely defeat the fine dust mass and when dealing with the fine dust mass, there is a certain chance that a Mysterious Plastic Bag will drop.
Item Script
{},{},{}
Dropped By No Result

Advanced Paradise Gloves [0]   [Accessory (Right)]   Item ID# 490127 (2Para_Acc_R_A)
Type
Armor
Class
Accessory (Right)
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
100
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
High-quality gloves given to members of the Paradise Group.

Enables the use of Level 1 Heal.

ASPD +10% (Decreases after attack delay by 10%).
Decreases variable cast time by 5%.
Item Script
{ bonus bAspdRate,10; skill "AL_HEAL",1; bonus bVariableCastrate,-5; },{},{}
Dropped By No Result

Advanced Paradise Hat [0]   [Upper Head]   Item ID# 400140 (2Para_Cap_B)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
0
Defense
7
Required Lvl
100
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A high-quality cap given to members of the Paradise Group.

MATK +60

Magical attacks have a certain chance to recover 350 HP every second for 4 seconds.
Magical attacks have a certain chance to recover 80 SP every second for 4 seconds.
Item Script
{ bonus bMatk,60; autobonus "{ bonus2 bHPRegenRate,350,1000; bonus2 bSPRegenRate,80,1000; }",1,4000,BF_MAGIC,"{ specialeffect2 EF_HEAL; }"; },{},{}
Dropped By No Result

Advanced Paradise Luxury Cap [0]   [Upper Head]   Item ID# 400139 (2Para_Cap_A)
Advanced Paradise Cap
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
0
Defense
10
Required Lvl
100
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A high-quality cap given to members of the Paradise Group.

ATK +60

Physical attacks have a certain chance to absorb 2% of the inflicted damage as HP.
Physical attacks have a certain chance to absorb 2% of the inflicted damage as SP.
Item Script
{ bonus bBaseAtk,60; bonus2 bHPDrainRate,50,2; bonus2 bSPDrainRate,20,2; },{},{}
Dropped By No Result

Advanced Paradise Magic Ring [0]   [Accessory (Left)]   Item ID# 490128 (2Para_Acc_L_B)
Type
Armor
Class
Accessory (Left)
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
100
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A high-quality magic ring given to members of the Paradise Group.

MATK +3%

Protects from skill cast interruption.

When equipped with Advanced Paradise Necklace:
Decreases fixed cast time by 0.2 seconds.
Decreases variable cast time by 10%.

Base Level at least 105:
MATK +2%

Base Level at least 110:
Increases magical damage with every element by 5%.

Base Level at least 120:
Increases magical damage against enemies of every element by 5%.
Item Script
{ bonus bMatkRate,3; bonus bNoCastCancel; },{},{}
Dropped By No Result

Advanced Paradise Manteau [0]   [Garment]   Item ID# 480105 (2Para_Manteau_A)
Type
Armor
Class
Garment
Buy
n/a
Sell
n/a
Weight
0
Defense
14
Required Lvl
100
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A high-quality manteau given to members of the Paradise Group.

HIT +35

Decreases damage taken from Neutral elemental attacks by 20%.
ASPD +10% (Decreases after attack delay by 10%).

For each 10 Base Level:
Decreases variable cast time by 1%.
(Up to Base Level 150)

Base Level at least 105:
ASPD +5% (Decreases after attack delay by 5%) additionally.

Base Level at least 110:
Decreases variable cast time by additional 5%.

Base Level at least 120:
Decreases after skill cast delay by 5%.

Base Level at least 130:
Decreases after skill cast delay by additional 5%.
Item Script
expand to view script
{ .@l = BaseLevel; bonus2 bSubEle,Ele_Neutral,20; bonus bAspdRate,10; bonus bHit,35; bonus bVariableCastrate,-1*(min(.@l,150)/10); if (.@l >= 105) bonus bAspdRate,5; if (.@l >= 110) bonus bVariableCastrate,-5; if (.@l >= 120) bonus bDelayrate,-5; if (.@l >=130) bonus bDelayrate,-5; },{},{}
Dropped By No Result

Advanced Paradise Muffler [0]   [Garment]   Item ID# 480106 (2Para_Manteau_B)
Type
Armor
Class
Garment
Buy
n/a
Sell
n/a
Weight
0
Defense
10
Required Lvl
100
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A high-quality muffler given to members of the Paradise Group.

FLEE +40

Decreases damage taken from Neutral elemental attacks by 20%.
Decreases variable cast time by 15%.

For each 10 Base Level:
ASPD +1% (Decreases after attack delay by 1%).
(Up to Base Level 150)

Base Level at least 105:
ASPD +5% (Decreases after attack delay by 5%) additionally.

Base Level at least 110:
Decreases variable cast time by additional 5%.

Base Level at least 120:
Decreases after skill cast delay by 5%.

Base Level at least 130:
Decreases after skill cast delay by additional 5%.
Item Script
expand to view script
{ bonus2 bSubEle,Ele_Neutral,20; bonus bFlee,40; bonus bVariableCastrate,-15; bonus bAspdRate,1*(min(BaseLevel,150)/10); if (BaseLevel>=105) bonus bAspdRate,5; if (BaseLevel>=110) bonus bVariableCastrate,-5; if (BaseLevel>=120) bonus bDelayrate,-5; if (BaseLevel>=130) bonus bDelayrate,-5; },{},{}
Dropped By No Result

Advanced Paradise Necklace [0]   [Accessory (Right)]   Item ID# 490129 (2Para_Acc_R_B)
Type
Armor
Class
Accessory (Right)
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
100
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A high-quality necklace given to members of the Paradise Group.

Enables the use of Level 1 Heal.

Decreases variable cast time by 10%.
ASPD +5% (Decreases after attack delay by 5%).
Item Script
{ skill "AL_HEAL",1; bonus bVariableCastrate,-10; bonus bAspdRate,5; },{},{}
Dropped By No Result

Advanced Paradise Ring [0]   [Accessory (Left)]   Item ID# 490126 (2Para_Acc_L_A)
Type
Armor
Class
Accessory (Left)
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
100
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A high-quality ring given to members of the Paradise Group.

ATK +3%

Protects from skill cast interruption.

When equipped with Advanced Paradise Gloves:
Decreases fixed cast time by 0.2 seconds.
ASPD +10% (Decreases after attack delay by 10%).

Base Level at least 105:
ATK +2%

Base Level at least 110:
Increases melee and ranged physical damage by 5%.

Base Level at least 120:
Increases critical damage by 5%.
Item Script
{ bonus bAtkRate,3; bonus bNoCastCancel; },{},{}
Dropped By No Result

Advanced Paradise Robe [0]   [Body]   Item ID# 450186 (2Para_Armor_B)
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
0
Defense
35
Required Lvl
100
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A high-quality robe given to members of the Paradise Group.

MaxHP +1000
MaxSP +250

Decreases after skill cast delay by 5%.

For each 10 Base Level:
MATK +5 (Up to Base Level 150)

Base Level at least 105:
MATK +3%

Base Level at least 110:
Decreases after skill cast delay by additional 5%.

Base Level at least 120:
MaxHP +3%

Base Level at least 130:
MATK +40
Item Script
expand to view script
{ bonus bMaxHP,1000; bonus bMaxSP,250; bonus bDelayrate,5; bonus bMatk,5*(min(BaseLevel,150)/10); if (BaseLevel>=105) bonus bMatkRate,3; if (BaseLevel>=110) bonus bDelayrate,5; if (BaseLevel>=120) bonus bMaxHPrate,3; if (BaseLevel>=130) bonus bMatk,40; },{},{}
Dropped By No Result

Advanced Paradise Shadow Armor [Shadow Body]   Item ID# 24694 (S_2Para_Armor)
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
100
Refineable
No
Applicable Jobs
Every Job
Description
A suit of armor worn on top of normal armor for additional defense. Needs a complete set to have bonus effect.

MaxHP +100, HIT +15.
Item Script
{ bonus bHit,15; bonus bMaxHP,.@r*10+100; },{},{}
Dropped By No Result

« First < 1617181920212223242526 > Last »
back to top