modified: profiles.py
This commit is contained in:
24
profiles.py
24
profiles.py
@ -8,6 +8,14 @@ profiles = {
|
|||||||
"info_text3": "incense, citrus fruits",
|
"info_text3": "incense, citrus fruits",
|
||||||
"info_text4": "energizing, calming"
|
"info_text4": "energizing, calming"
|
||||||
},
|
},
|
||||||
|
"Apricot Mimosa": {
|
||||||
|
"values": [27, 69, 65, 42, 41, 60],
|
||||||
|
"info_text0": "9%",
|
||||||
|
"info_text1": "8%",
|
||||||
|
"info_text2": "Indica-dominant Hybrid",
|
||||||
|
"info_text3": "fruity, orange, creamy",
|
||||||
|
"info_text4": "calming, relaxing, inspiring"
|
||||||
|
},
|
||||||
"Black Cherry": {
|
"Black Cherry": {
|
||||||
"values": [27, 32, 32, 60, 45, 30],
|
"values": [27, 32, 32, 60, 45, 30],
|
||||||
"info_text0": "20%",
|
"info_text0": "20%",
|
||||||
@ -32,6 +40,14 @@ profiles = {
|
|||||||
"info_text3": "herbaceous, cheesy, spicy",
|
"info_text3": "herbaceous, cheesy, spicy",
|
||||||
"info_text4": "energizing, focusing"
|
"info_text4": "energizing, focusing"
|
||||||
},
|
},
|
||||||
|
"Cleopatra's Milk": {
|
||||||
|
"values": [29, 65, 45, 35, 35, 55],
|
||||||
|
"info_text0": "18%",
|
||||||
|
"info_text1": "<1%",
|
||||||
|
"info_text2": "Indica-dominant Hybrid",
|
||||||
|
"info_text3": "cake, oriental spices, fruit",
|
||||||
|
"info_text4": "inspring, calming"
|
||||||
|
},
|
||||||
"JBT Kush": {
|
"JBT Kush": {
|
||||||
"values": [30, 55, 50, 55, 45, 41],
|
"values": [30, 55, 50, 55, 45, 41],
|
||||||
"info_text0": "20%",
|
"info_text0": "20%",
|
||||||
@ -40,6 +56,14 @@ profiles = {
|
|||||||
"info_text3": "gassy (fuel), cheesy, pungent",
|
"info_text3": "gassy (fuel), cheesy, pungent",
|
||||||
"info_text4": "calming, relaxing, sleep promoting"
|
"info_text4": "calming, relaxing, sleep promoting"
|
||||||
},
|
},
|
||||||
|
"Grape Waves": {
|
||||||
|
"values": [24, 75, 45, 45, 35, 45],
|
||||||
|
"info_text0": "18%",
|
||||||
|
"info_text1": "<1%",
|
||||||
|
"info_text2": "Indica-dominant Hybrid",
|
||||||
|
"info_text3": "creamy, heavy, raisins",
|
||||||
|
"info_text4": "calming, inspiring"
|
||||||
|
},
|
||||||
"Mother's Choice": {
|
"Mother's Choice": {
|
||||||
"values": [35, 35, 55, 35, 50, 61],
|
"values": [35, 35, 55, 35, 50, 61],
|
||||||
"info_text0": "15%",
|
"info_text0": "15%",
|
||||||
|
|||||||
Reference in New Issue
Block a user