Dual Shadow World Cloak

Item ID 480306 Name Dual Shadow World Cloak
All Basic Stats +5
_______________________
For each 2 Refine Levels:
All Basic Stats +1
_______________________
For each 3 Refine Levels:
ATK +3, ATK +1%, MATK +3, MATK +1%.
_______________________
For each 3 Refine Levels:
Increases Damage against enemies of every size by 3%.
_______________________
Refine Level +9:
ATK +3%, MATK +3%.
Decreases After Skill Delay by 5%.
Decreases Variable Casting Time by 5%.
_______________________
Refine Level +11:
ATK +25, ATK +7%, MATK +25, MATK +7%, ASPD +5%.
_______________________
When equipped with Petal Card:
POW +4
Increases Critical Damage by 20%.
_______________________
When equipped with Menblatt Card:
CRT +4
Increases Ranged Physical Damage by 15%.
_______________________
When equipped with Cenere Card:
CON +4
ASPD +15%
_______________________
When equipped with Antique Book Card:
SPL +4
Increases Magical Damage against enemies of every element by 15%.
_______________________
When equipped with Wakwak Card
STA +4
Increases Physical Damage against enemies of every element by 15%.
_______________________
When equipped with Jejeling Card
WIS +4
MaxHP +20%
_______________________
Type: Garment
Defense: 30
Weight: 20
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier Dual_SW_Cape
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 30 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 20 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bAllStats,5+(.@r/2);
bonus bBaseAtk,3*(.@r/3);
bonus bMatk,3*(.@r/3);
bonus2 bAddClass,Class_All,.@r/3;
bonus bMatkRate,.@r/3;
if (.@r>=9) {
   bonus2 bAddClass,Class_All,3;
   bonus bMatkRate,3;
   bonus bDelayrate,-5;
   bonus bVariableCastrate,-5;
   if (.@r>=11) {
       bonus bBaseAtk,25;
       bonus2 bAddClass,Class_All,7;
       bonus bMatk,25;
       bonus bMatkRate,7;
       bonus bAspdRate,5;
   }
}

Set Script
Petal Card
Dual Shadow World Cloak
bonus bPow,4;
bonus bCritAtkRate,20;
Menblatt Card
Dual Shadow World Cloak
bonus bCrt,4;
bonus bLongAtkRate,15;
Cenere Card
Dual Shadow World Cloak
bonus bCon,4;
bonus bAspdRate,15;
Antique Book Card
Dual Shadow World Cloak
bonus bSpl,4;
bonus2 bMagicAddEle,Ele_All,15;
Wakwak Card
Dual Shadow World Cloak
bonus bSta,4;
bonus2 bAddEle,Ele_All,15;
Jejeling Card
Dual Shadow World Cloak
bonus bWis,4;
bonus bMaxHPrate,20;