Bläddra i källkod

added an icon for fluirry

tags/v0.1.10^2
Big Bad Waffle 6 år sedan
förälder
incheckning
ecb37dfbd9
5 ändrade filer med 3 tillägg och 3 borttagningar
  1. Binär
     
  2. Binär
     
  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

Binär
Visa fil


Binär
Visa fil


+ 1
- 1
src/server/config/spells.js Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

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


Laddar…
Avbryt
Spara