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 #450426 Armor

Santa Suit [1]

Buy Price: N/A Sell Price: N/A
Type: Armor
Defense: 120
Weight: 200
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
200
120

Requirements

2
100

Scripts

.@r = getrefine(); .@g = getenchantgrade(); bonus bUnbreakableArmor; bonus bSMatk,3*(.@r/2); bonus bMatk,50*(.@r/3); if (.@r>=10) { bonus2 bResEff,Eff_Freeze,10000; bonus bFlee2,20; if (.@r>=11) { bonus2 bSkillAtk,"CD_ARBITRIUM",30; bonus2 bSkillAtk,"AG_RAIN_OF_CRYSTAL",30; if (.@r>=12) { bonus2 bMagicAtkEle,Ele_Water,20; bonus2 bMagicAtkEle,Ele_Holy,20; if (.@r>=13) { skill "RK_ENCHANTBLADE",10; autobonus3 "{ bonus2 bMagicAddEle,Ele_All,30; }",1000,20000,"RK_ENCHANTBLADE"; } } } } if (.@g>=ENCHANTGRADE_D) { bonus bMaxHPrate,15; bonus bMaxSPrate,15; if (.@g>=ENCHANTGRADE_C) { bonus bVariableCastrate,-15; if (.@g>=ENCHANTGRADE_B) { bonus bDelayrate,-20; if (.@g>=ENCHANTGRADE_A) { bonus2 bSkillAtk,"CD_ARBITRIUM",50; bonus2 bSkillAtk,"AG_RAIN_OF_CRYSTAL",50; } } } }
.@r = getrefine();
.@g = getenchantgrade();
bonus bUnbreakableArmor;
bonus bSMatk,3*(.@r/2);
bonus bMatk,50*(.@r/3);
if (.@r>=10) {
   bonus2 bResEff,Eff_Freeze,10000;
   bonus bFlee2,20;
   if (.@r>=11) {
       bonus2 bSkillAtk,"CD_ARBITRIUM",30;
       bonus2 bSkillAtk,"AG_RAIN_OF_CRYSTAL",30;
       if (.@r>=12) {
            bonus2 bMagicAtkEle,Ele_Water,20;
            bonus2 bMagicAtkEle,Ele_Holy,20;
            if (.@r>=13) {
                skill "RK_ENCHANTBLADE",10;
                autobonus3 "{ bonus2 bMagicAddEle,Ele_All,30; }",1000,20000,"RK_ENCHANTBLADE";
            }
       }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bMaxHPrate,15;
   bonus bMaxSPrate,15;
   if (.@g>=ENCHANTGRADE_C) {
       bonus bVariableCastrate,-15;
       if (.@g>=ENCHANTGRADE_B) {
            bonus bDelayrate,-20;
            if (.@g>=ENCHANTGRADE_A) {
                bonus2 bSkillAtk,"CD_ARBITRIUM",50;
                bonus2 bSkillAtk,"AG_RAIN_OF_CRYSTAL",50;
            }
       }
   }
}
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.