comparison data/npcs/actor.json @ 293:e22b0e4d52ae

Add missions.masks_destroyed.
author Simon Cross <hodgestar@gmail.com>
date Fri, 08 Apr 2011 22:04:05 +0200
parents 4e7ca5cf57fa
children e1436dacca69
comparison
equal deleted inserted replaced
292:93352ab52f2e 293:e22b0e4d52ae
4 "auto_next": "state.bother" 4 "auto_next": "state.bother"
5 }, 5 },
6 "bother" : { 6 "bother" : {
7 "text" : "“Upon a thousand heights had gathered the inexplicable cloud. Swept by, uh... the rain, the moon is just come to light the high house. A clean and... and...” Oh bother, this is hard.", 7 "text" : "“Upon a thousand heights had gathered the inexplicable cloud. Swept by, uh... the rain, the moon is just come to light the high house. A clean and... and...” Oh bother, this is hard.",
8 "events" : [ 8 "events" : [
9 { "matches" : "world.masks_destroyed", "next": "state.no" } 9 { "matches" : "world.missions.masks_destroyed", "next": "state.no" }
10 ] 10 ]
11 }, 11 },
12 "no" : { 12 "no" : {
13 "text" : "NO! What have you done? The others are going to kill me when they see this mess. Fame and fortune are just not worth that. Aiiii!", 13 "text" : "NO! What have you done? The others are going to kill me when they see this mess. Fame and fortune are just not worth that. Aiiii!",
14 "auto_next": "state.gone" 14 "auto_next": "state.gone"