ID #15956
Armor
Helmet Of Siegfried TH [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 60
Weight: 300
Slots: 1
Armor level: 1
Required level: 100
Defense: 60
Weight: 300
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
300
Defense
60
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bMdef,15; if (readparam(bInt)>=108) bonus2 bSkillAtk,"RK_DRAGONBREATH",15; if (readparam(bDex)>=108) bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",15; if (readparam(bInt)>=120 && readparam(bDex)>=120) { bonus2 bSkillAtk,"RK_DRAGONBREATH",10; bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",10; } if (.@r>=7) { bonus bMaxHPrate,5; bonus bMaxSPrate,5; if (.@r>=9) { bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Player_Doram,10; bonus2 bSubRace,RC_Player_Human,10; bonus2 bSubRace,RC_Dragon,10; if (.@r>=11) { bonus bDelayrate,-10; if (.@r>=13) { bonus bDef,200; bonus bMdef,40; } } } }
.@r = getrefine();
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
bonus bMdef,15;
if (readparam(bInt)>=108)
bonus2 bSkillAtk,"RK_DRAGONBREATH",15;
if (readparam(bDex)>=108)
bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",15;
if (readparam(bInt)>=120 && readparam(bDex)>=120) {
bonus2 bSkillAtk,"RK_DRAGONBREATH",10;
bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",10;
}
if (.@r>=7) {
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
if (.@r>=9) {
bonus2 bSubRace,RC_DemiHuman,10;
bonus2 bSubRace,RC_Player_Doram,10;
bonus2 bSubRace,RC_Player_Human,10;
bonus2 bSubRace,RC_Dragon,10;
if (.@r>=11) {
bonus bDelayrate,-10;
if (.@r>=13) {
bonus bDef,200;
bonus bMdef,40;
}
}
}
}