ID #20943
Armor
Geffen Magic Muffler [1]
Buy Price: N/A
Sell Price: N/A
Rare equipment offered in Collector Kachua's collection list.
It was reported that it was used in the past by Gefen's Archmage, but it was known to have been practiced.
It seems to be related to the equipment that was given at the Geffen Magic Tournament.
_______________________
Decreases Variable Casting Time by 10%.
_______________________
For each 2 Refine Levels:
MATK +10
_______________________
For each 3 Refine Levels:
MATK +1%
_______________________
Refine Level +7:
Increases Magical Damage with every element by 5%.
_______________________
Refine Level +9:
Decreases Variable Casting Time by additional 10%.
_______________________
When equipped with Geffen Magic Robe:
MATK +30
Refine Level of Geffen Magic Robe is +11 or higher:
MATK +40
Decreases Variable Casting Time by additional 20%.
_______________________
When equipped with Magic Intensifier Ring:
Decreases SP Consumption by 5%.
_______________________
Type: Garment
Defense: 20
Weight: 55
Armor Level: 1
_______________________
Requirement:
Base Level 99
It was reported that it was used in the past by Gefen's Archmage, but it was known to have been practiced.
It seems to be related to the equipment that was given at the Geffen Magic Tournament.
_______________________
Decreases Variable Casting Time by 10%.
_______________________
For each 2 Refine Levels:
MATK +10
_______________________
For each 3 Refine Levels:
MATK +1%
_______________________
Refine Level +7:
Increases Magical Damage with every element by 5%.
_______________________
Refine Level +9:
Decreases Variable Casting Time by additional 10%.
_______________________
When equipped with Geffen Magic Robe:
MATK +30
Refine Level of Geffen Magic Robe is +11 or higher:
MATK +40
Decreases Variable Casting Time by additional 20%.
_______________________
When equipped with Magic Intensifier Ring:
Decreases SP Consumption by 5%.
_______________________
Type: Garment
Defense: 20
Weight: 55
Armor Level: 1
_______________________
Requirement:
Base Level 99
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
550
Defense
20
Requirements
Armor Level
1
Min Level
99
Scripts
Script .@r = getrefine(); .@val = -10; bonus bMatk,(10*(.@r/2)); bonus bMatkRate,(.@r/3); if (.@r >= 7) { bonus2 bMagicAtkEle,Ele_All,5; } if (.@r >= 9) { .@val -= 10; } bonus bVariableCastrate,.@val;
.@r = getrefine();
.@val = -10;
bonus bMatk,(10*(.@r/2));
bonus bMatkRate,(.@r/3);
if (.@r >= 7) {
bonus2 bMagicAtkEle,Ele_All,5;
}
if (.@r >= 9) {
.@val -= 10;
}
bonus bVariableCastrate,.@val;