ID #15348
Armor
Illusion Goibne Armor [1]
Buy Price: N/A
Sell Price: N/A
A suit of armor that was accidentally enchanted by Goibne the blacksmith when he spilled the mystic ale of life all over it.
_______________________
MaxHP +10%
_______________________
Refine Level +7:
DEF +50
_______________________
Refine Level +9:
DEF +100
_______________________
Type: Armor
Defense: 158
Weight: 350
Armor Level: 1
_______________________
Requirement:
Base Level 130
All Jobs except Novice
_______________________
MaxHP +10%
_______________________
Refine Level +7:
DEF +50
_______________________
Refine Level +9:
DEF +100
_______________________
Type: Armor
Defense: 158
Weight: 350
Armor Level: 1
_______________________
Requirement:
Base Level 130
All Jobs except Novice
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
3500
Defense
158
Job Requirements
All Jobs
Yes
Requirements
Armor Level
1
Min Level
130
Scripts
Script bonus bMaxHPrate,10; .@r = getrefine(); if (.@r >= 9) { bonus bDef,150; } else if (.@r >= 7) { bonus bDef,50; }
bonus bMaxHPrate,10;
.@r = getrefine();
if (.@r >= 9) {
bonus bDef,150;
} else if (.@r >= 7) {
bonus bDef,50;
}