Skip to content

Commit

Permalink
T
Browse files Browse the repository at this point in the history
  • Loading branch information
iChun committed Aug 2, 2018
1 parent 09cc5cd commit 36b0477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/components/condition/condition.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Fields:

| Type | Name | Description |
|------|------|-------------|
| String | type | The type of condition that this is |
| String | type | The type of condition |
| Boolean | _inverseMatch_ | If the condition isn't met, consider it met and vice versa |

Names in italic are optional. If any required fields are missing, the condition is ignored.
Expand Down
2 changes: 1 addition & 1 deletion docs/components/outcome/outcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Fields:

| Type | Name | Description |
|------|------|-------------|
| String | type | The type of outcome that this is |
| String | type | The type of outcome |
| Integer | _weight_ | If there are multiple outcomes for the event, this is the weightage for this outcome, out of the total weightage of all outcomes. That then becomes the chance that this outcome is triggered. If any outcome in the outcome list has a weightage, only one outcome will be triggered |

Names in italic are optional. If any required fields are missing, the condition is ignored.
Expand Down

0 comments on commit 36b0477

Please sign in to comment.