Artwork unavailable
RENEWAL / ITEMS
Helm of the Sands
#400614Armor
Areias_Helm_BR
Item stats
- DEF
- 3
- Weight
- 30
- Armor level
- 1
- Buy price
- 0 z
- Sell price
- 0 z
Usage & restrictions
- Type
- Armor
- Equipment position
- Headgear (Top)
- Gender
- Both
- Required level
- 1+
- Jobs
- All jobs
- Class tiers
- All tiers
- Refineable
- Yes
- Trading & storage
- No restrictions
No description is available. Available properties and effects are shown below.
Item effect script
.@r = getrefine();
bonus bMdef,5;
bonus bDex,2;
bonus2 bSubRace,RC_Player_Doram,10;
bonus2 bSubRace,RC_Player_Human,10;
if (.@r>=7) {
bonus2 bResEff,Eff_Sleep,10000;
if (.@r>=8) {
bonus bVariableCastrate,-15;
if (.@r>=9) {
bonus bHealPower,20;
if (.@r>=10) {
bonus5 bAutoSpell,"NPC_SLOWCAST",5,30,BF_MAGIC|BF_WEAPON,1;
}
}
}
}
TRY IT ON
8 directions · original animationsSee it on your character
Loading character preview…
SouthDrag to rotate
The preview shows appearance; equipment requirements are listed in the item details.
Some additional particle effects use the game client’s internal renderer and are not included in this preview.
Build an outfit with this itemEquipment sets
Set 1
Set effect
.@sum = getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_HAND_R);
bonus bDelayrate,-15;
if (.@sum>=14) {
bonus bLongAtkDef,20;
if (.@sum>=18) {
bonus2 bSubRace,RC_Player_Doram,10;
bonus2 bSubRace,RC_Player_Human,10;
if (.@sum>=22) {
bonus bFixedCast,-500;
}
}
}
