Модуль:Tools/today/siege: различия между версиями

(Новая страница: «return { [1] = {"Королевство дроу", "icon_points_siege.png"}, [2] = {"Пещеры гоблинов", "icon_points_siege.png"}, [3] = {"Логово некроманта", "icon_points_siege.png"}, [4] = {"Ледяная пустошь", "icon_points_siege.png"}, [5] = {"Шаманы джунглей", "icon_points_siege.png"}, [6] = {"Фиддлерс Грин", "icon_points_siege.png"}, [7] = {"Зловещая пойма", "icon_poin...»)
 
Нет описания правки
Строка 1: Строка 1:
return {
return {
[1] = {"Королевство дроу", "icon_points_siege.png"},
[1] = {
[2] = {"Пещеры гоблинов", "icon_points_siege.png"},
["name"] = "Королевство дроу",
[3] = {"Логово некроманта", "icon_points_siege.png"},
["icon"] = "icon_points_siege.png",
[4] = {"Ледяная пустошь", "icon_points_siege.png"},
["heroes"] = {"Сизас великий", "Гилдала Зауфан"},
[5] = {"Шаманы джунглей", "icon_points_siege.png"},
["other_heroes"] = {"Зулабар", "Августин"}
[6] = {"Фиддлерс Грин", "icon_points_siege.png"},
},
[7] = {"Зловещая пойма", "icon_points_siege.png"},
[2] = {
[8] = {"Пески времени", "icon_points_siege.png"},
["name"] = "Пещеры гоблинов",
[9] = {"Черный король", "icon_points_siege.png"},
["icon"] = "icon_points_siege.png",
[10] = {"Нашествие", "icon_points_siege.png"},
["heroes"] = {"Браллмаллох", "Эбнорд миротворец"},
[11] = {"Буря миров", "icon_points_siege.png"},
["other_heroes"] = {"Фалвиетх Кхазирзие", "Аилред"}
[12] = {"Сердце дракона", "icon_points_siege.png"}
},
[3] = {
["name"] = "Логово некроманта",
["icon"] = "icon_points_siege.png",
["heroes"] = {"Кулазар", "Фромбисс, голодный"},
["other_heroes"] = {"УГХ - 7б", "Офаниель"}
},
[4] = {
["name"] = "Ледяная пустошь",
["icon"] = "icon_points_siege.png",
["heroes"] = {"Мунас белый", "Варзорот"},
["other_heroes"] = {"Фойме", "Дидгур"}
},
[5] = {
["name"] = "Шаманы джунглей",
["icon"] = "icon_points_siege.png",
["heroes"] = {"Ах-Пуч", "Камазотц"},
["other_heroes"] = {"Воин-орел", "Воин ягуара"}
},
[6] = {
["name"] = "Фиддлерс Грин",
["icon"] = "icon_points_siege.png",
["heroes"] = {"Дэви Джонс", "Тагг Эм"},
["other_heroes"] = {"Моррис", "Уильям Вейн"}
},
[7] = {
["name"] = "Зловещая пойма",
["icon"] = "icon_points_siege.png",
["heroes"] = {"Гидра", "Могучая горгона"},
["other_heroes"] = {"Куаззурк", "Тразк"}
},
[8] = {
["name"] = "Пески времени",
["icon"] = "icon_points_siege.png",
["heroes"] = {"Нинсусинак", "Нирапин"},
["other_heroes"] = {"Чани", "Джамис"}
},
[9] = {
["name"] = "Черный король",
["icon"] = "icon_points_siege.png",
["heroes"] = {},
["other_heroes"] = {}
},
[10] = {
["name"] = "Нашествие",
["icon"] = "icon_points_siege.png",
["heroes"] = {"Помидорка"},
["other_heroes"] = {"Сельдерейчик"}
},
[11] = {
["name"] = "Буря миров",
["icon"] = "icon_points_siege.png",
["heroes"] = {"Звездный Шикари"},
["other_heroes"] = {}
},
[12] = {
["name"] = "Сердце дракона",
["icon"] = "icon_points_siege.png",
["heroes"] = {"Злобоглаз"},
["other_heroes"] = {"Зингвивар"}
},
}
}

Версия от 00:38, 12 ноября 2023

Для документации этого модуля может быть создана страница Модуль:Tools/today/siege/doc

return {
	[1] = {
		["name"] = "Королевство дроу",
		["icon"] = "icon_points_siege.png",
		["heroes"] = {"Сизас великий", "Гилдала Зауфан"},
		["other_heroes"] = {"Зулабар", "Августин"}
	},
	[2] = {
		["name"] = "Пещеры гоблинов",
		["icon"] = "icon_points_siege.png",
		["heroes"] = {"Браллмаллох", "Эбнорд миротворец"},
		["other_heroes"] = {"Фалвиетх Кхазирзие", "Аилред"}
	},
	[3] = {
		["name"] = "Логово некроманта",
		["icon"] = "icon_points_siege.png",
		["heroes"] = {"Кулазар", "Фромбисс, голодный"},
		["other_heroes"] = {"УГХ - 7б", "Офаниель"}
	},
	[4] = {
		["name"] = "Ледяная пустошь",
		["icon"] = "icon_points_siege.png",
		["heroes"] = {"Мунас белый", "Варзорот"},
		["other_heroes"] = {"Фойме", "Дидгур"}
	},
	[5] = {
		["name"] = "Шаманы джунглей",
		["icon"] = "icon_points_siege.png",
		["heroes"] = {"Ах-Пуч", "Камазотц"},
		["other_heroes"] = {"Воин-орел", "Воин ягуара"}
	},
	[6] = {
		["name"] = "Фиддлерс Грин",
		["icon"] = "icon_points_siege.png",
		["heroes"] = {"Дэви Джонс", "Тагг Эм"},
		["other_heroes"] = {"Моррис", "Уильям Вейн"}
	},
	[7] = {
		["name"] = "Зловещая пойма",
		["icon"] = "icon_points_siege.png",
		["heroes"] = {"Гидра", "Могучая горгона"},
		["other_heroes"] = {"Куаззурк", "Тразк"}
	},
	[8] = {
		["name"] = "Пески времени",
		["icon"] = "icon_points_siege.png",
		["heroes"] = {"Нинсусинак", "Нирапин"},
		["other_heroes"] = {"Чани", "Джамис"}
	},
	[9] = {
		["name"] = "Черный король",
		["icon"] = "icon_points_siege.png",
		["heroes"] = {},
		["other_heroes"] = {}
	},
	[10] = {
		["name"] = "Нашествие",
		["icon"] = "icon_points_siege.png",
		["heroes"] = {"Помидорка"},
		["other_heroes"] = {"Сельдерейчик"}
	},
	[11] = {
		["name"] = "Буря миров",
		["icon"] = "icon_points_siege.png",
		["heroes"] = {"Звездный Шикари"},
		["other_heroes"] = {}
	},
	[12] = {
		["name"] = "Сердце дракона",
		["icon"] = "icon_points_siege.png",
		["heroes"] = {"Злобоглаз"},
		["other_heroes"] = {"Зингвивар"}
	},
}