ID #400051
Armor
Golden Violet
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 10
Weight: 1000
Armor level: 1
Required level: 130
Defense: 10
Weight: 1000
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
1000
Defense
10
Requirements
Armor Level
1
Min Level
130
Scripts
Script .@r = getrefine(); bonus bAllStats,10; bonus2 bIgnoreDefRaceRate,RC_All,50; bonus2 bIgnoreMdefRaceRate,RC_All,50; if (.@r>=7) bonus bAllStats,20; if (.@r>=9) { bonus2 bIgnoreDefRaceRate,RC_All,50; bonus2 bIgnoreMdefRaceRate,RC_All,50; }
.@r = getrefine();
bonus bAllStats,10;
bonus2 bIgnoreDefRaceRate,RC_All,50;
bonus2 bIgnoreMdefRaceRate,RC_All,50;
if (.@r>=7)
bonus bAllStats,20;
if (.@r>=9) {
bonus2 bIgnoreDefRaceRate,RC_All,50;
bonus2 bIgnoreMdefRaceRate,RC_All,50;
}