96 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			96 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
| {
 | |
|   "location" : "scorn/alfalfa",
 | |
|   "rules": [
 | |
|   {
 | |
|   "match" : ["guard", "guards"],
 | |
|   "pre" : [],
 | |
|   "post" : [],
 | |
|   "msg" : ["They won't give me any clothes either.  And I hear the post across the corridor has become a most prized job by the guards!"],
 | |
|   "replies" : [["clothes", "Where can I get clothes for you?", "2"]]
 | |
|   }, {
 | |
|   "match" : ["name", "who"],
 | |
|   "pre" : [],
 | |
|   "post" : [],
 | |
|   "msg" : ["Hello!  I am Alfalfa.  I was arrested for streaking.\nWould you be able to get me some clothes please?"],
 | |
|   "replies" : [["clothes", "Where can I get clothes for you?", "2"]]
 | |
|   }, {
 | |
|   "match" : ["Barking", "Mule", "Fran"],
 | |
|   "pre" : [],
 | |
|   "post" : [],
 | |
|   "msg" : ["Fran is my good friend who has a spare key to my house.  She works at the Barking Mule which is far south of Scorn, past the Guard House, then far west."]
 | |
|   }, {
 | |
|   "match" : ["*"],
 | |
|   "pre" : [["quest", "scorn/OrcDress", "50"]],
 | |
|   "post" : [],
 | |
|   "msg" : ["Hello, $you!  I'm happy you found my small stash of treasures. I don't have anything more I can give right now.  If you talk to the Magistrate in the castle, maybe you can win their favor?"]
 | |
|   }, {
 | |
|   "match" : ["treasure", "gate", "pass", "merchant"],
 | |
|   "pre" : [["quest", "scorn/OrcDress", "0-30"]],
 | |
|   "post" : [],
 | |
|   "msg" : ["Yes!  I can give you my gate pass if you get some clothes from my house, please?"],
 | |
|   "replies" : [["house", "where is your house?", "2"]]
 | |
|   }, {
 | |
|   "match" : ["yes"],
 | |
|   "pre" : [["quest", "scorn/OrcDress", "10-30"], ["item", "Alfalfa's dress"]],
 | |
|   "post" : [["takeitem", "Alfalfa's dress"], ["takeitem", "Alfalfa's Front Door Key"], ["quest", "scorn/OrcDress", "40"], ["givecontents", "alfalfaprize"]],
 | |
|   "msg" : ["Thank you for getting me some clothes $you, I don't have anything I can give you here, but if you go back to my house, in the basement, there is a secret hiding place where I keep my valuables, underneath a rock in the south east corner."]
 | |
|   }, {
 | |
|   "match" : ["yes"],
 | |
|   "pre" : [["quest", "scorn/OrcDress", "10-30"]],
 | |
|   "post" : [],
 | |
|   "msg" : ["Where are they?"]
 | |
|   }, {
 | |
|   "match" : ["no"],
 | |
|   "pre" : [["quest", "scorn/OrcDress", "10-30"]],
 | |
|   "post" : [],
 | |
|   "msg" : ["Oh do hurry up, I don't like the prison guards around here."],
 | |
|   "replies" : [["guards", "Why don't you like the prison guards?", "2"]]
 | |
|   }, {
 | |
|   "match" : ["no"],
 | |
|   "pre" : [],
 | |
|   "post" : [],
 | |
|   "msg" : ["Oh you are just as mean as the prison guards."],
 | |
|   "replies" : [["guards", "What's wrong with the prison guards?", "2"]]
 | |
|   }, {
 | |
|   "match" : ["key"],
 | |
|   "pre" : [],
 | |
|   "post" : [["quest", "scorn/OrcDress", "10"]],
 | |
|   "msg" : ["The door slammed shut behind me as I fled, locking me out. My friend Fran has a spare key to my house, ask her for it, she works over at the Barking Mule.\nTell Fran I sent you!"]
 | |
|   }, {
 | |
|   "match" : ["house"],
 | |
|   "pre" : [],
 | |
|   "post" : [],
 | |
|   "msg" : ["I'm Alfalfa, and I live, or used to live at, Number 32, River Road.\nIt's at the south side of the town, just a few chains south of the wanderer's inn. You'll need a key to get in."],
 | |
|   "replies" : [["key", "Don't you have a key?", "2"]]
 | |
|   }, {
 | |
|   "match" : ["streaking", "arrest", "naked"],
 | |
|   "pre" : [],
 | |
|   "post" : [],
 | |
|   "msg" : ["I had to run from my house in the middle of the night, as band of orcs crashed though my bedroom door!"],
 | |
|   "replies" : [["house", "where is your house?", "2"]]
 | |
|   }, {
 | |
|   "match" : ["*"],
 | |
|   "pre" : [["quest", "scorn/OrcDress", "40"]],
 | |
|   "post" : [],
 | |
|   "msg" : ["Thank you for getting me some clothes, $you.  I don't have anything I can give you here, but if you go back to my house, in the basement, there is a secret hiding place where I keep my valuables, underneath a rock in the south east corner."]
 | |
|   }, {
 | |
|   "match" : ["*"],
 | |
|   "pre" : [["quest", "scorn/OrcDress", "10-30"]],
 | |
|   "post" : [],
 | |
|   "msg" : ["Hello, $you, have you been able to find some clothes for me?"],
 | |
|   "replies" : [["yes", "Yes, here you are"], ["no", "No, no joy yet"]]
 | |
|   }, {
 | |
|   "match" : ["clothes"],
 | |
|   "pre" : [],
 | |
|   "post" : [],
 | |
|   "msg" : ["Well, I doubt that you could find clothes that fit me, you will need to get some from my house."],
 | |
|   "replies" : [["house", "Where is your house?", "2"]]
 | |
|   }, {
 | |
|   "match" : ["*"],
 | |
|   "pre" : [["quest", "scorn/OrcDress", "=0"]],
 | |
|   "post" : [],
 | |
|   "msg" : ["I was arrested for streaking.\nWould you be able to get me some clothes please?"],
 | |
|   "replies" : [["streaking", "Why were you streaking?", "2"], ["clothes", "Where can I get clothes from?", "2"], ["no", "I'm sorry, I don't have time to go fetching clothes.", "0"]]
 | |
|   }
 | |
| ]}
 |