Skip to content

Instantly share code, notes, and snippets.

@evelynharthbrooke
Created March 14, 2015 06:42
Show Gist options
  • Save evelynharthbrooke/4d8c128d9d9464cd9270 to your computer and use it in GitHub Desktop.
Save evelynharthbrooke/4d8c128d9d9464cd9270 to your computer and use it in GitHub Desktop.
{
"templates":[
"{hits} {user} with a {item}.",
"{hits} {user} around a bit with a {item}.",
"{throws} a {item} at {user}.",
"{throws} a few {item_plural} at {user}.",
"grabs a {item} and {throws} it in {user}'s face.",
"launches a {item} in {user}'s general direction.",
"sits on {user}'s face while slamming a {item} into their crotch.",
"starts slapping {user} silly with a {item}.",
"holds {user} down and repeatedly {hits} them with a {item}.",
"prods {user} with a {item}.",
"picks up a {item} and {hits} {user} with it.",
"ties {user} to a chair and {throws} a {item} at them.",
"{hits} {user} {where} with a {item}.",
"ties {user} to a pole and whips them with a {item}.",
"slaps {user} around a bit with a large peanut butter & jelly sandwich."
],
"parts": {
"item":[
"cast iron skillet",
"large trout",
"baseball bat",
"cricket bat",
"wooden cane",
"nail",
"printer",
"shovel",
"pair of trousers",
"CRT monitor",
"diamond sword",
"baguette",
"physics textbook",
"toaster",
"portrait of Richard Stallman",
"television",
"mau5head",
"five ton truck",
"roll of duct tape",
"book",
"laptop",
"old television",
"sack of rocks",
"rainbow trout",
"cobblestone block",
"lava bucket",
"rubber chicken",
"spiked bat",
"gold block",
"fire extinguisher",
"heavy rock",
"chunk of dirt"
],
"item_plural":[
"cast iron skillets",
"large trouts",
"baseball bats",
"wooden canes",
"nails",
"printers",
"shovels",
"pairs of trousers",
"CRT monitors",
"diamond swords",
"baguettes",
"physics textbooks",
"toasters",
"portraits of Richard Stallman",
"televisions",
"mau5heads",
"five ton trucks",
"rolls of duct tape",
"books",
"laptops",
"old televisions",
"sacks of rocks",
"rainbow trouts",
"cobblestone blocks",
"lava buckets",
"rubber chickens",
"spiked bats",
"gold blocks",
"fire extinguishers",
"heavy rocks",
"chunks of dirt"
],
"throws": [
"throws",
"flings",
"chucks"
],
"hits": [
"hits",
"whacks",
"slaps",
"smacks"
],
"where": [
"in the chest",
"on the head",
"on the bum"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment