Artwork unavailable
RENEWAL / ITEMS
Dragoon Badge
#312416Card
Dragoon_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_Dragon,15;
}
if (BaseLevel>=175) {
bonus2 bExpAddRace,RC_Dragon,7;
}
if (.@g>=ENCHANTGRADE_D) {
bonus2 bExpAddRace,RC_Dragon,1;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bExpAddRace,RC_Dragon,3;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bExpAddRace,RC_Dragon,5;
}
}
}