This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
pw_journal/assets/substances/cannabis.json

95 lines
No EOL
2.3 KiB
JSON

{
"name": "Cannabis",
"nicknames": [
"Marijuana",
"Weed"
],
"summary": "A common and widely used psychoactive plant, which is beginning to enjoy legal status for medical and even recreational use in some parts of the world. Usually smoked or eaten, primary effects are relaxation and an affinity towards food - a state described as being 'stoned.'",
"effects": "The most important of a total of...",
"routes": [
"Oral",
"Smoked"
],
"dosages": {
"Smoked": {
"unit": "mg",
"threshold": "0.4",
"light_common": "2",
"common_strong": "4",
"strong": "10"
},
"Oral": {
"unit": "mg",
"threshold": "1",
"light_common": "5",
"common_strong": "10",
"strong": "25"
}
},
"durations": {
"Oral": {
"onset": {
"minimum_seconds": 1200,
"maximum_seconds": 3600,
"display": "20 - 60 minutes"
},
"comeup": {
"minimum_seconds": 1800,
"maximum_seconds": 3600,
"display": "30 - 60 minutes"
},
"peak": {
"minimum_seconds": 3600,
"maximum_seconds": 7200,
"display": "1 - 2 hours"
},
"offset": {
"minimum_seconds": 14400,
"maximum_seconds": 21600,
"display": "4 - 6 hours"
},
"total": {
"minimum_seconds": 14400,
"maximum_seconds": 36000,
"display": "4 - 10 hours"
},
"after_effects": {
"minimum_seconds": 21600,
"maximum_seconds": 43200,
"display": "6 - 12 hours"
}
},
"Smoked": {
"onset": {
"minimum_seconds": 6,
"maximum_seconds": 600,
"display": "0.1 - 10 minutes"
},
"comeup": {
"minimum_seconds": 300,
"maximum_seconds": 600,
"display": "5 - 10 minutes"
},
"peak": {
"minimum_seconds": 900,
"maximum_seconds": 2700,
"display": "15 - 45 minutes"
},
"offset": {
"minimum_seconds": 10800,
"maximum_seconds": 14400,
"display": "3 - 4 hours"
},
"total": {
"minimum_seconds": 9000,
"maximum_seconds": 18000,
"display": "2.5 - 5 hours"
},
"after_effects": {
"minimum_seconds": 2700,
"maximum_seconds": 10800,
"display": "45 - 180 minutes"
}
}
}
}