Feitas para aguentar qualquer tranco, as Botas Robustas são suas melhores amigas quando o assunto é um dia cheio de aventuras. -------------------------- Indestrutível em batalha. -------------------------- Habilita [Concentrar] nv.1. Recarga de [Farta Fortuna] -3 segundos. -------------------------- HP e SP máx. +3%. Refino +5 ou mais: HP e SP máx. +7% adicional. Refino +7 ou mais: HP e SP máx. +10% adicional. -------------------------- Ao aprender [Salto Etéreo] nv.1: Velocidade de ataque +20%. Custo de SP de [Salto Etéreo] -20. -------------------------- Ao aprender [Explosão Antimatéria] nv.5: Ignora 100% da DEF de todas as raças. Ao usar [Execução], ativa [Farta Fortuna]. -------------------------- A cada nível de [Tiro Neutralizante]: Dano de [Tiro Neutralizante] +60%. Conjuração fixa de [Tiro Neutralizante] -20%. -------------------------- A cada nível de [Disparo Labareda]: Dano físico +4%. Dano de [Disparo Labareda] +50%. -------------------------- A cada nível de [Arremessar Granada]: Pós-conjuração -8%. Dano de [Arremessar Granada] +40%. -------------------------- Tipo: Calçado DEF: 12 DEFM: 10 Peso: 40 Nível necessário: 100 Classes: Todas
Sepatu dari Rebellion Legendaris. ------------------------ MDEF +10. MaxHP +3%, MaxSP +3%. Bisa menggunakan Impr Concentration Lv 1. Reduce Cooldown Rich Coin sebesar 3 detik. ------------------------ Apabila player mempelajari skill Fallen Angel lv 1, Mengurangi Konsumsi SP Fire dance sebesar 20. ------------------------ Apabila player mempelajari skill anti Material Blast lv 5, Bypass Def all race monster 50%, Autocast Rich Coin lv 1 saat menggunakan Hammer of God. ------------------------ Menambah damage Vanishing Buster +60%, Reduce fix Cast Vanishing Buster 20% per lv Vanishing Buster yang dipelajari. ------------------------ Menambah physical damage +4%, dan Fire Rain damage +50%. tiap lv Fire Rain yang dipelajari. ------------------------ Mengurangi Global Coodown 8% dan menambah damage Howling Mine 40% tiap lv Howling Mine yang dipelajari. ------------------------ Saat lv tempa +10 keatas, MaxHP & MaxSP +7%, ------------------------ Saat lv tempa +12 keatas, MaxHP & MaxSP +10%, ------------------------ Jenis : Shoes Def : 12 Berat : 40 Syarat Lv : 100 Job : Semua Job
A pair of boots once used by a legendary Rebellion. ------------------------ MHP + 3% , MSP + 3%. ------------------------ Enable to use Lv.1 Improve Concentration. ------------------------ Reduce Rich's Coin cooldown by 3 seconds. ------------------------ When refined to +5 or higher, MHP + 7%, MSP + 7%. ------------------------ When refined to +7 or higher, MHP + 10%, MSP + 10%. ------------------------ When learned Fallen Angel, ASPD + 20%, reduce Fire Dance SP consumption by 20. ------------------------ When learned Anti Material Blast level 5 or higher, ignore physical defense of all race enemies by 100%, Auto cast Rich's Coin when using God's Hammer. ------------------------ For every level of Vanishing Buster learned, increase Vanishing Buster damage by 60%, reduce Vanishing Buster Fixed Casting Time by 20%. ------------------------ For every level of Fire Rain learned, increase physical damage against all class enemies by 4%, increase Fire Rain damage by 50%. ------------------------ For every level of Howling Mine learned, reduce After Cast Delay by 8%, increase Howling Mine damage by 40%. ------------------------ Type : Shoes Def : 12 Weight : 40 Required Level : 100 Class : All Jobs
Allowed in player purchase shop:
|
Summons monster:
|
Bind On Equip:
|
Stacking restriction in inventory:
|
Stacking restriction in cart:
|
Stacking restriction in storage:
|
Stacking restriction in guild storage:
|
Can be dropped:
|
Can be traded:
|
Can be traded with partner:
|
Can be sold to NPC:
|
Can be placed in the cart:
|
Can be placed in the storage:
|
Can be placed in guild storage:
|
Can be put in a mail:
|
Can be put in an auction:
|
Delay:
|
|
|
|
.@r = getrefine();
bonus bMdef,10;
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
skill "AC_CONCENTRATION",1;
bonus2 bSkillCooldown,"RL_RICHS_COIN",-3000;
bonus2 bFixedCastrate,"RL_BANISHING_BUSTER",-20*getskilllv("RL_BANISHING_BUSTER");
bonus2 bSkillAtk,"RL_BANISHING_BUSTER",60*getskilllv("RL_BANISHING_BUSTER");
bonus2 bAddClass,Class_All,4*getskilllv("RL_FIRE_RAIN");
bonus2 bSkillAtk,"RL_FIRE_RAIN",50*getskilllv("RL_FIRE_RAIN");
bonus bDelayrate,-8*getskilllv("RL_H_MINE");
bonus2 bSkillAtk,"RL_H_MINE",40*getskilllv("RL_H_MINE");
if (getskilllv("RL_FALLEN_ANGEL") == 1) {
bonus bAspdRate,20;
bonus2 bSkillUseSP,"RL_FIREDANCE",20;
}
if (getskilllv("RL_AM_BLAST") == 5) {
bonus2 bIgnoreDefRaceRate,RC_All,100;
bonus4 bAutoSpellOnSkill,"RL_HAMMER_OF_GOD","RL_RICHS_COIN",1,1000;
}
if (.@r>=5) {
bonus bMaxHPrate,7;
bonus bMaxSPrate,7;
}
if (.@r>=7) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
}
|