ID #480306
Armor
Dual Shadow World Cloak [1]
Buy Price: N/A
Sell Price: N/A
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:
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
_______________________
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:
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
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
200
Defense
30
Requirements
Armor Level
1
Min Level
100
Scripts
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; } }
.@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;
}
}