Fix guardian angels spell mult

This commit is contained in:
hppeng 2022-06-26 18:23:07 -07:00
parent 8007a80889
commit 913b5a7c85
2 changed files with 3 additions and 3 deletions

View file

@ -435,12 +435,12 @@ const atrees = {
"name": "Single Arrow",
"type": "damage",
"multipliers": [
40,
30,
0,
0,
0,
0,
20
10
]
},
{

View file

@ -343,7 +343,7 @@ const atrees =
{
"name": "Single Arrow",
"type": "damage",
"multipliers": [40, 0, 0, 0, 0, 20]
"multipliers": [30, 0, 0, 0, 0, 10]
},
{
"name": "Single Bow",