Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BetLines = slot.BetLinesNvm10
Bet lines
View Source
var Info = game.GameInfo{ Aliases: []game.GameAlias{ {Prov: "Novomatic", Name: "Jewels"}, }, GP: game.GPsel | game.GPcline | game.GPfgno, SX: 5, SY: 3, SN: len(LinePay), LN: len(BetLines), BN: 0, RTP: game.MakeRtpList(ReelsMap), }
View Source
var Jackpot = [7][5]int{
{0, 0, 0, 0, 0},
{0, 0, 0, 0, 0},
{0, 0, 0, 0, 0},
{0, 0, 0, 0, 0},
{0, 0, 0, 0, 0},
{0, 0, 0, 0, 0},
{0, 0, 0, 0, 0},
}
Jackpot win combinations.
View Source
var LinePay = [7][5]float64{
{0, 0, 20, 200, 2000},
{0, 0, 15, 100, 500},
{0, 0, 15, 100, 500},
{0, 0, 10, 50, 200},
{0, 0, 10, 50, 200},
{0, 0, 5, 25, 100},
{0, 0, 5, 25, 100},
}
Lined payment.
View Source
var ReelsMap = slot.ReadMap[*slot.Reels5x](reels)
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.