No one can help me here??

If you want to change the "Chance:", find in the app.js the following line of code
multiplier: {
str: '2.00',
num: 2.00,
error: undefined
},
Set multiplier anything between 1 and 10 - just note the profit drop if the Chance increase an it will increase if the Chance decrease.
I don't want to change the Chance, I want to add the target number.
Example for Multiplier x4, the Chance would be 24.75% and the Target would be > 75.24
I would like to show the target before Rolling the dice.
How can I implement this? I'm a bit lost here...