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

(Новая страница: «return { [1] = {"Ярость коров", "icon_points_rage_of_cows.png"}, [2] = {"Железное сердце", "icon_points_iron_heart.png"}, [3] = {"Торговые пути", "icon_points_trade_routes.png"}, [4] = {"Камень и сталь", "icon_points_stone_and_steel.png"}, [5] = {"Карнавал огня", "icon_points_fire_carnival.png"}, [6] = {"Праздник крови", "icon_points_blood_festival.png"}, [7] = {"Хозяин с...»)
 
Нет описания правки
Строка 1: Строка 1:
return {
return {
[1] = {"Ярость коров", "icon_points_rage_of_cows.png"},
[1] = {
[2] = {"Железное сердце", "icon_points_iron_heart.png"},
["name"] = "Ярость коров",
[3] = {"Торговые пути", "icon_points_trade_routes.png"},
["icon"] = "icon_points_rage_of_cows.png",
[4] = {"Камень и сталь", "icon_points_stone_and_steel.png"},
["hero"] = "Король Коров",
[5] = {"Карнавал огня", "icon_points_fire_carnival.png"},
["other_heroes"] = {"Брэборг", "Гном-шахтер"}
[6] = {"Праздник крови", "icon_points_blood_festival.png"},
},
[7] = {"Хозяин саванны", "icon_points_master_of_the_savannah.png"},
[2] = {
[8] = {"Пушистые лапки", "icon_points_fluffy_paws.png"},
["name"] = "Железное сердце",
[9] = {"Неделя Короля", "icon_points_kings_week.png"},
["icon"] = "icon_points_iron_heart.png",
[10] = {"Хэллоуин", "icon_points_halloween.png"},
["hero"] = "Железный рыцарь",
[11] = {"Рождество", "icon_points_christmas.png"},
["other_heroes"] = {"Элгнет Призрачный", "Дроу-боец"}
[12] = {"Сила и Честь", "icon_points_strength_and_honor.png"},
},
[13] = {"Пар и резка", "icon_points_steam_and_cutting.png"},
[3] = {
[14] = {"Ярость огурцов", "icon_points_rage_of_cucumbers.png"},
["name"] = "Торговые пути",
[15] = {"Звездный путь", "icon_points_star_trek.png"}
["icon"] = "icon_points_trade_routes.png",
["hero"] = "Контрабандист Савад",
["other_heroes"] = {"Королева Боли", "Тролль-убийца"}
},
[4] = {
["name"] = "Камень и сталь",
["icon"] = "icon_points_stone_and_steel.png",
["hero"] = "Шейл Голем",
["other_heroes"] = {"Брэборг", "Гном-шахтер"}
},
[5] = {
["name"] = "Карнавал огня",
["icon"] = "icon_points_fire_carnival.png",
["hero"] = "Пайра Искорка",
["other_heroes"] = {"Элгнет Призрачный", "Дроу-боец"}
},
[6] = {
["name"] = "Праздник крови",
["icon"] = "icon_points_blood_festival.png",
["hero"] = "Ирска Весс",
["other_heroes"] = {"Королева Боли", "Тролль-убийца"}
},
[7] = {
["name"] = "Хозяин саванны",
["icon"] = "icon_points_master_of_the_savannah.png",
["hero"] = "Гранадос, Король Львов",
["other_heroes"] = {"Брэборг", "Гном-шахтер"}
},
[8] = {
["name"] = "Пушистые лапки",
["icon"] = "icon_points_fluffy_paws.png",
["hero"] = "Кей Ли Флай",
["other_heroes"] = {"Королева Боли", "Дроу-боец"}
},
[9] = {
["name"] = "Неделя Короля",
["icon"] = "icon_points_kings_week.png",
["hero"] = "Король",
["other_heroes"] = {"Ядовитый паук", "Дроу-ведьма"}
},
[10] = {
["name"] = "Хэллоуин",
["icon"] = "icon_points_halloween.png",
["hero"] = "Князь Тыква",
["other_heroes"] = {"Ядовитый паук", "Мистер тыковка", "Дроу-ведьма"}
},
[11] = {
["name"] = "Рождество",
["icon"] = "icon_points_christmas.png",
["hero"] = "Санта",
["other_heroes"] = {"Дракончик Рудольф", "Ядовитый паук", "Билли", "Дроу-ведьма"}
},
[12] = {
["name"] = "Сила и Честь",
["icon"] = "icon_points_strength_and_honor.png",
["hero"] = "Архангел",
["other_heroes"] = {"Сир Троглодит", "Брэборг", "Ядовитый паук"}
},
[13] = {
["name"] = "Пар и резка",
["icon"] = "icon_points_steam_and_cutting.png",
["hero"] = "Вегарион",
["other_heroes"] = {}
},
[14] = {
["name"] = "Ярость огурцов",
["icon"] = "icon_points_rage_of_cucumbers.png",
["hero"] = "Огурец",
["other_heroes"] = {}
},
[15] = {
["name"] = "Звездный путь",
["icon"] = "icon_points_star_trek.png",
["hero"] = "Кедр",
["other_heroes"] = {}
},
}
}

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


return {
	[1] = {
		["name"] = "Ярость коров",
		["icon"] = "icon_points_rage_of_cows.png",
		["hero"] = "Король Коров",
		["other_heroes"] = {"Брэборг", "Гном-шахтер"}
	},
	[2] = {
		["name"] = "Железное сердце",
		["icon"] = "icon_points_iron_heart.png",
		["hero"] = "Железный рыцарь",
		["other_heroes"] = {"Элгнет Призрачный", "Дроу-боец"}
	},
	[3] = {
		["name"] = "Торговые пути",
		["icon"] = "icon_points_trade_routes.png",
		["hero"] = "Контрабандист Савад",
		["other_heroes"] = {"Королева Боли", "Тролль-убийца"}
	},
	[4] = {
		["name"] = "Камень и сталь",
		["icon"] = "icon_points_stone_and_steel.png",
		["hero"] = "Шейл Голем",
		["other_heroes"] = {"Брэборг", "Гном-шахтер"}
	},
	[5] = {
		["name"] = "Карнавал огня",
		["icon"] = "icon_points_fire_carnival.png",
		["hero"] = "Пайра Искорка",
		["other_heroes"] = {"Элгнет Призрачный", "Дроу-боец"}
	},
	[6] = {
		["name"] = "Праздник крови",
		["icon"] = "icon_points_blood_festival.png",
		["hero"] = "Ирска Весс",
		["other_heroes"] = {"Королева Боли", "Тролль-убийца"}
	},
	[7] = {
		["name"] = "Хозяин саванны",
		["icon"] = "icon_points_master_of_the_savannah.png",
		["hero"] = "Гранадос, Король Львов",
		["other_heroes"] = {"Брэборг", "Гном-шахтер"}
	},
	[8] = {
		["name"] = "Пушистые лапки",
		["icon"] = "icon_points_fluffy_paws.png",
		["hero"] = "Кей Ли Флай",
		["other_heroes"] = {"Королева Боли", "Дроу-боец"}
	},
	[9] = {
		["name"] = "Неделя Короля",
		["icon"] = "icon_points_kings_week.png",
		["hero"] = "Король",
		["other_heroes"] = {"Ядовитый паук", "Дроу-ведьма"}
	},
	[10] = {
		["name"] = "Хэллоуин",
		["icon"] = "icon_points_halloween.png",
		["hero"] = "Князь Тыква",
		["other_heroes"] = {"Ядовитый паук", "Мистер тыковка", "Дроу-ведьма"}
	},
	[11] = {
		["name"] = "Рождество",
		["icon"] = "icon_points_christmas.png",
		["hero"] = "Санта",
		["other_heroes"] = {"Дракончик Рудольф", "Ядовитый паук", "Билли", "Дроу-ведьма"}
	},
	[12] = {
		["name"] = "Сила и Честь",
		["icon"] = "icon_points_strength_and_honor.png",
		["hero"] = "Архангел",
		["other_heroes"] = {"Сир Троглодит", "Брэборг", "Ядовитый паук"}
	},
	[13] = {
		["name"] = "Пар и резка",
		["icon"] = "icon_points_steam_and_cutting.png",
		["hero"] = "Вегарион",
		["other_heroes"] = {}
	},
	[14] = {
		["name"] = "Ярость огурцов",
		["icon"] = "icon_points_rage_of_cucumbers.png",
		["hero"] = "Огурец",
		["other_heroes"] = {}
	},
	[15] = {
		["name"] = "Звездный путь",
		["icon"] = "icon_points_star_trek.png",
		["hero"] = "Кедр",
		["other_heroes"] = {}
	},
}