Fix fatal typo in blade fury

bad hpp
This commit is contained in:
hppeng 2022-08-15 07:15:49 -07:00
parent 874b8b1746
commit ac87fe4dcc
2 changed files with 2 additions and 2 deletions

View file

@ -8941,7 +8941,7 @@ const atrees = {
"properties": {}, "properties": {},
"effects": [{ "effects": [{
"type": "add_spell_prop", "type": "add_spell_prop",
"base_spel": 4, "base_spell": 3,
"target_part": "Per Hit", "target_part": "Per Hit",
"multipliers": [ 0, 0, 10, 0, 0, 0 ] "multipliers": [ 0, 0, 10, 0, 0, 0 ]
}] }]

File diff suppressed because one or more lines are too long