Leo
| Item ID | 4967 | Name | Leo |
|
Increases Attack Speed (decreases After Attack Delay by 3%).
_______________________ When equipped with Nidhogur and Loki Hat: Refine Level of Nidhogur and Loki Hat is +7 or higher: Increases Attack Speed (decreases After Attack Delay by additional 1%). Refine Level of Nidhogur and Loki Hat is +9 or higher: Increases Attack Speed (decreases After Attack Delay by additional 1%). |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Z_Stone_10 | ||
| Attack | 0 | Type | Card - Enchant | ||
| MATK | 0 | Equip Locations | None | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 0 | Min Equip Level | None | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bAspdRate,3; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
if (.@r >= 7) {
bonus bAspdRate,1 + ( .@r >= 9 ) ? 1 : 0;
}
|