Fairy Cloth
| Item ID | 20907 | Name | Fairy Cloth |
|
A beautiful cloth woven with fairy wings.
Beautifully decorated brooches are said to bring out the power of the four elements. _______________________ MDEF +10 _______________________ Perfect Dodge +8 _______________________ Decreases damage taken from Demi-Human race monstery by 5%. _______________________ Refine Level +5: Perfect Dodge +10 DEF +50, MDEF +5 _______________________ Refine Level +7: Perfect Dodge +10 DEF +50, MDEF +5 _______________________ When compounded with Jakk Card: Decreases damage taken from Fire elemental attacks by 45%. _______________________ When compounded with Dustiness Card: Decreases damage taken from Wind elemental attacks by 45%. _______________________ When compounded with Hode Card: Decreases damage taken from Earth elemental attacks by 45%. _______________________ When compounded with Mars Card: Decreases damage taken from Water elemental attacks by 45%. _______________________ When compounded with Choco Card: Perfect Dodge -5 _______________________ Type: Garment Defense: 12 Weight: 90 Armor Level: 1 _______________________ Requirement: Base Level 100 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Fairy_Cloth | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Garment | ||
| Defense | 12 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 90 | Min Equip Level | 100 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bMdef,10;
bonus bFlee2,8;
bonus2 bSubRace,RC_DemiHuman,5;
if (.@r>=5) {
bonus bFlee2,10;
bonus bDef,50;
bonus bMdef,5;
}
if (.@r>=7) {
bonus bFlee2,10;
bonus bDef,50;
bonus bMdef,5;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bSubEle,Ele_Fire,45; |
||||
|
bonus2 bSubEle,Ele_Wind,45; |
||||
|
bonus2 bSubEle,Ele_Earth,45; |
||||
|
bonus2 bSubEle,Ele_Water,45; |
||||
|
bonus bFlee2,-5; |