Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Colors #511

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Custom Colors #511

wants to merge 2 commits into from

Conversation

Senryoku
Copy link
Owner

@Senryoku Senryoku commented Jul 4, 2023

Adds a settings in Custom Card Lists to specify custom colors and mana symbols.

[Settings]
{
	"withReplacement": true,
	"colors": [
		{"id": "NewA", "symbol": "{NewA}", "name": "NewA", "basic": "NewA"}, 
		{"id": "NewB", "symbol": "{NewB}", "name": "NewB", "basic": "NewB"}
	],
	"symbols": [
		{"symbol": "{NewA}", "icon": "https://svgs.scryfall.io/card-symbols/T.svg", "cmc": 1, "colors": ["NewA"]},
		{"symbol": "{NewB}", "icon": "https://svgs.scryfall.io/card-symbols/Q.svg", "cmc": 1, "colors": ["NewB"]}
	]
}
  • Parsing
    Kinda, format will probably evolve quite a bit.
  • Color balancing support.
  • UI Support
    That's the hard part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant