HOTFIX: Patch escape artist damage

This commit is contained in:
hppeng 2022-07-01 02:01:29 -07:00
parent 8663efccf7
commit da782cd73c
2 changed files with 2 additions and 1 deletions

View file

@ -614,6 +614,7 @@ const atrees = {
}, },
{ {
"type": "add_spell_prop", "type": "add_spell_prop",
"base_spell": 2,
"target_part": "Max Damage (Escape Artist)", "target_part": "Max Damage (Escape Artist)",
"hits": { "Per Arrow": 120 }, "hits": { "Per Arrow": 120 },
"display": "Max Damage (Escape Artist)" "display": "Max Damage (Escape Artist)"

File diff suppressed because one or more lines are too long