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: "Bananas Go Bahamas"}, }, GP: game.GPsel | game.GPretrig | game.GPfgreel | 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 Jackpot = [13][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},
{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 = [13][5]float64{
{0, 10, 250, 2500, 9000},
{0, 2, 30, 120, 800},
{0, 2, 30, 120, 800},
{0, 0, 20, 100, 400},
{0, 0, 20, 70, 250},
{0, 0, 20, 70, 250},
{0, 0, 10, 50, 120},
{0, 0, 10, 50, 120},
{0, 0, 4, 30, 100},
{0, 0, 4, 30, 100},
{0, 0, 4, 30, 100},
{0, 2, 4, 30, 100},
{},
}
Lined payment.
View Source
var ReelsBon = slot.ReadObj[*slot.Reels5x](rbon)
View Source
var ReelsMap = slot.ReadMap[*slot.Reels5x](reels)
View Source
var ScatFreespin = [5]int{0, 0, 45, 45, 45} // 13 suitcase
Scatter freespins table
View Source
var ScatPay = [5]float64{0, 2, 4, 20, 500} // 13 suitcase
Scatters payment.
Functions ¶
func CalcStatBon ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.