ID #15834
Armor
Dark Raiden's Sakkat [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 30
Weight: 200
Slots: 1
Armor level: 1
Required level: 50
Defense: 30
Weight: 200
Slots: 1
Armor level: 1
Required level: 50
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
30
Requirements
Armor Level
1
Min Level
50
Scripts
Script .@r = getrefine(); bonus2 bSkillAtk,"AL_HOLYLIGHT",5; bonus bHealPower,1; bonus bAddItemHealRate,1; if (getskilllv("PR_ASPERSIO") == 5) bonus3 bAutoSpell,"PA_PRESSURE",5,100; if (.@r>=7) { bonus bDef,15; bonus bHealPower,3; bonus bAddItemHealRate,3; bonus2 bSkillAtk,"AL_HOLYLIGHT",10; } if (.@r>=8) { bonus bFlee,15; bonus bHealPower,5; bonus bAddItemHealRate,5; bonus2 bSkillAtk,"AL_HOLYLIGHT",15; } if (.@r>=9) { bonus bMatk,15; bonus bHealPower,7; bonus bAddItemHealRate,7; bonus2 bSkillAtk,"AL_HOLYLIGHT",20; } if (.@r>=10) { bonus bHealPower,9; bonus bAddItemHealRate,9; bonus2 bMagicAddEle,Ele_Holy,10; }
.@r = getrefine();
bonus2 bSkillAtk,"AL_HOLYLIGHT",5;
bonus bHealPower,1;
bonus bAddItemHealRate,1;
if (getskilllv("PR_ASPERSIO") == 5)
bonus3 bAutoSpell,"PA_PRESSURE",5,100;
if (.@r>=7) {
bonus bDef,15;
bonus bHealPower,3;
bonus bAddItemHealRate,3;
bonus2 bSkillAtk,"AL_HOLYLIGHT",10;
}
if (.@r>=8) {
bonus bFlee,15;
bonus bHealPower,5;
bonus bAddItemHealRate,5;
bonus2 bSkillAtk,"AL_HOLYLIGHT",15;
}
if (.@r>=9) {
bonus bMatk,15;
bonus bHealPower,7;
bonus bAddItemHealRate,7;
bonus2 bSkillAtk,"AL_HOLYLIGHT",20;
}
if (.@r>=10) {
bonus bHealPower,9;
bonus bAddItemHealRate,9;
bonus2 bMagicAddEle,Ele_Holy,10;
}