Artwork unavailable
RENEWAL / ITEMS
[Not For Sale] Zodiac Boots (Merchant) [1]
#470268Armor
Comp_Zodiac_Boots_MC
Item stats
- DEF
- 60
- Slots
- 1
- Weight
- 90
- Armor level
- 1
- Buy price
- 0 z
- Sell price
- 0 z
Usage & restrictions
- Type
- Armor
- Equipment position
- Footgear
- Gender
- Both
- Required level
- 100+
- Jobs
- Alchemist, Blacksmith
- Class tiers
- All Third, Fourth
- Refineable
- Yes
- Trading & storage
- Restricted: Dropping, Trading, Cart storage, Guild storage, Mail, Auction
No description is available. Available properties and effects are shown below.
Item effect script
.@r = getrefine();
bonus bBaseAtk,50+(10*(.@r/2));
bonus bAtkRate,.@r/2;
bonus2 bSkillAtk,"NC_ARMSCANNON",15*(.@r/4);
bonus2 bSkillAtk,"GN_CARTCANNON",15*(.@r/4);
if (.@r>=9)
bonus bFixedCast,-500;
if (.@r>=11)
bonus bDelayrate,-10;
Equipment sets
Set 1
Set effect
bonus bLongAtkRate,20;
bonus2 bSkillAtk,"NC_ARMSCANNON",15*(getequiprefinerycnt(EQI_HAND_R)/4);
Set 2
Set effect
bonus bLongAtkRate,20;
bonus2 bSkillAtk,"GN_CARTCANNON",15*(getequiprefinerycnt(EQI_HAND_R)/4);
Set 3
Set effect
.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33) {
bonus bLongAtkRate,30;
if (.@sum >= 35) {
bonus bDelayrate,-10;
bonus2 bVariableCastrate,"NC_ARMSCANNON",-50;
}
}
Set 4
Set effect
.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33)
bonus bLongAtkRate,30;
if (.@sum >= 35)
bonus2 bVariableCastrate,"GN_CARTCANNON",-100;



