From 2a4e52fae879820468ef69b144febf8aab180b8d Mon Sep 17 00:00:00 2001 From: Enterly <36875936+anthony5301@users.noreply.github.com> Date: Sun, 26 Nov 2023 00:02:45 +0800 Subject: [PATCH] Update docstring --- comps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comps.py b/comps.py index 356992ee..8bfb307c 100644 --- a/comps.py +++ b/comps.py @@ -3,7 +3,7 @@ Comps come from https://tftactics.gg/tierlist/team-comps Items are in camel case and a-Z The "headliner" tag represents a trait from bottom to top. -Set to True if you want it in your board. +Set to True if you want it in your team. Only final comp champion will become headliner and need to set the corresponding 'headliner' tag to True. e.g. Only want "Sentinel" Ekko, set it to "headliner": [True, False, False] e.g.2 want either "Sentinel" or "True Damage" Ekko, set it to "headliner": [True, False, True]