Renewal
.:Renewal Item Database:.
Armor - All Headgears

Racing Cap (Gunslinger) [1]   [Upper Head]   Item ID# 19202 (Racing_C_Gunner)
Classic Bubble Gum 10 Box
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0
Defense
10
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Gunslinger
Rebellion
Description
A very valuable commemorative hat made by the Monster Race Association for customers who use Monster Race.

For each 2 refine levels: ATK +10.
For each 3 refine levels: ASPD +2% (After attack delay -2%).

Refine Level +8:
For each Level of Piercing Shot:
Decreases Hammer of God skill cooldown by 2 seconds.

For each Level of Ground Drift:
Decreases Dragon Tail skill cooldown by 0.2 seconds.

Refine Level +11:
Decreases Crimson Marker skill cooldown by 1 second.
Item Script
expand to view script
{ .@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=8) { bonus2 bSkillCooldown,"RL_HAMMER_OF_GOD",-2000*getskilllv("GS_PIERCINGSHOT"); bonus2 bSkillCooldown,"RL_D_TAIL",-200*getskilllv("GS_GROUNDDRIFT"); } if (.@r>=11) bonus2 bSkillCooldown,"RL_C_MARKER",-1000; },{},{}
Dropped By No Result

Racing Cap (Mechanic) [1]   [Upper Head]   Item ID# 19189 (Racing_C_Mecha)
Racing Cap(Mechanic)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0
Defense
10
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Mechanic
Description
A very valuable commemorative hat made by the Monster Race Association for customers who use Monster Race.

For each 2 refine levels: ATK +10.
For each 3 refine levels: ASPD + 2% (After attack delay -2%).

Refine Level +8:
For each Level of Power Thrust: critical damage +5%.

Refine Level +11:
Physical attacks have a chance to auto-cast Level 5 Double Attack.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus bAspdRate,2*((.@r/3)); if (.@r>=8) bonus bCritAtkRate,5*getskilllv("BS_OVERTHRUST"); if (.@r>=11) { skill "TF_DOUBLE",5; } },{},{}
Dropped By No Result

Racing Cap (Minstrel) [1]   [Upper Head]   Item ID# 19200 (Racing_C_Mins)
Racing Cap(Minstrel)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0
Defense
10
Required Lvl
100
Armor Lvl
1
Slot
1
Gender
Male Only
Applicable Jobs
Minstrel / Wanderer
Description
A very valuable commemorative hat made by the Monster Race Association for customers who use Monster Race.

For each 2 refine levels: ATK +10.
For each 3 refine levels: ASPD +2% (After attack delay -2%).

Refine Level +8:
For each Level of Musical Lesson: ATK +5.

Refine Level +11:
Physical attacks have a chance to auto-cast Level 2Reverberation.
(If you learned a higher Level, it will be autocast the Level you learned).
Item Script
{ .@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=8) bonus bBaseAtk,5*getskilllv("BA_MUSICALLESSON"); if (.@r>=11) bonus3 bAutoSpell,"WM_REVERBERATION",max(2,getskilllv("WM_REVERBERATION")),50; /* Unknow rates*/ },{},{}
Dropped By No Result

Racing Cap (Ninja) [1]   [Upper Head]   Item ID# 19203 (Racing_C_Ninja)
Classic Rune Butterfly Wing 10 Box
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0
Defense
10
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Ninja
Kagerou / Oboro
Description
A very valuable commemorative hat made by the Monster Race Association for customers who use Monster Race.

For each 2 refine levels: ATK +10.
For each 3 refine levels: ASPD +2% (After attack delay -2%).

Refine Level +8:
For each Level of Throw Huuma Shuriken:
Increases long range physical damage by 1%.

Refine Level +11:
Increases damage of Swirling Petal by 30%.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=8) bonus bLongAtkRate,getskilllv("NJ_HUUMA"); if (.@r>=11) bonus2 bSkillAtk,"KO_HUUMARANKA",30; },{},{}
Dropped By No Result

