Forgot escape

This commit is contained in:
Noah Saso 2021-06-17 12:06:44 -07:00
parent 5398d0d499
commit db7e100095

View File

@ -32,7 +32,7 @@ Script to merge data from PsychonautWiki API + pages and TripSit factsheets into
| `roas[].duration[].name` | `string` | Name of duration item for ROA (e.g. 'Onset', 'Peak') | Both |
| `roas[].duration[].value` | `string` | Typical duration for given item of ROA (e.g. '30 - 60 minutes', '2 - 4 hours') | Both |
| `roas[].duration[].note` | `Optional<string>` | Additional note | PsychonautWiki |
| `interactions` | `null | Dictionary[]` | Interactions with other substances or classes | TripSit |
| `interactions` | `null \| Dictionary[]` | Interactions with other substances or classes | TripSit |
| `interactions[].name` | `string` | Name of other substance or class | TripSit |
| `interactions[].status` | `string` | Interaction status from TripSit combos | TripSit |
| `interactions[].note` | `Optional<string>` | Additional note | TripSit |