mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Upd: [JP] Use enlarged guild items same as CN
This commit is contained in:
parent
bc15cd4e25
commit
fc8bd62de9
@ -33,6 +33,19 @@ class GuildShop(ShopClerk, ShopUI):
|
||||
shop_guild_items.load_cost_template_folder('./assets/shop/cost')
|
||||
return shop_guild_items
|
||||
|
||||
@cached_property
|
||||
@Config.when(SERVER='jp')
|
||||
def shop_guild_items(self):
|
||||
"""
|
||||
Returns:
|
||||
ShopItemGrid:
|
||||
"""
|
||||
shop_grid = self.shop_grid
|
||||
shop_guild_items = ShopItemGrid(shop_grid, templates={}, amount_area=(60, 74, 96, 95))
|
||||
shop_guild_items.load_template_folder('./assets/shop/guild_cn')
|
||||
shop_guild_items.load_cost_template_folder('./assets/shop/cost')
|
||||
return shop_guild_items
|
||||
|
||||
@cached_property
|
||||
@Config.when(SERVER='tw')
|
||||
def shop_guild_items(self):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user