Skip to content

Commit

Permalink
Calling it for today. TBC tomorrow.
Browse files Browse the repository at this point in the history
  • Loading branch information
iChun committed May 28, 2021
1 parent 092d53b commit eaeb0da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/intermediate/configspecifics.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Similarly to Conditions, this bit only covers Outcomes in general, each outcome

### Outcome Weight (name: `weight`)

Weight only matters when multiple outcomes are pooled together, such as in a Config Event. The weight of all the outcomes in the pool are added together to calculate the total weight and one of the outcomes is selected randomly. To illustrate this better, imagine this:
Weight only matters when multiple outcomes are pooled together, such as in a Config Event. The weight of each outcome defines how likely the outcome is to be randomly selected. This means a higher weight (compared to the other outcomes), a higher likelyhood to be picked randomly. To illustrate this better, imagine this:

| Outcome | Weight |
| ------------ | ------ |
Expand All @@ -134,7 +134,7 @@ Weight only matters when multiple outcomes are pooled together, such as in a Con
| Outcome C | 3 |
| Total Weight | 10 |

Random number, 1-in-10: **4**
1-in-10 Random number: **4**

```
Outcome: A | B | C
Expand All @@ -143,3 +143,5 @@ Random: ---^------
Outcome B is selected.
```

If you want to trigger multiple outcomes and also use `weight`, consider a `MultipleOutcomeOutcome`.

0 comments on commit eaeb0da

Please sign in to comment.