Fix mask of the awakened giving outdated stats
e
This commit is contained in:
parent
01865fac7c
commit
c5624e3673
3 changed files with 5 additions and 5 deletions
File diff suppressed because one or more lines are too long
|
@ -11586,17 +11586,17 @@ const atrees = {
|
||||||
{
|
{
|
||||||
"type": "stat",
|
"type": "stat",
|
||||||
"name": "damMult.Mask",
|
"name": "damMult.Mask",
|
||||||
"value": 30
|
"value": 35
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "stat",
|
"type": "stat",
|
||||||
"name": "defMult.Mask",
|
"name": "defMult.Mask",
|
||||||
"value": 30
|
"value": 35
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "stat",
|
"type": "stat",
|
||||||
"name": "spd",
|
"name": "spd",
|
||||||
"value": 25
|
"value": 80
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "stat",
|
"type": "stat",
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue