Rainbow Feather Deco
| Item ID | 18821 | Name | Rainbow Feather Deco |
|
A feather decorated with elaborately bright colors to celebrate the 2012 RWC.
_______________________ MATK +1% ATK +1%. _______________________ For each Refine Level above +3: MATK +1% ATK +1%. _______________________ When equipped with RWC Memorial Ring[0]: For each 2 Refine Levels: ATK +1%. _______________________ When equipped with RWC Memorial Pendant[0]: For each 2 Refine Levels: MATK +1% _______________________ Type: Headgear Defense: 5 Position: Upper Weight: 30 Armor Level: 1 _______________________ Requirement: None |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Rainbow_Feather_Deco | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 5 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 30 | Min Equip Level | 1 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | Can't be dropped | ||
| Item Script |
.@r = getrefine(); if (.@r<3) .@r = 1; else .@r = .@r+1; bonus2 bAddClass,Class_All,.@r; bonus bMatkRate,.@r3; |
||||
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
bonus2 bAddClass,Class_All,-(getequiprefinerycnt(EQI_HEAD_TOP)/2); |
||||||
|
bonus2 bAddClass,Class_All,getequiprefinerycnt(EQI_HEAD_TOP)/2; |
||||||
|
bonus2 bAddClass,Class_All,getequiprefinerycnt(EQI_HEAD_TOP)/2; |
||||||
|
bonus bMatkRate,-(getequiprefinerycnt(EQI_HEAD_TOP)/2); |
||||||
|
bonus bMatkRate,getequiprefinerycnt(EQI_HEAD_TOP)/2; |
||||||
|
bonus bMatkRate,getequiprefinerycnt(EQI_HEAD_TOP)/2; |