0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
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

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Armor
1000
47

Job Requirements

Yes

Requirements

1
130

Scripts

.@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;
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.