.:Renewal Item Database:.
Search Item By ID
|
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
| Description | Base Level less than 175: Increases experience gained from Plant race monsters by 15%. Base Level at least 175: Increases experience gained from Plant race monsters by 7%. [Bonus by Headgear's Grade] [Grade D]: Experience gained from Plant race monsters +1%. [Grade C]: Experience gained from Plant race monsters +3%. [Grade B]: Experience gained from Plant race monsters +5%. [iRO Description] Not Available |
|---|---|
| Item Script |
expand to view 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; } } } },{},{} |
| Dropped By | No Result |

