ID #15892
Armor
Themis Helm [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 10
Weight: 500
Slots: 1
Armor level: 1
Required level: 100
Defense: 10
Weight: 500
Slots: 1
Armor level: 1
Required level: 100
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
500
Defense
10
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bMdef,10; bonus bDef,.@r*30; bonus bDelayrate,-10; bonus bMatkRate,25; if (getskilllv("LG_INSPIRATION") == 5) { bonus bDelayrate,-15; bonus2 bSkillCooldown,"LG_INSPIRATION",-10000; } if (getskilllv("CR_DEVOTION") == 5) { bonus bMaxHPrate,15; bonus bAspdRate,10; } if (getskilllv("LG_HESPERUSLIT") == 5) bonus4 bAutoSpellOnSkill,"PA_PRESSURE","LG_RAYOFGENESIS",getskilllv("LG_RAYOFGENESIS"),500; if (.@r>=7) { bonus bHealPower,15; bonus2 bSkillAtk,"LG_RAYOFGENESIS",15; } if (.@r>=9) { bonus bHealPower,35; bonus2 bSkillAtk,"LG_RAYOFGENESIS",35; }
.@r = getrefine();
bonus bMdef,10;
bonus bDef,.@r*30;
bonus bDelayrate,-10;
bonus bMatkRate,25;
if (getskilllv("LG_INSPIRATION") == 5) {
bonus bDelayrate,-15;
bonus2 bSkillCooldown,"LG_INSPIRATION",-10000;
}
if (getskilllv("CR_DEVOTION") == 5) {
bonus bMaxHPrate,15;
bonus bAspdRate,10;
}
if (getskilllv("LG_HESPERUSLIT") == 5)
bonus4 bAutoSpellOnSkill,"PA_PRESSURE","LG_RAYOFGENESIS",getskilllv("LG_RAYOFGENESIS"),500;
if (.@r>=7) {
bonus bHealPower,15;
bonus2 bSkillAtk,"LG_RAYOFGENESIS",15;
}
if (.@r>=9) {
bonus bHealPower,35;
bonus2 bSkillAtk,"LG_RAYOFGENESIS",35;
}