Demon Sheep's Roar
| Item ID | 29141 | Name | Demon Sheep's Roar |
|
Random chance to transform user to Demon Baphomet for 5 seconds when dealing physical attacks.
During transformation: Random chance to auto-cast Level 6 Hell's Judgement when dealing physical attacks. _______________________ When equipped with Crescent Scythe: Random chance to auto-cast learned Level of 9Holy Cross when dealing physical attacks. For each Refine Level: ATK +15 Increases Attack Speed (decreases After Attack Delay by 5%). Refine Level +10: Endow equipped weapon with 3x3 splash damage. _______________________ When equipped with Illusion Tae Goo Lyeon: Random chance to auto-cast learned Level of Spiral Pierce when dealing physical attacks. For each Refine Level: ATK +15 Increases Attack Speed (decreases After Attack Delay by 5%). Refine Level +10: Endow equipped weapon with 3x3 splash damage. |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Roar_Of_Baphomet | ||
| Attack | 0 | Type | Card - Enchant | ||
| MATK | 0 | Equip Locations | None | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 0 | Min Equip Level | None | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
autobonus "{ bonus3 bAutoSpell,\"NPC_HELLJUDGEMENT\",6,1000; }",8,5000,BF_WEAPON,"{ active_transform 1929,5000; }";
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus3 bAutoSpell,"CR_HOLYCROSS",getskilllv("CR_HOLYCROSS"),400;
bonus bBaseAtk,15*.@r;
bonus bAspdRate,5*.@r;
if (.@r>=10)
bonus bSplashRange,1;
|
||||
|
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus3 bAutoSpell,"CR_HOLYCROSS",getskilllv("CR_HOLYCROSS"),400;
bonus bBaseAtk,15*.@r;
bonus bAspdRate,5*.@r;
if (.@r>=10)
bonus bSplashRange,1;
|
||||
|
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus3 bAutoSpell,"LK_SPIRALPIERCE",getskilllv("LK_SPIRALPIERCE"),400;
bonus bBaseAtk,15*.@r;
bonus bAspdRate,5*.@r;
if (.@r>=10)
bonus bSplashRange,1;
|
||||
|
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus3 bAutoSpell,"LK_SPIRALPIERCE",getskilllv("LK_SPIRALPIERCE"),400;
bonus bBaseAtk,15*.@r;
bonus bAspdRate,5*.@r;
if (.@r>=10)
bonus bSplashRange,1;
|