Embiggen input boxes, fix heal
This commit is contained in:
parent
800df50db6
commit
f8a75b684a
3 changed files with 5 additions and 5 deletions
|
@ -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 },
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
}
|
||||
|
||||
.iteminput {
|
||||
|
||||
width: 25vw;
|
||||
}
|
||||
|
||||
.skp-input {
|
||||
|
|
2
test.js
2
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+")";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue