Basic Info

Name 29633 Creator Essence Lv2
Item ID 29633 - CT_2
Type Card
29633
For every level of [Learning Potion], ATK + 5.
ASPD + 10%.
For every other armor refine level, CRI + 5.
For every level of [Full Chemical Protection], ATK + 1%.
Increases [Acid Demonstration] damage by 20%.
When using [Potion Pitcher], LUK + 7, DEX + 7, INT + 7, small chance to drop Plant Bottle and Glistening Coat when killing monsters for 60 seconds.

Details

Weight 1
NPC Buy 20 z
NPC Sell 10 z
Refineable No
Equip Locations Armor

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)); bonus(bAtkRate, getskilllv(CR_FULLPROTECTION)); bonus2(bSkillAtk, CR_ACIDDEMONSTRATION, 20); autobonus3("{ bonus(bLuk, 7); bonus(bDex, 7); bonus(bInt, 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);