An attempt of a wiki for Elden Ring and its DLC. Wanted to have some fun with extracting data and parsing files.
A live version can be found here and uses Cloudflare Pages, not updated frequently.
This is by no means a replacement of anything currently, only supporting very basic things and few categories (weapons, armors, ashes of war).
The site is prerendered with sveltekit.
Extraction of the data is not automated and was done using Smithbox, only params, text and texture data are used. The data should be organized as such:
// Main data folder in the root
./data/
// Text files
./data/msg/engus/item
// Params
./data/params
// Icons (all were converted to .webp)
./static/icons
After organizing, run npm run parse
to generate json files at ./data
and then npm run build
.
Causes blood loss buildup (<?bleedATKpwr?>)
.**not sure how to retrieve this information.