
RENEWAL / ITEMS
Dragon Scale Boots [1]
#22208Armor
Dragon_Boots
TypeArmor
Equipment positionFootgear
GenderBoth
Weight60
Buy price0 z
Sell price0 z
DEF35
Slots1
Required level170
Armor level1
Description
A pair of boots made by weaving various parts of powerful dragons.
Just wearing it makes you feel draconic presence.
------------------------
MSP +500.
Increases ASPD by 7%, reduces variable casting by 7%.
If refined to +7 or higher, reduces damage taken from dragon monster by 2%.
If refined to +9 or higher, has a chance to recover 500 SP every second for 3 seconds
when attacked by physical/magical attacks.
If refined to +11 or higher, reduces damage taken from Dragon monsters by additional 3%.
Class: Shoes DEF: 35
Weight: 60
Required Level: 80
Job: 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();
bonus bMaxSP,500;
bonus bAspdRate,7;
bonus bVariableCastrate,-7;
if (.@r>=7) {
bonus2 bSubRace,RC_Dragon,2;
}
if (.@r>=9) {
autobonus2 "{ bonus2 bSPRegenRate,500,1000; }",1,3000,BF_MAGIC|BF_WEAPON;
}
if (.@r>=11) {
bonus2 bSubRace,RC_Dragon,3;
}