Experience Shadow Weapon ( S_EXP_Weapon )
| ID 24770 |
|
|||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Buy Price: zeny | Sell Price: 0 zeny | Weight: 0 | Slots: Not specified | ||||||||||||||||||||
| Type: Shadow Equipment item. | Sub Type: Not specified | Gender: Both | Locations: Shadow Weapon | |||||||||||||||||||||
| Attack: Not specified | Magic Attack: Not specified | Range: Not specified | Defense: Not specified | |||||||||||||||||||||
| Weapon Level: Not specified | Armor Level: Not specified | Min. Equip Level: Not specified | Max. Equip Level: Not specified | |||||||||||||||||||||
| Refineable: 1 | Gradable: Not specified | Element: Neutral | Classes: Not specified | |||||||||||||||||||||
|
Luvas usadas como complemento para o manejo de armas convencionais. When Base Level is below 175, increase EXP gain from monsters by 20%. All Not specified
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
if (BaseLevel<175) {
bonus2 bExpAddRace,RC_All,20;
}
if (BaseLevel>=175) {
bonus2 bExpAddRace,RC_All,10;
}
if (.@r>=10) {
bonus2 bExpAddRace,RC_All,5;
}
bonus2 bExpAddRace,RC_All,(.@r/2);
Not specified Not specified Not specified |
||||||||||||||||||||||||