changed warrior defense mod to 1.0
This commit is contained in:
parent
db67d4e4f7
commit
b4c113dbd1
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
|
||||
const classDefenseMultipliers = new Map([ ["relik",0.50], ["bow",0.60], ["wand", 0.80], ["dagger", 1.0], ["spear",1.20], ["sword", 1.10]]);
|
||||
const classDefenseMultipliers = new Map([ ["relik",0.50], ["bow",0.60], ["wand", 0.80], ["dagger", 1.0], ["spear",1.0], ["sword", 1.10]]);
|
||||
|
||||
/*
|
||||
* Class that represents a wynn player's build.
|
||||
|
|
Loading…
Add table
Reference in a new issue