Index: scripts/globals/weaponskills.lua =================================================================== --- scripts/globals/weaponskills.lua (revision 3801) +++ scripts/globals/weaponskills.lua (working copy) @@ -190,6 +190,12 @@ end end finaldmg = finaldmg + souleaterBonus(attacker, (tpHitsLanded+extraHitsLanded)); + if(attacker:getObjType() == TYPE_PC) then + if((attacker:getEquipID(SLOT_MAIN) == 19174) and (math.random(100) <= 8)) then -- Borealis Greatsword + finaldmg = finaldmg * 1.5; + end + end + -- print("Landed " .. hitslanded .. "/" .. numHits .. " hits with hitrate " .. hitrate .. "!"); if(target:hasStatusEffect(EFFECT_FORMLESS_STRIKES) == false) then