Bloody Cross
| Item ID | 16017 | Name | Bloody Cross |
|
A bloodly red cross mace with dark power. The red color looks creepy as if has absorbed blood.
_______________________ When dealing melee physical attacks, Random chance to auto-cast Level 1 Hell Inferno. Increases the casting rate of the skill by the Refine Level. _______________________ Type: Mace Attack: 170 Weight: 150 Element: Shadow Weapon Level: 4 Enchantable: Yes _______________________ Requirement: Base Level 100 Transcendent Acolyte |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Bloody_Cross | ||
| Attack | 170 | Type | Weapon - Mace | ||
| MATK | 0 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Acolyte, Priest, Monk | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | Upper, Third, Third Upper, Third Baby | ||
| Weight | 150 | Min Equip Level | 100 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bAtkEle,Ele_Dark; .@r = getrefine(); bonus3 bAutoSpell,"WL_HELLINFERNO",1,(.@r?.@r*20:20); |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus bBaseAtk,25*(.@r/3);
bonus bMatk,25*(.@r/3);
bonus2 bSkillAtk,"NPC_DARKCROSS",20*(.@r/3);
bonus5 bAutoSpell,"NPC_DARKCROSS",max(getskilllv("AB_DUPLELIGHT"),1),500,BF_MAGIC,1;
autobonus "{ bonus3 bAutoSpell,\"NPC_VAMPIRE_GIFT\",3,200; }",8,5000,BF_WEAPON,"{ active_transform 1874,5000; }";
if (getskilllv("AB_DUPLELIGHT")>=1)
bonus3 bAutoSpell,"NPC_DARKCROSS",getskilllv("AB_DUPLELIGHT"),500;
if (.@r>=12)
bonus2 bSkillAtk,"NPC_DARKCROSS",100;
|