2023-07-02 07:33:30 +00:00
|
|
|
import tasks.map.keywords.plane as KEYWORDS_MAP_PLANE
|
2023-09-26 16:28:39 +00:00
|
|
|
import tasks.map.keywords.world as KEYWORDS_MAP_WORLD
|
|
|
|
from tasks.map.keywords.classes import MapPlane, MapWorld
|
2023-07-29 18:08:56 +00:00
|
|
|
|
|
|
|
# Herta
|
|
|
|
KEYWORDS_MAP_PLANE.Herta_StorageZone.floors = ['B1', 'F1', 'F2']
|
|
|
|
KEYWORDS_MAP_PLANE.Herta_SupplyZone.floors = ['F1', 'F2']
|
|
|
|
# Jarilo
|
|
|
|
KEYWORDS_MAP_PLANE.Jarilo_AdministrativeDistrict.floors = ['B1', 'F1']
|
|
|
|
KEYWORDS_MAP_PLANE.Jarilo_RivetTown.floors = ['F1', 'F2']
|
|
|
|
KEYWORDS_MAP_PLANE.Jarilo_RobotSettlement.floors = ['F1', 'F2']
|
|
|
|
KEYWORDS_MAP_PLANE.Jarilo_BoulderTown.page = 'bottom'
|
|
|
|
KEYWORDS_MAP_PLANE.Jarilo_GreatMine.page = 'bottom'
|
|
|
|
KEYWORDS_MAP_PLANE.Jarilo_RivetTown.page = 'bottom'
|
|
|
|
KEYWORDS_MAP_PLANE.Jarilo_RobotSettlement.page = 'bottom'
|
|
|
|
# Luofu
|
|
|
|
KEYWORDS_MAP_PLANE.Luofu_Cloudford.floors = ['F1', 'F2']
|
|
|
|
KEYWORDS_MAP_PLANE.Luofu_StargazerNavalia.floors = ['F1', 'F2']
|
|
|
|
KEYWORDS_MAP_PLANE.Luofu_DivinationCommission.floors = ['F1', 'F2']
|
|
|
|
KEYWORDS_MAP_PLANE.Luofu_AlchemyCommission.floors = ['F1', 'F2']
|
2023-09-26 16:28:39 +00:00
|
|
|
KEYWORDS_MAP_PLANE.Luofu_ArtisanshipCommission.page = 'bottom'
|
2023-07-29 18:08:56 +00:00
|
|
|
KEYWORDS_MAP_PLANE.Luofu_AlchemyCommission.page = 'bottom'
|
|
|
|
KEYWORDS_MAP_PLANE.Luofu_ScalegorgeWaterscape.page = 'bottom'
|