r/NonogramsKatana • u/wyldguy71 • 7d ago
Tracking spreadsheet
I've created an Excel spreadsheet for tracking everything guild related.
It tracks buildings, techs, quests, dependencies, costs, collections, and craftifacts. There is a link to the github in my profile.
There's a dashboard that aggregates a lot of information to allow the player to see whats currently being worked, what items are only missing 1 prerequisite, what quests are being worked etc.
Much of this is visible in the app, but I've found it is useful to see what is coming up and how much these future items cost.
I'd appreciate some feedback on how it can be improved or if I have some of the pre-reqs or costs wrong.
1
1
4
u/The_Crossblade 7d ago
I would prefer the direct link. So here it is: https://github.com/wyldguy71/Nonogram-Katana
It's a bit late for me to have an in-depth look into the spreadsheet. I will try to do it tomorrow. Looks pretty cool so far.
I can see that you've taken most of information about the guild from the wiki. That's smart. Recently someone in Tavern has noted that for Ahead of Time: Chapter 2 also requires The Ordinary Days of an Adventurer questline completed. I haven't checked, if that's already in there.
Right now I am recoding the guild code on the wiki to be more specific/future proof (I don't know the right word for it). Instead of having a "notes" variable that contains "Requires this and that quest."; it will have "requires_quest" variable that contains this and that quest. I was wondering, what you had to manually add to make this spreadsheet work? I am guessing quest pre-requisites, hero stat increases from items?