1[
2  {
3    "id": "MISSION_GET_MAGIC_BOOK",
4    "type": "mission_definition",
5    "name": "Retrieve The Tome of The Battle Mage",
6    "goal": "MGOAL_FIND_ITEM",
7    "difficulty": 4,
8    "value": 250000,
9    "item": "magus_spellbook",
10    "start": {
11      "effect": [ { "npc_remove_item_with": "magus_spellbook" }, "assign_guard", { "clear_npc_rule": "investigate_noises" } ]
12    },
13    "end": { "effect": [ { "npc_add_var": "npc_magus_book_done", "type": "dialogue", "context": "old_magus", "value": "yes" } ] },
14    "origins": [ "ORIGIN_SECONDARY" ],
15    "dialogue": {
16      "describe": "Where did I put that blasted…",
17      "offer": "I seem to have misplaced my book, The Tome of The Battle Mage.  That worthless apprentice probably stole it.  Bring it to me.",
18      "accepted": "…What?  Oh you're still here.  Go find my book.",
19      "rejected": "Just as useless as that apprentice…",
20      "advice": "You want me to do your job for you?  Bah.  That apprentice said something about wanting to look around town, you might start there.  Oh, and it's called The Tome of The Battle Mage, you can read at least the title, can't you?",
21      "inquire": "Where's my book?",
22      "success": "Finally.  Took you long enough.",
23      "success_lie": "Nonsense!  Useless!  Waste of my time!",
24      "failure": "Ugh, why am I cursed with useless people?"
25    }
26  },
27  {
28    "id": "MISSION_GET_POWER_CBM",
29    "type": "mission_definition",
30    "name": "Find Power Storage CBM",
31    "goal": "MGOAL_FIND_ITEM",
32    "difficulty": 2,
33    "value": 150000,
34    "item": "bio_power_storage",
35    "start": {
36      "effect": [ { "npc_remove_item_with": "bio_power_storage" }, "assign_guard", { "clear_npc_rule": "investigate_noises" } ]
37    },
38    "end": { "effect": [ { "u_buy_item": "techno_fundamentals", "count": 1 } ] },
39    "origins": [ "ORIGIN_SECONDARY" ],
40    "dialogue": {
41      "describe": "More power… moar power… MOAR POWAA!",
42      "offer": "I need more power.  Find me more power storage and I'll give you this book.",
43      "accepted": "I don't care where it comes from so long as it's clean.",
44      "rejected": "You want more power too, don't you?",
45      "advice": "Electronic Stores might have what I need.  Or you could just cut it out of something.",
46      "inquire": "Find anything?",
47      "success": "Perfect.  More power… power…",
48      "success_lie": "I don't understand.",
49      "failure": "I must find more power, this setback is inconvenient."
50    }
51  },
52  {
53    "id": "MISSION_PURGE_50_Z",
54    "type": "mission_definition",
55    "name": "Kill 50 Zombies",
56    "goal": "MGOAL_KILL_MONSTER_SPEC",
57    "monster_species": "ZOMBIE",
58    "monster_kill_goal": 50,
59    "difficulty": 5,
60    "value": 250000,
61    "start": { "effect": "follow_only" },
62    "end": { "effect": "stop_following" },
63    "origins": [ "ORIGIN_SECONDARY" ],
64    "followup": "MISSION_PURGE_150_Z",
65    "dialogue": {
66      "describe": "Will you answer the call?",
67      "offer": "This world has fallen to chaos and death.  Remove 50 of the cursed from this world; assist me in purging this curse and you shall be rewarded.",
68      "accepted": "Blessed be.  I shall observe your efforts and judge you as one of the many or one of the few.",
69      "rejected": "You will not help purge this curse?  Perhaps you are a part of the curse…",
70      "advice": "The awakened congregate in towns and cities, the closer to the center the more you will find.",
71      "inquire": "Blessed be.",
72      "success": "Blessed be.  You are one of the few.  We shall do great works together.",
73      "success_lie": "Deception is the realm of the cursed.  You disappoint me.",
74      "failure": "Was the curse too strong for you?"
75    }
76  },
77  {
78    "id": "MISSION_PURGE_150_Z",
79    "type": "mission_definition",
80    "name": "Kill 150 Zombies",
81    "goal": "MGOAL_KILL_MONSTER_SPEC",
82    "monster_species": "ZOMBIE",
83    "monster_kill_goal": 150,
84    "difficulty": 7,
85    "value": 250000,
86    "start": { "effect": "follow_only" },
87    "end": { "effect": "stop_following" },
88    "origins": [ "ORIGIN_SECONDARY" ],
89    "dialogue": {
90      "describe": "You have proven you are one of the few, will you stand with the few again?",
91      "offer": "We must continue the purge.  Remove 150 more of the cursed from this land and you shall be blessed with greatness.",
92      "accepted": "Blessed be. You are a true testament to the few.",
93      "rejected": "I see.  Perhaps you will find your way back to us one day.",
94      "advice": "The awakened stir in even the darkest of corners.  Seek them out and destroy them.",
95      "inquire": "Blessed be.",
96      "success": "Blessed be.  You are a valuable asset to our cause.  Perhaps you may even be our salvation.",
97      "success_lie": "You have come so far.  Only to fall.",
98      "failure": "The curse of this land infects that which does not seek to purge."
99    }
100  }
101]
102