MATK +30 ------------------------ Per 2 tingkat tempa: MATK +10 MATK +1% ------------------------ Per 4 tingkat tempa: Damage dari skill "Crimson Rock" +10% Damage dari skill "Psychic Wave" +10% ------------------------ Jika tingkat tempa +9 atau lebih, Reduce Fix Cast-time -0.3 detik ------------------------ Jika tingkat tempa +11 atau lebih, After Cast-delay -6% ------------------------ Set Bonus Biolab Boots (Mage) [1] Valkyrie Blessing MATK +20 Per 4 tingkat tempa: Damage dari skill "Crimson Rock" +5% Damage dari skill "Psychic Wave" +5% Jika tingkat tempa +9 atau lebih, Reduce Fix Cast-time -0.2 detik Jika tingkat tempa +11 atau lebih, After Cast-delay -4% ------------------------ Set Bonus Biolab Boots (Mage) [1] Kathryne's Memory Cooldown-time dari skill "Crimson Rock" -1.8 detik Per 4 tingkat tempa senjata: Magic damage element Fire +10% Variable Cast-time -6% ------------------------ Set Bonus Biolab Boots (Mage) [1] Kathryne's Memory Valkyrie Blessing Cooldown-time dari skill "Crimson Rock" -1.2 detik Per 4 tingkat tempa senjata: Magic damage element Fire +5% Variable Cast-time -4% ------------------------ Set Bonus Biolab Boots (Mage) [1] Celia's Memory Cooldown-time dari skill "Psychic Wave" -0.6 detik Per 4 tingkat tempa senjata: Damage dari skill "Fire Bolt, Cold Bolt, Lightning Bolt" +25% ------------------------ Set Bonus Biolab Boots (Mage) [1] Celia's Memory Valkyrie Blessing Cooldown-time dari skill "Psychic Wave" -0.4 detik Dapat menggunakan skill "Dark Claw Lv.5" Cooldown-time dari skill "Dark Claw" -30 detik Per 4 tingkat tempa senjata: Damage dari skill "Fire Bolt, Cold Bolt, Lightning Bolt" +15% ------------------------ Set Bonus Biolab Boots (Mage) [1] Biolab Aquarius Crown [1] Kathryne's Memory Jika total tingkat tempa "Headgear, Shoes, Weapon" +36 atau lebih, Magic damage ke semua jenis monster (termasuk player) +20% Saat melakukan serangan magic, terdapat 3% peluang memberikan buff MATK +30% selama 10 detik Jika total tingkat tempa "Headgear, Shoes, Weapon" +40 atau lebih, Bypass Hard MDEF lawan (kecuali player) sebesar 40% ------------------------ Set Bonus Biolab Boots (Mage) [1] Biolab Aquarius Diadem [1] Celia's Memory Jika total tingkat tempa "Headgear, Shoes, Weapon" +36 atau lebih, Magic damage ke semua jenis monster (termasuk player) +20% Saat melakukan serangan magic, terdapat 3% peluang memberikan buff INT +200 selama 10 detik Jika total tingkat tempa "Headgear, Shoes, Weapon" +40 atau lebih, Bypass Hard MDEF lawan (kecuali player) sebesar 40% ------------------------ Jenis : Equipment Posisi : Shoes Def : 60 Berat : 90 Lv Min. : 100 Job: 3rd Class Mage
MATK + 50 Every 2 levels upgrade, MATK +10, MATK +1%. Every 4 levels upgrade, Increases damage of Crimson Rock, Psychic Wave skills by 15% If refine rate is 9 or higher, Reduces fixed casting time by 0.5 seconds If refine rate is 11 or higher, Reduces Delay after using skills by 10% ------------------------ Set Bonus: Zodiac Boots(Mage) Kathryne Memory Reduces Crimson Rock skill cooldown by 3 seconds, for every 4 upgrade level of weapon, Increases Fire element magic damage by 15% and reduces variable casting time by 10%. ------------------------ Set Bonus: Zodiac Boots(Mage) Celia Memory Reduces the Cooldown of Psychic Wave skill by 1 second. Can use Dark Claw Lv.5 skill, Dark Claw cooldown reduced by 30 seconds for every 4 upgrade level of weapon, Cold Bolt, Fire Bolt, Lightning Bolt damage +40%. ------------------------ Set Bonus: Zodiac Boots(Mage) Kathryne Memory Biolab Aquarius Crown If the sum of helmet, shoes, and weapon refinement level is 33 or higher, Magic damage to all type enemies +20%. When doing magical attack, 3% Chance to increase MATK +30% for 10 seconds. If the sum of helmet, shoes, and weapon refinement level is 35 or higher, Ignore magical defense of all monster races 40% (except Player) ------------------------ Set Bonus: Zodiac Boots(Mage) Celia Memory Biolab Aquarius Diadem If the sum of helmet, shoes, and weapon refinement level is 33 or higher, Magic damage to all type enemies +20%. When doing magical attack, 3% Chance to increase INT +200 for 10 seconds. If the sum of helmet, shoes, and weapon refinement level is 35 or higher, Ignore magical defense of all monster races 40% (except Player) ------------------------ Type: Shoes Defense: 60 Weight: 90 Required Lv: 100 Class: Mage Class
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 bMatk,50+(10*(.@r/2));
bonus bMatkRate,.@r/2;
bonus2 bSkillAtk,"WL_CRIMSONROCK",15*(.@r/4);
bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15*(.@r/4);
if (.@r>=9)
bonus bFixedCast,-500;
if (.@r>=11)
bonus bDelayrate,-10;
|