SL2 Analyzer
Read a FromSoftware .sl2 save and report what is in it
Loading...
Searching...
No Matches
itemdb.py File Reference

Go to the source code of this file.

Namespaces

namespace  sl2
 
namespace  sl2.itemdb
 

Functions

 sl2.itemdb._ids (value)
 Ids for one table entry.
 
 sl2.itemdb.load_item_db (db_dir, flat, files)
 Load item-name tables for a game family.
 
 sl2.itemdb.merge_qty (items)
 Collapse duplicate stackable items into one line, summing counts, in first-seen order.
 
 sl2.itemdb.load_scan_db (db_dir, files, refine=None)
 Load an id-scan database: per-category JSON of {name: id}, flattened to {id: (name, category)}.
 

Variables

dict sl2.itemdb.DS2_DB_FILES
 DS2 tables: filename stem to category.
 
dict sl2.itemdb.DS1_DB_FILES
 DS1 (DSR and PtDE) tables.