ID #16026
Weapon
RWC Memory Mace [1]
Buy Price: N/A
Sell Price: N/A
A mace made of pure gold created for the 2012 RWC (Ragnarok World Championship)
_______________________
For each 3 Refine Levels:
ATK +30
_______________________
Refine Level +6:
ATK +5%
_______________________
Refine Level +9:
ATK +5%
Random chance to auto-cast Level 1 Weapon Perfection when dealing physical damage.
_______________________
When equipped with RWC Memorial Ring:
For each Refine Level of RWC Memory Mace:
ATK +5
These set bonuses do not work with the card-slotted RWC accessories
_______________________
Type: Mace
Attack: 100
Weight: 80
Weapon Level: 3
_______________________
Requirement:
Swordsman, Acolyte and Merchant
_______________________
For each 3 Refine Levels:
ATK +30
_______________________
Refine Level +6:
ATK +5%
_______________________
Refine Level +9:
ATK +5%
Random chance to auto-cast Level 1 Weapon Perfection when dealing physical damage.
_______________________
When equipped with RWC Memorial Ring:
For each Refine Level of RWC Memory Mace:
ATK +5
These set bonuses do not work with the card-slotted RWC accessories
_______________________
Type: Mace
Attack: 100
Weight: 80
Weapon Level: 3
_______________________
Requirement:
Swordsman, Acolyte and Merchant
Available from boxes
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
800
Range
1
Job Requirements
Acolyte
Yes
Alchemist
Yes
Blacksmith
Yes
Crusader
Yes
Knight
Yes
Merchant
Yes
Monk
Yes
Priest
Yes
Swordsman
Yes
Requirements
Weapon Level
3
Min Level
1
Scripts
Script .@r = getrefine(); bonus bBaseAtk,(.@r/3)*30; if (.@r>=9) { bonus2 bAddRace,RC_All,5; bonus3 bAutoSpell,"BS_WEAPONPERFECT",1,10; } if (.@r>=6) { bonus2 bAddRace,RC_All,5; }
.@r = getrefine();
bonus bBaseAtk,(.@r/3)*30;
if (.@r>=9) {
bonus2 bAddRace,RC_All,5;
bonus3 bAutoSpell,"BS_WEAPONPERFECT",1,10;
}
if (.@r>=6) {
bonus2 bAddRace,RC_All,5;
}