Update DBD perk and loadout data - #6
Merged
Merged
Conversation
flexeykinDev
added a commit
that referenced
this pull request
Sep 16, 2026
A merge made with GITHUB_TOKEN does not start other workflows. PR #6 auto-merged on 14 September and deploy.yml never ran, so the site kept the old data until the next manual push. The auto-merge step now starts deploy.yml with workflow_dispatch, the one trigger GITHUB_TOKEN may fire. PRs merged by a person still deploy on push.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated scrape of the DBD wiki's Perks, Items, Add-ons, and Offerings pages, plus the Russian names and descriptions from the RU wiki.
Only brand-new entries. Nothing pre-existing changed, so nothing that already worked can have regressed.
No content changes — only the scrape timestamps moved.
If a new chapter landed, check the Russian actually came through — the RU wiki lags the EN one by days, and when it has no page yet the card falls back to English silently. A
descriptionRuindata/overrides/perks.jsonis the hand-authored override for that case.For the loadout data specifically, also spot-check that any new killer's add-ons resolved to the right character name (see
resolvePowerToCharacterinscripts/scrape-loadout.ts) — it falls back to.Alland logs a warning if it can't, so check the workflow log forCould not resolve a killer for power headingtoo. A new killer should also pick up a Power icon automatically (scrapeKillerPowerIcons) — check the log forNo Power icon found on <killer>'s wiki pageif one's missing fromdata/killer-power-icons.json.