Update DBD perk and loadout data - #5
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
auto/update-perks
branch
from
September 7, 2026 11:08
44b9b40 to
8b42a87
Compare
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.
Changes to pre-existing entries — needs a human look before merging (see below). A change here could be a legitimate wiki correction, or the scraper clobbering something — same class of bug that silently reverted the two icon pins in
data/overrides/perks.jsonbefore those existed.2 changes to existing data — needs a human look:
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.