Fix items_2_help disply and tp multiplier to 150%
This commit is contained in:
parent
0179b4760e
commit
a3b367c4aa
2 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Nunito&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Nunito&display=swap" rel="stylesheet">
|
||||||
|
|
||||||
<link rel="stylesheet" href="styles.css">
|
<link rel="stylesheet" href="/css/styles.css">
|
||||||
<link rel="stylesheet" href="article.css">
|
<link rel="stylesheet" href="/css/article.css">
|
||||||
<link rel="icon" href="./media/icons/new/searcher.png">
|
<link rel="icon" href="./media/icons/new/searcher.png">
|
||||||
<link rel="manifest" href="manifest.json">
|
<link rel="manifest" href="manifest.json">
|
||||||
<title>WynnAtlas</title>
|
<title>WynnAtlas</title>
|
||||||
|
|
|
@ -197,7 +197,7 @@ const spell_table = {
|
||||||
{ subtitle: "Total Heal (Ally)", type: "heal", strength: 0.4 }
|
{ subtitle: "Total Heal (Ally)", type: "heal", strength: 0.4 }
|
||||||
] },
|
] },
|
||||||
{ title: "Teleport", cost: 4, parts: [
|
{ title: "Teleport", cost: 4, parts: [
|
||||||
{ subtitle: "Total Damage", type: "damage", multiplier: 100, conversion: [60, 0, 40, 0, 0, 0], summary: true },
|
{ subtitle: "Total Damage", type: "damage", multiplier: 150, conversion: [60, 0, 40, 0, 0, 0], summary: true },
|
||||||
] },
|
] },
|
||||||
{ title: "Meteor", cost: 8, parts: [
|
{ title: "Meteor", cost: 8, parts: [
|
||||||
{ subtitle: "Blast Damage", type: "damage", multiplier: 500, conversion: [40, 30, 0, 0, 30, 0], summary: true },
|
{ subtitle: "Blast Damage", type: "damage", multiplier: 500, conversion: [40, 30, 0, 0, 30, 0], summary: true },
|
||||||
|
|
Loading…
Add table
Reference in a new issue