ID #22209
Armor
Clergy's Boots [1]
Buy Price: N/A
Sell Price: N/A
Boots worn by the priests who worshiped
Odin, which makes your movements lighter.
_______________________
MaxHP +5%
DEF +30
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
For each 2 Refine Levels:
Increases Physical Damage against enemies of Angel and Demon race by 1%.
_______________________
For each 3 Refine Levels:
Decreases damage taken from Angel and Demon race by 1%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by additional 10%).
_______________________
Type: Shoes
Defense: 35
Weight: 40
Armor Level: 1
_______________________
Requirement:
Base Level 170
Odin, which makes your movements lighter.
_______________________
MaxHP +5%
DEF +30
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
For each 2 Refine Levels:
Increases Physical Damage against enemies of Angel and Demon race by 1%.
_______________________
For each 3 Refine Levels:
Decreases damage taken from Angel and Demon race by 1%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by additional 10%).
_______________________
Type: Shoes
Defense: 35
Weight: 40
Armor Level: 1
_______________________
Requirement:
Base Level 170
Available from boxes
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
400
Defense
35
Requirements
Armor Level
1
Min Level
170
Scripts
Script .@r = getrefine(); bonus bMaxHPrate,5; bonus bDef,30; bonus bAspdRate,10; bonus2 bAddRace,RC_Angel,(.@r/2); bonus2 bAddRace,RC_Demon,(.@r/2); bonus2 bSubRace,RC_Angel,(.@r/3); bonus2 bSubRace,RC_Demon,(.@r/3); if (.@r>=7) { bonus bAspdRate,10; }
.@r = getrefine();
bonus bMaxHPrate,5;
bonus bDef,30;
bonus bAspdRate,10;
bonus2 bAddRace,RC_Angel,(.@r/2);
bonus2 bAddRace,RC_Demon,(.@r/2);
bonus2 bSubRace,RC_Angel,(.@r/3);
bonus2 bSubRace,RC_Demon,(.@r/3);
if (.@r>=7) {
bonus bAspdRate,10;
}