ID #16099
Weapon
Rubber Hammer [2]
Buy Price: N/A
Sell Price: N/A
A hammer used to search the Einbech Tunnel.
Originally used as a tunnel inspection tool, it is also used for combat due to it's unique design and durability.
_______________________
MATK +180
MATK +7%
_______________________
Indestructible in battle
_______________________
Increases Healing effectiveness by 5%.
Increases damage of Adoramus by 10%.
_______________________
Refine Level +7:
Increases Magical Damage with Holy element by 7%.
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases damage of Adoramus by additional 15%.
Magical attacks have a chance to increase magical damage against all size enemies by 15% for 5 seconds.
_______________________
Refine Level +11:
Decreases After Skill Delay by 20%.
_______________________
Type: Mace
Attack: 160
Weight: 190
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Archbishop
Originally used as a tunnel inspection tool, it is also used for combat due to it's unique design and durability.
_______________________
MATK +180
MATK +7%
_______________________
Indestructible in battle
_______________________
Increases Healing effectiveness by 5%.
Increases damage of Adoramus by 10%.
_______________________
Refine Level +7:
Increases Magical Damage with Holy element by 7%.
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases damage of Adoramus by additional 15%.
Magical attacks have a chance to increase magical damage against all size enemies by 15% for 5 seconds.
_______________________
Refine Level +11:
Decreases After Skill Delay by 20%.
_______________________
Type: Mace
Attack: 160
Weight: 190
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Archbishop
Available from boxes
Equipment Reform
Available through the reform system Amp_Blueprint7
- Weapon Upgrade Stone(High) × 100
- Mjolnir's Energy × 100
- Mjolnir's Treasure × 50
- Shadowdecon × 150
- Dynite × 100
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
1900
Range
1
Acquisition method
Equipment reform
Job Requirements
Priest
Yes
Requirements
Weapon Level
4
Min Level
170
Scripts
Script .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,7; bonus bHealPower,15; bonus2 bSkillAtk,"AB_ADORAMUS",10; if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Holy,7; bonus bVariableCastrate,-10; } if (.@r>=9) { bonus2 bSkillAtk,"AB_ADORAMUS",15; autobonus "{ bonus2 bMagicAddSize,Size_All,15; }",1,5000,BF_MAGIC; } if (.@r>=11) { bonus bDelayrate,-20; }
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatkRate,7;
bonus bHealPower,15;
bonus2 bSkillAtk,"AB_ADORAMUS",10;
if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_Holy,7;
bonus bVariableCastrate,-10;
}
if (.@r>=9) {
bonus2 bSkillAtk,"AB_ADORAMUS",15;
autobonus "{ bonus2 bMagicAddSize,Size_All,15; }",1,5000,BF_MAGIC;
}
if (.@r>=11) {
bonus bDelayrate,-20;
}