Celine's Brooch

Item ID 28513 Name Celine's Brooch
An exquisite brooch made by top class craftsman. It was belong to Celine for a long time.
_______________________
ASPD +1
MaxHP +500
MaxSP +250
MATK +5%
_______________________
Decreases Variable Casting Time by 10%.
_______________________
When equipped with Celine's Ribbon:
For each Refine Level of Celine's Ribbon:
All Basic Stats +1.
Decreases Fixed Casting Time by 50%.
Increases Magical Damage against monsters of Boss class by 10%.

Refine Level +7:
Increases Magical Damage against monsters of Boss class by additional 20%.
Decreases damage taken from Demi-Human race by 10%.

Refine Level +9:
Increases Magical Damage against monsters of Boss class by additional 20%.
Decreases damage taken from Demi-Human race by additional 2%.
_______________________
When equipped with Lush Rose:
For each Refine Level of Lush Rose:
All Basic Stats +1.
Decreases Fixed Casting Time by 50%.

Refine Level +7:
Increases Magical Damage against monsters of Boss class by 20%.
_______________________
When equipped with Evil Thread Glove:
ATK +50
MATK +50
ASPD +2
Random chance to auto-cast Level 1 Earth Grave on the target when dealing physical attacks.
Random chance to auto-cast Level 1 Varetyr Spear on the target when dealing physical attacks.
Random chance to auto-cast Level 1 Recognized Spell on wearer when dealing magical attacks.
Random chance to auto-cast Level 3 Quaqmire on attacker when attacked by physical or magical attacks.
_______________________
Type: Accessory
Weight: 50
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier Celine_Brooch
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 50 Min Equip Level 100
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bMaxHP,500;
bonus bMaxSP,250;
bonus bMatkRate,5;
bonus bAspd,1;
bonus bVariableCastrate,-10;

Set Script
Celine's Brooch
Lush Rose
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
.@a = min(.@r,10);
bonus bAllStats,.@a;
bonus bFixedCastrate,-50;
if (.@r >= 7) {
   bonus2 bMagicAddClass,Class_Boss,20;
}
Celine's Brooch
Celine's Ribbon
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bAllStats,.@r;
bonus2 bMagicAddClass,Class_Boss,10;
bonus bFixedCastrate,-50;
if (.@r >= 7) {
   bonus2 bMagicAddClass,Class_Boss,20;
   bonus2 bSubRace,RC_DemiHuman,10;
   bonus2 bSubRace,RC_Player_Human,10;
}
if (.@r >= 9) {
   bonus2 bMagicAddClass,Class_Boss,20;
   bonus2 bSubRace,RC_DemiHuman,2;
   bonus2 bSubRace,RC_Player_Human,2;
}
Celine's Brooch
Evil Spirit Gloves
bonus bBaseAtk,50;
bonus bMatk,50;
bonus bAspd,2;
bonus3 bAutoSpell,"SO_EARTHGRAVE",1,20;
bonus3 bAutoSpell,"SO_VARETYR_SPEAR",1,20;
bonus3 bAutoSpell,"WL_RECOGNIZEDSPELL",1,10;
bonus3 bAutoSpell,"WZ_QUAGMIRE",3,50;
Record of Wrath (Mage)
Celine's Brooch
bonus2 bMagicAddClass,Class_Boss,-50;
Celine's Brooch
Celine's Dress-LT
.@r = getequiprefinerycnt(EQI_ARMOR);
bonus bMatk,8*.@r;
if (.@r>=9) {
   bonus2 bMagicAtkEle,Ele_Earth,10;
   bonus2 bMagicAtkEle,Ele_Fire,10;
   bonus2 bMagicAtkEle,Ele_Poison,10;
   bonus2 bMagicAtkEle,Ele_Water,10;
   bonus2 bMagicAtkEle,Ele_Wind,10;
   if (.@r>=11) {
       bonus2 bMagicAddEle,Ele_All,10;
   }
}
Celine's Brooch
Celine Kimi Pendant
bonus2 bMagicAddEle,Ele_All,25;