sacrifice_in_hand and other fixes

This commit is contained in:
2024-08-07 04:09:11 +02:00
parent 5bb35e8ab2
commit 294206b949
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"mutex": 1 "mutex": 1
}, },
{ {
"effect": "sacrifice", "effect": "sacrifice_in_hand",
"mutex": 1 "mutex": 1
} }
] ]
+3 -3
View File
@@ -110,7 +110,7 @@
"effect": "draw" "effect": "draw"
}, },
{ {
"effect": "sacrifice", "effect": "sacrifice_in_hand",
"effect_type": "faction_combo" "effect_type": "faction_combo"
} }
] ]
@@ -218,7 +218,7 @@
"name": "Gruber, the Wayfinder", "name": "Gruber, the Wayfinder",
"cost": 4, "cost": 4,
"defense": 5, "defense": 5,
"guard": false, "guard": true,
"effects": [ "effects": [
{ {
"effect": "draw_and_discard", "effect": "draw_and_discard",
@@ -287,7 +287,7 @@
"card_type": "champion", "card_type": "champion",
"faction": "blue", "faction": "blue",
"name": "Illusionist", "name": "Illusionist",
"cost": 4, "cost": 3,
"defense": 4, "defense": 4,
"guard": false, "guard": false,
"init_amount": 2, "init_amount": 2,