-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FossilOrigin-Name: 1b8c156d064d6b789f162f1f24941e84a9c309496960ba58f02980d12c7a93dc
- Loading branch information
1 parent
5811d5c
commit d1b67a4
Showing
3 changed files
with
9 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |
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,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" | ||
} |
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,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" | ||
} | ||
} |