Nebula Suit of Concentration [1] ( Star_Suit_Of_Con )
| ID 450171 |
|
|||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Buy Price: zeny | Sell Price: 0 zeny | Weight: 150 | Slots: 1 | ||||||||||||||||
| Type: Armor/Garment/Boots/Headgear/Accessory item. | Sub Type: Not specified | Gender: Both | Locations: Armor | |||||||||||||||||
| Attack: Not specified | Magic Attack: Not specified | Range: Not specified | Defense: 135 | |||||||||||||||||
| Weapon Level: Not specified | Armor Level: 2 | Min. Equip Level: 240 | Max. Equip Level: Not specified | |||||||||||||||||
| Refineable: 1 | Gradable: 1 | Element: Neutral | Classes: Not specified | |||||||||||||||||
|
Suit that has received the concentration energy of the star's power. All Not specified
.@g = getenchantgrade();
.@r = getrefine();
bonus bCon,1;
bonus bBaseAtk,125+15*(.@r/2);
if (.@r>=9) {
bonus bAspdRate,10;
if (.@r>=11) {
bonus bLongAtkRate,20;
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus bAspdRate,(.@r/2);
bonus bAtkRate,(.@r/2);
bonus bBaseAtk,2*(.@r/2);
if (.@g >= ENCHANTGRADE_C) {
bonus bAspdRate,(.@r/2);
bonus bAtkRate,2*(.@r/2);
bonus bBaseAtk,3*(.@r/2);
if (.@g >= ENCHANTGRADE_B) {
bonus bAspdRate,2*(.@r/2);
bonus bLongAtkRate,(.@r/3);
bonus bPAtk,(.@r/4);
if (.@g >= ENCHANTGRADE_A) {
bonus bAspdRate,2*(.@r/2);
bonus bLongAtkRate,2*(.@r/3);
bonus bPAtk,2*(.@r/4);
}
}
}
}
Not specified Not specified Not specified Not specified |
||||||||||||||||||||