Paracelsus Glove
| Item ID | 490146 | Name | Paracelsus Glove |
|
Gloves worn by a great alchemist who was skilled not only in medicine and science but also in magic.
_______________________ STR +7 _______________________ Increases Physical Damage by 10%. _______________________ For each 2 Base Level: Increases damage of Cart Cannon and Cart Tornado by 1%. _______________________ When Level 5 Cart Boost is learned: Increases Attack Speed (decreases After Attack Delay by 10%). MaxHP +15% _______________________ When Level 10 Crazy Weed is learned: Restores 3 SP when performating physical attacks. _______________________ When Level 5 Fire Expansion is learned: Increases Physical Damage against monsters of every size by 10%. _______________________ When equipped by Genetic classes: When equipped with Overlord: Enables unlimited effect of Endure. When using Cart Tornado: Perfect HIT +100% for 3 seconds. _______________________ Type: Accessory Defense: 0 Weight: 10 Armor Level: 1 _______________________ Requirement: Base Level 100 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Paracelsus_Glove | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Left/Right | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 10 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bStr,7;
bonus bAtkRate,10;
bonus2 bSkillAtk,"GN_CARTCANNON",(BaseLevel/2);
bonus2 bSkillAtk,"GN_CART_TORNADO",(BaseLevel/2);
if (getskilllv("GN_CARTBOOST") == 5) {
bonus bAspdRate,15;
bonus bMaxHPrate,15;
}
if (getskilllv("GN_CRAZYWEED") == 10)
bonus bSPDrainValue,3;
if (getskilllv("GN_FIRE_EXPANSION") == 5)
bonus2 bAddSize,Size_All,10;
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) {
bonus bNoWalkDelay;
autobonus3 "{ bonus bPerfectHitAddRate,100; }",50,3000,"GN_CART_TORNADO";
/*Unknow Rate*/
}
|