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: "Book of Ra"}, {Prov: "Novomatic", Name: "Book of Ra Deluxe"}, {Prov: "Novomatic", Name: "Gate of Ra Deluxe"}, {Prov: "Novomatic", Name: "Golden Prophecies"}, {Prov: "Novomatic", Name: "Down Under"}, {Prov: "Novomatic", Name: "God of Sun"}, {Prov: "Novomatic", Name: "Lord of the Ocean"}, {Prov: "Novomatic", Name: "Faust"}, {Prov: "Novomatic", Name: "The Real King Gold Records"}, }, GP: game.GPsel | game.GPretrig | game.GPfgreel | game.GPscat | game.GPwild, SX: 5, SY: 3, SN: len(LinePay), LN: len(BetLines), BN: 0, RTP: game.MakeRtpList(ReelsMap), }
View Source
var LinePay = [10][5]float64{
{0, 10, 100, 1000, 5000},
{0, 5, 40, 400, 2000},
{0, 5, 30, 100, 750},
{0, 5, 30, 100, 750},
{0, 0, 5, 40, 150},
{0, 0, 5, 40, 150},
{0, 0, 5, 25, 100},
{0, 0, 5, 25, 100},
{0, 0, 5, 25, 100},
{0, 0, 0, 0, 0},
}
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, 10, 10, 10} // 10 tomb
Scatter freespins table
View Source
var ScatPay = [5]float64{0, 0, 2, 20, 200} // 10 tomb
Scatters payment.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.