Chaining
Server/Item/Interactions/Tests/Chaining.json, 185 B
Fields
| Field | Type |
|---|---|
Type | string |
ChainingAllowance | number |
Next | array[2] |
Source
{
"Type": "Chaining",
"ChainingAllowance": 1.25,
"Next": [
{
"Type": "Simple",
"RunTime": 0.5
},
{
"Type": "Simple",
"RunTime": 0.5
}
]
}