
RENEWAL / ITEMS
Chemical Glove [1]
#28533Armor
ChemicalGlove
TypeArmor
Equipment positionAccessory
GenderBoth
Weight10
Buy price20 z
Sell price10 z
Slots1
Required level20
Armor level1
Description
Make it possible to handle many kinds of chemicals.
Class: Accessory
Weight: 10
Requires Level: 20
Usable By: All Jobs
Hit + 20
Aspd + 5%
Increases the recovery rate of the following consumables by 100%;
Red Potion
Orange Potion
Yellow Potion
White Potion
For every known level of Cart Remodeling;
ATK + 15
Max HP + 2%
Aspd + 1%
Reduces the SP cost of Cart Tornado by 1.
For every base level, increases the damage of Cart Revolution by 1%.
For every 20 base levels, increases the damage of Cart Cannon by 2%.
For every 30 base levels, increases the damage of Cart Tornado by 2%.
Has no effect in WoE TE
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
.@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);