Renewal
.:Renewal Item Database:.
Armor - Armor

Sniping Suit [1]   [Body]   Item ID# 2367 (Sniping_Suit)
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
75
Defense
42
Required Lvl
50
Armor Lvl
1
Slot
1
Applicable Jobs
Sniper
Description
Sniping suits helps required muscles to move effectively for shooting an arrow.
Reduces necessary time to shoot arrows and helps to achieve improved accuracy.

CRIT +6, with additional CRIT +(LUK/10) bonus depending on your LUK stat.
Reduces aftercast skill delay by 23%.
MDEF + 5.
Item Script
{ bonus bMdef,5; bonus bCritical,6+(readparam(bLuk)/10); bonus bDelayrate,-23; },{},{}
Dropped By

Sniping Suit [1]   [Body]   Item ID# 2398 (Sniping_Suit_M)
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
75
Defense
5
Required Lvl
50
Armor Lvl
1
Slot
1
Applicable Jobs
Sniper
Description
Sniping suits helps required muscles to move effectively for shooting an arrow.
Reduces necessary time to shoot arrows and helps to achieve improved accuracy.
CRIT +6, with additional CRIT +(LUK/10) bonus depending on your LUK stat.
MDEF + 5, Reduces after-cast skill delay by 23%.
Item Script
{ bonus bMdef,5; bonus bCritical,6+(readparam(bLuk)/10); bonus bDelayrate,-23; },{},{}
Dropped By No Result

Snowflower Armor [1]   [Body]   Item ID# 450206 (Snowflower_Armor)
Snow Flower Armor
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
80
Defense
150
Required Lvl
210
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
An armor made by grinding the flower petals that grow in Isgard.
You can enchant it with Ice Flower Magic Stones for special abilities.

ATK +130

For each 2 Refine Levels:
ATK +15

Refine Level +7:
ASPD +15% (Decreases after attack delay by 15%).

Refine Level +9:
P.ATK +2

When equipped with Snow Flower Manteau:
ATK +50

When equipped with Snow Flower Muffler:
Decreases after skill cast delay by 10%.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,130+15*(.@r/2); if (.@r>=7) { bonus bAspdRate,15; if (.@r>=9) { bonus bPAtk,2; } } },{},{}
Dropped By No Result

Snowflower Robe [1]   [Body]   Item ID# 450207 (Snowflower_Robe)
Snow Flower Robe
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
80
Defense
150
Required Lvl
210
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
A robe made by grinding the flower petals that grow in Isgard.
You can enchant it with Ice Flower Magic Stones for special abilities.

MATK +130

For each 2 Refine Levels:
MATK +15

Refine Level +7:
Decreases variable cast time by 15%.

Refine Level +9:
S.MATK +2

When equipped with Snow Flower Manteau:
ASPD +10% (Decreases after attack delay by 10%).

When equipped with Snow Flower Muffler:
MATK +50
Item Script
{ .@r = getrefine(); bonus bMatk,130+15*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-15; if (.@r>=9) { bonus bSMatk,2; } } },{},{}
Dropped By No Result

Soaring Physical Armor [1]   [Body]   Item ID# 15278 (Overwhelm_Str_Armor)
Overwelm Str Armor
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
200
Defense
120
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Red armor with strong power.

ATK +50
For every 3 refine levels, ATK +2%.

Refine Level +7:
Pierces physical defense of Brute and Demon race monsters by 30%.

Refine Level +9:
Increases physical damage against Brute and Demon race monsters by 10%.

Refine Level +11:
Increases physical damage against Wind and Earth elemental monsters by 10%.

