Fix bug with gust not adding to ice snake damage directly
This commit is contained in:
parent
2148831545
commit
a89dd6e741
2 changed files with 2 additions and 2 deletions
|
@ -5424,7 +5424,7 @@ const atrees = {
|
|||
"effects": [
|
||||
{
|
||||
"type": "add_spell_prop",
|
||||
"target_part": "Ice Snake",
|
||||
"target_part": "Ice Snake Damage",
|
||||
"base_spell": 4,
|
||||
"multipliers": [0, 0, 0, 0, 0, 20]
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue