
RENEWAL / ITEMS
Skin of Lindwyrm [1]
#20836Armor
Skin_Of_Lindwurm
Item stats
- DEF
- 15
- Slots
- 1
- Weight
- 60
- Armor level
- 1
- Buy price
- 1,000 z
- Sell price
- 500 z
Usage & restrictions
- Type
- Armor
- Equipment position
- Garment
- Gender
- Both
- Required level
- 100+
- Jobs
- All jobs
- Class tiers
- All tiers
- Refineable
- Yes
- Trading & storage
- No restrictions
Skin of Lindwyrm description & effects
The skin of a dragon whose scales were as strong as steel, but light as a feather.
Class: Garment
Defense: 15
Weight: 60
Requires Level: 100
Usable By: All Jobs
Agi + 5
Vit + 5
Mdef + 10
Reduces damage taken from Water and Fire property attacks by 5%.
Reduces damage taken from Demi-Human, Human Player, and Dragon race enemies by 5%.
If upgrade level is +7 or higher,
Enables Level 1 Hiding.
If upgrade level is +8 or higher,
For every combined sum of 20 base Agi and Vit provides the following,
Max HP + 1%
Reduces the variable casting time of skills by 2%.
If upgrade level is +9 or higher,
Enables Level 1 Cloaking.
Item effect script
bonus bAgiVit,5;
bonus bMdef,10;
bonus2 bSubEle,Ele_Fire,5;
bonus2 bSubEle,Ele_Water,5;
bonus2 bSubRace,RC_Dragon,5;
bonus2 bSubRace,RC_DemiHuman,5;
bonus2 bSubRace,RC_Player_Human,5;
.@r = getrefine();
.@val = (readparam(bAgi)+readparam(bVit))/20;
if (.@r>=7) {
skill "TF_HIDING",1;
if (.@r>=8) {
bonus bMaxHPrate,.@val;
bonus bVariableCastrate,-2*.@val;
if (.@r>=9) {
skill "AS_CLOAKING",1;
}
}
}



