ID #22208
Armor
Dragon Scale Boots [1]
Buy Price: N/A
Sell Price: N/A
Boots made of many parts of powerful dragons.
You can feel the pressure of the dragon just by wearing it.
_______________________
MaxSP +500
Increases Attack Speed (decreases After Attack Delay by 7%).
Decreases Variable Casting Time by 7%.
_______________________
Refine Level +7:
Decreases damage taken from Dragon race by 2%.
_______________________
Refine Level +9:
receiving physical or magical damage has a chance to recover 500 SP per second for 3 seconds.
_______________________
Refine Level +11:
Decreases damage taken from Dragon race by additional 3%.
_______________________
Type: Shoes
Defense: 25
Weight: 60
Armor Level: 1
_______________________
Requirement:
Base Level 170
You can feel the pressure of the dragon just by wearing it.
_______________________
MaxSP +500
Increases Attack Speed (decreases After Attack Delay by 7%).
Decreases Variable Casting Time by 7%.
_______________________
Refine Level +7:
Decreases damage taken from Dragon race by 2%.
_______________________
Refine Level +9:
receiving physical or magical damage has a chance to recover 500 SP per second for 3 seconds.
_______________________
Refine Level +11:
Decreases damage taken from Dragon race by additional 3%.
_______________________
Type: Shoes
Defense: 25
Weight: 60
Armor Level: 1
_______________________
Requirement:
Base Level 170
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
600
Defense
35
Requirements
Armor Level
1
Min Level
170
Scripts
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; }
.@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;
}