Browse Source

work

tags/v0.12.0
Shaun 1 year ago
parent
commit
2139e628e9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/server/config/spellsConfig.js

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

@@ -104,7 +104,7 @@ let spells = {
statType: 'str',
statMult: 1,
threatMult: 4,
cdMax: 1,
cdMax: 9,
castTimeMax: 1,
manaCost: 4,
useWeaponRange: true,
@@ -140,7 +140,7 @@ let spells = {
statType: 'str',
statMult: 1,
threatMult: 6,
cdMax: 1,
cdMax: 12,
castTimeMax: 2,
manaCost: 7,
random: {


Loading…
Cancel
Save