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.
Actions
| Signal | Description |
|---|
| Do | Looks up the multiplier. |
General
| Data | Description |
|---|
| 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
| Data | Description |
|---|
| payout multiplier (number) | Multiplier to apply to the stake. Zero when the result does not pay. |
| Signal | Description |
|---|
| Done | Sent when the node has finished, on success and on failure alike. |