Browse Source

#1735

tags/v0.10.6^2
Shaun 2 years ago
parent
commit
432f6d8ad1
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/server/config/spellsConfig.js

+ 2
- 1
src/server/config/spellsConfig.js View File

@@ -181,6 +181,7 @@ let spells = {
cdMax: 15,
castTimeMax: 0,
range: 9,
isAttack: true,
random: {
damage: [3, 18],
i_delay: [1, 4]
@@ -230,7 +231,7 @@ let spells = {
auraRange: 9,
effect: 'swiftness',
random: {
chance: [5, 10]
chance: [8, 20]
}
}



Loading…
Cancel
Save