ID #480269
Armor
Revenge Cloak of Naght Sieger [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Weight: 200
Slots: 1
Armor level: 1
Required level: 130
Weight: 200
Slots: 1
Armor level: 1
Required level: 130
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
Requirements
Armor Level
1
Min Level
130
Scripts
Script .@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus2 bSubRace,RC_Dragon,4*(.@r/3); bonus2 bAddRace,RC_DemiHuman,8*(.@r/4); bonus2 bAddRace,RC_Dragon,8*(.@r/4); if (.@r>=7) { bonus bAtkRate,10; if (.@r>=9) { bonus bDelayrate,-8; if (.@r>=11) { bonus bLongAtkRate,10; bonus bShortAtkRate,10; if (.@r>=12) { bonus2 bAddEle,Ele_Neutral,12; if (.@r>=13) { bonus bLongAtkRate,15; bonus bShortAtkRate,15; } } } } }
.@r = getrefine();
bonus bBaseAtk,10*(.@r/2);
bonus2 bSubRace,RC_Dragon,4*(.@r/3);
bonus2 bAddRace,RC_DemiHuman,8*(.@r/4);
bonus2 bAddRace,RC_Dragon,8*(.@r/4);
if (.@r>=7) {
bonus bAtkRate,10;
if (.@r>=9) {
bonus bDelayrate,-8;
if (.@r>=11) {
bonus bLongAtkRate,10;
bonus bShortAtkRate,10;
if (.@r>=12) {
bonus2 bAddEle,Ele_Neutral,12;
if (.@r>=13) {
bonus bLongAtkRate,15;
bonus bShortAtkRate,15;
}
}
}
}
}