Fix modification base_spell of minefield

fix "mystery bug"
This commit is contained in:
hppeng 2022-07-13 00:00:08 -07:00
parent 1763afc0cf
commit ab41faa068
2 changed files with 2 additions and 2 deletions

View file

@ -886,7 +886,7 @@ const atrees = {
"effects": [ "effects": [
{ {
"type": "add_spell_prop", "type": "add_spell_prop",
"base_spell": 8, "base_spell": 7,
"target_part": "Trap Damage", "target_part": "Trap Damage",
"cost": 0, "cost": 0,
"multipliers": [-80, 0, 0, 0, 0, 0] "multipliers": [-80, 0, 0, 0, 0, 0]

File diff suppressed because one or more lines are too long