We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f45de0c + 250e773 commit 7a7c5c0Copy full SHA for 7a7c5c0
docs/index.html
@@ -561,15 +561,15 @@
561
Prize.new(
562
name: "Qiitan ストレスボール",
563
description: "大当たり!",
564
- probability: 0.2, # 内部的な確率設定
+ probability: 0.1, # 内部的な確率設定
565
color: "linear-gradient(135deg, #55c500, #2d8500)",
566
icon: "🎁",
567
animation: "sparkle"
568
),
569
570
name: "Qiita トートバッグ",
571
description: "当たり!",
572
- probability: 0.8, # 内部的な確率設定
+ probability: 0.9, # 内部的な確率設定
573
color: "linear-gradient(135deg, #81c784, #4caf50)",
574
icon: "👜",
575
animation: "pulse"
0 commit comments