Skip to main content

Evaluate Keno Paytable

Looks up the payout multiplier for a Keno result: risk profile, spots picked and hits.

Keno paytables are three-dimensional — the same number of hits pays differently depending on how many spots were picked, and each risk profile has its own table. This node resolves all three into a single multiplier to apply to the stake.

Inputs

Actions

SignalDescription
DoLooks up the multiplier.

General

DataDescription
risk profile (string)Which paytable to use — for example low, medium, high.
selected spots count (number)How many spots the player picked.
hit count (number)How many of them were drawn.

Outputs

DataDescription
payout multiplier (number)Multiplier to apply to the stake. Zero when the result does not pay.
SignalDescription
DoneSent when the node has finished, on success and on failure alike.