Silver Tiara ItemID: 5261 (Silver_Tiara_) |
---|
Type | Armor | Location | Upper-Head | Weight | 50 |
---|
Buy | 20 | Sell | 10 | Pre-/Sufix | |
---|
|
| A head decoration made out of shiny silver with a star in the center. INT + 2 [Magician] Increases MATK bonus according to the wearer's JOB LEVEL. [Acolyte] Decreases SP Consumption according to the wearer's JOB LEVEL. [Archer] Increases Max SP according to the wearer's JOB LEVEL. Class : Headgear Defense : 2 Equipped on : Upper Weight : 50 Applicable Job : Every Job
|
---|
Script: | { bonus bInt,2; if (BaseClass == Job_Mage) bonus bMatkRate,(JobLevel/20); if (Baseclass == Job_Acolyte) bonus bUseSPrate,-(JobLevel/10); if (BaseClass == Job_Archer) bonus bMaxSP,(JobLevel*2); } , { } , { } |
---|
Crafting: | - |
---|
|