Skip to content

Commit 250e773

Browse files
committed
Fix probability
1 parent f45de0c commit 250e773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,15 +561,15 @@
561561
Prize.new(
562562
name: "Qiitan ストレスボール",
563563
description: "大当たり!",
564-
probability: 0.2, # 内部的な確率設定
564+
probability: 0.1, # 内部的な確率設定
565565
color: "linear-gradient(135deg, #55c500, #2d8500)",
566566
icon: "🎁",
567567
animation: "sparkle"
568568
),
569569
Prize.new(
570570
name: "Qiita トートバッグ",
571571
description: "当たり!",
572-
probability: 0.8, # 内部的な確率設定
572+
probability: 0.9, # 内部的な確率設定
573573
color: "linear-gradient(135deg, #81c784, #4caf50)",
574574
icon: "👜",
575575
animation: "pulse"

0 commit comments

Comments
 (0)