The game has a village, you start at the center of the village.
North,east,south and west of the village, for example, is "areas" you can travel to.
These areas are stored in the database, with an INT as (travel_time).
I need the travel time to be accurate based on where you're already at and where you plan to go.
I've created a crappy example below..but it would better give an idea as to what I'm asking for:

If you're in the center already, the travel time to "Battle2, Training1, Markets1 and Trading1 would all be the same.
What if you are in "Training2" and want to travel to "Trading2". That would be a longer travel time.
I'm not sure how to store these in the database to make a formula or something for travel time.
This might be a little confusing, just ask me more questions if needed.
Thank you for any help, it is much appreciated.












