Basic Info

Name 29418 Alchemist Essence Lv2
Item ID 29418 - Alchemist_Essence_2
Type Card
29418
For every level in [Potion Research], ATK + 5.
ASPD + 10%.
When using [Potion Pitcher], INT + 7, DEX + 7, LUK + 7, and adds a chance to drop Glistening Coat and Plant Bottle when killing monsters.
For every 2 refines, CRI + 5.

Details

Weight 0
NPC Buy 0 z
NPC Sell 0 z
Refineable No
Equip Locations Upper Headgear + Middle Headgear + Lower Headgear + Armor + Main Hand + Off Hand + Garment + Footgear + Accessory 1 + Accessory 2

Stats

Range 0
Defense 0
Attack 0
Magical Attack 0
Weapon Level 0
Slots 0

Restrictions

Level Range Any
Usage None
Trade None
Job Class Types Normal / Upper / Baby
Job Classes All Jobs
Gender Any

Scripts

Use Script
bonus(bBaseAtk, 5 * getskilllv(AM_LEARNINGPOTION)); bonus(bAspdRate, 10); bonus(bCritical, 5 * (getrefine() / 2)); autobonus3("{ bonus(bInt, 7); bonus(bDex, 7); bonus(bLuk, 7); bonus2(bAddMonsterDropItem, Coating_Bottle, 100); bonus2(bAddMonsterDropItem, MenEater_Plant_Bottle, 100); }", 1000, 60000, AM_POTIONPITCHER, "{ sc_start(SC_CUSTOM_MD_ESSENCE, 60000, 0); }");
Equip Script
None
Unequip Script
sc_end(SC_CUSTOM_MD_ESSENCE);