more stuff @cybojenix
This commit is contained in:
parent
2be0c46b89
commit
cbcf1dc4b5
1 changed files with 27 additions and 11 deletions
|
@ -1,21 +1,21 @@
|
||||||
{
|
{
|
||||||
"templates":[
|
"templates":[
|
||||||
"slaps {user} with a {item}.",
|
"{hits} {user} with a {item}.",
|
||||||
"slaps {user} around a bit with a {item}.",
|
"{hits} {user} around a bit with a {item}.",
|
||||||
"throws a {item} at {user}.",
|
"{throws} a {item} at {user}.",
|
||||||
"chucks a few {item}s at {user}.",
|
"{throws} a few {item}s at {user}.",
|
||||||
"grabs a {item} and throws it in {user}'s face.",
|
"grabs a {item} and {throws} it in {user}'s face.",
|
||||||
"launches a {item} in {user}'s general direction.",
|
"launches a {item} in {user}'s general direction.",
|
||||||
"sits on {user}'s face while slamming a {item} into their crotch.",
|
"sits on {user}'s face while slamming a {item} into their crotch.",
|
||||||
"starts slapping {user} silly with a {item}.",
|
"starts slapping {user} silly with a {item}.",
|
||||||
"holds {user} down and repeatedly whacks them with a {item}.",
|
"holds {user} down and repeatedly {hits} them with a {item}.",
|
||||||
"prods {user} with a flaming {item}.",
|
"prods {user} with a {mod} {item}.",
|
||||||
"picks up a {item} and whacks {user} with it.",
|
"picks up a {item} and {hits} {user} with it.",
|
||||||
"ties {user} to a chair and throws a {item} at them.",
|
"ties {user} to a chair and {throws} a {item} at them.",
|
||||||
"hits {user} on the head with a {item}.",
|
"{hits} {user} on the head with a {item}.",
|
||||||
"ties {user} to a pole and whips them with a {item}."
|
"ties {user} to a pole and whips them with a {item}."
|
||||||
],
|
],
|
||||||
"parts":{
|
"parts": {
|
||||||
"item":[
|
"item":[
|
||||||
"cast iron skillet",
|
"cast iron skillet",
|
||||||
"large trout",
|
"large trout",
|
||||||
|
@ -46,6 +46,22 @@
|
||||||
"fire extinguisher",
|
"fire extinguisher",
|
||||||
"heavy rock",
|
"heavy rock",
|
||||||
"chunk of dirt"
|
"chunk of dirt"
|
||||||
|
],
|
||||||
|
"throws": [
|
||||||
|
"throws",
|
||||||
|
"flings",
|
||||||
|
"chucks"
|
||||||
|
],
|
||||||
|
"hits": [
|
||||||
|
"hits",
|
||||||
|
"whacks",
|
||||||
|
"slaps",
|
||||||
|
"smacks"
|
||||||
|
],
|
||||||
|
"mod": [
|
||||||
|
"flaming",
|
||||||
|
"sticky",
|
||||||
|
"dripping"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in a new issue