Fix JSON.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13235 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
d0d9ec4c45
commit
4b45fe5b30
|
@ -4,9 +4,7 @@
|
||||||
"match" : ["curse", "calamity", "spectre", "yes"],
|
"match" : ["curse", "calamity", "spectre", "yes"],
|
||||||
"pre" : [["quest", "scorn/LordSpectre", "10"], ["item", "Calamity"], ["token", "question", "curse"]],
|
"pre" : [["quest", "scorn/LordSpectre", "10"], ["item", "Calamity"], ["token", "question", "curse"]],
|
||||||
"post" : [["takeitem", "Calamity"], ["quest", "scorn/LordSpectre", "60"], ["quest", "scorn/Aristocracy", "90"], ["givecontents", "Prince Reward"], ["settoken", "question", "0"]],
|
"post" : [["takeitem", "Calamity"], ["quest", "scorn/LordSpectre", "60"], ["quest", "scorn/Aristocracy", "90"], ["givecontents", "Prince Reward"], ["settoken", "question", "0"]],
|
||||||
"msg" : ["Congratulations on completing your quest. We have a new Prince of the Realm!
|
"msg" : ["Congratulations on completing your quest. We have a new Prince of the Realm!\nPlease take this fine sword as a reward. May it serve you well!"]
|
||||||
Please take this fine sword as
|
|
||||||
a reward. May it serve you well!"]
|
|
||||||
},{
|
},{
|
||||||
"match" : ["curse", "calamity", "spectre", "yes"],
|
"match" : ["curse", "calamity", "spectre", "yes"],
|
||||||
"pre" : [["quest", "scorn/LordSpectre", "10"], ["token", "question", "curse"]],
|
"pre" : [["quest", "scorn/LordSpectre", "10"], ["token", "question", "curse"]],
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"match" : ["*"],
|
"match" : ["*"],
|
||||||
"pre" : [["quest", "scorn/DragonWhisker", "10"]],
|
"pre" : [["quest", "scorn/DragonWhisker", "10"]],
|
||||||
"post" : [["settoken", "question", "helpdragon"]],
|
"post" : [["settoken", "question", "helpdragon"]],
|
||||||
"msg" : ["May I be of assistance, My Lord $you?"]
|
"msg" : ["May I be of assistance, My Lord $you?"],
|
||||||
"replies" : [["yes", "Yes, you may, tell me of the Dragonlords"], ["no", "No, I need no assistance from you"]]
|
"replies" : [["yes", "Yes, you may, tell me of the Dragonlords"], ["no", "No, I need no assistance from you"]]
|
||||||
},{
|
},{
|
||||||
"match" : ["*"],
|
"match" : ["*"],
|
||||||
|
|
|
@ -25,9 +25,7 @@
|
||||||
"match" : ["yes", "service", "Scorn"],
|
"match" : ["yes", "service", "Scorn"],
|
||||||
"pre" : [],
|
"pre" : [],
|
||||||
"post" : [["quest", "scorn/DemonPit", "10"]],
|
"post" : [["quest", "scorn/DemonPit", "10"]],
|
||||||
"msg" : ["His Majesty, the King of Scorn, is concerned with the recent influx of demons in the ruins of the town north of
|
"msg" : ["His Majesty, the King of Scorn, is concerned with the recent influx of demons in the ruins of the town north of Scorn.\nReports have it that the demons are issuing from a filthy pit in the ground.\n Go and investigate, and eliminate the threat if possible.\n Return with a token of your victory."]
|
||||||
Scorn.\nReports have it that the demons are issuing from a filthy pit in the ground.\n Go and investigate, and eliminate the
|
|
||||||
threat if possible.\n Return with a token of your victory."]
|
|
||||||
},{
|
},{
|
||||||
"match" : ["*"],
|
"match" : ["*"],
|
||||||
"pre" : [],
|
"pre" : [],
|
||||||
|
|
Loading…
Reference in New Issue