sclark39 / FairFeelingLoot

Visual Loot Table Designer for Fair-Feeling Loot Drops in UE4
Other
4 stars 0 forks source link

How to garauntee a drop after X number of times? #17

Open sclark39 opened 3 years ago

sclark39 commented 3 years ago

By using a float param as a counter in the loot table, you can garauntee that a particular item is dropped at least one time out of 10 times: image

  1. Decrement the counter
  2. Test the counter 3a. If counter is less than 0, go straight to garaunteed treasure drop 3b. Otherwise, go to random choice (random choice has a chance of also dropping the treasure)
  3. If you drop garaunteed treasure, reset the drop time counter back to the max