ID #400646
Armor
Magic 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 bMatk,50; bonus bVariableCastrate,-10; if (.@r>=9) { bonus bMatkRate,7; bonus bUseSPrate,-10; if (.@r>=11) { bonus bDelayrate,-15; bonus2 bMagicAddEle,Ele_All,15; } } }
.@r = getrefine();
bonus bHPGainValue,500;
bonus bSPGainValue,50;
bonus bMagicHPGainValue,500;
bonus bMagicHPGainValue,50;
if (.@r>=7) {
bonus bMatk,50;
bonus bVariableCastrate,-10;
if (.@r>=9) {
bonus bMatkRate,7;
bonus bUseSPrate,-10;
if (.@r>=11) {
bonus bDelayrate,-15;
bonus2 bMagicAddEle,Ele_All,15;
}
}
}