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 #20837 Armor

Skin of Gwiber [1]

Buy Price: N/A Sell Price: N/A
The skin of a dragon whose scales were as white as snow, but light as a feather.
_______________________
INT +5
DEX +5
MDEF +10
_______________________
Decreases damage taken from Shadow and Undead elemental attacks by 5%.
Decreases damage taken from Demon and Undead race by 5%.
_______________________
Refine Level +7:
Restores 10 SP when defeating monster with physical attack.
_______________________
Refine Level +8:
Every combined sum of 20 base INT and DEX:
ATK +5
Decreases After Skill Delay by 1%.
_______________________
Refine Level +9:
Restores 10 SP when defeating monster with physical attack.
_______________________
Type: Garment
Defense: 15
Weight: 60
Armor Level: 1
_______________________
Requirement:
Base Level 100

Equipment Slots

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

Basic Information

Armor
600
15

Requirements

1
100

Scripts

bonus bInt,5; bonus bDex,5; bonus bMdef,10; bonus2 bSubEle,Ele_Dark,5; bonus2 bSubEle,Ele_Undead,5; bonus2 bSubRace,RC_Demon,5; bonus2 bSubRace,RC_Undead,5; .@r = getrefine(); .@val = (readparam(bInt)+readparam(bDex))/20; if (.@r>=7) { bonus bSPGainValue,10; if (.@r>=8) { bonus bBaseAtk,5*.@val; bonus bDelayrate,-1*.@val; if (.@r>=9) { bonus bSPGainValue,10; } } }
bonus bInt,5;
bonus bDex,5;
bonus bMdef,10;
bonus2 bSubEle,Ele_Dark,5;
bonus2 bSubEle,Ele_Undead,5;
bonus2 bSubRace,RC_Demon,5;
bonus2 bSubRace,RC_Undead,5;
.@r = getrefine();
.@val = (readparam(bInt)+readparam(bDex))/20;
if (.@r>=7) {
   bonus bSPGainValue,10;
   if (.@r>=8) {
      bonus bBaseAtk,5*.@val;
      bonus bDelayrate,-1*.@val;
      if (.@r>=9) {
         bonus bSPGainValue,10;
      }
   }
}
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.