Sfoglia il codice sorgente

Fixes #99

tags/v0.1.2^2
bigbadwaffle 7 anni fa
parent
commit
0330cf7ddf
2 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +1
    -0
      src/server/config/spells/spellHealingCircle.js
  2. +2
    -0
      src/server/config/spells/spellWarnBlast.js

+ 1
- 0
src/server/config/spells/spellHealingCircle.js Vedi File

@@ -67,6 +67,7 @@ define([
duration: 70,

targetGround: true,
needLos: true,

cast: function(action) {
var obj = this.obj;


+ 2
- 0
src/server/config/spells/spellWarnBlast.js Vedi File

@@ -16,6 +16,8 @@ define([
statMult: 1,
targetGround: true,

needLos: true,

damage: 10,

delay: 10,


Caricamento…
Annulla
Salva