diff --git a/assets/medal_shop/DR4BP.png b/assets/medal_shop/DR4BP.png new file mode 100644 index 000000000..b3cf42c6a Binary files /dev/null and b/assets/medal_shop/DR4BP.png differ diff --git a/assets/medal_shop/DRAgirBP.png b/assets/medal_shop/DRAgirBP.png new file mode 100644 index 000000000..a2e6fc7cf Binary files /dev/null and b/assets/medal_shop/DRAgirBP.png differ diff --git a/assets/medal_shop/DRHakuryuBP.png b/assets/medal_shop/DRHakuryuBP.png new file mode 100644 index 000000000..dcf54d097 Binary files /dev/null and b/assets/medal_shop/DRHakuryuBP.png differ diff --git a/assets/medal_shop/PR4BP.png b/assets/medal_shop/PR4BP.png new file mode 100644 index 000000000..da87a86ac Binary files /dev/null and b/assets/medal_shop/PR4BP.png differ diff --git a/assets/medal_shop/PRAnchorageBP.png b/assets/medal_shop/PRAnchorageBP.png new file mode 100644 index 000000000..b8354db0f Binary files /dev/null and b/assets/medal_shop/PRAnchorageBP.png differ diff --git a/assets/medal_shop/PRAugustBP.png b/assets/medal_shop/PRAugustBP.png new file mode 100644 index 000000000..da6e25846 Binary files /dev/null and b/assets/medal_shop/PRAugustBP.png differ diff --git a/assets/medal_shop/PRMarcoPoloBP.png b/assets/medal_shop/PRMarcoPoloBP.png new file mode 100644 index 000000000..497620cee Binary files /dev/null and b/assets/medal_shop/PRMarcoPoloBP.png differ diff --git a/module/shop/base_globals.py b/module/shop/base_globals.py index ac7979d0f..21521b95a 100644 --- a/module/shop/base_globals.py +++ b/module/shop/base_globals.py @@ -18,9 +18,15 @@ BP_SERIES = { 'odin': 3, 'champagne': 3, 'drake': 3, + 'anchorage': 4, + 'august': 4, + 'marcopolo': 4, + 'agir': 4, + 'hakuryu': 4, '1': 1, '2': 2, '3': 3, + '4': 4, '': '', } diff --git a/module/shop/shop_guild_globals.py b/module/shop/shop_guild_globals.py index 3c581cadc..19a187c96 100644 --- a/module/shop/shop_guild_globals.py +++ b/module/shop/shop_guild_globals.py @@ -54,12 +54,17 @@ SELECT_PR = { 'mainz': 1, 'odin': 2, 'champagne': 3, + 'anchorage': 0, + 'august': 1, + 'marcopolo': 2, } SELECT_DR = { 'azuma': 0, 'friedrich': 1, 'drake': 0, + 'agir': 0, + 'hakuryu': 1, } # Known Secondary Grid Items Limits