Renewal
.:Renewal Item Database:.
Armor - Armor

Venomous Insect Armor [1]   [Body]   Item ID# 15108 (VenomInsect_Armor)
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
50
Defense
55
Required Lvl
70
Armor Lvl
1
Slot
1
Property
Poison
Applicable Jobs
Every Job
Description
An armor made out of a urn which contained all kinds of venomous snakes and insects.
MDEF +5
Increases physical damage inflicted on Poison elemental monsters by 10%.
Item Script
{ bonus bDefEle,Ele_Poison; bonus bMdef,5; bonus2 bAddEle,Ele_Poison,10; },{},{}
Dropped By No Result

Venus Armor [1]   [Body]   Item ID# 15365 (Vinus_Armor_TW)
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
30
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Arch Bishop
Shura
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); .@lvl = getskilllv("AL_HEAL"); bonus bMaxHPrate,.@lvl; bonus bLongAtkDef,.@lvl; bonus bInt,2*(.@r/4); bonus bMdef,7*(.@r/4); if (.@r>=12) { bonus2 bSkillCooldown,"AB_CLEARANCE",-5000; bonus2 bSkillCooldown,"AB_SILENTIUM",-5000; bonus2 bSkillCooldown,"SR_CRESCENTELBOW",-3000; } },{},{}
Dropped By No Result

Vermilion Bird Armor [1]   [Body]   Item ID# 15086 (Vermilion_Bird_Armor)
Armor of Suzaku
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
50
Defense
55
Required Lvl
70
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Armor said to contain the soul of Suzaku, the sacred beast that protects the south.
The fire attribute is permanently given to the armor itself.

MDEF +5. Increases physical damage against Fire elemental monsters by 10%.
Item Script
{ bonus bMdef,5; bonus bDefEle,Ele_Fire; bonus2 bAddEle,Ele_Fire,10; },{},{}
Dropped By No Result

Vermin Cloth [1]   [Body]   Item ID# 15143 (Vermin_Cloth)
Type
Armor
Class
Armor
Buy
10z
Sell
5z
Weight
120
Defense
30
Required Lvl
70
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Ritualistic clothing that contains the power of nature.
MDEF +5
Reduces damage taken from Plant monsters by 5%.

Every refine level:
MDEF +1
Reduces damage taken from Plant monsters by 1%.
Item Script
{ .@r = getrefine(); bonus bMdef,5+.@r; bonus2 bSubRace,RC_Plant,(5+.@r); },{},{}
Dropped By No Result

Vicious Clothes [1]   [Body]   Item ID# 15134 (Vicious_Cloth)
Vicious Cloth
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
120
Defense
30
Required Lvl
70
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Apparel with power to defeat angels. It seems to have been used for some ceremony.

MDEF +5.
Reduces damage taken from Angel monsters by 5%.

For each refine level:
MDEF +1.
Reduces damage taken from Angel monsters by 1%.
Item Script
{ .@r = getrefine(); bonus bMdef,5+.@r; bonus2 bSubRace,RC_Angel,5+.@r; },{},{}
Dropped By No Result

Vigilante Suit [0]   [Body]   Item ID# 15176 (Vigilante_Suits)
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
50
Defense
50
Required Lvl
100
Armor Lvl
1
Slot
0
Applicable Jobs
Shadow Chaser
Description
A Vigilante suit that used to prevent criminal in the past.

DEX +5.
For every 2 refine levels, increases Bow class weapon damage by 3%.

Refine Level +9:
Increases damage of Triangle Shot by 20%.

[Vigilante set: Vigilante Suit, Vigilante Bow, Vigilante Badge]
Increases damage of Double Strafe by 50%.
Reduces SP cost of Triangle Shot by 10.

Enchantable: Yes

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bDex,5; bonus bLongAtkRate,3*(.@r/2); if (.@r>=9) bonus2 bSkillAtk,"SC_TRIANGLESHOT",20; },{},{}
Dropped By No Result

