0 of 0

File information

Last updated

Original upload

Created by

cgize

Uploaded by

cgize

Virus scan

Safe to use

Tags for this mod

About this mod

Webapp to calculate the best combination of dice

Permissions and credits
Mirrors
Donations
Dice Optimizer for KCD2


Description
Tool for determining the best dice combination for the KCD2 Farkle game

How to Use
  • Select dice from the dropdown list.
  • Click "Add Die" to add them to your pool.
  • Click "Calculate Best Combination" to start the simulation.
  • Wait for the results (the top 5 combinations will be displayed).

Features
  • Simulates 1,000 rolls per combination (based on internal logic).
  • Considers all official scoring rules.
  • Optimized for performance using Web Workers.
  • Displays the top 5 results.
  • Settings button to modify some simulation parameters



Implemented Scoring Rules
Sequences:
  • 1-2-3-4-5-6 = 1,500 points
  • 2-3-4-5-6 = 750 points
  • 1-2-3-4-5 = 500 points
Triples (or more):
  • Base scores for three-of-a-kind:

    • 1 = 1,000 points
    • 2 = 200 points
    • 3 = 300 points
    • 4 = 400 points
    • 5 = 500 points
    • 6 = 600 points
  • Each additional die (beyond the triple) doubles the base score.
  • Example: four-of-a-kind = base × 2, five-of-a-kind = base × 4, etc.
Singles (only if there is no sequence or triple scoring):
  • 1 = 100 points
  • 5 = 50 points