diff --git a/.gitignore b/.gitignore index 35300ae..be411c1 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,4 @@ *.swp .DStore/ thumbs.db -#storage/profiles -#config.py .idea/* diff --git a/storage/profiles/HutzBakeOutWater.json b/storage/profiles/HutzBakeOutWater.json new file mode 100644 index 0000000..ee818ba --- /dev/null +++ b/storage/profiles/HutzBakeOutWater.json @@ -0,0 +1 @@ +{"type": "profile", "data": [[0, 180], [2400, 250], [13200, 250]], "name": "HutzBakeOutWater"} \ No newline at end of file diff --git a/storage/profiles/HutzCone06BisquePart1-Low.json b/storage/profiles/HutzCone06BisquePart1-Low.json new file mode 100644 index 0000000..d7dcb92 --- /dev/null +++ b/storage/profiles/HutzCone06BisquePart1-Low.json @@ -0,0 +1 @@ +{"type": "profile", "data": [[0, 157], [3000, 250], [10800, 250]], "name": "HutzCone06BisquePart1-Low", "test": "Hutz"} \ No newline at end of file diff --git a/storage/profiles/HutzCone06BisquePart2-Medium.json b/storage/profiles/HutzCone06BisquePart2-Medium.json new file mode 100644 index 0000000..9bb9a43 --- /dev/null +++ b/storage/profiles/HutzCone06BisquePart2-Medium.json @@ -0,0 +1 @@ +{"type": "profile", "data": [[0, 500], [6360, 1000], [9960, 1100], [15360, 1100]], "name": "HutzCone06BisquePart2-Medium"} \ No newline at end of file diff --git a/storage/profiles/HutzCone06BisquePart3-High.json b/storage/profiles/HutzCone06BisquePart3-High.json new file mode 100644 index 0000000..93d6916 --- /dev/null +++ b/storage/profiles/HutzCone06BisquePart3-High.json @@ -0,0 +1 @@ +{"type": "profile", "data": [[0, 1100], [8100, 1600], [18000, 1900]], "name": "HutzCone06BisquePart3-High"} \ No newline at end of file diff --git a/storage/profiles/HutzSlumpGlass.json b/storage/profiles/HutzSlumpGlass.json new file mode 100644 index 0000000..4e8f49e --- /dev/null +++ b/storage/profiles/HutzSlumpGlass.json @@ -0,0 +1 @@ +{"type": "profile", "data": [[0, 250], [8400, 1150], [12000, 1270], [15600, 1270]], "name": "HutzSlumpGlass"} \ No newline at end of file diff --git a/storage/profiles/HutzSlumpGlassCooldown.json b/storage/profiles/HutzSlumpGlassCooldown.json new file mode 100644 index 0000000..0675f42 --- /dev/null +++ b/storage/profiles/HutzSlumpGlassCooldown.json @@ -0,0 +1 @@ +{"type": "profile", "data": [[0, 1270], [2700, 1050], [17400, 800]], "name": "HutzSlumpGlassCooldown"} \ No newline at end of file