ID #460096
Armor
High-tech Shield [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 50
Weight: 500
Slots: 1
Armor level: 2
Required level: 100
Defense: 50
Weight: 500
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
500
Defense
50
Requirements
Armor Level
2
Min Level
100
Scripts
Script .@r = getrefine(); .@g = getenchantgrade(); bonus bShortWeaponDamageReturn,25; bonus bLongAtkRate,15; bonus bPow,3*(.@r/2); bonus bCon,3*(.@r/2); bonus bMaxHPrate,5*(.@r/3); bonus bDelayrate,-2*(.@r/3); if (.@r>=10) { bonus2 bAddClass,Class_All,15; if (.@r>=11) { bonus2 bSkillAtk,"GN_CARTCANNON",50; if (.@r>=12) { bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",50; if (.@r>=13) { bonus bLongAtkRate,20; if (.@r>=14) { bonus2 bSkillAtk,"GN_CARTCANNON",80; bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",80; } } } } } if (getpetinfo(PETINFO_EGGID) == 9013) { if (getpetinfo(PETINFO_INTIMATE) >= PET_INTIMATE_LOYAL) { bonus bSpeedRate,25; bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",40; } } if (getpetinfo(PETINFO_EGGID) == 9123) { if (getpetinfo(PETINFO_INTIMATE) >= PET_INTIMATE_LOYAL) { bonus bSpeedRate,25; bonus2 bSkillAtk,"GN_CARTCANNON",40; } } if (.@g>=ENCHANTGRADE_C) { bonus bPow,3; bonus bCon,3; if (.@g>=ENCHANTGRADE_B) { bonus bLongAtkRate,20; if (.@g>=ENCHANTGRADE_A) { bonus bAllTraitStats,10; } } }
.@r = getrefine();
.@g = getenchantgrade();
bonus bShortWeaponDamageReturn,25;
bonus bLongAtkRate,15;
bonus bPow,3*(.@r/2);
bonus bCon,3*(.@r/2);
bonus bMaxHPrate,5*(.@r/3);
bonus bDelayrate,-2*(.@r/3);
if (.@r>=10) {
bonus2 bAddClass,Class_All,15;
if (.@r>=11) {
bonus2 bSkillAtk,"GN_CARTCANNON",50;
if (.@r>=12) {
bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",50;
if (.@r>=13) {
bonus bLongAtkRate,20;
if (.@r>=14) {
bonus2 bSkillAtk,"GN_CARTCANNON",80;
bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",80;
}
}
}
}
}
if (getpetinfo(PETINFO_EGGID) == 9013) {
if (getpetinfo(PETINFO_INTIMATE) >= PET_INTIMATE_LOYAL) {
bonus bSpeedRate,25;
bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",40;
}
}
if (getpetinfo(PETINFO_EGGID) == 9123) {
if (getpetinfo(PETINFO_INTIMATE) >= PET_INTIMATE_LOYAL) {
bonus bSpeedRate,25;
bonus2 bSkillAtk,"GN_CARTCANNON",40;
}
}
if (.@g>=ENCHANTGRADE_C) {
bonus bPow,3;
bonus bCon,3;
if (.@g>=ENCHANTGRADE_B) {
bonus bLongAtkRate,20;
if (.@g>=ENCHANTGRADE_A) {
bonus bAllTraitStats,10;
}
}
}