{"id":15753507,"url":"https://github.com/mcaskill/death-stranding","last_synced_at":"2026-03-18T03:57:28.263Z","repository":{"id":141079828,"uuid":"279179607","full_name":"mcaskill/death-stranding","owner":"mcaskill","description":"Deliveries tracker and index for the video game Death Stranding","archived":false,"fork":false,"pushed_at":"2023-07-09T19:19:46.000Z","size":325,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-20T08:50:15.519Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://mcaskill.ca/death-stranding/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcaskill.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-13T01:25:08.000Z","updated_at":"2024-03-01T02:57:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0209a1b-a097-428d-b861-5bbb59d942ce","html_url":"https://github.com/mcaskill/death-stranding","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mcaskill/death-stranding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcaskill%2Fdeath-stranding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcaskill%2Fdeath-stranding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcaskill%2Fdeath-stranding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcaskill%2Fdeath-stranding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcaskill","download_url":"https://codeload.github.com/mcaskill/death-stranding/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcaskill%2Fdeath-stranding/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30646364,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-18T02:48:56.676Z","status":"ssl_error","status_checked_at":"2026-03-18T02:48:55.747Z","response_time":104,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-04T07:40:55.096Z","updated_at":"2026-03-18T03:57:28.242Z","avatar_url":"https://github.com/mcaskill.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Bridges HQ / Standard Orders\n============================\n\n\u003e Keep on Keepin' On, Porter!\n\n\u003ccite\u003eDeath Stranding\u003c/cite\u003e (\u003cspan lang=\"ja\"\u003eデス・ストランディング\u003c/span\u003e) is a video game developed by Kojima Productions.\n\n---\n\nThis project is a tool for consulting and managing deliveries within the game's world.\n\nThis framework is based on the incredible work of @spenjer1, @Miloby, and @Helel_Ben who originally compiled the game's standard orders and published them on Reddit \u003csup\u003e[[1][reddit-e3g1q8]]\u003c/sup\u003e \u003csup\u003e[[2][reddit-e3g2yg]]\u003c/sup\u003e as a collection of HTML tables.\n\nI've verified the information and corrected errors, adding missing datum, and resolved some inconsistencies.\n\nThe tables have been converted into JSON collections:\n\n* _Places_ — A list of facilities, shelters, camps, BT areas, and points of interest.\n* _Orders_ — A list of standard and premium deliveries and extracurricular activities.\n\nA basic HTML table providing a human-readable look at the dataset is available in the `demo/html` branch or at [mcaskill.ca/death-stranding](https://mcaskill.ca/death-stranding/).\n\n## Schema\n\nThe structure of places and orders is a work in progress and open to suggestions.\n\n### Place\n\n\u003cdetails\u003e\u003csummary\u003eExample of a place\u003c/summary\u003e\n\n```json\n{\n    \"id\": \"6fa149f8-2559-4282-8948-596dc624d578\",\n    \"updated_at\": \"2020-07-12T04:30:00Z\",\n    \"bsln\": \"UCA-01-003\",\n    \"knot\": 2,\n    \"name\": \"Capital Knot City\",\n    \"details\": null,\n    \"type\": \"INFRA_CITY\",\n    \"region\": \"REGION_EASTERN\",\n    \"amenities\": [],\n    \"tags\": [\n        \"ORDER_STORY\",\n        \"ORDER_STANDARD\"\n    ],\n    \"geometry\": {\n        \"point\": {\n            \"lng\": 1431.92,\n            \"lat\": 701.45\n        }\n    }\n}\n```\n\u003c/details\u003e\n\n### Order\n\n\u003cdetails\u003e\u003csummary\u003eExample of an order\u003c/summary\u003e\n\n```json\n{\n    \"id\": \"615fff86-a886-4bb8-b262-e92eda9b6015\",\n    \"updated_at\": \"2020-07-12T04:30:00Z\",\n    \"bson\": \"306\",\n    \"type\": \"ORDER_STANDARD\",\n    \"reorder\": true,\n    \"urgent\": false,\n    \"name\": \"[RE-ORDER] Retrieval: Camera\",\n    \"available_at\": {\n        \"place_id\": \"70d1a23d-c33f-4b4d-9950-c66b20885d68\"\n    },\n    \"collection_at\": {\n        \"place_id\": \"04b44723-e048-4bd9-8a54-b284d7ba7adb\"\n    },\n    \"delivery_at\": {\n        \"place_id\": \"70d1a23d-c33f-4b4d-9950-c66b20885d68\"\n    },\n    \"objectives_text\": \"Recovery (Terrorists), Fragile, Mountainous, Condition, Quantity (\u003c50%, 1 / \u003c20%, 1+)\",\n    \"objectives\": [\n        {\n            \"type\": \"OBJ_MIN_QUANTITY\",\n            \"standard\": \"1\",\n            \"premium\": \"1+\"\n        },\n        {\n            \"type\": \"OBJ_MIN_CONDITION\",\n            \"standard\": \"\u003c50%\",\n            \"premium\": \"\u003c20%\"\n        }\n    ],\n    \"obstacles\": [\n        {\n            \"type\": \"OBST_CARGO_RECOVERY_TERRORIST\"\n        },\n        {\n            \"type\": \"OBST_CARGO_FRAGILE\"\n        },\n        {\n            \"type\": \"OBST_MOUNTAINOUS\"\n        }\n    ],\n    \"category\": \"EVAL_MISCELLANEOUS\",\n    \"maxlikes\": {\n        \"standard\": 43,\n        \"premium\": 54\n    },\n    \"weight\": 1.5,\n    \"content\": [\n        \"S-1\"\n    ]\n}\n```\n\u003c/details\u003e\n\n### Notes\n\n* The **Bridges Standard Order Number** (BSON) is a unique number used to identify an in-game order. The term itself is invented for the purpose of the JSON schema.\n* The **Bridges Standard Location Number** (BSLN) is a unique identifier used to identify an in-game location. The term itself is invented for the purpose of the JSON schema.\n* The `updated_at` property on orders indicates when they were last checked during my playthrough.\n* The `id` property places and orders indicates an independent unique number to ensure elements are identified to coordinate relationships.\n\n## Sources\n\n* [FULL Standard Order List by Order #, Part 1][reddit-e3g1q8] by @spenjer1, @Miloby, and @Helel_Ben on Reddit. Published 2019-11-29. Retrieved 2019-05-02.\n* [FULL Standard Order List by Order #, Part 2][reddit-e3g2yg] by @spenjer1, @Miloby, and @Helel_Ben on Reddit. Published 2019-11-29. Retrieved 2019-05-02.\n* [Condensed List of Standard Orders][reddit-e1ig81] by @spenjer1, @Miloby, and @Helel_Ben on Reddit. Published 2019-11-25.\n* [Standard Orders List][gamefaqs-78100] by @spenjer1, @Miloby, and @Helel_Ben on GameFAQs. Published 2019-12-12.\n* [List of Standard Orders][ign-orders] by IGN\n* [World Map][ign-world] by IGN\n* [World Map][mapgenie-world] by Map Genie\n\n## Acknowledgements\n\n* [Death Stranding Delivery Checker](https://nessworthy.me/deathstranding/) by Sean Nessworthy\n* [Death Stranding Delivery Checker](https://github.com/wagawo/derivery-checker) by @wagawo and @elriea2000 — Initial inspiration for this project.\n* [Death Stranding Zipline Network Tool](https://github.com/smcnabb/death-stranding-zipline-network) by @smcnabb — Coordinates and three-letter facility codes.\n\n## Legal\n\nBRIDGES HQ is released to the Public Domain.\n\nDEATH STRANDING is a trademark of Sony Interactive Entertainment LLC. Created and developed by Kojima Productions. All trademarks are the property of their respective owners.\n\nThis project is a fan resource and in no way affiliated with Sony or Kojima Productions.\n\n[kojima-ds]: http://www.kojimaproductions.jp/death_stranding.html\n[sony-ds]:   https://www.playstation.com/en-us/games/death-stranding-ps4/\n\n[ign-orders]:    https://www.ign.com/wikis/death-stranding/List_of_Standard_Orders\n[reddit-e1ig81]: https://www.reddit.com/r/DeathStranding/comments/e1ig81/spoilers_condensed_list_of_standard_orders/\n[reddit-e3g1q8]: https://www.reddit.com/r/DeathStranding/comments/e3g1q8/full_standard_order_list_by_order_spoilers/\n[reddit-e3g2yg]: https://www.reddit.com/r/DeathStranding/comments/e3g2yg/full_standard_order_list_by_order_part_2_spoilers/\n[gamefaqs-78100]: https://gamefaqs.gamespot.com/ps4/184428-death-stranding/faqs/78100\n\n[ign-world]:      https://www.ign.com/maps/death-stranding/world\n[mapgenie-world]: https://mapgenie.io/death-stranding/maps/world\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcaskill%2Fdeath-stranding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcaskill%2Fdeath-stranding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcaskill%2Fdeath-stranding/lists"}