diff --git a/profiles.py b/profiles.py index 4ffce79..517707d 100644 --- a/profiles.py +++ b/profiles.py @@ -1,13 +1,5 @@ # Predefined radar profiles profiles = { - "Alpenglow": { - "values": [25, 35, 45, 70, 50, 25], - "info_text0": "15%", - "info_text1": "<1%", - "info_text2": "Indica-dominant Hybrid", - "info_text3": "spicy-fruity, sour apple", - "info_text4": "relaxing, sleep promoting" - }, "Amnesia Haze": { "values": [47, 52, 30, 30, 40, 31], "info_text0": "20%", @@ -16,6 +8,14 @@ profiles = { "info_text3": "incense, citrus fruits", "info_text4": "energizing, calming" }, + "Black Cherry": { + "values": [27, 32, 32, 60, 45, 30], + "info_text0": "20%", + "info_text1": "<1%", + "info_text2": "Indica-dominant Hybrid", + "info_text3": "black cherry, berries, creamy", + "info_text4": "focusing, relaxing" + }, "Bubba Kush": { "values": [30, 61, 40, 41, 31, 35], "info_text0": "15%", @@ -24,14 +24,6 @@ profiles = { "info_text3": "lavender, cocoa, roasted coffee", "info_text4": "calming, relaxing" }, - "Cherry Valley Cake": { - "values": [30, 59, 65, 35, 30, 55], - "info_text0": "18%", - "info_text1": "<1%", - "info_text2": "Indica-dominant Hybrid", - "info_text3": "creamy, spicy, fermented cherry", - "info_text4": "inspring, relaxing, calming" - }, "Ciskei": { "values": [70, 40, 35, 39, 41, 40], "info_text0": "5%", @@ -48,14 +40,6 @@ profiles = { "info_text3": "gassy (fuel), cheesy, pungent", "info_text4": "calming, relaxing, sleep promoting" }, - "Larry Jones": { - "values": [25, 33, 35, 39, 61, 32], - "info_text0": "20%", - "info_text1": "<1%", - "info_text2": "Sativa-dominant Hybrid", - "info_text3": "citrus, pine, lavender", - "info_text4": "focusing, relaxing" - }, "Mother's Choice": { "values": [35, 35, 55, 35, 50, 61], "info_text0": "15%", @@ -64,22 +48,6 @@ profiles = { "info_text3": "spicy-sweet, candy", "info_text4": "inspiring, focusing, relaxing" }, - "Permanent Marker": { - "values": [27, 60, 30, 30, 31, 39], - "info_text0": "17%", - "info_text1": "<1%", - "info_text2": "Indica-dominant Hybrid", - "info_text3": "tobacco, chemical, ammonia", - "info_text4": "calming, inspiring, relaxing" - }, - "Purple Frost": { - "values": [22, 52, 41, 39, 35, 50], - "info_text0": "15%", - "info_text1": "<1%", - "info_text2": "Indica-dominant Hybrid", - "info_text3": "earthy, fruity, gassy (fuel)", - "info_text4": "inspiring, calming, relaxing" - }, "Royal Feast": { "values": [25, 50, 55, 70, 55, 45], "info_text0": "15%", @@ -88,6 +56,14 @@ profiles = { "info_text3": "earthy, sour, heavy apple aroma", "info_text4": "focusing, calming, sleep promoting" }, + "Sherb Cream Pie": { + "values": [27, 57, 50, 37, 38, 60], + "info_text0": "15%", + "info_text1": "<1%", + "info_text2": "Indica-dominant Hybrid", + "info_text3": "vanilla, earthy, sweet", + "info_text4": "inspiring, calming, relaxing" + }, "Strawberry Sundae": { "values": [28, 32, 50, 42, 41, 47], "info_text0": "15%", @@ -96,6 +72,14 @@ profiles = { "info_text3": "fruity-creamy, strawberry yogurt", "info_text4": "inspiring, relaxing" }, + "Trop Cherry": { + "values": [27, 56, 43, 32, 33, 50], + "info_text0": "15%", + "info_text1": "<1%", + "info_text2": "Indica-dominant Hybrid", + "info_text3": "tea, tropical, berries", + "info_text4": "inspiring, calming, relaxing" + }, "Wedding Cake": { "values": [25, 70, 60, 50, 41, 50], "info_text0": "20%",