Bloody Dress
| Item ID | 15409 | Name | Bloody Dress |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Bloody_Dress | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Armor | ||
| Defense | 40 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 50 | Min Equip Level | 90 | ||
| NPC Buy | 10 | Max Equip Level | None | ||
| NPC Sell | 5 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bMdef,5;
bonus bMatk,10;
bonus bDex,3;
bonus2 bSubRace,RC_Player_Human,7;
if (.@r>=7) {
bonus bAspdRate,10;
bonus bDelayrate,-10;
}
if (.@r>=8)
bonus bUnbreakableArmor;
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_ARMOR); .@a = getequiprefinerycnt(EQI_HEAD_TOP); bonus bMatk,20*.@r; bonus bAllStats,.@r; if (.@a >= 7) bonus2 bMagicAddClass,Class_Boss,15; if (.@a >= 9) bonus2 bMagicAddClass,Class_Boss,15; |
||||
|
bonus bBaseAtk,50; bonus bMatk,50; bonus bAspd,1; bonus5 bAutoSpell,"WL_SOULEXPANSION",1,60,BF_WEAPON,1; bonus5 bAutoSpell,"WL_TELEKINESIS_INTENSE",1,60,BF_MAGIC,0; bonus5 bAutoSpellWhenHit,"AL_HEAL",5,60,BF_WEAPON|BF_MAGIC,0; |