Item ID | 480278 | For Sale | No | |
---|---|---|---|---|
Identifier | Huse_Luk_R_Wing | Credit Price | Not For Sale | |
Name | Garuda Wings | Type | Armor | |
NPC Buy | 0 | Weight | 10 | |
NPC Sell | 0 | Weapon Level | 0 | |
Range | 0 | Defense | 10 | |
Slots | 1 | Refineable | Yes | |
Attack | 0 | Min Equip Level | 70 | |
MATK | 0 | Max Equip Level | None | |
Equip Locations | Garment | |||
Equip Upper | None | |||
Equippable Jobs | None | |||
Equip Gender | Both (Male and Female) | |||
Trade restriction | None | |||
Item Use Script |
1 .@r = getrefine(); 2 bonus bMdef,15; 3 if (BaseJob == Job_Dancer || BaseJob == Job_Rogue || BaseJob == Job_Monk || BaseJob == Job_Assassin) { 4 bonus bBaseAtk,16*(.@r/2); 5 bonus bMatk,16*(.@r/2); 6 bonus2 bExpAddRace,RC_All,6*(.@r/4); 7 if (.@r>=7) { 8 bonus2 bAddClass,Class_All,8; 9 bonus bMatkRate,8; 10 if (.@r>=9) { 11 bonus bShortAtkRate,14; 12 bonus bLongAtkRate,14; 13 bonus2 bMagicAtkEle,Ele_All,14; 14 if (.@r>=13) { 15 bonus2 bIgnoreDefClassRate,Class_Normal,20; 16 bonus2 bIgnoreMdefClassRate,Class_Normal,20; 17 } 18 } 19 } 20 } 21 else { 22 bonus bBaseAtk,8*(.@r/2); 23 bonus bMatk,8*(.@r/2); 24 bonus2 bExpAddRace,RC_All,3*(.@r/4); 25 if (.@r>=7) { 26 bonus2 bAddClass,Class_All,4; 27 bonus bMatkRate,4; 28 if (.@r>=9) { 29 bonus bShortAtkRate,7; 30 bonus bLongAtkRate,7; 31 bonus2 bMagicAtkEle,Ele_All,7; 32 if (.@r>=13) { 33 bonus2 bIgnoreDefClassRate,Class_Normal,10; 34 bonus2 bIgnoreMdefClassRate,Class_Normal,10; 35 } 36 } 37 } 38 } |
|||
Equip Script | None | |||
Unequip Script | None |