瀏覽代碼

added an icon for fluirry

tags/v0.1.10^2
Big Bad Waffle 6 年之前
父節點
當前提交
ecb37dfbd9
共有 5 個檔案被更改,包括 3 行新增3 行删除
  1. 二進制
     
  2. 二進制
     
  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 查看文件

@@ -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 查看文件

@@ -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 查看文件

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


Loading…
取消
儲存