diff options
Diffstat (limited to 'member_colors.py')
| -rw-r--r-- | member_colors.py | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/member_colors.py b/member_colors.py index 29ca1a0..873b270 100644 --- a/member_colors.py +++ b/member_colors.py @@ -28,3 +28,38 @@ member_color_map = { 'Fuura Yuri': '#000000', 'Gram Pico': '#FFBBD7' } + +# Description: Groupings to make it easier to see who is in which group. On the legend +# Key: Member name +# Value: Group name +# Note: If a member is not in the list, they will be placed in the 'Other' group +member_groups = { + 'Rinkou Ashelia': 'Phase 01 - OriginS', + 'Utatane Nasa': 'Phase 01 - OriginS', + 'Pipkin Pippa': 'Phase 01 - OriginS', + 'Maemi Tenma': 'Phase 01 - OriginS', + 'Hakushika Iori': 'Phase 01 - OriginS', + 'Fujikura Uruka': 'Phase 01 - OriginS', + 'Shisui Michiru': 'Phase 01 - OriginS', + 'Remilia Nephys': 'Phase 02 - ALiAS', + 'Chisaka Airi': 'Phase 02 - ALiAS', + 'Amanogawa Shiina': 'Phase 02 - ALiAS', + 'Himemiya Rie': 'Phase 02 - ALiAS', + 'Erina Makina': 'Phase 02 - ALiAS', + 'Komachi Panko': 'Phase 02 - ALiAS', + 'Kaneko Lumi': 'Phase Invaders', + 'Fuura Yuri': 'Phase Invaders', + 'Ember Amane': 'Phase Invaders', + 'Dizzy Dokuro': 'Phase Invaders', + 'Jelly Hoshiumi': 'Phase Invaders', + 'Saya Sairroxs': 'Phase 03 - Euphoria', + 'Runie Ruse': 'Phase 03 - Euphoria', + 'Muu Muyu': 'Phase 03 - Euphoria', + 'Hikanari Hina': 'Phase 03 - Euphoria', + 'Eimi Isami': 'Phase 03 - Euphoria', + 'Ayase Yuu': 'Phase JP - Kaleido', + 'Kokoromo Memory': 'Phase JP - Kaleido', + 'Kaminari Clara': 'Phase JP - Kaleido', + 'Kannagi Loki': 'Phase JP - Kaleido', + 'Gram Pico': 'Phase JP - Kaleido' +} |
