🎉 Initialize module repository

This commit is contained in:
Marc Wempe
2026-04-03 23:08:58 +02:00
commit 5d4a312621
13 changed files with 2896 additions and 0 deletions

30
__manifest__.py Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "MVD TCG MTG Deck",
"summary": "Magic-specific deckbuilding rules, analytics, and deck views",
"version": "19.0.10.5.0",
"description": """
Magic: The Gathering deckbuilding extension for the MVD TCG suite.
This module turns the neutral deck layer into an MTG-focused deckbuilder with:
- Command Zone, Mainboard, Sideboard, and Maybeboard workflows
- Commander and format-aware rule hints
- mana cost, legality, and type signals on deck lines
- analysis panels such as mana curve, role coverage, type mix, and color pips
- MTG-specific report additions and deck views
It is the main gameplay-oriented deckbuilding module for MTG before commerce
and collection features are added.
""",
"category": "Tools",
"author": "Mantjeverse Digital",
"license": "LGPL-3",
"depends": ["mvd_tcg_deck", "mvd_tcg_mtg"],
"data": [
"views/menu_views.xml",
"views/mvd_tcg_mtg_deck_views.xml",
"views/mvd_tcg_mtg_card_views.xml",
"report/mvd_tcg_mtg_deck_report_templates.xml",
],
"application": False,
"installable": True,
}