ID #450002
Armor
Elemental Booster Robe [1]
Buy Price: N/A
Sell Price: N/A
Special robe prepared for your rapid growth.
It is specialized in some elemental magic attacks.
_______________________
Cannot be refined normally.
_______________________
MATK +100
_______________________
Decreases Variable Casting Time by 5%.
_______________________
For each 2 Refine Levels:
MATK +1%
_______________________
For each 3 Refine Levels:
Decreases Variable Casting Time by additional 1%.
_______________________
Refine Level +7:
MATK +50
_______________________
Refine Level +9:
Decreases Variable Casting Time by additional 5%.
_______________________
Type: Armor
Defense: 80
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 100
It is specialized in some elemental magic attacks.
_______________________
Cannot be refined normally.
_______________________
MATK +100
_______________________
Decreases Variable Casting Time by 5%.
_______________________
For each 2 Refine Levels:
MATK +1%
_______________________
For each 3 Refine Levels:
Decreases Variable Casting Time by additional 1%.
_______________________
Refine Level +7:
MATK +50
_______________________
Refine Level +9:
Decreases Variable Casting Time by additional 5%.
_______________________
Type: Armor
Defense: 80
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 100
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Defense
80
Requirements
Armor Level
1
Min Level
100
Scripts
Script bonus bMatk,100; bonus bVariableCastrate,-5; .@r = getrefine(); if (.@r>=2) { bonus bMatkRate,.@r/2; } if (.@r>=3) { bonus bVariableCastrate,.@r/3*-1; } if (.@r>=7) { bonus bMatk,50; } if (.@r>=9) { bonus bVariableCastrate,-5; }
bonus bMatk,100;
bonus bVariableCastrate,-5;
.@r = getrefine();
if (.@r>=2) {
bonus bMatkRate,.@r/2;
}
if (.@r>=3) {
bonus bVariableCastrate,.@r/3*-1;
}
if (.@r>=7) {
bonus bMatk,50;
}
if (.@r>=9) {
bonus bVariableCastrate,-5;
}