ID #480023
Armor
Arabian Manteau [1]
Buy Price: N/A
Sell Price: N/A
A cloak that looks like something an Arabian woman would wear.
_______________________
Indestructible in battle
_______________________
MaxHP +10%
_______________________
Increases Critical Damage by 5%.
_______________________
Refine Level +8:
Critical +5
Increases Critical Damage by an additional 5%.
_______________________
Refine Level +9:
Critical +10
Increases Critical Damage by an additional 20%.
_______________________
Refine Level +10:
Critical +20
Increases Critical Damage by an additional 30%.
_______________________
Refine Level +11:
Critical +30
Increases Critical Damage by an additional 50%.
_______________________
When equipped with Ifrit Card:
Decreases damage taken from Fire elemental attacks by 100%.
Decreases damage taken from Critical Slash by 100%.
_______________________
When equipped with Sealed Ifrit Card:
Decreases damage taken from Fire elemental attacks by 30%.
Decreases damage taken from Critical Slash by 30%.
_______________________
Type: Garment
Defense: 10
Weight: 30
Armor Level: 1
_______________________
Requirement:
Base Level 100
_______________________
Indestructible in battle
_______________________
MaxHP +10%
_______________________
Increases Critical Damage by 5%.
_______________________
Refine Level +8:
Critical +5
Increases Critical Damage by an additional 5%.
_______________________
Refine Level +9:
Critical +10
Increases Critical Damage by an additional 20%.
_______________________
Refine Level +10:
Critical +20
Increases Critical Damage by an additional 30%.
_______________________
Refine Level +11:
Critical +30
Increases Critical Damage by an additional 50%.
_______________________
When equipped with Ifrit Card:
Decreases damage taken from Fire elemental attacks by 100%.
Decreases damage taken from Critical Slash by 100%.
_______________________
When equipped with Sealed Ifrit Card:
Decreases damage taken from Fire elemental attacks by 30%.
Decreases damage taken from Critical Slash by 30%.
_______________________
Type: Garment
Defense: 10
Weight: 30
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
300
Defense
10
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); .@cri = 0; .@criatk = 5; bonus bMaxHPrate,10; if (.@r >= 7) { .@cri += 5; .@criatk += 5; } if (.@r >= 8) { .@cri += 10; .@criatk += 20; } if (.@r >= 9) { .@cri += 20; .@criatk += 30; } if (.@r >= 10) { .@cri += 30; .@criatk += 50; } bonus bCritical,.@cri; bonus bCritAtkRate,.@criatk;
.@r = getrefine();
.@cri = 0;
.@criatk = 5;
bonus bMaxHPrate,10;
if (.@r >= 7) {
.@cri += 5;
.@criatk += 5;
}
if (.@r >= 8) {
.@cri += 10;
.@criatk += 20;
}
if (.@r >= 9) {
.@cri += 20;
.@criatk += 30;
}
if (.@r >= 10) {
.@cri += 30;
.@criatk += 50;
}
bonus bCritical,.@cri;
bonus bCritAtkRate,.@criatk;