Artwork unavailable
RENEWAL / ITEMS
Sniping Veil [1]
#20857Armor
VeilCoyote
TypeArmor
Equipment positionGarment
GenderBoth
Weight30
Buy price20 z
Sell price10 z
DEF18
Slots1
Required level130
Armor level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- Rebellion
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMdef,10;
bonus bAspdRate,10;
bonus bMaxHPrate,15;
bonus bLongAtkRate,10;
bonus bLongAtkDef,20;
if (getskilllv("RL_AM_BLAST") >= 5)
bonus2 bSkillCooldown,"RL_AM_BLAST",-2000;
if (getskilllv("RL_HAMMER_OF_GOD") >= 5)
bonus2 bSkillCooldown,"RL_HAMMER_OF_GOD",-10000;
if (getskilllv("RL_MASS_SPIRAL") >= 5)
bonus2 bSkillCooldown,"RL_MASS_SPIRAL",-2000;
if (.@r>=7) {
bonus bMaxHPrate,5;
bonus bLongAtkRate,3;
bonus bLongAtkDef,15;
bonus2 bSkillAtk,"RL_MASS_SPIRAL",BaseLevel/3;
bonus2 bSkillAtk,"RL_AM_BLAST",3*(BaseLevel/4);
bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",6*(BaseLevel/5);
}
if (.@r>=9) {
bonus bMaxSPrate,5;
bonus bLongAtkRate,3;
}