
RENEWAL / ITEMS
Elemental Robe
#15177Armor
Robe_Of_Elemental
TypeArmor
Equipment positionArmor
GenderBoth
Weight50
Buy price0 z
Sell price0 z
DEF40
Required level100
Armor level1
Description
A robe imbued with the power of nature.
Class: Armor
Defense: 40
Property: Neutral
Weight: 50
Required Level: 100
Required Jobs: Sorcerer
MATK + 5 per 2 upgrade levels of the item.
Aspd + 10%
If upgrade level is +9 or higher,
Adds a 5% chance of casting Level 5 Thunder Storm on the target when performing a short-ranged attack, if a higher level of this skill is known, it will be cast instead.
Set Bonus
Elemental Cape
Elemental Origin
Elemental Robe
Adds a 5% chance of casting Level 5 Fire Ball on the target when performing a magical attack, if a higher level of this skill is known, it will be cast instead.
Adds a 100% chance of buffing the user for 1 minute when using Double Bolt; MATK + 50.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- Sage
- Yes
- Classes
- All Third
- Yes
- Fourth
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bAspdRate,10;
bonus bMatk,5*(.@r/2);
if (.@r>=9)
bonus3 bAutoSpell,"MG_THUNDERSTORM",max(5,getskilllv("MG_THUNDERSTORM")),50;