MTG Arena用シールドシミュレータです。以下の機能があります。
- カードプールをインポート可能なデッキリストの形式で出力する。
- 構築したデッキが適正か否か(カードプール内のカードのみで構築されているか)を検証する。
- 日次、週次、月次で固定のカードプールを出力する。
- 剥くパックの個数を指定する。
- OSがWindowsであること。
- MTG Arenaがインストール済であること。
- magic-league-generator.zipをダウンロードして、適当なフォルダに展開する。
- magic_league_generator.exeを実行する。
https://github.com/poslogithub/binary-dist/tree/main/magic-league-generator
MIT License
Copyright (c) 2022 poslogithub
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
外部ライブラリのライセンスはLICENSEフォルダを参照してください。
TODO
- メイス+2をインポートできない
- 謎。
MTGAでメイス+2を含むデッキをエクスポート→インポートしても失敗するので、MTGAのバグと言ってよい。
- 謎。
- 分割カードが検証で引っかかる
- カード名に半角空白が含まれる場合(例:天導 /// 先導)の不具合。
直せるので直します。
- カード名に半角空白が含まれる場合(例:天導 /// 先導)の不具合。
TODO