[Not For Sale] Holy White Cloth
| Item ID | 15479 | Name | [Not For Sale] Holy White Cloth |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Comp_Holy_Coat | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Armor | ||
| Defense | 50 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 100 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned | ||
| Item 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;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
if (getequiprefinerycnt(EQI_ARMOR) >= 9) bonus2 bResEff,Eff_Freeze,10000; |