Fix mask of the awakened giving outdated stats

e
This commit is contained in:
hppeng 2023-04-08 14:55:51 -07:00
parent 01865fac7c
commit c5624e3673
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View file

@ -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