StreamUP Currency Heist
Get your community together and lets do that big job and walk away with some massive prizes!
How they work.
There is some logic in here so allow me a moment to explain how these Heists work so you can make an good informed decision when adjusting your settings.
- Starting - When you start it will get all the data it needs about the upcoming heist and save it, you can either do this as an indexing meaning line 3 in each box will be selected or you can randomise it meaning it will pick a random from each box.
- Joining - This is also relatively simple, it will work out if they can join, if they can it will add them and work out there Share and Survival Values (These are important in the payouts and winning chances)
-
Ending - In order to determine if a user or users have won, the code does 2 checks. Check 1 is the group as a whole, Check 2 is on an individual level.
- The first check (the group one) is worked out as such, we check if heistChance < firstChance , firstChance is just an random Roll for 1 to 100.
- The next check needs to work out 3 values, userPower , bossPower and a selfChance . The logic is if userPower is more than bossPower the user will win, if not they lose. Below is how these 3 values are worked out.
int selfChance = 100 - (heistEntries * hiestBuffer); int bossPower = Random.Between(1 & selfChance); int userPower = Random.Between(userSurvivalRate & 100);
- Then all winners are paid out based on the share they are allocated.
Key Features
- Custom Triggers : Control what happens at each stage of the heist.
- Fully Customisable : Plenty of settings to control how it operates
- Countless Different Heists: With the random you can have several different types so no 2 heists are the same.
Example Settings
- Control the Cost, and if anyone under the points amount can still join,
- Heist Names
- Amount that can be won
- Making Heists easier or harder by changing buffers and survival
Technical Specification
Operating System | Windows |
Broadcasting Software | N/A |
Companion Software | Streamer.Bot (latest version) |
Streaming Platform | Twitch, YouTube |
Required Canvas Ratio | N/A |
2.0.1