ID #470206
Armor
Prana Boots [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 50
Weight: 1000
Slots: 1
Armor level: 1
Required level: 100
Defense: 50
Weight: 1000
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
1000
Defense
50
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bMdef,15; bonus2 bSubRace,RC_DemiHuman,5; bonus bHealPower2,30; bonus bAddItemHealRate,30; bonus bInt,3*.@r; bonus bDex,3*.@r; bonus bMaxHP,1000*.@r; if (.@r>=5) { bonus bDef,100; bonus bMaxHPrate,15; bonus2 bSubRace,RC_Player_Human,10; } if (.@r>=7) { bonus bDef,100; bonus bMaxHPrate,15; bonus2 bSubClass,Class_Boss,5; bonus2 bSubClass,Class_Normal,5; }
.@r = getrefine();
bonus bMdef,15;
bonus2 bSubRace,RC_DemiHuman,5;
bonus bHealPower2,30;
bonus bAddItemHealRate,30;
bonus bInt,3*.@r;
bonus bDex,3*.@r;
bonus bMaxHP,1000*.@r;
if (.@r>=5) {
bonus bDef,100;
bonus bMaxHPrate,15;
bonus2 bSubRace,RC_Player_Human,10;
}
if (.@r>=7) {
bonus bDef,100;
bonus bMaxHPrate,15;
bonus2 bSubClass,Class_Boss,5;
bonus2 bSubClass,Class_Normal,5;
}