Skip to content

Commit

Permalink
Merge pull request #109 from finol-digital/cardgamedef-1.3.0
Browse files Browse the repository at this point in the history
CardGameDef 1.3.0
  • Loading branch information
davidmfinol authored Oct 24, 2023
2 parents 79a2b56 + 95a54c7 commit cd0755d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Assets/Plugins/FinolDigital.Cgs.CardGameDef.dll
Git LFS file not shown
8 changes: 6 additions & 2 deletions docs/schema/CardGameDef.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://cardgamesim.finoldigital.com/schema/CardGameDef.json",
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://cardgamesim.finoldigital.com/schema/CardGameDef.json",
"title": "CGS Custom Card Game",
"type": "object",
"description": "Card Game Simulator (CGS) custom card game specification",
Expand Down Expand Up @@ -247,6 +247,10 @@
"description": "cgsGamesLink is a clickable url that will take the user directly to this game on the CGS Games website, which can be shared between users.",
"format": "uri"
},
"copyright": {
"type": "string",
"description": "copyright indicates the legal owner of this Card Game. CGS will display this value in the bottom-left corner of the Main Menu."
},
"deckFileAltId": {
"type": "string",
"description": "When saving or loading a deck with <deckFileType> NOT txt, deckFileAltId refers to the *Card:Property* used to uniquely identify each Card. For hsd, this is stored as a varint within the deck string.",
Expand Down

0 comments on commit cd0755d

Please sign in to comment.