Skip to content

Commit

Permalink
Merge pull request #852 from NetrunnerDB/TheBinBSeriesStandsForBanned
Browse files Browse the repository at this point in the history
RIP Endurance ban in startup (24.09 banlist)
  • Loading branch information
plural authored Sep 20, 2024
2 parents 886a0da + a0bee40 commit fe6b545
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 1 deletion.
21 changes: 21 additions & 0 deletions mwl.json
Original file line number Diff line number Diff line change
Expand Up @@ -1711,5 +1711,26 @@
"date_start": "2024-09-13",
"name": "Standard Banlist 24.09",
"subtypes": { "current": { "deck_limit": 0 } }
},
{
"cards": {
"30020": {
"deck_limit": 0
},
"30063": {
"deck_limit": 0
},
"34111": {
"deck_limit": 0
}
},
"code": "startup-ban-list-24-09-for-classic-only",
"date_start": "2024-09-01",
"name": "Startup Ban List 24.09 (ignore active date)",
"subtypes": {
"current": {
"deck_limit": 0
}
}
}
]
2 changes: 1 addition & 1 deletion v2/formats/startup.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"card_pool_id": "startup_liberation",
"date_start": "2024-03-30",
"id": "startup_6",
"restriction_id": "startup_ban_list_24_01"
"restriction_id": "startup_ban_list_24_09"
}
]
}
7 changes: 7 additions & 0 deletions v2/restrictions/standard/startup_ban_list_24_09.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"banned": ["creative_commission", "pharos", "tributary"],
"date_start": "2024-09-01",
"format_id": "standard",
"id": "startup_ban_list_24_09_for_classic_only",
"name": "Startup Ban List 24.09 (ignore active date)"
}
7 changes: 7 additions & 0 deletions v2/restrictions/startup/startup_ban_list_24_09.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"banned": ["creative_commission", "pharos", "tributary"],
"date_start": "2024-09-20",
"format_id": "startup",
"id": "startup_ban_list_24_09",
"name": "Startup Ban List 24.09"
}

0 comments on commit fe6b545

Please sign in to comment.