a er... wiki for elden wing
A prerendered wiki using SvelteKit for Elden Ring and its DLC.
Wanted to have some fun extracting data and parsing files. This is by no means a replacement of anything currently.
A live version can be found here, only updated after big changes.
Extraction of the data is currently not automated and is done using Smithbox, with Row Name import enabled.
I used WitchyBND to unpack the icons
.dds
files in bulk instead of Smithbox.
The data should be organized as such:
// Main data folder in the root
./data/
// Folder with the icons already exported to some image format
./data/icons
// Text files
./data/msg/engus/item
// Params
./data/params
// Icons, will be generated later
./static/icons
Run npm i
to install the packages.
After making sure you have the required data as above, run npm run convert:icons
, this will run a python3
script to convert the icons to webp and save it to ./static/icons
.
Run npm run parse
to generate json files at ./data
and then finally npm run dev
.
Causes blood loss buildup (<?bleedATKpwr?>)
.**not sure how to retrieve this information.