Skip to content

Commit ceea782

Browse files
committed
Add Varázskamra, Varázsrengeteg, Varázsvilág
1 parent 8f19b21 commit ceea782

2 files changed

Lines changed: 76 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
deploy-to-github-pages:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-slim
1010
steps:
1111

1212
# Checkout branch

src/ScratchcardStatistics/Services/ScratchcardService.cs

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3562,6 +3562,81 @@ public static class ScratchcardService
35623562
{ 1_000, 640_000 },
35633563
}
35643564
.ToFrozenDictionary()),
3565+
new(
3566+
"Varázskamra",
3567+
500,
3568+
new(2026, 2, 6),
3569+
null,
3570+
6_500_000,
3571+
new Dictionary<uint, uint>
3572+
{
3573+
{ 25_000_000, 1 },
3574+
{ 1_000_000, 3 },
3575+
{ 100_000, 24 },
3576+
{ 50_000, 60 },
3577+
{ 30_000, 170 },
3578+
{ 20_000, 1_000 },
3579+
{ 15_000, 1_200 },
3580+
{ 10_000, 3_000 },
3581+
{ 6_000, 10_000 },
3582+
{ 5_000, 20_000 },
3583+
{ 3_000, 130_000 },
3584+
{ 2_000, 195_000 },
3585+
{ 1_000, 260_000 },
3586+
{ 800, 520_000 },
3587+
{ 500, 910_000 },
3588+
}
3589+
.ToFrozenDictionary()),
3590+
new(
3591+
"Varázsrengeteg",
3592+
1_000,
3593+
new(2026, 2, 6),
3594+
null,
3595+
4_500_000,
3596+
new Dictionary<uint, uint>
3597+
{
3598+
{ 50_000_000, 1 },
3599+
{ 1_000_000, 20 },
3600+
{ 100_000, 200 },
3601+
{ 50_000, 980 },
3602+
{ 20_000, 2_500 },
3603+
{ 15_000, 3_000 },
3604+
{ 12_000, 3_000 },
3605+
{ 10_000, 9_000 },
3606+
{ 7_000, 6_000 },
3607+
{ 6_000, 8_000 },
3608+
{ 5_000, 45_000 },
3609+
{ 4_000, 45_000 },
3610+
{ 3_000, 180_000 },
3611+
{ 2_000, 450_000 },
3612+
{ 1_000, 720_000 },
3613+
}
3614+
.ToFrozenDictionary()),
3615+
new(
3616+
"Varázsvilág",
3617+
2_000,
3618+
new(2026, 2, 6),
3619+
null,
3620+
3_000_000,
3621+
new Dictionary<uint, uint>
3622+
{
3623+
{ 100_000_000, 1 },
3624+
{ 10_000_000, 8 },
3625+
{ 1_000_000, 118 },
3626+
{ 100_000, 1_000 },
3627+
{ 50_000, 1_000 },
3628+
{ 40_000, 1_800 },
3629+
{ 30_000, 6_000 },
3630+
{ 20_000, 7_000 },
3631+
{ 15_000, 10_000 },
3632+
{ 10_000, 13_000 },
3633+
{ 7_000, 20_000 },
3634+
{ 5_000, 60_000 },
3635+
{ 4_000, 180_000 },
3636+
{ 3_000, 240_000 },
3637+
{ 2_000, 540_000 },
3638+
}
3639+
.ToFrozenDictionary()),
35653640
}
35663641
.ToFrozenSet();
35673642
}

0 commit comments

Comments
 (0)