Path-of-Terraria / PathOfTerraria

GNU General Public License v3.0
1 stars 3 forks source link

Waypoint Quest Icons #274

Open CollinHerber opened 3 months ago

CollinHerber commented 3 months ago

Summary

We want the ability to display on the waypoint UI that an NPC in that area has a Quest available to either complete, available, or pending. Three different icons should appear depending on the states.

This will depend on #214 - But wanted to separate this out as it'll likely be a significant effort to support this (maybe)?

Complete -> Ready to turn in the quest (either fully completed or next step requires talking) Available -> Talk to the NPC to get a quest Pending -> Has a quest from this NPC. Not complete yet.

Reasonings

Want the player to know where to go for quests/completions

Sprites Needed

CollinHerber commented 2 weeks ago

More info for this one Ravencrest Waypoint: https://github.com/Path-of-Terraria/PathOfTerraria/blob/main/Assets/Waypoints/RavencrestWaypoint_Icon.png

Home Waypoint: https://github.com/Path-of-Terraria/PathOfTerraria/blob/main/Assets/Waypoints/HomeWaypoint_Icon.png

I'm thinking we just have a little icon on the top right of that one that is displayed near it for each of the states in the Sprites Needed bit here

pilchardheck commented 2 weeks ago

I was thinking these could appear over the corner of the waypoint icon like this waypointBadgeCycling

quest available: waypointBadgePending quest in progress: waypointBadgeInProgress quest ready to turn in: waypointBadgeReady

CollinHerber commented 2 weeks ago

Yea I think those look great! Marking as ready