Basic Info

Name 19085 Sigrun's Wings[1]
Item ID 19085 - Sigruns_Wing_
Type Armor
19085
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, AGI -2.
If worn by a Mage, Acolyte, Ninja or Soul Linker Classes, MATK +3, Heal effectiveness +1%.
If worn by Archer or Gunslingeres, Long range attack damage +1%.
If worn by Novice Class, MaxHP +60, MaxSP +30.
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 1

Restrictions

Level Range Any
Usage None
Trade None
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; bonus bAgi,-2; } else if(BaseClass==Job_Mage||BaseClass==Job_Acolyte||Class==Job_Ninja||Class==Job_Soul_Linker) { bonus bMatk,3; bonus bHealPower,1; } else if(BaseClass==Job_Archer||BaseClass==Job_Gunslinger) { bonus bLongAtkRate,1; } else if(BaseJob==Job_Novice||BaseJob==Job_SuperNovice) { bonus bMaxHP,60; bonus bMaxSP,30; }
Equip Script
None
Unequip Script
None