ID #460075
Armor
Prontera Army Shield [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 95
Weight: 1200
Slots: 1
Armor level: 1
Required level: 100
Defense: 95
Weight: 1200
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
1200
Defense
95
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bMaxHPrate,15; bonus bMaxSPrate,15; bonus2 bSubRace,RC_Player_Doram,35; bonus2 bSubRace,RC_Player_Human,35; if (.@r>=5) { bonus bMaxHPrate,15; bonus bMaxSPrate,15; if (.@r>=7) { bonus bHealPower2,15; bonus bAddItemHealRate,15; } }
.@r = getrefine();
bonus bMaxHPrate,15;
bonus bMaxSPrate,15;
bonus2 bSubRace,RC_Player_Doram,35;
bonus2 bSubRace,RC_Player_Human,35;
if (.@r>=5) {
bonus bMaxHPrate,15;
bonus bMaxSPrate,15;
if (.@r>=7) {
bonus bHealPower2,15;
bonus bAddItemHealRate,15;
}
}