Fix base_spell
argument for better lightweaver modification
This commit is contained in:
parent
ef6ed85c25
commit
e3d4041857
2 changed files with 2 additions and 1 deletions
|
@ -5724,6 +5724,7 @@ const atrees = {
|
||||||
{
|
{
|
||||||
"type": "add_spell_prop",
|
"type": "add_spell_prop",
|
||||||
"target_part": "Orb Damage",
|
"target_part": "Orb Damage",
|
||||||
|
"base_spell": 5,
|
||||||
"hits": { "Single Orb": 2 }
|
"hits": { "Single Orb": 2 }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue