ID #20923
Armor
Illusion Goibne Spaulders [1]
Buy Price: N/A
Sell Price: N/A
The first armor made by Goibne. He loved the shoulder straps very much.
_______________________
VIT +1
MDEF +2
_______________________
Refine Level +7:
Increases Physical Damage against enemies of Water, Wind, Earth and Fire elemental by 5%.
_______________________
Refine Level +9:
Increases Physical Damage against enemies of Water, Wind, Earth and Fire elemental by additional 5%.
_______________________
Type: Garment
Defense: 47
Weight: 100
Armor Level: 1
_______________________
Requirement:
Base Level 130
All Jobs except Novice
_______________________
VIT +1
MDEF +2
_______________________
Refine Level +7:
Increases Physical Damage against enemies of Water, Wind, Earth and Fire elemental by 5%.
_______________________
Refine Level +9:
Increases Physical Damage against enemies of Water, Wind, Earth and Fire elemental by additional 5%.
_______________________
Type: Garment
Defense: 47
Weight: 100
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
1000
Defense
47
Job Requirements
All Jobs
Yes
Requirements
Armor Level
1
Min Level
130
Scripts
Script .@r = getrefine(); bonus bMdef,2; bonus bVit,1; if (.@r >= 7) { .@val = 5; if (.@r >= 9) { .@val += 10; } } if (.@val) { bonus2 bAddEle,Ele_Water,.@val; bonus2 bAddEle,Ele_Wind,.@val; bonus2 bAddEle,Ele_Earth,.@val; bonus2 bAddEle,Ele_Fire,.@val; }
.@r = getrefine();
bonus bMdef,2;
bonus bVit,1;
if (.@r >= 7) {
.@val = 5;
if (.@r >= 9) {
.@val += 10;
}
}
if (.@val) {
bonus2 bAddEle,Ele_Water,.@val;
bonus2 bAddEle,Ele_Wind,.@val;
bonus2 bAddEle,Ele_Earth,.@val;
bonus2 bAddEle,Ele_Fire,.@val;
}