Selaa lähdekoodia

added an icon for fluirry

tags/v0.1.10^2
Big Bad Waffle 6 vuotta sitten
vanhempi
commit
ecb37dfbd9
5 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. BIN
     
  2. BIN
     
  3. +1
    -1
      src/server/config/spells.js
  4. +1
    -1
      src/server/config/spells/spellFlurry.js
  5. +1
    -1
      src/server/config/spellsConfig.js


+ 1
- 1
src/server/config/spells.js Näytä tiedosto

@@ -250,7 +250,7 @@ define([
animation: 'hitSword',
row: 1,
col: 0,
icon: [2, 0]
icon: [2, 3]
}, {
name: 'Smokebomb',
type: 'smokeBomb',


+ 1
- 1
src/server/config/spells/spellFlurry.js Näytä tiedosto

@@ -39,7 +39,7 @@ define([
this.obj.spellbook.spells[0].cd = 0;
this.obj.effects.addEffect({
type: 'frenzy',
ttl: this.i_duration,
ttl: this.duration,
newCd: 1
});
}


+ 1
- 1
src/server/config/spellsConfig.js Näytä tiedosto

@@ -136,7 +136,7 @@ define([
cdMax: 20,
manaCost: 5,
random: {
i_duration: [3, 8]
i_duration: [4, 9]
}
},
'smokebomb': {


Ladataan…
Peruuta
Tallenna