Lucis Flail
| Item ID | 16095 | Name | Lucis Flail |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Lucis_Flail | ||
| Attack | 180 | Type | Weapon - Mace | ||
| MATK | 160 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Priest | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 100 | Min Equip Level | 170 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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 */
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r= getequiprefinerycnt(EQI_HAND_R)/3; bonus2 bSkillAtk,"AB_JUDEX",10*.@r; bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",5*.@r; bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",5*.@r; |
||||
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus2 bAddSize,Size_All,10; bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",10*.@r_weapon; bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",10*.@r_weapon; |