
RENEWAL / ITEMS
Dimension World Executioner Boots [1]
#470339Armor
Dimension_E_Boots
TypeArmor
Equipment positionFootgear
GenderBoth
Weight120
Buy price0 z
Sell price0 z
DEF100
Slots1
Required level260
Armor level2
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
- No Drop
- Yes
- No Trade
- Yes
- No Cart
- Yes
- No Guild Storage
- Yes
- No Mail
- Yes
- No Auction
- Yes
Item effect script
.@g = getenchantgrade();
.@r = getrefine();
bonus bCritical,3;
bonus bMaxHPrate,-10;
bonus bPow,5;
bonus bCrt,5;
bonus bVariableCastrate,-(.@r/2);
if (.@r>=7) {
bonus bAspdRate,10;
if (.@r>=9) {
bonus bCritAtkRate,5;
bonus bPAtk,5;
if (.@r>=11) {
bonus bCritAtkRate,10;
bonus bFixedCast,-1000;
bonus bCritical,5;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bCritical,10;
bonus bPow,3;
bonus bCrt,3;
if (.@g>=ENCHANTGRADE_C) {
bonus bCritAtkRate,10;
bonus bCRate,4;
bonus bAtkRate,3;
if (.@g>=ENCHANTGRADE_B) {
bonus bPAtk,4;
bonus bAtkRate,5;
if (.@g>=ENCHANTGRADE_A) {
bonus bShortAtkRate,8;
bonus bLongAtkRate,8;
bonus2 bAddRace2,RC2_Encroached_Gephenia,12;
}
}
}
}