This is a simple Python program for generating "Elder Scrolls Skyrim V: Skyrim" potion recipes.
The following CSV files are sample input files required by the program:
- Alchemy Ingredients - Standard.csv
- Alchemy Ingredients - Creation Club.csv
These files contains the list of Standard and Creation Club Ingredients respectively. Each file consist of 7 columns:
- ID - Unique Hexadecimal String ID of the ingredient
- Name - Name of the ingredient
- Effect1 - 1st alchemical effect of the ingredient
- Effect2 - 2nd alchemical effect of the ingredient
- Effect3 - 3rd alchemical effect of the ingredient
- Effect4 - 4th alchemical effect of the ingredient
- Description - Brief description of ingredient, can be left blank if not available
The following JSON file is the actual input file required by the program:
- effects.json - A JSON file consisting of all available alchemical effects
The following JSON file is a sample output of the program:
- recipes.json - JSON file containing potion recipes with the desired effects