Renewal
.:Item Database:.

Coldproof Potion    Item ID# 12119 (Resist_Water)
Type
Usable Item
Class
n/a
Buy
2z
Sell
1z
Weight
1
Applicable Jobs
Every Job
Description
A potion that will temporarily increase the user's resistance to the Water Property at the cost of increasing damage from the Wind Property for the potion's active duration.

Water resistances +20%.
Wind resistance -15%.
Duration: 20 minutes
Item Script
{ sc_start4 SC_ARMOR_ELEMENT_WATER,1200000,20,0,0,-15; },{},{}
Dropped By No Result

Earthproof Potion    Item ID# 12120 (Resist_Earth)
Type
Usable Item
Class
n/a
Buy
2z
Sell
1z
Weight
1
Applicable Jobs
Every Job
Description
A potion that will temporarily increase the user's resistance to the Earth Property at the cost of increasing damage from the Fire Property for the potion's active duration.

Earth resistances +20%.
Fire resistance -15%.
Duration: 20 minutes
Item Script
{ sc_start4 SC_ARMOR_ELEMENT_EARTH,1200000,0,20,-15,0; },{},{}
Dropped By No Result

Fireproof Potion    Item ID# 12118 (Resist_Fire)
Type
Usable Item
Class
n/a
Buy
2z
Sell
1z
Weight
1
Applicable Jobs
Every Job
Description
A potion that will temporarily increase the user's resistance to the Fire Property at the cost of increasing damage from the Water Property for the potion's active duration.

Fire resistances +20%.
Water resistance -15%.
Duration: 20 minutes
Item Script
{ sc_start4 SC_ARMOR_ELEMENT_FIRE,1200000,-15,0,20,0; },{},{}
Dropped By No Result

Thunderproof Potion    Item ID# 12121 (Resist_Wind)
Type
Usable Item
Class
n/a
Buy
2z
Sell
1z
Weight
1
Applicable Jobs
Every Job
Description
A potion that will temporarily increase the user's resistance to the Wind Property at the cost of increasing damage from the Earth Property for the potion's active duration.

Wind resistances +20%.
Earth resistance -15%.
Duration: 20 minutes
Item Script
{ sc_start4 SC_ARMOR_ELEMENT_WIND,1200000,0,-15,0,20; },{},{}
Dropped By No Result

back to top