Racing Cap (Ranger) [1]   [Upper Head]   Item ID# 19199 (Racing_C_Ranger)
Racing Cap(Ranger)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0
Defense
10
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Ranger
Description
A very valuable commemorative hat made by the Monster Race Association for customers who use Monster Race.

For each 2 refine levels: ATK +10.
For each 3 refine levels: ASPD +2% (After attack delay -2%).

Refine Level +8:
For each Level of Steel Crow:
Increases damage of Aimed Bolt by 3%.

Refine Level +11:
Decreases after skill cast delay of all skills by 15%.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=8) bonus2 bSkillAtk,"RA_AIMEDBOLT",3*getskilllv("HT_STEELCROW"); if (.@r>=11) bonus bDelayrate,-15; },{},{}
Dropped By No Result

Racing Cap (Royal Guard) [1]   [Upper Head]   Item ID# 19196 (Racing_C_Royal)
Racing Cap(Royal Guard)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0
Defense
10
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Royal Guard
Description
A very valuable commemorative hat made by the Monster Race Association for customers who use Monster Race.

For each 2 refine levels: ATK +10.
For each 3 refine levels: ASPD +2% (After attack delay -2%).

Refine Level +8:
For each Level of Spear Mastery:
Increases damage of GBurst Attack by 1%.

Refine Level +11:
Decreases Earth Drive skill cooldown by 1 second.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=8) bonus2 bSkillAtk,"LG_RAGEBURST",10*getskilllv("KN_SPEARMASTERY"); if (.@r>=11) bonus2 bSkillCooldown,"LG_EARTHDRIVE",-1000; },{},{}
Dropped By No Result

Racing Cap (Rune Knight) [1]   [Upper Head]   Item ID# 19195 (Racing_C_Rune)
Racing Cap(Rune Knight)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0
Defense
10
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Rune Knight
Description
A very valuable commemorative hat made by the Monster Race Association for customers who use Monster Race.

For each 2 refine levels: ATK +10.
For each 3 refine levels: ASPD +2% (After attack delay -2%).

Refine Level +8:
For every 2 Levels of Two-Handed Quicken: critical damage +5%.

Refine Level +11:
Indestructible in battle
Physical attacks have a chance to autocast Level 5 Double Attack.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=8) bonus bCritAtkRate,5*getskilllv("KN_TWOHANDQUICKEN"); if (.@r>=11) { bonus bUnbreakableWeapon; skill "TF_DOUBLE",5; } },{},{}
Dropped By No Result

Racing Cap (Shadow Chaser) [1]   [Upper Head]   Item ID# 19192 (Racing_C_Chaser)
Racing Cap(Shadow Chaser)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0
Defense
10
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Shadow Chaser
Description
A very valuable commemorative hat made by the Monster Race Association for customers who use Monster Race.

For each 2 refine levels: MATK +10.
For each 3 refine levels: ASPD +2% (After attack delay -2%).

Refine Level +8:
For each Level of Plagiarism: MATK +5.

Refine Level +11:
Physical attacks have a chance to autocast Level 5 Mystical Amplification.
Item Script
{ .@r = getrefine(); bonus bMatk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=8) bonus bMatk,5*getskilllv("RG_PLAGIARISM"); if (.@r>=11) bonus3 bAutoSpell,"HW_MAGICPOWER",5,30; /* Unknow Rates */ },{},{}
Dropped By No Result

Racing Cap (Sorcerer) [1]   [Upper Head]   Item ID# 19194 (Racing_C_Sorcer)
Racing Cap(Sorcerer)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0
Defense
10
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Sorcerer
Description
A very valuable commemorative hat made by the Monster Race Association for customers who use Monster Race.

For each 2 refine levels: MATK +10.
For each 3 refine levels: ASPD +2% (After attack delay -2%).

Refine Level +8:
For each Level of Auto Spell:
Increases damage of Thunderstorm and Fire Ball by 5%.

