Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BetLines = slot.BetLinesNetEnt5x3[:20]
Bet lines
View Source
var Info = game.GameInfo{ Aliases: []game.GameAlias{ {Prov: "NetEnt", Name: "Trolls"}, {Prov: "NetEnt", Name: "Excalibur"}, {Prov: "NetEnt", Name: "Pandora's Box"}, {Prov: "NetEnt", Name: "Wild Witches"}, }, GP: game.GPsel | game.GPretrig | game.GPfgmult | game.GPscat | game.GPwild | game.GPwmult, SX: 5, SY: 3, SN: len(LinePay), LN: len(BetLines), BN: 0, RTP: game.MakeRtpList(ReelsMap), }
View Source
var LinePay = [14][5]float64{
{0, 3, 25, 100, 750},
{0, 0, 25, 100, 500},
{0, 0, 15, 100, 500},
{0, 0, 10, 75, 250},
{0, 0, 10, 75, 250},
{0, 0, 10, 50, 200},
{0, 0, 5, 50, 150},
{0, 0, 5, 25, 125},
{0, 0, 5, 25, 125},
{0, 0, 5, 25, 125},
{0, 2, 5, 25, 100},
{0, 10, 250, 2500, 10000},
{},
{},
}
Lined payment.
View Source
var ReelsMap = slot.ReadMap[*slot.Reels5x](reels)
View Source
var ScatFreespin = [5]int{0, 0, 10, 20, 30} // 14 scatter
Scatter freespins table
View Source
var ScatPay = [5]float64{0, 2, 5, 25, 500} // 14 scatter
Scatters payment.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.