ID #480338
Armor
Asteria's Cloak-LT [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 150
Weight: 400
Slots: 1
Armor level: 2
Required level: 150
Defense: 150
Weight: 400
Slots: 1
Armor level: 2
Required level: 150
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
400
Defense
150
Requirements
Armor Level
2
Min Level
150
Scripts
Script .@r = getrefine(); .@g = getenchantgrade(); bonus bAllStats,2; bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bBaseAtk,10*(.@r/2); bonus bMatk,10*(.@r/2); bonus2 bSubEle,Ele_Neutral,3*(.@r/3); if (.@r>=9) { bonus2 bAddSize,Size_All,10; bonus2 bMagicAddSize,Size_All,10; } if (.@r>=11) { bonus bLongAtkRate,10; bonus bShortAtkRate,10; bonus2 bMagicAtkEle,Ele_All,10; } if (.@r>=13) bonus bDelayrate,-10; if (.@g>=ENCHANTGRADE_D) { bonus bRes,30; bonus bMRes,30; } if (.@g>=ENCHANTGRADE_C) { bonus bPAtk,5; bonus bSMatk,5; } if (.@g>=ENCHANTGRADE_B) bonus bMaxHP,10000; if (.@g>=ENCHANTGRADE_A) bonus2 bSubRace,RC_All,5;
.@r = getrefine();
.@g = getenchantgrade();
bonus bAllStats,2;
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bBaseAtk,10*(.@r/2);
bonus bMatk,10*(.@r/2);
bonus2 bSubEle,Ele_Neutral,3*(.@r/3);
if (.@r>=9) {
bonus2 bAddSize,Size_All,10;
bonus2 bMagicAddSize,Size_All,10;
}
if (.@r>=11) {
bonus bLongAtkRate,10;
bonus bShortAtkRate,10;
bonus2 bMagicAtkEle,Ele_All,10;
}
if (.@r>=13)
bonus bDelayrate,-10;
if (.@g>=ENCHANTGRADE_D) {
bonus bRes,30;
bonus bMRes,30;
}
if (.@g>=ENCHANTGRADE_C) {
bonus bPAtk,5;
bonus bSMatk,5;
}
if (.@g>=ENCHANTGRADE_B)
bonus bMaxHP,10000;
if (.@g>=ENCHANTGRADE_A)
bonus2 bSubRace,RC_All,5;