Refine Level +11:
Increases damage of Lightning Bolt and Fire Bolt by 50%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bMatk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=8) { bonus2 bSkillAtk,"MG_THUNDERSTORM",5*getskilllv("SA_AUTOSPELL"); bonus2 bSkillAtk,"MG_FIREBALL",5*getskilllv("SA_AUTOSPELL"); } if (.@r>=11) { bonus2 bSkillAtk,"MG_FIREBOLT",50; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",50; } },{},{}
Dropped By No Result

Racing Cap (Soul Linker) [1]   [Upper Head]   Item ID# 19397 (Racing_C_Soul)
Tristram 12
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0
Defense
10
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Soul Linker
Description
This item can not be traded with other accounts.
A very valuable commemorative hat made by the Monster Race Association for customers who use Monster Race.

For each 2 Refine Levels: MATK +10.
For each 3 Refine Levels: Variable cast time -2%.

Refine Level +8:
For each Level of Happy Break: MaxSP +100.

Refine Level +11:
Using Esma Increases damage of Espa and Eswhoo by 30% for 10 seconds.
Item Script
{ .@r = getrefine(); bonus bMatk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=8) bonus bMaxSP,100*getskilllv("TK_SPTIME"); if (.@r>=11) autobonus3 "{ bonus2 bSkillAtk,\"SP_SPA\",30; bonus2 bSkillAtk,\"SP_SWHOO\",30; }",1000,10000,"SL_SMA"; },{},{}
Dropped By No Result

Racing Cap (Star Gladiator) [1]   [Upper Head]   Item ID# 19396 (Racing_C_Star)
Special Meat Stew
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0
Defense
10
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Star Gladiator
Description
This item can not be traded with other accounts.
A very valuable commemorative hat made by the Monster Race Association for customers who use Monster Race.

For each 2 Refine Levels: ATK +10
For each 3 Refine Levels: ASPD +2% (Decreases after attack delay by 2%).

Refine Level +8:
For each Level of Peaceful Break: ATK +5.

Refine Level +11:
Using Prominence Kick increases damage of Solar Burst by 30% for 10 seconds.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=8) bonus bBaseAtk,5*getskilllv("TK_HPTIME"); if (.@r>=11) autobonus3 "{ bonus2 bSkillAtk,\"SJ_SOLARBURST\",30; }",1000,10000,"SJ_PROMINENCEKICK"; },{},{}
Dropped By No Result

Racing Cap (Summoner) [1]   [Upper Head]   Item ID# 19205 (Racing_C_Doram)
Classic Kafra Card 10 Box
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0
Defense
10
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Summoner
Spirit Handler
Description
A very valuable commemorative hat made by the Monster Race Association for customers who use Monster Race.

For each 2 refine levels: ATK and MATK +5.
For each 3 refine levels: ASPD +2% (After attack delay -2%).

Refine Level +8:
For each Level of Lunatic Carrot Beat:
Decreases Spirit of Savage skill cooldown by 4 seconds.

For each Level of Catnip Meteor:
Decreases Nyang Grass skill cooldown by 8 seconds.

For each Level of Bunch of Shrimp:
Decreases Tasty Shrimp Party skill cooldown by 4 seconds.

Refine Level +11:
Decreases after skill cast delay of all skills by 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bBaseAtk,5*(.@r/2); bonus bMatk,5*.@r/2; bonus bAspdRate,2*(.@r/3); if (.@r>=8) { bonus2 bSkillCooldown,"SU_SVG_SPIRIT",-4000*getskilllv("SU_LUNATICCARROTBEAT"); bonus2 bSkillCooldown,"SU_NYANGGRASS",-8000*getskilllv("SU_CN_METEOR"); bonus2 bSkillCooldown,"SU_BUNCHOFSHRIMP",-4000*getskilllv("SU_FRESHSHRIMP"); } if (.@r>=11) bonus bDelayrate,-15; },{},{}
Dropped By No Result

« First < 113114115116117118119120121122123 > Last »
back to top