Trigger Result At Random Result
The TriggerResultAtRandom
result selects a random result to run from the provided list of Results
. This is useful to add variation to a custom contract type.
Properties
Property | Required | Default | Details |
---|---|---|---|
Type | true | TriggerResultAtRandom | - |
Results | true | - | List of Results to have one selected at random |
Example
{"Type": "TriggerResultAtRandom","Results": [{"Type": "SetState","EncounterGuid": "1fdeca88-c2d9-46af-b443-cf95aae707b6", // Chunk_Stage_Post_3a_Enemy_Turrets"State": "Active"},{"Type": "IgnoreChunks","EncounterGuids": ["1fdeca88-c2d9-46af-b443-cf95aae707b6" // Chunk_Stage_Post_3a_Enemy_Turrets]}]}