Fix base_spell argument for better lightweaver modification

This commit is contained in:
hppeng 2022-07-16 18:13:38 -07:00
parent ef6ed85c25
commit e3d4041857
2 changed files with 2 additions and 1 deletions

View file

@ -5724,6 +5724,7 @@ const atrees = {
{
"type": "add_spell_prop",
"target_part": "Orb Damage",
"base_spell": 5,
"hits": { "Single Orb": 2 }
}
]

File diff suppressed because one or more lines are too long