Skip to content

Commit

Permalink
Merge pull request #801 from plural/startup-banlist
Browse files Browse the repository at this point in the history
Startup banlist 24.01
  • Loading branch information
plural authored Jan 19, 2024
2 parents f75496e + e065619 commit 846c802
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 1 deletion.
18 changes: 18 additions & 0 deletions mwl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3913,5 +3913,23 @@
"deck_limit": 0
}
}
},
{
"cards": {
"33025": {
"deck_limit": 0
},
"33051": {
"deck_limit": 0
}
},
"code": "startup-ban-list-24-01-for-classic-only",
"date_start": "2023-09-21",
"name": "Startup Ban List 24.01 (ignore active date)",
"subtypes": {
"current": {
"deck_limit": 0
}
}
}
]
8 changes: 7 additions & 1 deletion v2/formats/startup.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,16 @@
"id": "startup_3"
},
{
"active": true,
"card_pool_id": "startup_borealis_plus_the_automata_initiative",
"date_start": "2023-08-11",
"id": "startup_4"
},
{
"active": true,
"card_pool_id": "startup_borealis_plus_the_automata_initiative",
"date_start": "2024-01-19",
"id": "startup_5",
"restriction_id": "startup_ban_list_24_01"
}
]
}
7 changes: 7 additions & 0 deletions v2/restrictions/standard/startup_ban_list_24_01.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"banned": ["drago_ivanov", "endurance"],
"date_start": "2023-09-21",
"format_id": "standard",
"id": "startup_ban_list_24_01_for_classic_only",
"name": "Startup Ban List 24.01 (ignore active date)"
}
7 changes: 7 additions & 0 deletions v2/restrictions/startup/startup_ban_list_24_01.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"banned": ["drago_ivanov", "endurance"],
"date_start": "2024-01-19",
"format_id": "startup",
"id": "startup_ban_list_24_01",
"name": "Startup Ban List 24.01"
}

0 comments on commit 846c802

Please sign in to comment.