Renewal
.:Renewal Item Database:.
Search Item By ID


Booster Shoes [1]   [Footgear]   Item ID# 22195 (Booster_shoes)
Type
Armor
Class
Footgear
Buy
20z
Sell
10z
Weight
80
Defense
30
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Shoes that has the effect of temporarily enhancing the ability by stimulating the nerves of the foot.
The improvement effect changes according to the ability of the person who wears it.

MaxHP +10%, MaxSP +10%, MDEF +10.
Decreases damage taken from Players by 5%.

Base STR is at least 125:
Refine Level +7: ATK +90.
Refine Level +9: Additional ATK +90.

Base AGI is at least 125:
Refine Level +7: ASPD +2.
Refine Level +9: Additional ASPD +2.

Base VIT is at least 125:
Refine Level +7: MaxHP +12%.
Refine Level +9: Additional MaxHP +12%.

Base INT is at least 125:
Refine Level +7: MATK +120.
Refine Level +9: Additional MATK +120.

Base DEX is at least 125:
Refine Level +7: Long range physical damage +10%
Refine Level +9: Additional long range physical damage +10%.

Base LUK is at least 125:
Refine Level +7: Increases critical damage by 20%.
Refine Level +9: Increases critical damage by additional 20%.

[iRO Description]
Increases resistance to players by 5%
MaxHP+10% MaxSP+10%
When refine rate is 8 or higher,
If the user's base Str is 125 or higher, additional Atk+90
If the user's base Int is 125 or higher, additional Matk+120
If the user's base Agi is 125 or higher, additional ASPD+2
If the user's base VIT is 125 or higher, additional MaxHP+12%
If the user's base Dex is 125 or higher, additional long ranged physical damage +10%
If the user's base Luck is 125 or higher, additional critical damage increased by 20%

When refine rate is 12 or higher,
If the user's base Str is 125 or higher, additional Atk+90
If the user's base Int is 125 or higher, additional Matk+120
If the user's base Agi is 125 or higher, additional ASPD+2
If the user's base VIT is 125 or higher, additional MaxHP+12%
If the user's base Dex is 125 or higher, additional long ranged physical damage +10%
If the user's base Luck is 125 or higher, additional critical damage increased by 20%

Class: Equipment
Position: Shoes
DEF : 0
Required Level : 100
Usable By: All Jobs
Item Script
expand to view script
{ .@r = getrefine(); bonus bMdef,10; bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus2 bSubRace,RC_Player_Human,5; if (.@r>=7) { if (readparam(bStr)>=125) bonus bBaseAtk,90; if (readparam(bAgi)>=125) bonus bAspd,2; if (readparam(bVit)>=125) bonus bMaxHPrate,12; if (readparam(bInt)>=125) bonus bMatk,120; if (readparam(bDex)>=125) bonus bLongAtkRate,10; if (readparam(bLuk)>=125) bonus bCritAtkRate,20; } if (.@r>=9) { if (readparam(bStr)>=125) bonus bBaseAtk,90; if (readparam(bAgi)>=125) bonus bAspd,2; if (readparam(bVit)>=125) bonus bMaxHPrate,12; if (readparam(bInt)>=125) bonus bMatk,120; if (readparam(bDex)>=125) bonus bLongAtkRate,10; if (readparam(bLuk)>=125) bonus bCritAtkRate,20; } },{},{}
Dropped By No Result

back to top