Yggdrasil Herald Crown
| Item ID | 18898 | Name | Yggdrasil Herald Crown |
|
A gorgeous crown made with Trunk of Yggdrasil imbued with the power of Mother Nature to the heralds of Ragnarok Online.
_______________________ All Stat +5 MaxHP +100 MaxSP +50 _______________________ For each Refine Level above +9: MaxHP +1% Decreases Fixed Casting Time by 1%. _______________________ Type: Headgear Defense: 6 Position: Upper Weight: 20 Armor Level: 1 _______________________ Requirement: Base Level 60 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Yggdrasil_Herald_Crown | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 6 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 20 | Min Equip Level | 60 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bAllStats,5;
bonus bMaxHP,100;
bonus bMaxSP,50;
.@r = getrefine();
.@rate = max(.@r,7)-7;
if (.@rate) {
bonus bMaxHPrate,.@rate;
bonus bVariableCastrate,-.@rate;
}
|
||||