
RENEWAL / ITEMS
Paracelsus Glove [1]
#490146Armor
Paracelsus_Glove
TypeArmor
Equipment positionAccessory
GenderBoth
Weight10
Buy price0 z
Sell price0 z
Slots1
Required level100
Armor level1
Description
A glove worn by a great alchemist who was not only good at medicine and science, but also magic.
LUK + 7.
Physical damage against all class enemies + 10%.
Increase damage of Cart Tornado by 2% per 3 base level.
When Cart Boost skill level 5,
increases ASPD by 10%.
Recovers HP 100, SP 10 when enemy
is killed using a physical attack.
When Crazy Vines skill level 10,
increases accuracy by 15%.
Increase damage to small, medium, and large monsters
by 2% per 1 skill level of Fire Expansion learned.
SET BONUS
Bear's Power
When a Genetic is equipped with Bear's Power,
increase chance to cast Bear's Power,
MaxHP + 50 per 1 base level.
Type : Accessory Defense : 0
Weight : 1
Required level : 100
Class : All
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Accessory
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- No
- Trade
Item effect 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;