changed warrior defense mod to 1.0

This commit is contained in:
aspiepuppy 2022-07-10 16:57:02 -05:00
parent db67d4e4f7
commit b4c113dbd1

View file

@ -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.