ID #590006
Weapon
Envy Blunt [2]
Buy Price: N/A
Sell Price: N/A
Automatic robots break down, smash and fall apart.
It was terribly transformed by the magic interference device installed by the Illusionians.
_______________________
Indestructible in battle
_______________________
MATK +210
_______________________
Increases damage of Duple Light by 15%.
_______________________
For each 3 Refine Levels:
MATK +12
_______________________
Refine Level +7:
Increases damage of Duple Light by additional 20%.
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +11:
Increases damage of Duple Light by additional 35%.
Decreases Fixed Casting Time of Duple Light by 0.5 seconds.
_______________________
Type: Mace
Attack: 180
Weight: 150
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Archbishop
It was terribly transformed by the magic interference device installed by the Illusionians.
_______________________
Indestructible in battle
_______________________
MATK +210
_______________________
Increases damage of Duple Light by 15%.
_______________________
For each 3 Refine Levels:
MATK +12
_______________________
Refine Level +7:
Increases damage of Duple Light by additional 20%.
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +11:
Increases damage of Duple Light by additional 35%.
Decreases Fixed Casting Time of Duple Light by 0.5 seconds.
_______________________
Type: Mace
Attack: 180
Weight: 150
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Archbishop
Monster Drops
Normal Drops
Boiled Water Swordfish
Rate: 1.5%
Spell Addicted Sanare
Rate: 2.5%
Equipment Reform
Available through the reform system R_Ep17_Box
- Imperfect Rune × 10
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
1500
Range
1
Acquisition method
Equipment reform
Job Requirements
Priest
Yes
Requirements
Weapon Level
4
Min Level
150
Scripts
Script .@r = getrefine(); bonus bUnbreakableWeapon; bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",15; bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",15; bonus bMatk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",20; bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",20; } if (.@r>=9) { bonus bAspdRate,10; } if (.@r>=11) { bonus2 bSkillFixedCast,"AB_DUPLELIGHT",-500; bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",35; bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",35; }
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",15;
bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",15;
bonus bMatk,12*(.@r/3);
if (.@r>=7) {
bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",20;
bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",20;
}
if (.@r>=9) {
bonus bAspdRate,10;
}
if (.@r>=11) {
bonus2 bSkillFixedCast,"AB_DUPLELIGHT",-500;
bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",35;
bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",35;
}