Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BetLines = slot.BetLinesNvm5x4[:40]
Bet lines
View Source
var Info = game.GameInfo{ Aliases: []game.GameAlias{ {Prov: "Novomatic", Name: "Mega Joker"}, }, GP: game.GPfgno | game.GPscat | game.GPwild, SX: 5, SY: 4, SN: len(LinePay), LN: len(BetLines), BN: 0, RTP: game.MakeRtpList(ReelsMap), }
View Source
var LinePay = [12][5]float64{
{0, 0, 40, 200, 2000},
{0, 0, 20, 80, 400},
{0, 0, 20, 80, 400},
{0, 0, 20, 60, 240},
{0, 0, 20, 60, 240},
{0, 0, 8, 40, 160},
{0, 0, 8, 40, 160},
{0, 0, 4, 20, 100},
{0, 0, 4, 20, 100},
{0, 0, 4, 20, 100},
{0, 0, 4, 20, 100},
{},
}
Lined payment.
View Source
var ReelsMap = slot.ReadMap[*slot.Reels5x](reels)
View Source
var ScatPay = [5]float64{0, 0, 4, 20, 400} // 12 star
Scatters payment.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.