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

Play mode #57

Open
chucklu opened this issue Apr 18, 2021 · 4 comments
Open

Play mode #57

chucklu opened this issue Apr 18, 2021 · 4 comments

Comments

@chucklu
Copy link
Collaborator

chucklu commented Apr 18, 2021

https://hearthstone.fandom.com/wiki/Play_mode
Patch 20.0.0.77662 (2021-03-25): Deck Selection's side view has a new appearance.
Moved the Seasonal Ranked Rewards Chest to the Deck Selection screen.
Instead of switching modes between Standard and Wild, the player can now choose one of four following modes: Classic, Standard, Wild, Casual.

@chucklu
Copy link
Collaborator Author

chucklu commented Apr 18, 2021

Starting from Year of the Gryphon, Classic is used to refer to cards, game modes and adventures which are only available in Classic format. Classic format is the only format whose cards are completely unrelated to other formats in Play mode.

The symbol for Classic format is a swirl symbol formed from laurels.

@chucklu
Copy link
Collaborator Author

chucklu commented Apr 18, 2021

https://hearthstone.fandom.com/wiki/Standard_format#Year_of_the_Gryphon
The first hint at the year's new features began on January 8th, 2021 as Alec Dawson and Cora confirmed that Edwin VanCleef would be rotated to Wild but would not be entering the Hall of Fame[19][20][21]. Announcements for the sixth standard year begin on February 9th, 2021 with the announcement of the Core and Legacy sets, removal of the Basic, Classic, and Hall of Fame sets, and introduction of Classic format.[22] While the year was currently unnamed, these were the headline features planned with its release. The year was officially announced at Blizzconline on February 19th along with the reveal of Forged in the Barrens.

@chucklu
Copy link
Collaborator Author

chucklu commented Apr 18, 2021

using System;

namespace PegasusShared
{
	// Token: 0x0200016E RID: 366
	public enum FormatType
	{
		// Token: 0x04000808 RID: 2056
		FT_UNKNOWN,
		// Token: 0x04000809 RID: 2057
		FT_WILD,
		// Token: 0x0400080A RID: 2058
		FT_STANDARD,
		// Token: 0x0400080B RID: 2059
		FT_CLASSIC
	}
}

@V-arc
Copy link

V-arc commented Jun 19, 2021

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

No branches or pull requests

2 participants