.@r = getequiprefinerycnt(EQI_HAND_L)+getequiprefinerycnt(EQI_SHOES);
if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) {
bonus2 bAddSize,Size_All,3*(.@r/4);
bonus bLongAtkRate,5*(.@r/6);
bonus bShortAtkRate,5*(.@r/6);
if (.@r>=23) {
bonus bNoWalkDelay;
bonus bMaxHPrate,-15;
bonus3 bAutoSpellWhenHit,"CR_ACIDDEMONSTRATION",max(getskilllv("CR_ACIDDEMONSTRATION"),1),400;
bonus3 bAutoSpellWhenHit,"GN_SPORE_EXPLOSION",max(getskilllv("GN_SPORE_EXPLOSION"),1),300;
}
}
|