Add Rising dialogue/NextQuestId

pull/24/head
Liza 2024-08-28 10:35:24 +02:00
parent 218dbd8feb
commit 916082ef35
Signed by: liza
GPG Key ID: 7199F8D727D55F67
2 changed files with 10 additions and 2 deletions

View File

@ -179,7 +179,8 @@
"AethernetShortcut": [ "AethernetShortcut": [
"[Limsa Lominsa] Arcanists' Guild", "[Limsa Lominsa] Arcanists' Guild",
"[Limsa Lominsa] The Aftcastle" "[Limsa Lominsa] The Aftcastle"
] ],
"NextQuestId": 5016
} }
] ]
} }

View File

@ -113,7 +113,14 @@
}, },
"StopDistance": 7, "StopDistance": 7,
"TerritoryId": 128, "TerritoryId": 128,
"InteractionType": "CompleteQuest" "InteractionType": "CompleteQuest",
"DialogueChoices": [
{
"Type": "YesNo",
"Prompt": "TEXT_FESANX002_05016_Q52_000_082",
"Yes": true
}
]
} }
] ]
} }