Artwork unavailable
RENEWAL / ITEMS
Chemical Badge
#312410Card
Chemical_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_Plant,15;
}
if (BaseLevel>=175) {
bonus2 bExpAddRace,RC_Plant,7;
}
if (.@g>=ENCHANTGRADE_D) {
bonus2 bExpAddRace,RC_Plant,1;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bExpAddRace,RC_Plant,3;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bExpAddRace,RC_Plant,5;
}
}
}