Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Factions = map[int]string{
0: "DE",
1: "FR",
2: "IO",
3: "NX",
4: "PZ",
5: "SI",
6: "BW",
9: "MT",
7: "SH",
10: "BC",
12: "RU",
}
View Source
var FactionsVersion = map[uint8][2]uint8{
0: {1, 1},
1: {1, 1},
2: {1, 1},
3: {1, 1},
4: {1, 1},
5: {1, 1},
6: {1, 2},
9: {1, 2},
7: {1, 3},
10: {1, 4},
12: {1, 5},
}
Functions ¶
This section is empty.
Types ¶
type Card ¶
func CardFromCode ¶
func (Card) GetCardCode ¶
func (Card) GetCardMinFormat ¶
func (Card) GetCardMinVersion ¶
func (Card) GetFactionStringId ¶
type Deck ¶
func DeckFromCode ¶
Click to show internal directories.
Click to hide internal directories.