-
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.
persist forbidden edges in a tinydb json file
- Loading branch information
Hexalgo
committed
Nov 30, 2024
1 parent
043c57c
commit 9fa5a91
Showing
10 changed files
with
403 additions
and
64 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
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
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
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
52 changes: 52 additions & 0 deletions
52
pydofus2/com/ankamagames/dofus/modules/utils/pathFinding/astar/forbidden_edges.json
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 |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"forbidden_edges": { | ||
"1": { | ||
"src_mapId": 153879813.0, | ||
"src_zoneId": 1, | ||
"dst_mapId": 196085770.0, | ||
"dst_zoneId": 1, | ||
"reason": "Edge contains impossible zaap usage from/to ankarnam", | ||
"timestamp": 1732953850.1883714 | ||
}, | ||
"2": { | ||
"src_mapId": 153879813.0, | ||
"src_zoneId": 1, | ||
"dst_mapId": 203685888.0, | ||
"dst_zoneId": 1, | ||
"reason": "Edge contains impossible zaap usage from/to ankarnam", | ||
"timestamp": 1732954170.8205929 | ||
}, | ||
"3": { | ||
"src_mapId": 154010371.0, | ||
"src_zoneId": 1, | ||
"dst_mapId": 196085770.0, | ||
"dst_zoneId": 1, | ||
"reason": "Edge contains impossible zaap usage from/to ankarnam", | ||
"timestamp": 1732954419.251738 | ||
}, | ||
"4": { | ||
"src_mapId": 154010371.0, | ||
"src_zoneId": 1, | ||
"dst_mapId": 203685888.0, | ||
"dst_zoneId": 1, | ||
"reason": "Edge contains impossible zaap usage from/to ankarnam", | ||
"timestamp": 1732954419.3378384 | ||
}, | ||
"5": { | ||
"src_mapId": 153880064.0, | ||
"src_zoneId": 1, | ||
"dst_mapId": 196085770.0, | ||
"dst_zoneId": 1, | ||
"reason": "Edge contains impossible zaap usage from/to ankarnam", | ||
"timestamp": 1732954424.2186527 | ||
}, | ||
"6": { | ||
"src_mapId": 153880064.0, | ||
"src_zoneId": 1, | ||
"dst_mapId": 203685888.0, | ||
"dst_zoneId": 1, | ||
"reason": "Edge contains impossible zaap usage from/to ankarnam", | ||
"timestamp": 1732954424.3485332 | ||
} | ||
} | ||
} |
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
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
Oops, something went wrong.