Renewal
.:Renewal Item Database:.
Armor

Strawberry Decoration [1]   [Accessory]   Item ID# 2979 (Strawberry_Decoration)
Type
Armor
Class
Accessory
Buy
20z
Sell
10z
Weight
50
Defense
1
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Every Job except Novice & Supernovice
Description
A delicious strawberry, everyone is wanted to bite it.

All Stats +1
Adds a chance of autocasting Level 3 Frost Nova when receiving physical attack.

When combined with Tasty Strawberry Hat:
MaxHP +15%,
Reduces damage taken from Fire element attack by 10%.
Increases long range physical attack by 30%.

More Information on Combo:
Item Script
{ bonus bAllStats,1; bonus3 bAutoSpellWhenHit,"WZ_FROSTNOVA",3,10; /* Confirm: Frost Nova cast chance */ },{},{}
Dropped By No Result

Strawberry Hat [1]   [Upper Head]   Item ID# 18589 (Strawberry_Hat)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
10
Defense
5
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A ripe strawberry shaped hat.
Drops Strawberry at a certain rate when killing monsters.
Increases the drop rate of Strawberry with each refine level (applies up to refine level 10).
Item Script
{ bonus2 bAddMonsterDropItem,578,50*min(10,max(1,getrefine())); },{},{}
Dropped By No Result

Strawberry In Mouth [0]   [Lower Head]   Item ID# 18716 (Strawberry_In_Mouth)
Type
Armor
Class
Lower Headgear
Buy
20z
Sell
10z
Weight
5
Defense
2
Required Lvl
10
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
The sweet and delicious Strawberry in the mouth.
Item Script
{},{},{}
Dropped By No Result

Strawberry Mouth Guard [0]   [Lower Head]   Item ID# 19137 (Strawberry_In_Mouth_)
Type
Armor
Class
Lower Headgear
Buy
20z
Sell
10z
Weight
10
Required Lvl
80
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A fresh strawberry.
VIT +2.
Reduces long range physical damage taken by 5%.
Reflects 5% melee physical attack.

When Base Level is 99 or below: MaxHP +200.
When Base Level is 100 or higher: MaxHP +2000.
Item Script
{ bonus bVit,2; bonus bLongAtkDef,5; bonus bShortWeaponDamageReturn,5; if (Baselevel>=100) { bonus bMaxHP,2000; } else { bonus bMaxHP,200; } },{},{}
Dropped By No Result

Stretched Nose [0]   [Lower Head]   Item ID# 18567 (Stretched_Nose)
Type
Armor
Class
Lower Headgear
Buy
20z
Sell
10z
Weight
10
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
It seems the nose of a liar talented. Rumor has it that this wooden nose was a god of lies.
Item Script
{},{},{}
Dropped By No Result

Striking Armour [1]   [Body]   Item ID# 450165 (Striking_Mail)
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
100
Defense
120
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
SET BONUS
Striking Mikoshi
Striking Mail
For every 3 refine rate of Striking Mail, increase MaxHP + 20%, reduce incoming ranged physical damage by 5%

Type: Armor Defense: 120
Required level: 100
Class: All
Item Script
{ .@r = getrefine(); bonus bMdef,10; bonus bPerfectHitAddRate,5*.@r; bonus2 bSubRace,RC_Player_Human,7; bonus2 bSubRace,RC_Player_Doram,7; },{},{}
Dropped By No Result

Striking Hat [1]   [Upper Head]   Item ID# 19379 (Striking_hat)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
40
Defense
5
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A crest hat with a venerable family crest.
It seems to have been used by the user of Goumi, who was proclaimed to be a warlord.

AGI +5, DEX +5, ASPD +10%, Perfect HIT +10%.
Increases long ranged physical damage by 5%.

For each refine level:
HIT +2.
Decreases after skill cast delay of all skills by 2%.

Refine Level +7:
Perfect HIT +20%.
Increases long ranged physical damage by additional 10%.


Refine Level +9:
Perfect HIT +20%.
Increases long ranged physical damage by additional 10%.

When equipped with Brave Hero Shoes:
Increases long ranged physical damage by additional 25%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bDex,5; bonus bAgi,5; bonus bLongAtkRate,5; bonus bAspdRate,10; bonus bPerfectHitAddRate,10; bonus bHit,2*.@r; bonus bDelayrate,-2*.@r; if (.@r>=7) { bonus bPerfectHitAddRate,20; bonus bLongAtkRate,10; } if (.@r>=9) { bonus bPerfectHitAddRate,20; bonus bLongAtkRate,10; } },{},{}
Dropped By No Result

Striking Mikoshi [1]   [Garment]   Item ID# 480114 (Striking_Mikoshi)
Type
Armor
Class
Garment
Buy
n/a
Sell
n/a
Weight
60
Defense
60
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Used by the master of martial arts who fought against the plague.

Reduce incoming physical damage from normal and boss monsters by 5%.
Reduce incoming damage from players by 5%.
For every 1 refine rate, reduce after cast delay by 1% and increase physical damage to all class monsters by 2%.
When refined to +6 or higher, increase ASPD by 10%, Perfect Hit + 25.
When refined to +8 or higher, enables use of Improve Concentration Lv10.
When Improve Concentration Lv10 is learned, Atk + 50 , Flee + 50.

