Taurus
| Item ID | 4963 | Name | Taurus |
|
ATK +4
HIT +1 _______________________ When equipped with Nidhogur and Loki Hat: Refine Level of Nidhogur and Loki Hat is +7 or higher: ATK +4 HIT +3 Refine Level of Nidhogur and Loki Hat is +9 or higher: ATK +2 HIT +1 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Z_Stone_6 | ||
| 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 bBaseAtk,4; bonus bHit,1; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
if (.@r >= 7) {
bonus bBaseAtk,4 + ( .@r >= 9 ) ? 2 : 0;
bonus bHit,3 + ( .@r > 9 ) ? 1 : 0;
}
|