Illusion Goibne Spaulders
| Item ID | 20923 | Name | Illusion Goibne Spaulders |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Goibne_Shoulder_IL | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Garment | ||
| Defense | 47 | Equippable Jobs | All jobs | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 100 | Min Equip Level | 130 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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;
}
|
||||
| Set | Script | ||||||||
|---|---|---|---|---|---|---|---|---|---|
|
bonus bVit,5;
bonus bMaxSPrate,5;
bonus bDef,5;
bonus bMdef,15;
bonus2 bSubEle,Ele_Water,10;
bonus2 bSubEle,Ele_Earth,10;
bonus2 bSubEle,Ele_Fire,10;
bonus2 bSubEle,Ele_Wind,10;
.@hp = 15;
.@r[0] = getequiprefinerycnt(EQI_ARMOR);
.@r[1] = getequiprefinerycnt(EQI_HEAD_TOP);
.@r[2] = getequiprefinerycnt(EQI_GARMENT);
.@r[3] = getequiprefinerycnt(EQI_SHOES);
.@sum = .@r[0]+.@r[1]+.@r[2]+.@r[3];
if (.@r[0] >= 7 && .@r[1] >= 7 && .@r[2] >= 7 && .@r[3] >= 7) {
.@hp += 10;
}
bonus bMaxHPrate,.@hp;
if (.@sum >= 36) {
bonus bFixedCast,-700;
if (.@sum >= 40) {
bonus bDelayrate,-20;
}
}
|
Illusion Goibne Spaulders Dropped By
| Monster ID | Monster Name | Chance | Can be Stolen | Monster Level | Monster Race | Monster Element | Specific Map |
|---|---|---|---|---|---|---|---|
| 20277 | Ancient Wootan Defender | 5% | YES | 169 | Demihuman | Level 0 Neutral | com_d02_i |