ID #470289
Armor
Ancient Mechanic Greaves [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 50
Weight: 1000
Slots: 1
Armor level: 2
Required level: 100
Defense: 50
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
Type
Armor
Weight
1000
Defense
50
Requirements
Armor Level
2
Min Level
100
Scripts
Script .@r = getrefine(); .@g = getenchantgrade(); bonus bMdef,10; bonus bPow,3*(.@r/2); bonus bMaxHPrate,3*(.@r/3); bonus bDelayrate,-2*(.@r/3); if (.@r>=9) { bonus2 bAddClass,Class_All,15; if (.@r>=10) { bonus bShortAtkRate,20; bonus bLongAtkRate,20; if (.@r>=11) { bonus2 bAddEle,Ele_All,20; if (.@r>=12) { bonus bSpeedRate,25; if (.@r>=13) { bonus2 bVariableCastrate,"NC_ARMSCANNON",-100; bonus2 bSkillCooldown,"NC_AXETORNADO",-2000; bonus2 bSkillAtk,"NC_ARMSCANNON",150; bonus2 bSkillAtk,"NC_AXETORNADO",150; } } } } } if (.@g>=ENCHANTGRADE_D) { bonus bFixedCast,-700; if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,20; if (.@g>=ENCHANTGRADE_B) { bonus bAllTraitStats,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bSkillAtk,"NC_ARMSCANNON",150; bonus2 bSkillAtk,"NC_AXETORNADO",150; } } } }
.@r = getrefine();
.@g = getenchantgrade();
bonus bMdef,10;
bonus bPow,3*(.@r/2);
bonus bMaxHPrate,3*(.@r/3);
bonus bDelayrate,-2*(.@r/3);
if (.@r>=9) {
bonus2 bAddClass,Class_All,15;
if (.@r>=10) {
bonus bShortAtkRate,20;
bonus bLongAtkRate,20;
if (.@r>=11) {
bonus2 bAddEle,Ele_All,20;
if (.@r>=12) {
bonus bSpeedRate,25;
if (.@r>=13) {
bonus2 bVariableCastrate,"NC_ARMSCANNON",-100;
bonus2 bSkillCooldown,"NC_AXETORNADO",-2000;
bonus2 bSkillAtk,"NC_ARMSCANNON",150;
bonus2 bSkillAtk,"NC_AXETORNADO",150;
}
}
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bFixedCast,-700;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bAddSize,Size_All,20;
if (.@g>=ENCHANTGRADE_B) {
bonus bAllTraitStats,10;
if (.@g>=ENCHANTGRADE_A) {
bonus2 bSkillAtk,"NC_ARMSCANNON",150;
bonus2 bSkillAtk,"NC_AXETORNADO",150;
}
}
}
}