Last active
December 11, 2020 21:57
-
-
Save adamjgrant/ef2b3c9e7accbfe5f673c6479519bed5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"main": [ | |
{ "branch": "the-starter-kit" }, { "branch": "pool" } | |
], | |
"pool": [ | |
{ "ps": "(We|We all) have to (get out of|leave|jump out of) the pool because antimaskers (shat|took a shit|shit|left a turd) in it. (We warned them|They were warned) but (went ahead|off they went|did it anyway) because (\"freedom\"|\"their rights\")\n\n(Nobody can swim now|Now no one can swim|No one gets to swim now) and they're (chastising|criticizing|yelling at) the (lifeguard|cleaners) for (infringing on|stepping on|blocking|threatening) their (right to swim|swimming rights)\n\nAll of us *(would like|want)* to (head to a bar|go out for a drink|get a drink at a bar)(| right now)" } | |
], | |
"the-starter-kit": [ | |
{ | |
"branch": "starter-kit", "then": { | |
"branch": "one", "then": { | |
"branch": "two", "then": { | |
"branch": "three" | |
} | |
} | |
} | |
} | |
], | |
"starter-kit": [ | |
"Misinformation Spreader", | |
"Science Denier", | |
"Disinformation", | |
"Facebook Scientist", | |
"Pseudoscience Spreader", | |
"Harmful Misinformation", | |
"Conspiracy Theorist", [ | |
" Starter Kit\n\n" | |
] | |
], | |
"one": [ | |
"1. ", [ | |
"Suspicion = Evidence", | |
"Suspicion counts as evidence", | |
"Evidence and suspicion are the same thing", | |
"Your own suspicion is evidence", | |
"Use suspicion as evidence", [ | |
".\n" | |
] | |
] | |
], | |
"two": [ | |
"2. ", [ | |
"You can trust a source only if the data helps your conclusion", | |
"Only data that supports your conclusion is valid", | |
"A source can be trusted when it supports your conclusion", | |
"If the data helps your conclusion, it's correct", | |
"Data that supports your conclusion is good", [ | |
".\n" | |
] | |
] | |
], | |
"three": [ | |
"3. ", [ | |
"You can't trust a source when it doesn't agree with you", | |
"Evidence against you must be corrupt and part of a complex conspiracy", | |
"The scientific consensus says otherwise because they're part of the conspiracy", | |
"When the data disagrees, that's because it's a conspiracy!", | |
"Data that refutes your conclusion is just proof of a big complicated conspiracy", ["."] | |
] | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment