Skip to content

Commit

Permalink
feat: add more connectivity in the default config
Browse files Browse the repository at this point in the history
  • Loading branch information
Trap committed Aug 5, 2024
1 parent e19cc14 commit 9f4ca26
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
Binary file modified config/PathToTarkov-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 8 additions & 4 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,13 @@
},
"interchange": {
"NW Exfil": "RagmanStash",
"Saferoom Exfil": "ReserveInterchangeStash"
"Saferoom Exfil": "ReserveInterchangeStash",
"PP Exfil": "PraporStash"
},
"shoreline": {
"Tunnel": "PeacekeeperStash",
"Shorl_V-Ex": "ShorelineWoodsStash"
"Shorl_V-Ex": "ShorelineWoodsStash",
"South Fence Passage": "ReserveInterchangeStash"
},
"lighthouse": {
"Coastal_South_Road": "PeacekeeperStash",
Expand Down Expand Up @@ -323,7 +325,8 @@
"Main Elevator",
"Med Block Elevator",
"Parking Gate"
]
],
"interchange": ["Car at Power Station"]
},
"MechanicStash": {
"factory4_day": ["Gate 3"],
Expand Down Expand Up @@ -353,7 +356,8 @@
},
"ReserveInterchangeStash": {
"rezervbase": ["D-2"],
"interchange": ["Safe Room"]
"interchange": ["Safe Room"],
"shoreline": ["North Fence Passage"]
},
"ShorelineWoodsStash": {
"shoreline": ["Road to Customs"],
Expand Down
3 changes: 3 additions & 0 deletions paths/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,7 @@ flowchart TD
Therapist <--Scav checkpoint--> GZ
I <--Safe room--> ReserveInterchangeBunkerStash <--"D-2"--> R
Shoreline <--Car--> ShorelineWoodsStash <--Car--> W
Shoreline <--Old bunker--> ReserveInterchangeBunkerStash
I <--Car--> Prapor
```

0 comments on commit 9f4ca26

Please sign in to comment.