ID #400469
Armor
Penance Crown [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 40
Weight: 100
Slots: 1
Armor level: 1
Required level: 200
Defense: 40
Weight: 100
Slots: 1
Armor level: 1
Required level: 200
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
100
Defense
40
Requirements
Armor Level
1
Min Level
200
Scripts
Script .@r = getrefine(); bonus bMdef,10; bonus bBaseAtk,15*(.@r/2); bonus bAtkRate,5*(.@r/2); bonus bLongAtkRate,4*(.@r/4); if (.@r>=9) bonus bAspdRate,10; if (.@r>=11) bonus2 bAddSize,Size_All,15; if (.@r>=13) { bonus2 bAddRace,RC_All,20; bonus bFixedCast,-500; }
.@r = getrefine();
bonus bMdef,10;
bonus bBaseAtk,15*(.@r/2);
bonus bAtkRate,5*(.@r/2);
bonus bLongAtkRate,4*(.@r/4);
if (.@r>=9)
bonus bAspdRate,10;
if (.@r>=11)
bonus2 bAddSize,Size_All,15;
if (.@r>=13) {
bonus2 bAddRace,RC_All,20;
bonus bFixedCast,-500;
}