When equipped with Temporal STR Boots [1] or Modified STR Boots [1]:
ATK +10%.
If total refine level of entire set at least +21:
Pierces physical defense of Brute and Demon race monsters by additional 20%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bBaseAtk,50; if (.@r > 2) bonus bAtkRate,.@r/3*2; if (.@r > 6) { bonus2 bIgnoreDefRaceRate,RC_Brute,30; bonus2 bIgnoreDefRaceRate,RC_Demon,30; } if (.@r > 8) { bonus2 bAddRace,RC_Brute,10; bonus2 bAddRace,RC_Demon,10; } if (.@r > 10) { bonus2 bAddEle,Ele_Earth,10; bonus2 bAddEle,Ele_Wind,10; } },{},{}
Dropped By No Result

Special Drum Suit [1]   [Body]   Item ID# 15277 (Doram_Ele_Suit_J)
Special Doram Suit
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
10
Defense
120
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Summoner
Spirit Handler
Description
An elegant suit with a shape that Doram prefer.

MDEF +5, MaxHP +15%, MaxSP +15%.
Decreases damage taken from Players by 7%.
Decreases variable cast time of Stoop by 50%.

Indestructible in battle

For each refine level: ATK +15, MATK +15.

Refine Level +7:
Decreases after attack delay by 10%.

Refine Level +8:
Decreases after skill cast delay of all skills by 10%.

Refine Level +9:
Perfect Dodge +5.
Decreases variable cast time of Stoop by additional 50%.

When equipped with Special Doram Cape and Special Doram Shoes:
Increases movement speed.
Recovers 1500 HP and 15 SP every 5 seconds.

This item can only be sold to NPCs and moved to storage.
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableArmor; bonus bMdef,5; bonus bMaxHPrate,15; bonus bMaxSPrate,15; bonus2 bSubRace,RC_Player_Human,7; bonus2 bSubRace,RC_Player_Human,7; bonus2 bVariableCastrate,"SU_STOOP",-50; bonus bBaseAtk,15*.@r; bonus bMatk,15*.@r; if (.@r>=7) bonus bAspdRate,10; if (.@r>=8) bonus bDelayrate,-10; if (.@r>=9) { bonus bFlee2,5; bonus2 bVariableCastrate,"SU_STOOP",-50; } },{},{}
Dropped By No Result

Special Ninja Suit [0]   [Body]   Item ID# 15053 (Special_Ninja_Suit)
Type
Armor
Class
Armor
Buy
10000z
Sell
5000z
Weight
120
Defense
70
Required Lvl
100
Armor Lvl
1
Slot
0
Applicable Jobs
Ninja
Kagerou / Oboro
Description
Newly improved ninja suit which took into consideration the opinions of skilled ninjas. Lighter and durability of the textile is better than before.
AGI +1
Every 3 refine level: AGI +1.

When equipped with Fox Armguard: AGI +2.

More Information on Combo:
Item Script
{ bonus bAgi,1+(getrefine()/3); },{},{}
Dropped By No Result
Buyable AtClick here for a list of venders

Special Ninja Suit [1]   [Body]   Item ID# 15056 (Special_Ninja_Suit_)
Type
Armor
Class
Armor
Buy
10000z
Sell
5000z
Weight
120
Defense
70
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Ninja
Kagerou / Oboro
Description
Newly improved ninja suit which took into consideration the opinions of skilled ninjas.
Lighter and durability of the textile is better than before.
AGI +1
Every 3 refine level: AGI +1.
When equipped with Fox Armguard: AGI +2.

More Information on Combo:
Item Script
{ bonus bAgi,1+(getrefine()/3); },{},{}
Dropped By No Result

Spiritual Tunic [0]   [Body]   Item ID# 2384 (Spritual_Tunic)
Spritual Tunic
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
0
Defense
38
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Rental item
A magic tunic that protect from various properties.
Max HP +800
MDEF +5
Immune to frozen status change.
Reduces 20% damage of all properties except Neutral and Water.

