From e5ea22a3b0c15639478981850daaaf3f5599e60e Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 23 Oct 2020 11:51:50 +0200 Subject: [PATCH] chg: [tea] matrix updated to include brewing time and the milk attack technique --- clusters/tea.json | 69 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 66 insertions(+), 3 deletions(-) diff --git a/clusters/tea.json b/clusters/tea.json index a858303..775512d 100644 --- a/clusters/tea.json +++ b/clusters/tea.json @@ -14,7 +14,9 @@ "meta": { "kill_chain": [ "tea:post-fermented", - "tea:green" + "tea:green", + "tea:white", + "tea:oolong" ] }, "uuid": "fc255880-0ea7-44b3-81e9-ef6c183bef4b", @@ -25,12 +27,73 @@ "meta": { "kill_chain": [ "tea:black", - "tea:blend" + "tea:blend", + "tea:white", + "tea:yellow" ] }, "uuid": "21a43f8f-6ea3-4337-8fe4-0ce5b7cf386d", "value": "Single infusion" + }, + { + "description": "Water temperature 90-95 degC", + "meta": { + "kill_chain": [ + "tea:black", + "tea:blend", + "tea:post-fermented" + ] + }, + "uuid": "4cf3cb45-b68e-4a23-8ef9-99655e136c50", + "value": "Water temp 90-95 degC" + }, + { + "description": "Water temperature 80 degC", + "meta": { + "kill_chain": [ + "tea:green", + "tea:white", + "tea:oolong", + "tea:yellow" + ] + }, + "uuid": "02cf7340-9648-4c3f-837c-df1b6598c87d", + "value": "Water temp 80 degC" + }, + { + "description": "Brewing time 2-3 minutes", + "meta": { + "kill_chain": [ + "tea:green", + "tea:white", + "tea:yellow" + ] + }, + "uuid": "d2080900-d8a3-426f-b4e1-4c8e4f978c0e", + "value": "Brewing time 2-3 min" + }, + { + "description": "Brewing time 3-4 minutes", + "meta": { + "kill_chain": [ + "tea:black", + "tea:blend", + "tea:post-fermented" + ] + }, + "uuid": "b7d97aa8-4924-4215-ba33-0e8765d6197b", + "value": "Brewing time 3-4 min" + }, + { + "description": "Milk in tea", + "meta": { + "kill_chain": [ + "tea:black" + ] + }, + "uuid": "24430dc6-9c27-4b3c-a5e7-6dda478fffa0", + "value": "Milk in tea" } ], - "version": 1 + "version": 2 }