Viewing Item

#15897: Rebirth Crown

Item ID 15897 For Sale No
Identifier Rebirth_Circlet Credit Price Not For Sale
Name Rebirth Crown Type Armor
NPC Buy 20 Weight 60
NPC Sell 10 Weapon Level 0
Range 0 Defense 12
Slots 1 Refineable Yes
Attack 0 Min Equip Level 130
MATK 0 Max Equip Level None
Description One of the seven magical items that Mare possesses.
The witch's magical item gained a new form and soul through the princess's prayer.
The wearer's abilities blossom and they can draw forth glorious events from the future.
_______________________
MDEF +15
_______________________
For each Refine Level:
Increases resistance to Stone Curse status by 10%.
Decreases After Skill Delay by 3%.
_______________________
Refine Level +7:
Increases Magical Damage against monsters of every element by 15%.
Decreases Comet skill cooldown by 40 seconds.
_______________________
Refine Level +9:
Increases Magical Damage against monsters of every element by additional 15%.
Decreases Comet skill cooldown by additional 45 seconds.
_______________________
Refine Level +10:
For each 10 combined sum of base INT and DEX:
Increases Magical Damage with Neutral element by 1%.
When equipped by Warlock:
Enables the use of Level 1 Spider Web.
_______________________
When equipped with Lapine Shield:
The cooldown time reduction effect of Rebirth Crown's for Comet will not be activated.
_______________________
Type: Headgear
Defense: 12
Position: Upper
Weight: 60
Armor Level: 1
_______________________
Requirement:
Base Level 130
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r

2 =

3 getrefine();

4 bonus

5 bMdef,15;

6 bonus2

7 bResEff,Eff_Stone,1000*.@r;

8 bonus

9 bDelayrate,-3*.@r;

10 if

11 (.@r

12 =7)

13 {

14 bonus2

15 bMagicAddEle,Ele_All,15;

16 bonus2

17 bSkillCooldown,"WL_COMET",-40000;

18 }

19 if

20 (.@r

21 =9)

22 {

23 bonus2

24 bMagicAddEle,Ele_All,15;

25 bonus2

26 bSkillCooldown,"WL_COMET",-45000;

27 }

28 if

29 (.@r

30 =10)

31 {

32 bonus2

33 bMagicAtkEle,Ele_Neutral,(readparam(bInt)+readparam(bDex))/10;

34 if

35 (eaclass()&EAJL_THIRD

36 &&

37 BaseJob

38 ==

39 Job_Wizard)

40 skill

41 "PF_SPIDERWEB",1;

42 }

Equip Script None
Unequip Script None