[+When VIP status is active]
All Stats +1
Item Script
expand to view script
{ bonus bMdef,5; bonus bMaxHP,800; bonus2 bResEff,Eff_Freeze,10000; bonus2 bSubEle,Ele_Earth,20; bonus2 bSubEle,Ele_Fire,20; bonus2 bSubEle,Ele_Wind,20; bonus2 bSubEle,Ele_Poison,20; bonus2 bSubEle,Ele_Holy,20; bonus2 bSubEle,Ele_Dark,20; bonus2 bSubEle,Ele_Ghost,20; bonus2 bSubEle,Ele_Undead,20; },{},{}
Dropped By No Result

Splendid Swift Armor [1]   [Body]   Item ID# 15353 (Overwhelm_Agi_Armor)
Overwelm Agi Armor
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
200
Defense
120
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A suit of armor embedded with the power of rapid.

ATK +50.
For every 3 refine levels, ASPD +2% (reduces after attack delay by 2%).

Refine Level +7:
Pierces physical defense of Brute and Demon monsters by 30%.

Refine Level +9:
Increases physical damage inflicted on Brute and Demon monsters by 10%.

Refine Level +11:
Increases physical damage inflicted on Wind and Earth elemental monsters by 10%.

When equipped with Temporal AGI Boots or Modified AGI Boots:
ASPD +1.
If total refine level of entire set at least +21:
Pierces physical defense of Brute and Demon monsters by 20%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bBaseAtk,50; if (.@r > 2) bonus bAspdRate,.@r/3*2; if (.@r > 6) { bonus2 bIgnoreDefRaceRate,RC_Brute,30; bonus2 bIgnoreDefRaceRate,RC_Demon,30; } if (.@r > 8) { bonus2 bAddRace,RC_Brute,10; bonus2 bAddRace,RC_Demon,10; } if (.@r > 10) { bonus2 bAddEle,Ele_Earth,10; bonus2 bAddEle,Ele_Wind,10; } },{},{}
Dropped By No Result

Sprint Mail [1]   [Body]   Item ID# 2387 (Sprint_Mail)
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
100
Defense
20
Armor Lvl
1
Slot
1
Applicable Jobs
Lord Knight
High Priest
High Wizard
Whitesmith
Sniper
Assassin Cross
Paladin
Champion
Professor
Stalker
Creator
Clown / Gypsy
Description
An armor that allows you to keep running at your top speed.
While it might look like a normal running shirt it has the durability of a piece of armor.
VIT +1
HP Recovery +5%
Increases the effectivenes of heals and recovery items by 3%.
[Sprint Set]
Sprint Mail
Sprint Shoes
Sprint Ring
MaxHP and Max SP +7%
Reduce variable cast time by 3%.
Reduce after cast delay by 15%.

More Information on Combo:
Item Script
{ bonus bVit,1; bonus bHPrecovRate,5; bonus bAddItemHealRate,3; bonus2 bSkillHeal,"AL_HEAL",3; },{},{}
Dropped By
EnchantmentArmor (Stat) Enchantable

STR Soutane [1]   [Body]   Item ID# 15397 (CassockA_STR)
Soutane of Strength
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
80
Defense
100
Required Lvl
170
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
There is a blessing to increase the robes worn by priests who worshiped power in Odin's power.

MaxHP +10%, MaxSP +10%.
ASPD +10% (Decreases after attack delay by 10%).

For each 2 refine levels: ATK +3%.

For each 3 refine levels: STR +5.

For each 4 refine levels:
Increases physical damage against Angel and Demon monsters by 8%.

When equipped with Clergy's Boots and Clergy's Manteau:
STR +8, DEF +30, MDEF +15.
Decreases damage taken from Angel and Demon momnsters by 15%.

If total refine level of entire set at least +27:
ATK +10%.
Decreases after skill cast delay of all skills by 20%.
Decreases fixed cast time by 20%.
Item Script
{ .@r = getrefine(); bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bAspdRate,10; bonus bAtkRate,3*(.@r/2); bonus bStr,5*(.@r/3); bonus2 bAddRace,RC_Angel,8*(.@r/4); bonus2 bAddRace,RC_Demon,8*(.@r/4); },{},{}
Dropped By No Result

< 1234 >
back to top