Skip to content

Commit 7a7c5c0

Browse files
authored
Merge pull request #7 from increments/fix-probability
Fix probability
2 parents f45de0c + 250e773 commit 7a7c5c0

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)