diff --git a/damage_calc.js b/damage_calc.js index a7e6abb..1df0940 100644 --- a/damage_calc.js +++ b/damage_calc.js @@ -102,9 +102,9 @@ function calculateSpellDamage(stats, spellConversions, rawModifier, pctModifier, const spell_table = { "wand": [ { title: "Heal", cost: 6, parts: [ - { subtitle: "First Pulse", type: "heal", strength: 0.2 }, - { subtitle: "Second and Third Pulses", type: "heal", strength: 0.05 }, - { subtitle: "Total Heal", type: "heal", strength: 0.3, summary: true } + { subtitle: "First Pulse", type: "heal", strength: 0.12 }, + { subtitle: "Second and Third Pulses", type: "heal", strength: 0.06 }, + { subtitle: "Total Heal", type: "heal", strength: 0.24, summary: true } ] }, { title: "Teleport", cost: 4, parts: [ { subtitle: "Total Damage", type: "damage", multiplier: 100, conversion: [60, 0, 40, 0, 0, 0], summary: true }, diff --git a/narrow.css b/narrow.css index d1dc7ee..ae70d67 100644 --- a/narrow.css +++ b/narrow.css @@ -25,7 +25,7 @@ } .iteminput { - + width: 25vw; } .skp-input { diff --git a/test.js b/test.js index c16a30f..e96b074 100644 --- a/test.js +++ b/test.js @@ -11,7 +11,7 @@ console.log(url_tag); * END testing section */ -const BUILD_VERSION = "6.1"; +const BUILD_VERSION = "6.2"; document.getElementById("header").textContent = "WynnBuilder version "+BUILD_VERSION+" (db version "+DB_VERSION+")";