-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Quest Log UI Overhaul, big thanks to sdenec for designing new UI and for help implementing it! * Quests can now have Quest Source that consists of custom image and name, without relying on any existing Entity * Quest are now sortable in Quest Log * Rewards and Tasks are now sortable in Quest Details * You can now click on Item Rewards and preview item sheet. * Removed old Welcome Screen * Added prompt to install new Workshop's Welcome Screen * [BUG] Subquest inherits description and gm notes from parent * [BUG] Error when invalid quest or non-quest journal entry is present in `_fql_quests` folder Co-authored-by: sdenec <[email protected]>
- Loading branch information
Showing
37 changed files
with
2,533 additions
and
1,471 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
{ | ||
"ForienQuestLog.QuestPreview.SubTitle": "" | ||
"ForienQuestLog.QuestPreview.SubTitle": "", | ||
"ForienQuestLog.Tooltips.Edit": "", | ||
"ForienQuestLog.QuestForm.QuestGiverNamePlaceholder": "", | ||
"ForienQuestLog.Buttons.AddNewFolder": "" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
{} | ||
{ | ||
"ForienQuestLog.Tooltips.Edit": "", | ||
"ForienQuestLog.QuestForm.QuestGiverNamePlaceholder": "", | ||
"ForienQuestLog.Buttons.AddNewFolder": "" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,5 @@ | ||
{ | ||
"ForienQuestLog.QuestForm.SubquestOf": "", | ||
"ForienQuestLog.CloseDialog.Title": "", | ||
"ForienQuestLog.CloseDialog.Header": "", | ||
"ForienQuestLog.CloseDialog.Body": "", | ||
"ForienQuestLog.CloseDialog.Cancel": "", | ||
"ForienQuestLog.CloseDialog.Discard": "", | ||
"ForienQuestLog.Notifications.LinkCopied": "", | ||
"ForienQuestLog.Settings.allowPlayersCreate.Enable": "", | ||
"ForienQuestLog.Settings.allowPlayersCreate.EnableHint": "", | ||
"ForienQuestLog.Settings.allowPlayersAccept.Enable": "", | ||
"ForienQuestLog.Settings.allowPlayersAccept.EnableHint": "", | ||
"ForienQuestLog.Settings.countHidden.Enable": "", | ||
"ForienQuestLog.Settings.countHidden.EnableHint": "", | ||
"ForienQuestLog.Settings.playersWelcomeScreen.Enable": "", | ||
"ForienQuestLog.Settings.playersWelcomeScreen.EnableHint": "", | ||
"ForienQuestLog.QuestPreview.SubTitle": "", | ||
"ForienQuestLog.QuestPreview.Management.SplashArt": "", | ||
"ForienQuestLog.QuestPreview.Management.QuestBranching": "", | ||
"ForienQuestLog.QuestPreview.Management.AddSubquest": "", | ||
"ForienQuestLog.QuestPreview.Management.CanPlayerEdit": "" | ||
"ForienQuestLog.Tooltips.Edit": "", | ||
"ForienQuestLog.QuestForm.QuestGiverNamePlaceholder": "", | ||
"ForienQuestLog.Buttons.AddNewFolder": "" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
{} | ||
{ | ||
"ForienQuestLog.Tooltips.Edit": "", | ||
"ForienQuestLog.QuestForm.QuestGiverNamePlaceholder": "", | ||
"ForienQuestLog.Buttons.AddNewFolder": "" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
{} | ||
{ | ||
"ForienQuestLog.Tooltips.Edit": "", | ||
"ForienQuestLog.QuestForm.QuestGiverNamePlaceholder": "", | ||
"ForienQuestLog.Buttons.AddNewFolder": "" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"ForienQuestLog.QuestPreview.SubTitle": "", | ||
"ForienQuestLog.Tooltips.Edit": "", | ||
"ForienQuestLog.QuestForm.QuestGiverNamePlaceholder": "", | ||
"ForienQuestLog.Buttons.AddNewFolder": "" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.