Reformat using CRE, no change.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@14341 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2011-03-16 22:10:09 +00:00
parent e346a07560
commit 1b5af54d43
1 changed files with 78 additions and 105 deletions

View File

@ -2,8 +2,6 @@
"location" : "newbie_sigmund",
"rules": [
{
"comment" : "**** experience thread ****",
"match" : ["yes", "sound fun", "sounds fun", "experience", "teach"],
"pre" : [["token", "proposal", "experience"]],
@ -38,14 +36,8 @@
"match" : ["*"],
"pre" : [["token", "proposal", "pathExplain"]],
"post" : [],
"msg" : ["What is your character class? Are you a caster? Are you more of a priest? A bowyer? A fighter!",
"I sense you are a fighter or a priest! What is your class?",
"That's not helping! Caster, priest, fighter, using range weapons? What is your profession?",
"There is not much choice you can make at the start of the game. Either you embraced a caster or priest path, or you embraced ranged weapons, or you engaged in the use of melee weapons",
"Did I tell you already I once killed a kobold?"]
"msg" : ["What is your character class? Are you a caster? Are you more of a priest? A bowyer? A fighter!", "I sense you are a fighter or a priest! What is your class?", "That's not helping! Caster, priest, fighter, using range weapons? What is your profession?", "There is not much choice you can make at the start of the game. Either you embraced a caster or priest path, or you embraced ranged weapons, or you engaged in the use of melee weapons", "Did I tell you already I once killed a kobold?"]
}, {
"comment" : "**** bindings object thread ****",
"match" : ["yes", "bind"],
"pre" : [["token", "proposal", "bindings"]],
@ -62,24 +54,18 @@
"post" : [],
"msg" : ["Yes, clients can help you manipulate keybindings, making available combinations of the control, shift, meta or Apple keys. They do this using in specialized dialog boxes. The older GTK client does it using the Client -> Configure -> Keybindings menu, and the newer one uses Client -> Keybindings."]
}, {
"comment" : "**** apply object thread ****",
"match" : ["yes", "apply", "more"],
"pre" : [["token", "proposal", "apply"]],
"post" : [["settoken", "proposal", "bindings"]],
"msg" : ["Some objects in Crossfire react to 'Applying'. To apply an object (lever, sign, ...), stand above it and type 'apply'. This applies the object. Of course, it might be quite cumbersome to do that again and again. The easiest way to apply is to use a binding in the client. Do you want to learn about that?"]
}, {
"comment" : "**** saving thread ****",
"match" : ["yes", "saving"],
"pre" : [["token", "proposal", "saving"]],
"post" : [["settoken", "proposal", "apply"]],
"msg" : ["You cannot use a bed to reality until you have earned at least one experience point. You must use a bed to reality at least once to have your character saved. You can find beds to reality just southwest of here. Do you want to get more information on how to apply an object in Crossfire."]
}, {
"comment" : "**** bed to reality thread ****",
"match" : ["yes", "more"],
"pre" : [["token", "proposal", "bed"]],
@ -91,16 +77,12 @@
"post" : [["settoken", "proposal", "saving"]],
"msg" : ["All items left on the ground while you are in real life may disappear or be stolen by other players. If you want to keep them with you, they must be put into your inventory or in a permanent apartment. Do you want me to tell you about saving your character?"]
}, {
"comment" : "**** food thread ****",
"match" : ["yes", "food", "eat"],
"pre" : [["token", "proposal", "food"]],
"post" : [["settoken", "proposal", ""]],
"msg" : ["There are plenty of snacks in the wild world (and in shops). Before going to adventure, always bring a bag of healthy food with you. Don't die starving. If you forget to eat, you might become a bit crazy and eat whatever happens to be in your pack. Beware of poisoned food my lad! I think i saw a safe snack nearby :)"]
}, {
"comment" : "**** healing thread ****",
"match" : ["yes", "heal"],
"pre" : [["token", "proposal", "heal"]],
@ -120,12 +102,8 @@
"match" : ["yes"],
"pre" : [["token", "proposal", "heal2"]],
"post" : [],
"msg" : ["Yes what?",
"Yes I want to know about natural healing? Or yes I want to know about dangerous areas? Are you sure you are listening to me?",
"I once killed a kobold, you know?"]
"msg" : ["Yes what?", "Yes I want to know about natural healing? Or yes I want to know about dangerous areas? Are you sure you are listening to me?", "I once killed a kobold, you know?"]
}, {
"comment" : " ***** Generic subjects player might want to abort. Switch to proposal *****",
"match" : ["bed", "reality"],
"pre" : [["token", "dialog", "started"]],
@ -155,12 +133,8 @@
"match" : ["no"],
"pre" : [["token", "dialog", "started"]],
"post" : [["settoken", "proposal", ""]],
"msg" : ["That's ok pal, want something more?",
"So you think you know everything?\nThose children!",
"Adventurers, all the same, no time\n to listen to old, wise Sigmund"]
"msg" : ["That's ok pal, want something more?", "So you think you know everything?\nThose children!", "Adventurers, all the same, no time\n to listen to old, wise Sigmund"]
}, {
"comment" : "****** Various non threaded dialogs / basic proposals *****",
"match" : ["spell", "cast"],
"pre" : [["token", "dialog", "started"]],
@ -178,4 +152,3 @@
"msg" : ["I know everything about what you should do next: where to heal, how to bind keys, how to use items, beds to reality, and gain experience. Would you like me to tell you about beds to reality? That's important in Crossfire."]
}
]}