ID #28533
Armor
Chemical Glove [1]
Buy Price: N/A
Sell Price: N/A
Gloves to wear to handle chemicals.
Can handle various chemicals.
_______________________
HIT +20
_______________________
Increases Attack Speed (decreases After Attack Delay by 5%).
Increases HP Recovery Amount of Red Potion, Orange Potion, Yellow Potion and White Potion by 100%.
_______________________
For each Level of Cart Remodeling:
ATK +15
Increases Attack Speed (decreases After Attack Delay by additional 1%).
MaxHP +2%
Decreases SP Consumption of Cart Tornado by 1.
_______________________
For each Base Level:
Increases damage of Cart Revolution by 1%.
_______________________
For each 20 Base Level:
Increases damage of Cart Cannon by 2%.
_______________________
For each 20 Base Level:
Increases damage of Cart Tornado by 2%.
_______________________
Type: Accessory
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 20
Can handle various chemicals.
_______________________
HIT +20
_______________________
Increases Attack Speed (decreases After Attack Delay by 5%).
Increases HP Recovery Amount of Red Potion, Orange Potion, Yellow Potion and White Potion by 100%.
_______________________
For each Level of Cart Remodeling:
ATK +15
Increases Attack Speed (decreases After Attack Delay by additional 1%).
MaxHP +2%
Decreases SP Consumption of Cart Tornado by 1.
_______________________
For each Base Level:
Increases damage of Cart Revolution by 1%.
_______________________
For each 20 Base Level:
Increases damage of Cart Cannon by 2%.
_______________________
For each 20 Base Level:
Increases damage of Cart Tornado by 2%.
_______________________
Type: Accessory
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 20
Basic Information
Type
Armor
Weight
100
Requirements
Armor Level
1
Min Level
20
Scripts
Script .@s = getskilllv("GN_REMODELING_CART"); bonus bHit,20; bonus bAspdRate,5+.@s; bonus bBaseAtk,15*.@s; bonus bMaxHPrate,2*.@s; bonus2 bSkillUseSP,"GN_CART_TORNADO",.@s; bonus2 bAddItemHealRate,501,100; bonus2 bAddItemHealRate,502,100; bonus2 bAddItemHealRate,503,100; bonus2 bAddItemHealRate,504,100; bonus2 bSkillAtk,"MC_CARTREVOLUTION",BaseLevel; bonus2 bSkillAtk,"GN_CARTCANNON",2*(BaseLevel/20); bonus2 bSkillAtk,"GN_CART_TORNADO",2*(BaseLevel/30);
.@s = getskilllv("GN_REMODELING_CART");
bonus bHit,20;
bonus bAspdRate,5+.@s;
bonus bBaseAtk,15*.@s;
bonus bMaxHPrate,2*.@s;
bonus2 bSkillUseSP,"GN_CART_TORNADO",.@s;
bonus2 bAddItemHealRate,501,100;
bonus2 bAddItemHealRate,502,100;
bonus2 bAddItemHealRate,503,100;
bonus2 bAddItemHealRate,504,100;
bonus2 bSkillAtk,"MC_CARTREVOLUTION",BaseLevel;
bonus2 bSkillAtk,"GN_CARTCANNON",2*(BaseLevel/20);
bonus2 bSkillAtk,"GN_CART_TORNADO",2*(BaseLevel/30);