ID #15479
Armor
[Not For Sale] Holy White Cloth [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 50
Weight: 1000
Slots: 1
Armor level: 1
Required level: 100
Defense: 50
Weight: 1000
Slots: 1
Armor level: 1
Required level: 100
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
1000
Defense
50
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bDelayrate,-10; bonus bMdef,10; bonus bHealPower,2; bonus bHealPower2,1; bonus2 bAddItemGroupHealRate,IG_Potion,1; if (.@r>=7) { bonus bHealPower,4; bonus bHealPower2,2; bonus2 bAddItemGroupHealRate,IG_Potion,2; bonus bDef,50; bonus bUnbreakableArmor; } if (.@r>=8) { bonus bHealPower,6; bonus bHealPower2,3; bonus2 bAddItemGroupHealRate,IG_Potion,3; bonus bDef,100; } if (.@r>=9) { bonus bHealPower2,3; bonus2 bAddItemGroupHealRate,IG_Potion,3; bonus bDef,150; bonus2 bResEff,Eff_Stone,5000; }
.@r = getrefine();
bonus bDelayrate,-10;
bonus bMdef,10;
bonus bHealPower,2;
bonus bHealPower2,1;
bonus2 bAddItemGroupHealRate,IG_Potion,1;
if (.@r>=7) {
bonus bHealPower,4;
bonus bHealPower2,2;
bonus2 bAddItemGroupHealRate,IG_Potion,2;
bonus bDef,50;
bonus bUnbreakableArmor;
}
if (.@r>=8) {
bonus bHealPower,6;
bonus bHealPower2,3;
bonus2 bAddItemGroupHealRate,IG_Potion,3;
bonus bDef,100;
}
if (.@r>=9) {
bonus bHealPower2,3;
bonus2 bAddItemGroupHealRate,IG_Potion,3;
bonus bDef,150;
bonus2 bResEff,Eff_Stone,5000;
}