ID #19316
Armor
Aeschylus's Hood [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 10
Weight: 200
Slots: 1
Armor level: 1
Required level: 100
Defense: 10
Weight: 200
Slots: 1
Armor level: 1
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
10
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bCriticalLong,5; bonus bCritAtkRate,10; bonus bAspd,1; bonus2 bIgnoreDefRaceRate,RC_All,10; if (.@r>=7) { bonus bCriticalLong,10; bonus bCritAtkRate,2; bonus bAspd,1; bonus2 bIgnoreDefRaceRate,RC_All,15; if (.@r>=9) { bonus bCriticalLong,15; bonus bCritAtkRate,6; bonus bAspd,1; bonus2 bIgnoreDefRaceRate,RC_All,20; if (.@r>=11) { bonus bCriticalLong,20; bonus bCritAtkRate,12; bonus bAspd,1; bonus2 bIgnoreDefRaceRate,RC_All,25; autobonus "{ bonus bCritAtkRate,100; }",70,5000,BF_WEAPON|BF_NORMAL; } } }
.@r = getrefine();
bonus bCriticalLong,5;
bonus bCritAtkRate,10;
bonus bAspd,1;
bonus2 bIgnoreDefRaceRate,RC_All,10;
if (.@r>=7) {
bonus bCriticalLong,10;
bonus bCritAtkRate,2;
bonus bAspd,1;
bonus2 bIgnoreDefRaceRate,RC_All,15;
if (.@r>=9) {
bonus bCriticalLong,15;
bonus bCritAtkRate,6;
bonus bAspd,1;
bonus2 bIgnoreDefRaceRate,RC_All,20;
if (.@r>=11) {
bonus bCriticalLong,20;
bonus bCritAtkRate,12;
bonus bAspd,1;
bonus2 bIgnoreDefRaceRate,RC_All,25;
autobonus "{ bonus bCritAtkRate,100; }",70,5000,BF_WEAPON|BF_NORMAL;
}
}
}