[ { "id": "mission_kill_thugs", "title": "Kill 3 thugs", "description": "Kill 3 thugs in the north of the plaza", "objectives": [ { "type": "kill", "actor_id": "thug_01" }, { "type": "kill", "actor_id": "thug_02" }, { "type": "kill", "actor_id": "thug_03" } ], "next_missions": [ "mission_kill_thugs_get_reward" ] }, { "id": "mission_kill_thugs_get_reward", "title": "Tell the scared woman that the thugs are dead", "no_autocompletion": true, "marker": { "type": "actor", "actor_id": "scared_woman" }, "rewards": [ { "type": "item", "prototype_id": "sub_machine_gun", "amount": 1 }, { "type": "credits", "amount": 500 }, { "type": "experience", "amount": 500 } ] }, { "id": "mission_find_gun", "title": "Find lost pistol", "description": "Find a lost pistol", "objectives": [ { "type": "find_item", "item_id": "quest_pistol" } ], "rewards": [], "next_missions": [ "mission_deliver_gun" ] }, { "id": "mission_deliver_gun", "title": "Deliver lost pistol", "description": "Deliver a lost pistol", "no_autocompletion": true, "marker": { "type": "actor", "actor_id": "guard_boss" }, "objectives": [ { "type": "deliver_item", "item_id": "quest_pistol" } ], "rewards": [ { "type": "credits", "amount": 500 }, { "type": "experience", "amount": 500 } ] } ]