0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #460066 Armor

Fake Alloy Pot-LT [1]

Buy Price: N/A Sell Price: N/A
Type: Armor
Defense: 100
Weight: 1000
Slots: 1
Armor level: 2
Required level: 100

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Armor
1000
100

Requirements

2
100

Scripts

.@r = getrefine(); .@g = getenchantgrade(); bonus bMdef,20; bonus bAllStats,.@r/2; bonus bMaxHPrate,2*(.@r/2); bonus2 bSubEle,Ele_Neutral,5*(.@r/3); if (.@r>=9) { bonus bAllStats,3; bonus bMaxHPrate,5; if (.@r>=11) { bonus bAspdRate,10; bonus bDelayrate,-10; if (.@r>=12) { bonus bAllStats,5; bonus bMaxHPrate,6; } } } if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) { bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",50; bonus2 bSkillAtk,"GN_HELLS_PLANT",50; bonus2 bSkillAtk,"GN_CARTCANNON",50; bonus2 bSkillAtk,"GN_CART_TORNADO",50; } if (.@g>=ENCHANTGRADE_D) bonus bDelayrate,-5; if (.@g>=ENCHANTGRADE_C) { bonus bPAtk,4; bonus bSMatk,4; } if (.@g>=ENCHANTGRADE_B) { bonus2 bSubEle,Ele_All,5; if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) { bonus2 bAddSize,Size_All,20; } } if (.@g>=ENCHANTGRADE_A) { bonus bCritical,10; bonus bCritAtkRate,30; bonus bNoWalkDelay; if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) { bonus bPAtk,6; bonus bShortAtkRate,20; bonus bLongAtkRate,20; } if (.@r>=12) { bonus3 bAutoSpellWhenHit,"CR_ACIDDEMONSTRATION",max(getskilllv("CR_ACIDDEMONSTRATION"),1),500; bonus3 bAutoSpellWhenHit,"GN_SPORE_EXPLOSION",max(getskilllv("GN_SPORE_EXPLOSION"),1),500; bonus3 bAutoSpellWhenHit,"GN_CARTCANNON",max(getskilllv("GN_CARTCANNON"),1),500; bonus4 bAutoSpellOnSkill,"GN_CART_TORNADO","BO_EXPLOSIVE_POWDER",max(getskilllv("BO_EXPLOSIVE_POWDER"),1),700; /*Todo : When using Cart Tornado Lv10, there is a 70% chance that Explosive Powder Lv1 will be activated (No Bonus or I Don't Know How to Write)*/ } }
.@r = getrefine();
.@g = getenchantgrade();
bonus bMdef,20;
bonus bAllStats,.@r/2;
bonus bMaxHPrate,2*(.@r/2);
bonus2 bSubEle,Ele_Neutral,5*(.@r/3);
if (.@r>=9) {
   bonus bAllStats,3;
   bonus bMaxHPrate,5;
   if (.@r>=11) {
       bonus bAspdRate,10;
       bonus bDelayrate,-10;
       if (.@r>=12) {
            bonus bAllStats,5;
            bonus bMaxHPrate,6;
       }
   }
}
if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) {
   bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",50;
   bonus2 bSkillAtk,"GN_HELLS_PLANT",50;
   bonus2 bSkillAtk,"GN_CARTCANNON",50;
   bonus2 bSkillAtk,"GN_CART_TORNADO",50;
}
if (.@g>=ENCHANTGRADE_D)
   bonus bDelayrate,-5;
if (.@g>=ENCHANTGRADE_C) {
   bonus bPAtk,4;
   bonus bSMatk,4;
}
if (.@g>=ENCHANTGRADE_B) {
   bonus2 bSubEle,Ele_All,5;
   if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) {
       bonus2 bAddSize,Size_All,20;
   }
}
if (.@g>=ENCHANTGRADE_A) {
   bonus bCritical,10;
   bonus bCritAtkRate,30;
   bonus bNoWalkDelay;
   if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) {
       bonus bPAtk,6;
       bonus bShortAtkRate,20;
       bonus bLongAtkRate,20;
   }
   if (.@r>=12) {
       bonus3 bAutoSpellWhenHit,"CR_ACIDDEMONSTRATION",max(getskilllv("CR_ACIDDEMONSTRATION"),1),500;
       bonus3 bAutoSpellWhenHit,"GN_SPORE_EXPLOSION",max(getskilllv("GN_SPORE_EXPLOSION"),1),500;
       bonus3 bAutoSpellWhenHit,"GN_CARTCANNON",max(getskilllv("GN_CARTCANNON"),1),500;
       bonus4 bAutoSpellOnSkill,"GN_CART_TORNADO","BO_EXPLOSIVE_POWDER",max(getskilllv("BO_EXPLOSIVE_POWDER"),1),700;
       /*Todo : When using Cart Tornado Lv10, there is a 70% chance that Explosive Powder Lv1 will be activated (No Bonus or I Don't Know How to Write)*/
   }
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.