{"id":31027169,"url":"https://github.com/codinglogan/diablo-2-runewords","last_synced_at":"2025-09-13T18:56:31.007Z","repository":{"id":84703221,"uuid":"415205436","full_name":"codingLogan/diablo-2-runewords","owner":"codingLogan","description":"A website for Diablo 2 / Resurrect runewords.  It helps you discover what runewords you can make when you find a socketed item.","archived":false,"fork":false,"pushed_at":"2024-11-23T20:35:29.000Z","size":1222,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-23T21:26:00.699Z","etag":null,"topics":["tool","website"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codingLogan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-10-09T04:52:41.000Z","updated_at":"2024-11-23T20:35:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"f9bfd72b-e349-4beb-a830-4011dd8438e3","html_url":"https://github.com/codingLogan/diablo-2-runewords","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codingLogan/diablo-2-runewords","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingLogan%2Fdiablo-2-runewords","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingLogan%2Fdiablo-2-runewords/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingLogan%2Fdiablo-2-runewords/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingLogan%2Fdiablo-2-runewords/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codingLogan","download_url":"https://codeload.github.com/codingLogan/diablo-2-runewords/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingLogan%2Fdiablo-2-runewords/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275013271,"owners_count":25390481,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["tool","website"],"created_at":"2025-09-13T18:56:27.854Z","updated_at":"2025-09-13T18:56:30.991Z","avatar_url":"https://github.com/codingLogan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# diablo-2-runewords\n\n## Features\n\nThis site provides a simple way for you to find what runewords are available to you, and what items you currently have.\n\nExample, if you're playing and loot a 3 Socket Crystal Sword, it would be nice to know what runewords could be used in it quickly and easily.\n\n1. Sort by character level.\n1. Filter by 3 sockets.\n1. Filter by \"Swords\", \"Melee Weapons\", or \"Weapons\".\n1. Read through the options you have for your character level.\n\nBy using the filters you'll quickly know\n\n- If you can create something great right now.\n- If you need to keep looting for a while.\n- It will also let you know if it's worth keeping your socketed item in your stash. If no runewords match up, maybe sell it instead.\n\nOther features\n\n- Sort by name, or required character level\n- Filter by number of sockets and item type\n- View rune crafting requirements for levelling up your runes\n\n## Runeword Sources\n\n- [Arreat Summit](http://classic.battle.net/diablo2exp/items/runewords.shtml)\n- [Diablo 2 Resurrected 2.4 Patch Notes](https://news.blizzard.com/en-us/diablo2/23788293/diablo-ii-resurrected-patch-2-4-ladder-now-live#rune)\n\n## Forewarning\n\n### Ladder Runewords\n\nSome runewords are Ladder Only, but the site does not yet report which ones.\nFor now, before using a runeword **do a quick search for it if you are NOT playing a Ladder Character**.\n\n### Diablo 2 Resurrected Only\n\nThere are a few runewords specifically introduced for Diablo 2 Resurrected. These are NOT available in Classic Diablo 2.\n\n- Plague\n- Pattern\n- Unbending Will\n- Wisdom\n- Obsession\n- Flickering Flame\n- Mist\n\n## Data Cleansing\n\nArreat Summit is a great resource for Classic Diablo 2 information,\nbut there are some inconsistencies that are cleansed by this site's filters.\n\nA particular point of cleansing is the item types for runewords.\nFor example, there are many ways the text describes Staves,\nand each of these are condensed into one filter of \"Staves (Not Orbs)\"\n\n- Staves\n- Staves (Not Orbs)\n- Staves\\* (Not Orbs)\n\n## Issues\n\nPlease [report any bugs](https://github.com/codingLogan/diablo-2-runewords/issues) if something is incorrect!\n\n## Build Locally\n\nThe site must be built locally using `parcel`. Github pages will host the built files.\n\n1. Just run `npm run build` to make the production build\n1. Commit the changes, and push them up with your branch\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodinglogan%2Fdiablo-2-runewords","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodinglogan%2Fdiablo-2-runewords","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodinglogan%2Fdiablo-2-runewords/lists"}