Virgo Mail [1]   [Body]   Item ID# 450015 (Virgo_Mail_J)
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
100
Defense
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableArmor; bonus bMdef,5; bonus bMatk,50; bonus bMaxHP,1000; bonus bDelayrate,-10; if (eaclass()&EAJL_THIRD && BaseJob == Job_Priest) { bonus bMatk,80; bonus bMaxHPrate,10; bonus bMaxSPrate,10; if (.@r>=8) bonus2 bSubClass,Class_Boss,5; } },{},{}
Dropped By No Result

VIT Soutane [1]   [Body]   Item ID# 15399 (CassockA_VIT)
Soutane of Vitality
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
The blessing of increasing the vitality of the robes worn by priests who worshiped agility in Odin's power.

MaxHP +15%, MaxSP +5%.
ASPD +7% (Decreases after attack delay by 7%).
Decreases variable cast time by 7%.

For each 2 refine levels: MaxHP +2%.

For each 3 refine levels: VIT +5.

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

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

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

Warlock's Battle Robe [1]   [Body]   Item ID# 2379 (Warlock_Battle_Robe)
Type
Armor
Class
Armor
Buy
10z
Sell
5z
Weight
0
Defense
36
Required Lvl
80
Armor Lvl
1
Slot
1
Applicable Jobs
Mage
Wizard
Sage
Soul Linker
Description
A Battle Robe that helps increase the possibility of survival. It gives off multiple effects when compounded as a set.
MaxHP +150
MDEF +2
Reduces damage from Demihuman monsters by 2%.
[+Combat Boots and Commander's Manteau]
INT +3, MaxHP +12%.
Adds 20% resistance to Stun.
Increases damage from all non-Demihuman monsters by 300%.
When receiving physical damage, has a chance of enchanting Armor with the Ghost property for 10 seconds.

More Information on Combo:
Item Script
{ bonus bMaxHP,150; bonus bMdef,2; bonus2 bSubRace,RC_DemiHuman,2; bonus2 bSubRace,RC_Player_Human,2; },{},{}
Dropped By No Result
EnchantmentArmor (Stat) Enchantable
Obtainable FromBattleground

Wedding Dress [0]   [Body]   Item ID# 2338 (Wedding_Dress)
Type
Armor
Class
Armor
Buy
43000z
Sell
21500z
Weight
50
Defense
10
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job except Novice & Supernovice
Description
A wedding dress that is immaculately white.
MDEF + 15
Item Script
{ bonus bMdef,15; },{},{}
Dropped By
Buyable AtClick here for a list of venders

Wedding Dress [0]   [Body]   Item ID# 15114 (Wedding_Dress_)
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
50
Defense
10
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job except Novice & Supernovice
Description
A white dress that women wear during weddings.

MDEF +15

When equipped with Platinum Ring, Wedding Veil and Crystal Pumps:
MDEF +3

For each refine level of Wedding Veil: MDEF +1.
For each refine level of Crystal Pumps: MDEF +1.
For each refine level of Wedding Dress: MDEF +1.
Item Script
{ bonus bMdef,15; },{},{}
Dropped By No Result

Whikebain Suit [1]   [Body]   Item ID# 15123 (Whikebain_Suit)
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
90
Defense
56
Required Lvl
105
Armor Lvl
1
Slot
1
Applicable Jobs
Guillotine Cross
Description
A suit that made from special thread.

Has chance to autocast Level 1 Charmink Wink when dealing melee physical attack.

Refined to +5, critical damage +4%
Refined to +7, critical damage +6%

When equipped with +7 Durga:
Has a chance to ignore Normal monster's physical defense for 3 seconds.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bCritAtkRate,(.@r>=7)?(6):((.@r>=5)?(4):(0)); bonus3 bAutoSpell,"DC_WINKCHARM",1,10; /* Confirm: Success rate */ },{},{}
Dropped By No Result

« First < 39404142434445 >
back to top