ID #24770
ShadowGear
Experience Shadow Weapon
Buy Price: N/A
Sell Price: N/A
A pair of gloves that can draw the wearer's potential ability.
_______________________
Base Level less than 175:
Increases experience gained from defeating monsters by 20%.
_______________________
Base Level at least 100:
Increases experience gained from defeating monsters by 10%.
_______________________
For each 2 Refine Levels:
Increases experience gained from defeating monsters additional by 1%.
_______________________
Refine Level +10:
Increases experience gained from defeating monsters additional by 5%.
_______________________
Type: Shadow Weapon
_______________________
Requirement: None
_______________________
Base Level less than 175:
Increases experience gained from defeating monsters by 20%.
_______________________
Base Level at least 100:
Increases experience gained from defeating monsters by 10%.
_______________________
For each 2 Refine Levels:
Increases experience gained from defeating monsters additional by 1%.
_______________________
Refine Level +10:
Increases experience gained from defeating monsters additional by 5%.
_______________________
Type: Shadow Weapon
_______________________
Requirement: None
Available from boxes
Equipment Reform
Available through the reform system Shadow_Changer_NPC
Basic Information
Type
ShadowGear
Acquisition method
Equipment reform
Scripts
Script .@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);
.@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);