Shaun 4 anni fa
parent
commit
6b071b72a4
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      src/server/config/spells/spellTemplate.js

+ 3
- 0
src/server/config/spells/spellTemplate.js Vedi File

@@ -280,6 +280,9 @@ module.exports = {
noMitigate: noMitigate
};

if (this.obj.mob)
config.noCrit = true;

this.obj.fireEvent('onBeforeCalculateDamage', config);

if (this.percentDamage)


Caricamento…
Annulla
Salva