Fix bullwhip interaction with effigy

This commit is contained in:
hppeng 2022-08-12 08:44:05 -07:00
parent aa8b1ae479
commit 6efedef94c
2 changed files with 6 additions and 1 deletions

View file

@ -10294,6 +10294,11 @@ const atrees = {
"type": "stat", "type": "stat",
"name": "damMult.Bullwhip:5.Puppet Hit", "name": "damMult.Bullwhip:5.Puppet Hit",
"value": 20 "value": 20
},
{
"type": "stat",
"name": "damMult.Bullwhip:7.Effigy Hit",
"value": 20
} }
] ]
}] }]

File diff suppressed because one or more lines are too long