Fix, and improve, the Gork dialog in the scorn/kar Gorks Quest. Add some new

content, and make the conversation a lot more flexible so it is not necessary
to reset from the beginning so much.


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10432 282e977c-c81d-0410-88c4-b93c2d0d6712
master
kbulgrien 2008-11-14 06:34:06 +00:00
parent aa8f1309f9
commit 2c008d88cd
1 changed files with 16 additions and 11 deletions

View File

@ -7,30 +7,35 @@
"post" : [["gork_speak","hoard"]], "post" : [["gork_speak","hoard"]],
"msg" : ["Youse want Gork's hoards? I crush you..."] "msg" : ["Youse want Gork's hoards? I crush you..."]
}, { }, {
"match" : "gork|hoard|yes|want", "match" : "hoard|yes|want",
"pre" : [["gork_speak","hoard"]], "pre" : [["gork_speak","hoard|pulp|treasure"]],
"post" : [["gork_speak","mork"]], "post" : [["gork_speak","mork"]],
"msg" : ["Gork not like you... I not as nice as Mork."] "msg" : ["Gork not like you... I not as nice as Mork."]
}, { }, {
"match" : "mork|nice", "match" : "mork|nice",
"pre" : [["gork_speak","mork"]], "pre" : [["gork_speak","friend|mork|tower|treasure"]],
"post" : [["gork_speak","mork2"]], "post" : [["gork_speak","friend"]],
"msg" : ["Mork be Gork's friend. Mork live in tower."] "msg" : ["Mork be Gork's friend. Mork live in tower."]
}, { }, {
"match" : "friend", "match" : "friend",
"pre" : [["gork_speak","mork2"]], "pre" : [["gork_speak","friend|key|tower"]],
"post" : [["gork_speak","treasure"]], "post" : [["gork_speak","treasure"]],
"msg" : ["Mork share Gork's treasure."] "msg" : ["Mork share Gork's treasure."]
}, { }, {
"match" : "tower", "match" : "tower",
"pre" : [["gork_speak","mork2"]], "pre" : [["gork_speak","friend|tower"]],
"post" : [], "post" : [["gork_speak","tower"]],
"msg" : ["Mork live in tower, Mork big, Mork friend."] "msg" : ["Mork live in tower. Mork big, Mork friend."]
}, { }, {
"match" : "treasure", "match" : "share|treasure",
"pre" : [["gork_speak","treasure"]], "pre" : [["gork_speak","treasure"]],
"post" : [["gork_speak",""],["can_get_key","1"]], "post" : [["gork_speak","key"],["can_get_key","1"]],
"msg" : ["Only Gork can open treasure door."] "msg" : ["Only Gork and Mork can open treasure door."]
}, {
"match" : "crush|door|open|treasure",
"pre" : [["gork_speak","hoard|key"]],
"post" : [["gork_speak","pulp"]],
"msg" : ["Gurrr... Gork beat you to pulp!"]
}, { }, {
"match" : "*", "match" : "*",
"pre" : [], "pre" : [],