ID #400579
Armor
Bijou's Hat (Lucky) [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 9
Weight: 200
Slots: 1
Armor level: 1
Required level: 165
Defense: 9
Weight: 200
Slots: 1
Armor level: 1
Required level: 165
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
9
Requirements
Armor Level
1
Min Level
165
Scripts
Script .@r = getrefine(); bonus bMaxHPrate,6; bonus bMaxSPrate,6; bonus bCritAtkRate,3*(.@r/2); if (.@r>=6) { bonus bCritAtkRate,6; if (.@r>=9) { bonus2 bAddSize,Size_All,6; bonus2 bMagicAddSize,Size_All,6; if (.@r>=12) { bonus2 bIgnoreDefRaceRate,RC_All,6; bonus2 bIgnoreMdefRaceRate,RC_All,6; } } }
.@r = getrefine();
bonus bMaxHPrate,6;
bonus bMaxSPrate,6;
bonus bCritAtkRate,3*(.@r/2);
if (.@r>=6) {
bonus bCritAtkRate,6;
if (.@r>=9) {
bonus2 bAddSize,Size_All,6;
bonus2 bMagicAddSize,Size_All,6;
if (.@r>=12) {
bonus2 bIgnoreDefRaceRate,RC_All,6;
bonus2 bIgnoreMdefRaceRate,RC_All,6;
}
}
}