Sagittarius
| Item ID | 4959 | Name | Sagittarius |
|
Increases Ranged Physical Damage by 1%
_______________________ When equipped with Nidhogur and Loki Hat: Refine Level of Nidhogur and Loki Hat is +7 or higher: Increases Ranged Physical Damage by additional 2%. Refine Level of Nidhogur and Loki Hat is +9 or higher: Increases Ranged Physical Damage by additional 1%. |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Z_Stone_2 | ||
| 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 bLongAtkRate,1; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
if (.@r >= 7) {
bonus bLongAtkRate,2 + ( .@r >= 9 ) ? 1 : 0;
}
|