Website currently found https://www.dbd-loadouts.com/
Website is a tool for players of Dead by Daylight to quickly calculate objective times based on what they have equipped in their inventory. There are factors that play into objective time such as base speed, perk and items buffs, enemy debuffs, and more not even counting updates made to the game.
This file has described large overall milestones with bullet points made to split up into smaller subgoals. Each subgoal would be a separate branch before we merge. Each overall milestone is then merged into production. This file should always be updated.
- Generate JSON data files for perks, items and addons
- Generate raw JSON files for perks, items, and addons with python
- Process both json files to download images and change path to the local download
- Add stat objects by processing item and addon descriptions, modify json
- Add perk modifiers by processing a seperate modifiers.txt file and modify perk json
- Make a calculate objectiveTime method that takes in selected perks, items, and addons. (Top to bottom approach to be taken)
- Calculate Gen Time
- Create a general objectiveTime method that uses a function of
$${(objectiveCharges) \over (chargeSpeedPerSecond)}$$
- Create a general objectiveTime method that uses a function of
- Calculate Gen Time