ID #16098
Weapon
Leo Mace [1]
Buy Price: N/A
Sell Price: N/A
Type: Weapon
Attack: 10
Weight: 400
Slots: 1
Weapon level: 4
Attack: 10
Weight: 400
Slots: 1
Weapon level: 4
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
400
Range
1
Job Requirements
Acolyte
Yes
Alchemist
Yes
Blacksmith
Yes
Crusader
Yes
Knight
Yes
Merchant
Yes
Monk
Yes
Novice
Yes
Priest
Yes
Super Novice
Yes
Swordsman
Yes
Requirements
Weapon Level
4
Scripts
Script .@r = getrefine(); bonus bUnbreakableWeapon; bonus bBaseAtk,50+BaseLevel; bonus bVariableCastrate,-10; if (eaclass()&EAJL_THIRD && BaseJob == Job_Monk) { bonus bAspdRate,10; bonus bVariableCastrate,-5; bonus bAtkRate,50; if (.@r>=7) { .@val = 50; if (.@r>=9) .@val += 50; bonus2 bIgnoreDefRaceRate,RC_All,.@val; } }
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bBaseAtk,50+BaseLevel;
bonus bVariableCastrate,-10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Monk) {
bonus bAspdRate,10;
bonus bVariableCastrate,-5;
bonus bAtkRate,50;
if (.@r>=7) {
.@val = 50;
if (.@r>=9)
.@val += 50;
bonus2 bIgnoreDefRaceRate,RC_All,.@val;
}
}