
RENEWAL / ITEMS
Skin of Gwiber [1]
#20837Armor
Skin_Of_Gwiber
TypeArmor
Equipment positionGarment
GenderBoth
Weight60
Buy price20 z
Sell price10 z
DEF15
Slots1
Required level100
Armor level1
Description
The skin of a dragon whose scales were as white as snow, but light as a feather.
Class: Garment
Defense: 15
Weight: 60
Requires Level: 100
Usable By: All Jobs
Int + 5
Dex + 5
Mdef + 10
Reduces damage taken from Shadow and Undead property attacks by 5%.
Reduces damage taken from Demon and Undead race enemies by 5%.
If upgrade level is +7 or higher,
Restores 10 SP to the user when a monster is killed by a short-ranged attack.
If upgrade level is +8 or higher,
ATK + 5 for every combined sum of 20 base Int and Dex.
Reduces the cast delay of skills by 1% for every combined sum of 20 base Int and Dex.
If upgrade level is +9 or higher,
Restores an additional 10 SP to the user when a monster is killed by a short-ranged attack.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
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;
}
}
}