Files
mvd_tcg_mtg_deck_openai/__manifest__.py
2026-04-03 23:08:58 +02:00

31 lines
1.0 KiB
Python

{
"name": "MVD TCG MTG Deck OpenAI",
"summary": "OpenAI-powered deck and card-role analysis for MTG decks",
"version": "19.0.6.4.1",
"description": """
OpenAI-powered analysis layer for the MTG deckbuilder.
This module adds on-demand AI support to Magic decks:
- commander-focused deck summaries
- game-plan, pilot-tip, and risk-note analysis
- role-tag suggestion and rationale for deck lines
- alternative-card suggestions for problematic deck lines
- AI-assisted deck fill from the in-system card pool
- report integration for the generated deck analysis
The analysis follows the active user language while keeping English oracle
text as the authoritative rules input.
""",
"category": "Tools",
"author": "Mantjeverse Digital",
"license": "LGPL-3",
"depends": ["mvd_tcg_base", "mvd_tcg_deck", "mvd_tcg_mtg_deck"],
"data": [
"views/res_config_settings_views.xml",
"views/mvd_tcg_mtg_deck_views.xml",
"report/mvd_tcg_mtg_deck_report_templates.xml",
],
"application": False,
"installable": True,
}