ID #490146
Armor
Paracelsus Glove [1]
Buy Price: N/A
Sell Price: N/A
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
_______________________
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
Basic Information
Type
Armor
Weight
100
Requirements
Armor Level
1
Min Level
100
Scripts
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;
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;