more stuff @cybojenix

This commit is contained in:
Luke Rogers 2013-09-12 23:05:15 +12:00
parent 2be0c46b89
commit cbcf1dc4b5
1 changed files with 27 additions and 11 deletions

View File

@ -1,21 +1,21 @@
{
"templates":[
"slaps {user} with a {item}.",
"slaps {user} around a bit with a {item}.",
"throws a {item} at {user}.",
"chucks a few {item}s at {user}.",
"grabs a {item} and throws it in {user}'s face.",
"{hits} {user} with a {item}.",
"{hits} {user} around a bit with a {item}.",
"{throws} a {item} at {user}.",
"{throws} a few {item}s 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 whacks them with a {item}.",
"prods {user} with a flaming {item}.",
"picks up a {item} and whacks {user} with it.",
"ties {user} to a chair and throws a {item} at them.",
"hits {user} on the head with a {item}.",
"holds {user} down and repeatedly {hits} them with a {item}.",
"prods {user} with a {mod} {item}.",
"picks up a {item} and {hits} {user} with it.",
"ties {user} to a chair and {throws} a {item} at them.",
"{hits} {user} on the head with a {item}.",
"ties {user} to a pole and whips them with a {item}."
],
"parts":{
"parts": {
"item":[
"cast iron skillet",
"large trout",
@ -46,6 +46,22 @@
"fire extinguisher",
"heavy rock",
"chunk of dirt"
],
"throws": [
"throws",
"flings",
"chucks"
],
"hits": [
"hits",
"whacks",
"slaps",
"smacks"
],
"mod": [
"flaming",
"sticky",
"dripping"
]
}
}