Patent Madogum [2]
Seeing the state of magic, he began to demonstrate his natural ability.
It resonates with Great Hero's Boots.
_______________________
MATK +195
_______________________
For each 2 Refine Levels:
MATK +15
_______________________
For each 3 Refine Levels:
Increases Attack Speed (decreases After Attack Delay by 2%).
_______________________
Refine Level +7:
Random chance to auto-cast Level 7 Meteor Storm when dealing physical damage.
_______________________
Refine Level +9:
Increases all elemental magical damage by 15%.
_______________________
Refine Level +11:
Random chance to auto-cast Level 4 Psychic Wave when dealing physical damage.
_______________________
When equipped with Great Hero's Boots:
INT +10, MATK +7%.
_______________________
Type: Dagger
Attack: 150
Weight: 80
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Shadow Chaser
Available from boxes
Equipment Reform
Available through the reform system C_Weapon_Reform_1
Available through the reform system C_Weapon_Reform_2
Available through the reform system C_Weapon_Reform_3
Available through the reform system Hero_Weapon_Up_Box_1
Equipment Slots
Basic Information
Job Requirements
Requirements
Scripts
Script .@r = getrefine(); bonus bMatk,.@r/2*15; bonus bAspdRate,(.@r/3*2); if (.@r>=7) { bonus5 bAutoSpell,"WZ_METEOR",7,100,BF_SHORT,1; } if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,15; } if (.@r>=11) { bonus5 bAutoSpell,"SO_PSYCHIC_WAVE",4,100,BF_SHORT,1; }
.@r = getrefine();
bonus bMatk,.@r/2*15;
bonus bAspdRate,(.@r/3*2);
if (.@r>=7) {
bonus5 bAutoSpell,"WZ_METEOR",7,100,BF_SHORT,1;
}
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_All,15;
}
if (.@r>=11) {
bonus5 bAutoSpell,"SO_PSYCHIC_WAVE",4,100,BF_SHORT,1;
}