Zodiac Boots (Thief)
| Item ID | 470272 | Name | Zodiac Boots (Thief) |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Zodiac_Boots_TF | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Footgear | ||
| Defense | 60 | Equippable Jobs | Assassin, Rogue | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 90 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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; |
||||
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
bonus2 bSkillCooldown,"ASC_BREAKER",-100; bonus bCritical,15*(getequiprefinerycnt(EQI_HAND_R)/4); |
||||||
|
bonus bDelayrate,-15; bonus bLongAtkRate,15*(getequiprefinerycnt(EQI_HAND_R)/4); |
||||||
|
.@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;
}
}
|
||||||
|
.@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;
}
}
|