
RENEWAL / ITEMS
Cylinder Boots [1]
#470061Armor
Cylinder_Boots_
TypeArmor
Equipment positionFootgear
GenderBoth
Weight40
Buy price0 z
Sell price0 z
DEF12
Slots1
Required level100
Armor level1
Description
Type: Equipment
Class: Shoes
Defense: 12
Weight: 40
Requires Level: 100
MaxHp + 3%
MaxSP + 3%
Hit + 20 for every level of Cart Boost Known
ASPD + 4% for every level of Cart Boost Known
Increased Damage of Cart Tornado 10% for Everyone Level of Crazyweed Known
wATK + 4% every level of Fire Expansion Known
If Pharmacy and Special Pharmacy are both known to level 10 Hard Defense Bypass + 100%
If refined to +9 or higher
Max HP an additional + 7%
Max SP an additional + 7%
Reduced Cast Time of Cart Cannon by 50%
Increase Damage of Cart Canon by 1% for every two base levels
If refined to +12 or higher
Max HP an additional + 3%
Max SP an additional + 3%
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
.@val = getskilllv("GN_CARTBOOST");
bonus bUnbreakableShoes;
bonus bMdef,10;
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus bHit,20*.@val;
bonus bAspdRate,4*.@val;
bonus bAtkRate,4*getskilllv("GN_FIRE_EXPANSION");
bonus2 bSkillAtk,"GN_CART_TORNADO",10*getskilllv("GN_CRAZYWEED");
if (getskilllv("GN_S_PHARMACY") == 10)
bonus bIgnoreDefRace,RC_All;
if (.@r>=5) {
bonus bMaxHPrate,7;
bonus bMaxSPrate,7;
bonus2 bVariableCastrate,"GN_CARTCANNON",-50;
bonus2 bSkillAtk,"GN_CARTCANNON",BaseLevel/2;
}
if (.@r>=7) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus2 bVariableCastrate,"GN_CARTCANNON",-50;
bonus2 bSkillAtk,"GN_CARTCANNON",BaseLevel/2;
}