Cylinder Boots, броня (Renewal)
Cylinder Boots (CYLINDER_BOOTS) – броня.
Mdef + 10.
MaxHP + 3%, MaxSP + 3%.
Hit + 20 and attack speed + 4% per each level of Cart Boost user learned.
If user learned Special Pharmacy level 10, ignores defense of all race monsters by 100%.
Increases Cart Tornado damage by 10% per each level of Crazy Vines user learned.
Increases physical damage by 4% per each level of Fire Expansion user learned.
If refine rate is 5 or higher, MaxHP + 7%, MaxSP + 7%, reduces casting time of Cart Cannon by 50%, increases Cart Cannon damage by 1% per 2 base level.
If refine rate is 7 or higher, MaxHP + 10%, MaxSP + 10%, reduces casting time of Cart Cannon by 50%, increases Cart Cannon damage by 1% per 2 base level.
―――――――――――――
Def: 12 Mdef: 10
Базовые свойства предмета
- ID: 30429
- Код: CYLINDER_BOOTS
- Тип: броня
- Уровень брони: 1
- Защита: 12
- Требуемый уровень: 100
- Вес: 40
Скрипт
.@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; }