
RENEWAL / ITEMS
Cloth of Protection
#19381Armor
Protect_cloth
Item stats
- Weight
- 30
- Armor level
- 1
- Buy price
- 20 z
- Sell price
- 10 z
Usage & restrictions
- Type
- Armor
- Equipment position
- Headgear (Lower)
- Gender
- Both
- Required level
- 90+
- Jobs
- All jobs
- Class tiers
- All tiers
- Refineable
- No
- Trading & storage
- No restrictions
Cloth of Protection description & effects
MaxHP+5%
When equipped with Feathers of Protection,
Increases resistance to Human and Doram Player by 3%
Def+50
mDef+5
VIT+5
Aspd+5%
If the user's base vit is 108 or higher, additional
Def+50
mDef+5
VIT+5
Aspd+5%
If the user's base vit is 120 or higher, additional
Def+100
mDef+10
VIT+10
Class: Headgear
Position: Lower
DEF : 0
Weight: 30
Required Level : 90
Usable By: All Jobs
Item effect script
bonus bMdef,5;
bonus bMaxHPrate,5;
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
bonus bMdef,5;
bonus bDef,50;
bonus bAspdRate,5;
bonus bVit,5;
bonus2 bSubRace,RC_Player_Human,3;
if (readparam(bVit) >= 108) {
bonus bMdef,5;
bonus bDef,50;
bonus bAspdRate,5;
bonus bVit,5;
}
if (readparam(bVit) >= 120) {
bonus bMdef,10;
bonus bDef,100;
bonus bVit,10;
}
Set 2
Set effect
bonus2 bSubSkill,"WL_CRIMSONROCK",30;
bonus2 bSubSkill,"NC_ARMSCANNON",30;
bonus2 bSubSkill,"RA_ARROWSTORM",30;
bonus2 bSubSkill,"SR_HELLGATE",30;
bonus2 bSubSkill,"SU_LUNATICCARROTBEAT",30;
bonus2 bSubSkill,"SU_CN_METEOR",30;









