From 651b1b1b52e4daa6b573db0c5cf67e5fe33342d2 Mon Sep 17 00:00:00 2001 From: Hudson Cassidy Date: Fri, 7 May 2021 18:31:06 +1000 Subject: [PATCH] added the new event quest Beast of the Shadows for MH rise --- quests.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/quests.json b/quests.json index f19e81e..274ab8b 100644 --- a/quests.json +++ b/quests.json @@ -3120,6 +3120,23 @@ "targets": [ "Barroth" ] + }, + { + "_id": { + "$oid": "608fc50ddc2d8ce1017b0113" + }, + "name": "Beast of the Shadows", + "client": "Guild Master Hojo", + "description": "Ah, Hunter! The illustrations I was working on turned out so well that I decided to make them into a stickers! What do you think? Adorable, are they not? Complete my request, and they're yours! Now... hop to it-to it!", + "map": "Shrine Ruins", + "isKey": false, + "questType": "Event", + "game": "Monster Hunter Rise", + "difficulty": "7", + "objective": "Slay a Nargacuga", + "targets": [ + "Nargacuga" + ] } ] }