ID #480409
Armor
[Not For Sale] 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(); bonus bMaxHPrate,10; bonus bCritAtkRate,5; if (.@r>=7) { bonus bCritical,5; bonus bCritAtkRate,5; if (.@r>=9) { bonus bCritical,10; bonus bCritAtkRate,10; if (.@r>=11) { bonus bCritical,20; bonus bCritAtkRate,20; if (.@r>=13) { bonus bCritical,30; bonus bCritAtkRate,30; } } } }
.@r = getrefine();
bonus bMaxHPrate,10;
bonus bCritAtkRate,5;
if (.@r>=7) {
bonus bCritical,5;
bonus bCritAtkRate,5;
if (.@r>=9) {
bonus bCritical,10;
bonus bCritAtkRate,10;
if (.@r>=11) {
bonus bCritical,20;
bonus bCritAtkRate,20;
if (.@r>=13) {
bonus bCritical,30;
bonus bCritAtkRate,30;
}
}
}
}