ID #18898
Armor
Yggdrasil Herald Crown [1]
Buy Price: N/A
Sell Price: N/A
A gorgeous crown made with Trunk of Yggdrasil imbued with the power of Mother Nature to the heralds of Ragnarok Online.
_______________________
All Basic Stats +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
_______________________
All Basic Stats +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
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
200
Defense
6
Requirements
Armor Level
1
Min Level
60
Scripts
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; }
bonus bAllStats,5;
bonus bMaxHP,100;
bonus bMaxSP,50;
.@r = getrefine();
.@rate = max(.@r,7)-7;
if (.@rate) {
bonus bMaxHPrate,.@rate;
bonus bVariableCastrate,-.@rate;
}