Basic Info

Name 5592 Sigrun's Wings
Item ID 5592 - Sigruns_Wing
Type Armor
5592
Ear adornments that symbolize rebirth. They have the ability to change its effects depending on the job of the wearer.
-------------------------
If worn by a Swordman, Merchant, Thief or Taekwon Classes, ASPD +1.
-------------------------
If worn by a Mage, Acolyte, Ninja or Soul Linker Classes, MATK +5, Heal effectiveness +2%.
-------------------------
If worn by Archer or Gunslingeres, Long range attack damage +2%.
-------------------------
If worn by Novice Class, MaxHP +120, MaxSP +60.
-------------------------
Class: Headgear
Defense: 2
Location: Middle
Weight: 10
Level Requirement: 1
Jobs: All classes

Details

Weight 10
NPC Buy 20 z
NPC Sell 10 z
Refineable No
Equip Locations Middle Headgear

Stats

Range 0
Defense 2
Attack 0
Magical Attack 0
Weapon Level 0
Slots 0

Restrictions

Level Range Any
Usage None
Trade Can't be dropped / Can't be traded or vended / Can't be sold to NPCs / Can't be placed into Cart / Can't be placed into Guild Storage
Job Class Types Normal / Upper / Baby
Job Classes All Jobs
Gender Any

Scripts

Use Script
if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief||(BaseJob==Job_Taekwon&&Class!=Job_Soul_Linker)) bonus bAspd,1; else if(BaseClass==Job_Mage||BaseClass==Job_Acolyte||Class==Job_Ninja||Class==Job_Soul_Linker) { bonus bMatk,5; bonus bHealPower,2; } else if(BaseClass==Job_Archer||BaseClass==Job_Gunslinger) bonus bLongAtkRate,2; else if(BaseJob==Job_Novice||BaseJob==Job_SuperNovice) { bonus bMaxHP,120; bonus bMaxSP,60; }
Equip Script
None
Unequip Script
None