
RENEWAL / ITEMS
Stylish Silent Shoes [1]
#22244Armor
Chic_Silent_Shoes
TypeArmor
Equipment positionFootgear
GenderBoth
Weight60
Buy price20 z
Sell price10 z
DEF25
Slots1
Required level100
Armor level1
Description
A popular brand in the Rune Midgarts Kingdom.
Shoes that reduce footstep sound and are good for pedaling in piano performance.
Increases physical and magical damage against all attribute enemies +10%.
When monsters are killed using physical or magical attacks, recovers HP +150 and SP +15.
When refined to +10 or higher,
Enable Greed Lv1,
Additional increases physical and magical damage against all attribute enemies +10%.
------------------------
When refined to +11 or higher,
Additional increases physical and magical damage against all attribute enemies +10%.
Type : Shoes
Def : 25
Weight : 60
Required Level : 100
Class : All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus2 bAddEle,Ele_All,10;
bonus2 bMagicAddEle,Ele_All,10;
bonus bHPGainValue,150;
bonus bSPGainValue,15;
if (.@r>=7) {
skill "BS_GREED",1;
bonus2 bAddEle,Ele_All,10;
bonus2 bMagicAddEle,Ele_All,10;
}
if (.@r>=9) {
bonus2 bAddEle,Ele_All,10;
bonus2 bMagicAddEle,Ele_All,10;
}