0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #470060 Armor

Cylinder Boots

Buy Price: N/A Sell Price: N/A
Boots developed to keep chemicals used for cart maintenance on hand.
The test tubes are made of reinforced material, but be careful when handling it.
_______________________
MDEF +10
MaxHP +3%, MaxSP +3%
_______________________
For each Level of Cart Boost:
HIT +20
Increases Attack Speed (decreases After Attack Delay by 4%).
_______________________
When Level 10 Special Pharmacy is learned:
Ignores physical defense of every race by 100%.
_______________________
For each Level of Crazy Weed:
Increases damage of Cart Tornado by 10%.
_______________________
For each Level of Fire Expansion:
Increases Physical Damage by 4%.
_______________________
Refine Level +5:
MaxHP +7%, MaxSP +7%
Decreases Variable Casting Time of Cart Cannon by 50%.

For each 2 Base Level:
Increases damage of Cart Cannon by 1%.
_______________________
Refine Level +7:
MaxHP +10%, MaxSP +10%
Decreases Variable Casting Time of Cart Cannon by 50%.

For each 2 Base Level:
Increases damage of Cart Cannon by 1%.
_______________________
Type: Shoes
Defense: 12
Weight: 40
Armor Level: 1
_______________________
Requirement:
Base Level 100

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Armor
400
12

Requirements

1
100

Scripts

.@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; }
.@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;
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.