Fix modification base_spell of minefield
fix "mystery bug"
This commit is contained in:
parent
1763afc0cf
commit
ab41faa068
2 changed files with 2 additions and 2 deletions
|
@ -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
Loading…
Reference in a new issue