|
SL2 Analyzer
Read a FromSoftware .sl2 save and report what is in it
|
Go to the source code of this file.
Namespaces | |
| namespace | gen_from_paramdex |
Functions | |
| gen_from_paramdex.read_names (paramdex, game, stem) | |
| gen_from_paramdex.ds1_spells (i, _n) | |
| gen_from_paramdex.ds1_goods (i, _n) | |
| gen_from_paramdex.ds3_goods (i, _n) | |
| gen_from_paramdex.ds3_weapons (i, _n) | |
| gen_from_paramdex.ds3_armors (i, _n) | |
| gen_from_paramdex.ds3_rings (i, _n) | |
Variables | |
| gen_from_paramdex.W | |
| gen_from_paramdex.P | |
| gen_from_paramdex.A | |
| gen_from_paramdex.G | |
| gen_from_paramdex.GEM | |
| gen_from_paramdex.JUNK | |
| gen_from_paramdex.DEVNAME = re.compile(r" -- ") | |
| dict | gen_from_paramdex.NAME_FIXUPS |
| Hand corrections applied last, after the merge. | |
| tuple | gen_from_paramdex.DS3_ESTUS = ((150, 171), (190, 211)) |
| DS3 flask ids, in level pairs (full, drained). | |
| dict | gen_from_paramdex.STRICT = {"db_ds3/rings"} |
| dict | gen_from_paramdex.PRUNE_EXISTING = {"db_ds1/Consumables", "db_ds1/Spells", "db_ds3/rings"} |
| Tables whose gate also applies to what is ALREADY shipped. | |