ID #16095
Weapon
Lucis Flail [2]
Buy Price: N/A
Sell Price: N/A
Mace with a pendulum shining with blue light.
_______________________
MATK +160
_______________________
Indestructible in battle
_______________________
ASPD +1
_______________________
For each Refine Level:
MATK +4
_______________________
Refine Level +9:
Increases damage of Duplex Light by 40%.
_______________________
Refine Level +11:
Enables physical attacks to auto cast Level 2 Judex at a certain chance. (If you learned a higher Level, it will auto cast that Level instead.)
_______________________
Type: Mace
Attack: 180
Weight: 100
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Archbishop
_______________________
MATK +160
_______________________
Indestructible in battle
_______________________
ASPD +1
_______________________
For each Refine Level:
MATK +4
_______________________
Refine Level +9:
Increases damage of Duplex Light by 40%.
_______________________
Refine Level +11:
Enables physical attacks to auto cast Level 2 Judex at a certain chance. (If you learned a higher Level, it will auto cast that Level instead.)
_______________________
Type: Mace
Attack: 180
Weight: 100
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Archbishop
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
1000
Range
1
Job Requirements
Priest
Yes
Requirements
Weapon Level
4
Min Level
170
Scripts
Script .@r = getrefine(); bonus bUnbreakableWeapon; bonus bAspd,1; bonus bMatk,4*.@r; if (.@r>=9) { bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",40; bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",40; } if (.@r>=11) bonus3 bAutoSpell,"AB_JUDEX",max(2,getskilllv("AB_JUDEX")),50; /* Unknow Rates */
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bAspd,1;
bonus bMatk,4*.@r;
if (.@r>=9) {
bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",40;
bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",40;
}
if (.@r>=11)
bonus3 bAutoSpell,"AB_JUDEX",max(2,getskilllv("AB_JUDEX")),50;
/* Unknow Rates */