Artwork unavailable
RENEWAL / ITEMS
[Not For Sale] Zodiac Boots (Thief) [1]
#470273Armor
Comp_Zodiac_Boots_TF
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
- Assassin, Rogue
- 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,"WM_SEVERE_RAINSTORM_MELEE",15*(.@r/4);
bonus2 bSkillAtk,"ASC_BREAKER",15*(.@r/4);
if (.@r>=9)
bonus bFixedCast,-500;
if (.@r>=11)
bonus bDelayrate,-10;
Equipment sets
Set 1
Set effect
bonus2 bSkillCooldown,"ASC_BREAKER",-100;
bonus bCritical,15*(getequiprefinerycnt(EQI_HAND_R)/4);
Set 2
Set effect
bonus bDelayrate,-15;
bonus bLongAtkRate,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 bDelayrate,-10;
bonus2 bSkillAtk,"ASC_BREAKER",20;
if (.@sum >= 35) {
bonus bNoSizeFix;
}
}
Set 4
Set effect
.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33) {
skill "WM_SEVERE_RAINSTORM",5;
bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-6000;
bonus2 bSkillCooldown,"SC_FEINTBOMB",-1800;
autobonus "{ bonus bDex,200; }",30,10000,BF_WEAPON;
if (.@sum >= 35) {
bonus2 bIgnoreDefRaceRate,RC_All,40;
bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-40;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,-40;
}
}



