Skip to content

Commit

Permalink
Adding extra handling for neutral cursed 0-5
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaemachina committed Mar 25, 2024
1 parent 69f4312 commit 5df2519
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pack/parallel/hfa.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"code": "90078",
"deck_limit": 1,
"deck_options": [
{
"faction": [ "neutral" ],
"trait": [ "cursed" ],
"level": { "min": 0, "max": 5 }
},
{
"trait": [ "cursed" ],
"level": { "min": 0, "max": 4 }
Expand Down

0 comments on commit 5df2519

Please sign in to comment.