SET BONUS
Striking Mikoshi
Striking Hat
Increase ranged physical attack to all enemies by 25%, recovers 5 SP per hit.

SET BONUS
Striking Mikoshi
Striking Shoes
All stats + 10 per 3 refine rate of Striking Shoes.

SET BONUS
Striking Mikoshi
Striking Mail
For every 3 refine rate of Striking Mail, increase MaxHP + 20%, reduce incoming ranged physical damage by 5%

When unequipped, Improve Concentration buff fades.

Type : Garment Defense : 40
Required level : 100
Class : All
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSubClass,Class_Normal,5; bonus2 bSubClass,Class_Boss,5; bonus2 bAddRace,RC_All,.@r*2; bonus bDelayrate,-.@r; if (.@r>=6) { bonus bAspdRate,10; bonus bPerfectHitAddRate,25; } if (.@r>=8) { skill "AC_CONCENTRATION",10; if (getskilllv("AC_CONCENTRATION") == 10) { bonus bBaseAtk,50; bonus bFlee,50; } } },{},{ sc_end SC_CONCENTRATION; }
Dropped By No Result

Striking Shoes [0]   [Footgear]   Item ID# 470048 (Striking_Shoes)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
40
Defense
18
Required Lvl
100
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Reduce after cast delay by 30%.
Perfect Hit + 10
When refined to +7 or higher, additional Perfect Hit + 20
When refined to +9 or higher, additional Perfect Hit + 20

SET BONUS
Striking Shoes
Striking Mikoshi
All stats +10 for every 3 Striking Shoes refine levels.

Type : Shoes Defense : 18
Required level : 100
Class : All
Item Script
{ .@r = getrefine(); bonus bMdef,10; bonus bDelayrate,-30; bonus bPerfectHitAddRate,10; if (.@r>=7) bonus bPerfectHitAddRate,20; if (.@r>=9) bonus bPerfectHitAddRate,20; },{},{}
Dropped By No Result

Stripe Hat [1]   [Upper Head]   Item ID# 400049 (Stripe_Hat)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Required Lvl
130
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A hat characterized by long stripes running from the brim of the hat to the back of the head.
It has been modified to suit the OS weapons.

For each 2 Refine Levels:
ATK +20

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

Refine Level +9:
Increases ranged physical damage by 15%.

Refine Level +11:
Increases physical damage against enemies of Small and Medium sized enemies by 15.
Decreases fixed cast time by 0.2 seconds.

When equipped with Boost Lance-OS:
ATK +30

For each 2 Refine Levels of Boost Lance-OS:
Increases damage of Cannon Spear by 4%.

When equipped with MH-P89-OS:
Increases damage of Severe Rainstorm by 10%.

For each 2 Refine Levels of MH-P89-OS:
Increases ranged physical damage by 3%.

When equipped with AC-B44-OS:
Decreases after skill cast delay by 10%.

For each 2 Refine Levels of AC-B44-OS:
Increases ranged physical damage by 3%.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,20*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-15; } if (.@r>=9) { bonus bLongAtkRate,15; } if (.@r>=11) { bonus bFixedCast,-200; bonus2 bAddSize,Size_Small,15; bonus2 bAddSize,Size_Medium,15; } },{},{}
Dropped By No Result

Stripe Hat-LT [1]   [Upper Head]   Item ID# 400264 (Stripe_Hat_LT)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Required Lvl
170
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
A hat characterized by long stripes running from the brim of the hat to the back of the head.
It has been modified to suit the upgraded OS weapons.

For each 2 Refine Levels:
ATK +20

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

Refine Level +9:
Increases ranged physical damage by 20%.

Refine Level +11:
Increases physical damage against enemies of Small and Medium sized enemies by 20.
Decreases fixed cast time by 0.2 seconds.

When equipped with Boost Lance-OSAD:
Decreases Cannon Spear skill cooldown by 0.5 seconds.

For each 2 Refine Levels of Boost Lance-OSAD:
Increases damage of Cannon Spear by 5%.

When equipped with MH-P89-OSAD:
Decreases Severe Rainstorm skill cooldown by 0.5 seconds.

For each 2 Refine Levels of MH-P89-OSAD:
Increases ranged physical damage by 5%.

When equipped with AC-B44-OSAD:
Decreases after skill cast delay by 15%.

For each 2 Refine Levels of AC-B44-OSAD:
Increases ranged physical damage by 5%.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,20*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-15; if (.@r>=9) { bonus bLongAtkRate,20; if (.@r>=10) { bonus bFixedCast,-200; bonus2 bAddSize,Size_Small,20; bonus2 bAddSize,Size_Medium,20; } } } },{},{}
Dropped By No Result

Striped Hairband [0]   [Upper Head]   Item ID# 5049 (Stripe_Band)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
15
Defense
1
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A striped hair band which is good for preventing hair from covering the eyes.
Impossible to refine this item.
Item Script
{},{},{}
Dropped By No Result
Obtainable FromCross Hat, Bulb Hairband, Striped Hairband & Blue Hairband
Required ForIndian Headband

« First < 493494495496497498499500501502503 > Last »
back to top