ID #460092
Armor
Ancient Prontera Book [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 70
Weight: 200
Slots: 1
Armor level: 2
Required level: 100
Defense: 70
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
Type
Armor
Weight
200
Defense
70
Requirements
Armor Level
2
Min Level
100
Scripts
Script .@r = getrefine(); .@g = getenchantgrade(); bonus bUnbreakableShield; bonus bSMatk,2*(.@r/2); bonus bMatk,30*(.@r/3); if (.@r>=10) bonus2 bMagicAddEle,Ele_All,20; if (.@r>=12) bonus bVariableCast,-30; if (.@r>=14) autobonus "{ bonus bInt,70; bonus bSpl,70; }",70,20000,BF_WEAPON|BF_MAGIC; if (.@g>=ENCHANTGRADE_D) { bonus bMaxHPrate,15; bonus bMaxSPrate,15; if (.@g>=ENCHANTGRADE_C) { bonus2 bSubEle,Ele_Dark,25; bonus2 bSubEle,Ele_Ghost,25; bonus2 bSubEle,Ele_Poison,25; if (.@g>=ENCHANTGRADE_B) { bonus2 bSkillAtk,"LG_RAYOFGENESIS",100; if (.@g>=ENCHANTGRADE_A) { bonus5 bAutoSpell,"LG_RAYOFGENESIS",7,70,BF_WEAPON|BF_LONG,1; } } } }
.@r = getrefine();
.@g = getenchantgrade();
bonus bUnbreakableShield;
bonus bSMatk,2*(.@r/2);
bonus bMatk,30*(.@r/3);
if (.@r>=10)
bonus2 bMagicAddEle,Ele_All,20;
if (.@r>=12)
bonus bVariableCast,-30;
if (.@r>=14)
autobonus "{ bonus bInt,70; bonus bSpl,70; }",70,20000,BF_WEAPON|BF_MAGIC;
if (.@g>=ENCHANTGRADE_D) {
bonus bMaxHPrate,15;
bonus bMaxSPrate,15;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bSubEle,Ele_Dark,25;
bonus2 bSubEle,Ele_Ghost,25;
bonus2 bSubEle,Ele_Poison,25;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bSkillAtk,"LG_RAYOFGENESIS",100;
if (.@g>=ENCHANTGRADE_A) {
bonus5 bAutoSpell,"LG_RAYOFGENESIS",7,70,BF_WEAPON|BF_LONG,1;
}
}
}
}