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

Add Japanese Showcase & Holostamp (DSK) #45

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

Conversation

Norimoo
Copy link

@Norimoo Norimoo commented Sep 25, 2024

  • Added template: Japanese Showcase template from Duskmourn
  • Modified template: Showcase Holostamp template extended with JP Showcase holostamps

- Added template: Japanese Showcase template from Duskmourn
- Modified template: Showcase Holostamp template extended with JP Showcase holostamps
@@ -41,6 +41,7 @@ const frameNames = new Map ([
['Brawl Legend Crowns', 'Brawl'],
//showcase
['Paranormal (DSK)', 'Paranormal'],
['Japanese (DSK)', 'JapaneseShowcase'],
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we call this "Japan Showcase" instead of Japanese Showcase?

@@ -1,6 +1,7 @@
loadFramePacks([
{name:'Set Showcase Frames (Chronological)', value:'disabled'},
{name:'Paranormal (DSK)', value:'Paranormal'},
{name:'Japanese (DSK)', value:'JapaneseShowcase'},
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It sounds like Wizards will be re-using this frame going forward. It won't be exclusive to Duskmourn. Can we group this next to the borderless cards instead of with the other showcase cards?

@@ -40,6 +40,7 @@ const frameNames = new Map ([
['Colorshifted (Planar Chaos)', 'Colorshifted'],
['Brawl Legend Crowns', 'Brawl'],
//showcase
['Japan', 'JapanShowcase'],
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make it say "Japan Showcase" here as well?

@@ -54,6 +54,7 @@ loadFramePacks([
{name:'Generic Showcase Frames', value:'disabled'},
{name:'Borderless', value:'GenericShowcase'},
{name:'Borderless (Alt)', value:'Borderless'},
{name:'Japan', value:'JapanShowcase'},
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make it say "Japan Showcase" here as well?

var boundsStamp = {x:0.4365, y:0.902, width:0.1264, height:0.0452};
//defines available frames
availableFrames = [
{name:'White Frame', src:'/img/frames/m15/japaneseShowcase/japaneseShowcaseFrameW.png', masks:masks},
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make the frame file names be just "w.png", "u.png", etc?
P/T and Holo Stamps can go in their own subdirectory, so the path would be /pt/u.png, and stamps would be /stamp/u.png, for example.
I have been using this naming scheme for my new frames so that they can easily be added to the Autoframe system in the future.

//defines available frames
availableFrames = [
{name:'White Frame', src:'/img/frames/m15/japaneseShowcase/japaneseShowcaseFrameW.png', masks:masks},
{name:'Blue Frame', src:'/img/frames/m15/japaneseShowcase/japaneseShowcaseFrameU.png', masks:masks},
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And finally, can we change the "japaneseShowcase" in the filepath here to "japanShowcase"?

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.

2 participants