Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BetLines = slot.BetLinesNvmJewels
Bet lines
View Source
var Info = game.GameInfo{ Aliases: []game.GameAlias{ {Prov: "Novomatic", Name: "Plenty of Jewels 20 hot"}, {Prov: "Novomatic", Name: "Plenty of Fruit 20 hot"}, }, GP: game.GPsel | game.GPfgno | game.GPscat | game.GPwild, SX: 5, SY: 3, SN: len(LinePay), LN: len(BetLines), BN: 0, RTP: game.MakeRtpList(ReelsMap), }
View Source
var LinePay = [8][5]float64{
{0, 0, 100, 1000, 5000},
{0, 0, 50, 200, 500},
{0, 0, 20, 50, 200},
{0, 0, 20, 50, 200},
{0, 0, 20, 50, 200},
{0, 0, 20, 50, 200},
{0, 0, 20, 50, 200},
{},
}
Lined payment.
View Source
var ReelsMap = slot.ReadMap[*slot.Reels5x](reels)
View Source
var ScatPay = [5]float64{0, 0, 10, 50, 250} // 8 star
Scatters payment.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.