Automatic Orb(Crazy Mandragora)
| Item ID | 310137 | Name | Automatic Orb(Crazy Mandragora) |
|
Increases damage of Crazy Weed by 15%.
Decreases Howling of Mandragora skill cooldown by 0.3 seconds. _______________________ Refine Level +9: Increases damage of Crazy Weed by additional 3%. Decreases Howling of Mandragora skill cooldown by additional 0.3 seconds. _______________________ Refine Level +11: Increases damage of Crazy Weed by additional 7%. Decreases Howling of Mandragora skill cooldown by additional 0.4 seconds. |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Automatic_Orb56 | ||
| Attack | 0 | Type | Card - Enchant | ||
| MATK | 0 | Equip Locations | None | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 0 | Min Equip Level | None | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus2 bSkillCooldown,"GN_MANDRAGORA",-300;
bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",15;
if (.@r>=9) {
bonus2 bSkillCooldown,"GN_MANDRAGORA",-300;
bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",3;
if (.@r>=11) {
bonus2 bSkillCooldown,"GN_MANDRAGORA",-400;
bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",7;
}
}
|
||||