From 1d4659c8ff15ece3758a88400058a0929b7fd5bd Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 22 Jan 2020 21:13:37 +0100 Subject: Finishing position style classes --- eklasa.jtpo | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) (limited to 'eklasa.jtpo') diff --git a/eklasa.jtpo b/eklasa.jtpo index f6f64f8..fb7b1cb 100644 --- a/eklasa.jtpo +++ b/eklasa.jtpo @@ -50,7 +50,47 @@ "finish_loser_h_offset": 20, "finish_loser_v_offset": 10 }, - "position_styles": [], + "position_styles": [ + { + "positions": [ + 1 + ], + "class": "gold", + "caption": "2019/20 Polish Team Champion" + }, + { + "positions": [ + 2 + ], + "class": "silver", + "caption": "2019/20 Polish Team Runner-up" + }, + { + "positions": [ + 3 + ], + "class": "bronze", + "caption": "2019/20 Polish Team 2nd Runner-up" + }, + { + "positions": [ + 11, + 12 + ], + "class": "repechage", + "caption": "Repechage for 2020/21 Premier League" + }, + { + "positions": [ + 13, + 14, + 15, + 16 + ], + "class": "relegation", + "caption": "Relegation to 2020/21 First Division" + } + ], "goniec": { "enabled": 0 }, -- cgit v1.2.3