ID #400647
Armor
Mighty Crown of Ashes [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Weight: 100
Slots: 1
Armor level: 1
Required level: 120
Weight: 100
Slots: 1
Armor level: 1
Required level: 120
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
Requirements
Armor Level
1
Min Level
120
Scripts
Script .@r = getrefine(); bonus bHPGainValue,500; bonus bSPGainValue,50; bonus bMagicHPGainValue,500; bonus bMagicHPGainValue,50; if (.@r>=7) { bonus bBaseAtk,50; bonus bAspdRate,10; if (.@r>=9) { bonus bHit,30; bonus bAtkRate,7; if (.@r>=11) { bonus bCritAtkRate,10; bonus bShortAtkRate,10; } } }
.@r = getrefine();
bonus bHPGainValue,500;
bonus bSPGainValue,50;
bonus bMagicHPGainValue,500;
bonus bMagicHPGainValue,50;
if (.@r>=7) {
bonus bBaseAtk,50;
bonus bAspdRate,10;
if (.@r>=9) {
bonus bHit,30;
bonus bAtkRate,7;
if (.@r>=11) {
bonus bCritAtkRate,10;
bonus bShortAtkRate,10;
}
}
}