Reformat with CRE.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@15661 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2011-11-11 09:52:26 +00:00
parent 68b69d1148
commit 2e679424ca
1 changed files with 13 additions and 13 deletions

View File

@ -6,65 +6,65 @@
"pre" : [["token", "seenbefore", "yes"]],
"post" : [],
"msg" : ["Hello $you, would you like some coffee?"]
},{
}, {
"match" : ["hello", "hi"],
"pre" : [],
"post" : [],
"msg" : ["Hello stranger, would you like some coffee?."]
},{
}, {
"match" : ["lady"],
"pre" : [["token", "seenbefore", "yes"]],
"post" : [],
"msg" : ["I think her name was something like Jann or Ann...\nworks over at the 'Mule sometimes."]
},{
}, {
"match" : ["amy"],
"pre" : [],
"post" : [],
"msg" : ["Hey, whatever she told you is a lie ok.\nThat lady Mark was talking to was a sick friend of mine."]
},{
}, {
"match" : ["mark"],
"pre" : [],
"post" : [],
"msg" : ["Who? Never heard of him..."]
},{
}, {
"match" : ["Eswald"],
"pre" : [["quest", "scorn/CoffeeGoose", "60"]],
"post" : [],
"msg" : ["That skunk Eswald and his stupid goose, now that he's got it back, they are undercutting my prices again."]
},{
}, {
"match" : ["Eswald"],
"pre" : [["quest", "scorn/CoffeeGoose", "20"]],
"post" : [],
"msg" : ["You say that Eswald has lost his goose? That's fantastic news; they've been undercutting my prices for years. \n\n er... I mean oh dear, what a shame, I am sorry to hear that."]
},{
}, {
"match" : ["Eswald"],
"pre" : [],
"post" : [],
"msg" : ["That skunk Eswald and his stupid goose Undercutting my prices. One day..."]
},{
}, {
"match" : ["no"],
"pre" : [["token", "offercoffee", "yes"]],
"post" : [["settoken", "offercoffee", "0"]],
"msg" : ["No problem friend, come back later if you change your mind."]
},{
}, {
"match" : ["yes", "like", "cup"],
"pre" : [["token", "offercoffee", "yes"], ["item", "money", "3"]],
"post" : [["giveitem", "Oled's coffee"], ["settoken", "offercoffee", "0"], ["takeitem", "money", "3"]],
"msg" : ["Here you go, "]
},{
}, {
"match" : ["yes", "like", "cup"],
"pre" : [["token", "offercoffee", "yes"]],
"post" : [["settoken", "offercoffee", "0"]],
"msg" : ["You'll need money to pay for the coffee, friend."]
},{
}, {
"match" : ["coffee", "fresh", "cup"],
"pre" : [],
"post" : [["settoken", "offercoffee", "yes"]],
"msg" : ["Coffee is 3 silver a cup, would you like some?"]
},{
}, {
"match" : ["*"],
"pre" : [],
"post" : [["settoken", "seenbefore", "yes"]],
"msg" : ["Have a cup of coffee! Fresh coffee!"]
}
]}
]}