Artwork unavailable
RENEWAL / ITEMS
Experience Badge
#312406Card
Experience_Badge
TypeCard
Weight0
Buy price0 z
Sell price0 z
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Trade
Item effect script
.@g = getenchantgrade();
if (BaseLevel<175) {
bonus2 bExpAddRace,RC_All,10;
}
if (BaseLevel>=175) {
bonus2 bExpAddRace,RC_All,4;
}
if (.@g>=ENCHANTGRADE_D) {
bonus2 bExpAddRace,RC_All,1;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bExpAddRace,RC_All,2;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bExpAddRace,RC_All,3;
}
}
}