Viewing Item

#400715: Rising Circlet

Item ID 400715 For Sale No
Identifier Rising_Circlet Credit Price Not For Sale
Name Rising Circlet Type Armor
NPC Buy 0 Weight 0
NPC Sell 0 Weapon Level 0
Range 0 Defense 10
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@max_lvl = min(250,BaseLevel);

2 bonus bMaxHP,500;

3 bonus bMaxSP,200;

4 bonus bMatk,5*(.@max_lvl/15);

5 bonus bBaseAtk,5*(.@max_lvl/15);

6 if (BaseLevel>=100) {

7 bonus bMatkRate,5;

8 bonus bAtkRate,5;

9 }

10 if (BaseLevel>=110) {

11 bonus bFixedCast,-500;

12 }

13 if (BaseLevel>=120) {

14 bonus bAspdRate,10;

15 bonus bVariableCastrate,-10;

16 }

Equip Script None
Unequip Script None