
RENEWAL / ITEMS
Botany Mail [1]
#15122Armor
Botany_Mail
TypeArmor
Equipment positionArmor
GenderBoth
Weight50
Buy price0 z
Sell price0 z
DEF30
Slots1
Required level50
Armor level1
Description
Armor worn by Botanists when collecting rare plants.
Class: Armor
Defense: 30
Weight: 50
Requires Level: 50
Usable By: All Jobs
Increases physical and magical damage on Plant race targets by 3%.
For every upgrade level past the upgrade level of +5,
Increases physical and magical damage on Plant race targets by an additional 1%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus2 bAddRace,RC_Plant,3;
bonus2 bMagicAddRace,RC_Plant,3;
if (.@r>5) {
bonus2 bAddRace,RC_Plant,.@r-5;
bonus2 bMagicAddRace,RC_Plant,.@r-5;
}