Reformat using CRE.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@14374 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2011-04-03 09:32:08 +00:00
parent 46b42ed528
commit 510cc2d93b
1 changed files with 12 additions and 12 deletions

View File

@ -4,37 +4,37 @@
{
"match" : ["mark"],
"pre" : [],
"post": [],
"post" : [],
"msg" : ["Ya good guy lets me beat him at cards all the time.\nGuy loves to gamble.\nOtherwise he's a bum."]
}, {
"match" : ["amy"],
"pre" : [],
"post": [],
"post" : [],
"msg" : ["She runs the place for that rat Witherspoon."]
},{
}, {
"match" : ["Witherspoon", "rat"],
"pre" : [],
"post": [],
"post" : [],
"msg" : ["Witherspoon owns all these slum..er 'condos'."]
},{
}, {
"match" : ["gramps", "malone", "staff", "stick"],
"pre" : [["quest", "scorn/WalkingStick", "40"]],
"post": [],
"post" : [],
"msg" : ["Ya ol Gramps Malone is right duffer.\nPlays a good game of orc knuckles.\nI think he left his walking stick here last time he came round.\nThink it's under the table..."]
},{
}, {
"match" : ["gramps", "malone", "staff", "stick"],
"pre" : [["quest", "scorn/WalkingStick", "10"]],
"post": [["quest", "scorn/WalkingStick", "40"]],
"post" : [["quest", "scorn/WalkingStick", "40"]],
"msg" : ["Ya ol Gramps Malone is right duffer.\nPlays a good game of orc knuckles.\nI think he left his walking stick here last time he came round.\nThink it's under the table..."]
},{
}, {
"match" : ["gramps", "malone", "staff", "stick"],
"pre" : [],
"post": [],
"post" : [],
"msg" : ["Ya ol Gramps Malone is right duffer.\nPlays a good game of orc knuckles.\nI think he left his walking stick here last time he came round.\nThink it's under the table..."]
},{
}, {
"match" : ["*"],
"pre" : [],
"post": [],
"post" : [],
"msg" : ["Darn bird keeps me awake all night..."]
}
]}