ID #470183
Armor
Exotic Temporal Boots-LT [1]
Buy Price: N/A
Sell Price: N/A
All Basic Stats +2, MDEF +15.
MaxHP +15%, MaxSP +5%.
_______________________
Refine Level +10:
Base STR at least 108:
ATK +80
Base AGI at least 108:
ASPD +2
Base VIT at least 108:
MaxHP +10%
Base INT at least 108:
MATK +80
Base DEX at least 108:
Decreases Fixed Casting Time by 0.5 seconds.
Increases Ranged Physical Daamage by 10%.
Base LUK at least 108:
Increases Critical Damage by 35%.
_______________________
Refine Level +13:
Base POW at least 60:
Increases Physical Damage against enemies of every size by 15%.
Base STA at least 60:
Decreases After Skill Delay by 5%.
P.ATK +15
Base WIS at least 60:
Decreases After Skill Delay by 5%.
S.MATK +15
Base SPL at least 60:
Increases Magical Damage against enemies of every size by 15%.
Base CON at least 60:
Increases Attack Speed (decreases After Attack Delay by 10%).
Base CRT at least 60:
Decreases Fixed Casting Time by additional 0.2 seconds.
Increases Critical Damage by additional 10%.
_______________________
[Bonus by Grade]
[Grade D]: RES +30, MRES +30.
[Grade C]: ATK +50, MATK +50.
[Grade B]: Damage against enemies of every race +15%.
[Grade A]: P.ATK +7, S.MATK +7.
_______________________
Type: Shoes
Defense: 20
Weight: 30
Armor Level: 2
_______________________
Requirement:
Base Level 190
MaxHP +15%, MaxSP +5%.
_______________________
Refine Level +10:
Base STR at least 108:
ATK +80
Base AGI at least 108:
ASPD +2
Base VIT at least 108:
MaxHP +10%
Base INT at least 108:
MATK +80
Base DEX at least 108:
Decreases Fixed Casting Time by 0.5 seconds.
Increases Ranged Physical Daamage by 10%.
Base LUK at least 108:
Increases Critical Damage by 35%.
_______________________
Refine Level +13:
Base POW at least 60:
Increases Physical Damage against enemies of every size by 15%.
Base STA at least 60:
Decreases After Skill Delay by 5%.
P.ATK +15
Base WIS at least 60:
Decreases After Skill Delay by 5%.
S.MATK +15
Base SPL at least 60:
Increases Magical Damage against enemies of every size by 15%.
Base CON at least 60:
Increases Attack Speed (decreases After Attack Delay by 10%).
Base CRT at least 60:
Decreases Fixed Casting Time by additional 0.2 seconds.
Increases Critical Damage by additional 10%.
_______________________
[Bonus by Grade]
[Grade D]: RES +30, MRES +30.
[Grade C]: ATK +50, MATK +50.
[Grade B]: Damage against enemies of every race +15%.
[Grade A]: P.ATK +7, S.MATK +7.
_______________________
Type: Shoes
Defense: 20
Weight: 30
Armor Level: 2
_______________________
Requirement:
Base Level 190
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
300
Defense
20
Requirements
Armor Level
2
Min Level
190
Scripts
Script .@r = getrefine(); .@g = getenchantgrade(); bonus bAllStats,2; bonus bMdef,15; bonus bMaxHPrate,15; bonus bMaxSPrate,5; if (.@r>=10) { if (readparam(bStr)>=108) bonus bBaseAtk,80; if (readparam(bAgi)>=108) bonus bAspd,2; if (readparam(bVit)>=108) bonus bMaxHPrate,10; if (readparam(bInt)>=108) bonus bMatk,80; if (readparam(bDex)>=108) { bonus bFixedCast,-500; bonus bLongAtkRate,10; } if (readparam(bLuk)>=108) bonus bCritAtkRate,35; } if (.@r>=13) { if (readparam(bPow)>=60) bonus2 bAddSize,Size_All,15; if (readparam(bSta)>=60) { bonus bDelayrate,-5; bonus bPAtk,15; } if (readparam(bWis)>=60) { bonus bDelayrate,-5; bonus bSMatk,15; } if (readparam(bSpl)>=60) bonus2 bMagicAddSize,Size_All,15; if (readparam(bCon)>=60) bonus bAspdRate,10; if (readparam(bCrt)>=60) { bonus bFixedCast,-200; bonus bCritAtkRate,10; } } if (.@g>=ENCHANTGRADE_D) { bonus bRes,30; bonus bMRes,30; } if (.@g>=ENCHANTGRADE_C) { bonus bBaseAtk,50; bonus bMatk,50; } if (.@g>=ENCHANTGRADE_B) { bonus2 bAddRace,RC_All,15; bonus2 bMagicAddRace,RC_All,15; } if (.@g>=ENCHANTGRADE_A) { bonus bPAtk,7; bonus bSMatk,7; }
.@r = getrefine();
.@g = getenchantgrade();
bonus bAllStats,2;
bonus bMdef,15;
bonus bMaxHPrate,15;
bonus bMaxSPrate,5;
if (.@r>=10) {
if (readparam(bStr)>=108)
bonus bBaseAtk,80;
if (readparam(bAgi)>=108)
bonus bAspd,2;
if (readparam(bVit)>=108)
bonus bMaxHPrate,10;
if (readparam(bInt)>=108)
bonus bMatk,80;
if (readparam(bDex)>=108) {
bonus bFixedCast,-500;
bonus bLongAtkRate,10;
}
if (readparam(bLuk)>=108)
bonus bCritAtkRate,35;
}
if (.@r>=13) {
if (readparam(bPow)>=60)
bonus2 bAddSize,Size_All,15;
if (readparam(bSta)>=60) {
bonus bDelayrate,-5;
bonus bPAtk,15;
}
if (readparam(bWis)>=60) {
bonus bDelayrate,-5;
bonus bSMatk,15;
}
if (readparam(bSpl)>=60)
bonus2 bMagicAddSize,Size_All,15;
if (readparam(bCon)>=60)
bonus bAspdRate,10;
if (readparam(bCrt)>=60) {
bonus bFixedCast,-200;
bonus bCritAtkRate,10;
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bRes,30;
bonus bMRes,30;
}
if (.@g>=ENCHANTGRADE_C) {
bonus bBaseAtk,50;
bonus bMatk,50;
}
if (.@g>=ENCHANTGRADE_B) {
bonus2 bAddRace,RC_All,15;
bonus2 bMagicAddRace,RC_All,15;
}
if (.@g>=ENCHANTGRADE_A) {
bonus bPAtk,7;
bonus bSMatk,7;
}