ID #400715
Armor
Rising Circlet [1]
Buy Price: N/A
Sell Price: N/A
A circlet made for adventurers who participated in the Autumn Academic Festival.
_______________________
MaxHP +500, MaxSP +200.
_______________________
For each 15 Base Level:
ATK +5, MATK +5.
(Applies up to Base Level 250)
_______________________
Base Level at least 100:
ATK +5%, MATK +5%.
_______________________
Base Level at least 110:
Decreases Fixed Casting Time by 0.5 seconds.
_______________________
Base Level at least 120:
Decreases Variable Casting Time by 10%.
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
[Event Effect]
ATK +40, MATK +40
Decreases After Skill Delay by 10%.
Increases Physical Damage by 15%.
Increases Magical Damage with every element by 15%.
Increases experience gained from defeating monsters by 15%.
Increases Damage against monsters of every race, except Players, by 15%.
Increases Damage against monsters of every element and size by 15%.
(Item effects will be deleted when the event ends.)
_______________________
Type: Headgear
Defense: 10
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 100
_______________________
MaxHP +500, MaxSP +200.
_______________________
For each 15 Base Level:
ATK +5, MATK +5.
(Applies up to Base Level 250)
_______________________
Base Level at least 100:
ATK +5%, MATK +5%.
_______________________
Base Level at least 110:
Decreases Fixed Casting Time by 0.5 seconds.
_______________________
Base Level at least 120:
Decreases Variable Casting Time by 10%.
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
[Event Effect]
ATK +40, MATK +40
Decreases After Skill Delay by 10%.
Increases Physical Damage by 15%.
Increases Magical Damage with every element by 15%.
Increases experience gained from defeating monsters by 15%.
Increases Damage against monsters of every race, except Players, by 15%.
Increases Damage against monsters of every element and size by 15%.
(Item effects will be deleted when the event ends.)
_______________________
Type: Headgear
Defense: 10
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 100
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Defense
10
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@max_lvl = min(250,BaseLevel); bonus bMaxHP,500; bonus bMaxSP,200; bonus bMatk,5*(.@max_lvl/15); bonus bBaseAtk,5*(.@max_lvl/15); if (BaseLevel>=100) { bonus bMatkRate,5; bonus bAtkRate,5; } if (BaseLevel>=110) { bonus bFixedCast,-500; } if (BaseLevel>=120) { bonus bAspdRate,10; bonus bVariableCastrate,-10; }
.@max_lvl = min(250,BaseLevel);
bonus bMaxHP,500;
bonus bMaxSP,200;
bonus bMatk,5*(.@max_lvl/15);
bonus bBaseAtk,5*(.@max_lvl/15);
if (BaseLevel>=100) {
bonus bMatkRate,5;
bonus bAtkRate,5;
}
if (BaseLevel>=110) {
bonus bFixedCast,-500;
}
if (BaseLevel>=120) {
bonus bAspdRate,10;
bonus bVariableCastrate,-10;
}