diff --git a/README.md b/README.md index 2eac99a..f068d1e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Finder of Ruin -A mod that aids in the finding of the Ruin of House Isner by making the clues a bit more obvious +A mod that aids in the finding of the Ruin of House Isner by making the clues a bit more obvious. -The mod offers two aids: coloring or capitalizing the hint text +The mod offers two aids: coloring or capitalizing the hint text (key words or the entire clue). -[Workshop Page](https://steamcommunity.com/sharedfiles/filedetails/?id=2812261314) +Tested to work on game version 203.54 + +[Github Page](https://github.com/librarianmage/FinderOfRuin) \| [Workshop Page](https://steamcommunity.com/sharedfiles/filedetails/?id=2812261314) \| [My Caves of Qud Mods (Steam Workshop)](https://steamcommunity.com/profiles/76561198836298826/myworkshopfiles/?appid=333640) diff --git a/manifest.json b/manifest.json index f924264..58910cf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "FinderOfRuin", "title": "Finder of {{r|Ruin}}", - "description": "Makes it easier to find the {{c|masterwork}} pistol {{r|Ruin}} of {{M|House Isner}}", - "version": "1.0", + "description": "Makes it easier to find the {{c|masterwork}} pistol {{r|Ruin}} of {{M|House Isner}}. See Options > Finder of Ruin for customization.", + "version": "1.1", "author": "librarianmage", "previewImage": "icon.png" } diff --git a/workshop.json b/workshop.json index 31842ef..53732c9 100644 --- a/workshop.json +++ b/workshop.json @@ -1,8 +1,8 @@ { "WorkshopId": 2812261314, "Title": "Finder of Ruin", - "Description": "A mod that aids in the finding of the Ruin of House Isner by making the clues a bit more obvious\n\nTested on game version 203.38\n\nGitHub link: https://github.com/librarianmage/FinderOfRuin", + "Description": "A mod that aids in the finding of the Ruin of House Isner by making the clues a bit more obvious.\n\nThe mod offers two aids: coloring or capitalizing the hint text (key words or the entire clue).\n\nTested to work on game version 203.54\n\n[url=https://github.com/librarianmage/FinderOfRuin]Github Page[/url]", "Tags": "Stable,Beta,Artifact,Script", "Visibility": "2", "ImagePath": "icon.png" -} \ No newline at end of file +}